You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And checks in the files mapping ocd-ids to census geoids for the sldl and sldu in this folder identifiers/country-us/census_autogenerated_18/
Note: I was unable to locate the updated census url for gathering obsolete sldl and sldu for these files. So unlike the 2012 and 2014 files, these 2018 files do not list obsolete districts at the bottom of the csv.
After these files are updated, what's the next step in getting the country-us.csv file updated?
For updating country-us.csv, you would run ./scripts/compile.py us. This script reads the csv files in identifiers/country-us/ and combines them into country-us.csv.
The sldl and sldu files in this PR (in identifiers/country-us/census_autogenerated_18/) are 2 of many files involved in making the us country csv but the only ones I worked with here (in order the get the census IDs for state leg districts), the census_geoid_18 column in these new files would generate a column with this name in country-us.csv when the ./scripts/compile.py us script is run.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the purpose of this PR is to add information regarding the opencivicdata identifiers for US state legislative districts (sldu and sldl) in 2018. The PR consists of adding an updated link to the census Gazetteer files from this page on census.gov: https://www.census.gov/geographies/reference-files/time-series/geo/gazetteer-files.html
And checks in the files mapping ocd-ids to census geoids for the sldl and sldu in this folder identifiers/country-us/census_autogenerated_18/
Note: I was unable to locate the updated census url for gathering obsolete sldl and sldu for these files. So unlike the 2012 and 2014 files, these 2018 files do not list obsolete districts at the bottom of the csv.