Skip to content

Commit

Permalink
Merge pull request #35 from openstates/rj_updates
Browse files Browse the repository at this point in the history
Multi: Add Specific URLs to TIGER Files
  • Loading branch information
NewAgeAirbender authored Apr 5, 2024
2 parents f001f4a + 5b20e91 commit 59f6f94
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/jurisdictions/co.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ id-mappings:
sldl:
key: DISTRICT
sld-match: 'sldl-080([\d]+)'
url: https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/08_COLORADO/08/tl_rd22_08_sldl_whole_block.zip
sldu:
key: DISTRICT
sld-match: 'sldu-080([\d]+)'
url: https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/08_COLORADO/08/tl_rd22_08_sldu_whole_block.zip
cd:
key: DISTRICT
sld-match: 'cd-080(\d)'
url: https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/08_COLORADO/08/tl_rd22_08_cd118_whole_block.zip
1 change: 1 addition & 0 deletions configs/jurisdictions/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ id-mappings:
sldu:
key: DISTRICT
sld-match: 'sldu-100([\d]+)'
url: https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/10_DELAWARE/10/tl_rd22_10_sldu_whole_block.zip
cd:
key: DISTRICT
sld-match: 'cd-100(\d)'
2 changes: 2 additions & 0 deletions configs/jurisdictions/mn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ id-mappings:
key: DISTRICT
sld-match: 'sldl-27(\d+[A-Z])'
match-type: str
url: https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/27_MINNESOTA/27/tl_rd22_27_sldl_whole_block.zip
sldu:
key: DISTRICT
sld-match: 'sldu-270([\d]+)'
url: https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/27_MINNESOTA/27/tl_rd22_27_sldu_whole_block.zip
cd:
key: DISTRICT
sld-match: 'cd-270(\d)'
2 changes: 2 additions & 0 deletions configs/jurisdictions/nd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ id-mappings:
sldl:
key: DISTRICT
sld-match: 'sldl-380(\d+[A-Z]?)'
url: https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/38_NORTH_DAKOTA/38/tl_rd22_38_sldl_whole_block.zip
sldu:
key: DISTRICT
sld-match: 'sldu-380([\d]+)'
url: https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/38_NORTH_DAKOTA/38/tl_rd22_38_sldu_whole_block.zip
cd:
key: DISTRICT
sld-match: 'cd-380(\d)'
1 change: 1 addition & 0 deletions configs/jurisdictions/pa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ id-mappings:
sldl:
key: DISTRICT
sld-match: 'sldl-42([\d]+)'
url: https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/42_PENNSYLVANIA/42/tl_rd22_42_sldl_whole_block.zip
sldu:
key: DISTRICT
sld-match: 'sldu-420([\d]+)'
Expand Down

0 comments on commit 59f6f94

Please sign in to comment.