Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing census_geoid #343

Open
ma-23220 opened this issue Jun 28, 2023 · 0 comments
Open

missing census_geoid #343

ma-23220 opened this issue Jun 28, 2023 · 0 comments

Comments

@ma-23220
Copy link

How do we get the congressional district value from the api for the states below?
When I submit addresses for these states the cd: tag is not available.

Alaska
Delaware
District of Columbia
North Dakota
South Dakota
Vermont
Wyoming

It looks the census_geoid is not available in the current us_congressional_districts.csv, the id is "at-large" for these states.
Does that just mean the congressional district info is not available? When would this info be available or how do we request it?

Delaware
"kind": "civicinfo#representativeInfoResponse",
"divisions": {
"ocd-division/country:us/state:de/sldl:9": {
"name": "Delaware State House district 9",
"officeIndices": [
1
]
},
"ocd-division/country:us/state:de": {
"name": "Delaware",
"officeIndices": [
0
]
},
"ocd-division/country:us/state:de/county:new_castle": {
"name": "New Castle County",
"officeIndices": [
2
]
},
"ocd-division/country:us/state:de/county:new_castle/council_district:12": {
"name": "New Castle DE County Council District 12",
"officeIndices": [
3
]
}
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant