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

Non-voting cds GeoJSON files do not have same format as others #28

Open
Andrew-Chen-Wang opened this issue Jun 24, 2021 · 0 comments · May be fixed by #29
Open

Non-voting cds GeoJSON files do not have same format as others #28

Andrew-Chen-Wang opened this issue Jun 24, 2021 · 0 comments · May be fixed by #29

Comments

@Andrew-Chen-Wang
Copy link

The GeoJSON format for all the latest GeoJSON files have a json schema of {"type": "Feature", "properties": {'Code': 'AK-AL', 'District': 'Alaska At-Large'}, "geometry": {"type": "MultiPolygon", "coordinates": [...]} }

However, for non-voting cds, their format is only the dictionary inside the "geometry", i.e. {"type": "MultiPolygon", "coordinates": [...]}. Now, the AK-0 2012 is the same format, but AK 2016 goes with the format above. I think we should update the non voting districts like AS-0. Please let me know if I should directly update the geojson files in 2012 or create a new directory called 2021 that goes with the new format.

more debugging info: Hear-Ye/find-your-district-and-representatives#2 (comment)

Thanks for this awesome repo!

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

Successfully merging a pull request may close this issue.

1 participant