Skip to content

Commit

Permalink
Add config comments for overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Jan 31, 2025
1 parent b39eb74 commit 347dcca
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/jurisdictions/co.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Colorado
os-id-prefix: "ocd-division/country:us/state:co"
id-mappings:
# CO TIGER_RD18 files are split between whole_block and split_block versions
# so some override must take place as expected/generated zip URL does not exist
sldl:
key: DISTRICT
sld-match: 'sldl-080([\d]+)'
Expand Down
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]+)'
# DE TIGER_RD18 SLDU files are split between whole_block and split_block versions
url: https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/10_DELAWARE/10/tl_rd22_10_sldu_whole_block.zip
cd:
key: DISTRICT
Expand Down
4 changes: 4 additions & 0 deletions configs/jurisdictions/ga.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Georgia
os-id-prefix: "ocd-division/country:us/state:ga"
id-mappings:
# https://www2.census.gov/geo/tiger/TIGER_RD18/STATE/13_GEORGIA/13/ is wrong
# so we override to TIGER2024 files to get correct maps as of late 2024
sldl:
key: DISTRICT
sld-match: 'sldl-13([\d]+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDL/tl_2024_13_sldl.zip'
sldu:
key: DISTRICT
sld-match: 'sldu-130([\d]+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDU/tl_2024_13_sldu.zip'
cd:
key: DISTRICT
sld-match: 'cd-13([\d]+)'
1 change: 1 addition & 0 deletions configs/jurisdictions/mn.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Minnesota
os-id-prefix: "ocd-division/country:us/state:mn"
id-mappings:
# MN TIGER_RD18 SLDU/SLDL files are split between whole_block and split_block versions
sldl:
key: DISTRICT
sld-match: 'sldl-27(\d+[A-Z])'
Expand Down
1 change: 1 addition & 0 deletions configs/jurisdictions/nd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: North Dakota
os-id-prefix: "ocd-division/country:us/state:nd"
id-mappings:
# ND TIGER_RD18 SLDU/SLDL files are split between whole_block and split_block versions
sldl:
key: DISTRICT
sld-match: 'sldl-380(\d+[A-Z]?)'
Expand Down
1 change: 1 addition & 0 deletions configs/jurisdictions/pa.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Pennsylvania
os-id-prefix: "ocd-division/country:us/state:pa"
id-mappings:
# PA TIGER_RD18 SLDL files are split between whole_block and split_block versions
sldl:
key: DISTRICT
sld-match: 'sldl-42([\d]+)'
Expand Down

0 comments on commit 347dcca

Please sign in to comment.