Skip to content

Commit

Permalink
Update sources for MI, MT, NY, OH, WA, WI
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Jan 31, 2025
1 parent 347dcca commit fb9b5cd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/jurisdictions/mi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ id-mappings:
sldl:
key: DISTRICT
sld-match: 'sldl-26([\d]+)'
# TIGER2024 files are up to date with state house maps effective 1/1/25
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDL/tl_2024_26_sldl.zip'
sldu:
# new maps not effective for senate until Nov 2026 supposedly
key: DISTRICT
sld-match: 'sldu-260([\d]+)'
cd:
Expand Down
3 changes: 3 additions & 0 deletions configs/jurisdictions/mt.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Montana
os-id-prefix: "ocd-division/country:us/state:mt"
id-mappings:
# TIGER2024 maps are up to date with changes effective 1/6/25
sldl:
key: DISTRICT
sld-match: 'sldl-30([\d]+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDL/tl_2024_30_sldl.zip'
sldu:
key: DISTRICT
sld-match: 'sldu-300([\d]+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDU/tl_2024_30_sldu.zip'
cd:
key: DISTRICT
sld-match: 'cd-300(\d)'
2 changes: 2 additions & 0 deletions configs/jurisdictions/ny.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: New York
os-id-prefix: "ocd-division/country:us/state:ny"
id-mappings:
# TIGER2024 is up to date with NYC Assembly changes effective Jan 1 2025
sldl:
key: DISTRICT
sld-match: 'sldl-36([\d]+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDL/tl_2024_36_sldl.zip'
sldu:
key: DISTRICT
sld-match: 'sldu-360([\d]+)'
Expand Down
3 changes: 3 additions & 0 deletions configs/jurisdictions/oh.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Ohio
os-id-prefix: "ocd-division/country:us/state:oh"
id-mappings:
# TIGER2024 files are up to date with maps effective 1/1/25
sldl:
key: DISTRICT
sld-match: 'sldl-39([\d]+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDL/tl_2024_39_sldl.zip'
sldu:
key: DISTRICT
sld-match: 'sldu-390([\d]+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDU/tl_2024_39_sldu.zip'
cd:
key: DISTRICT
sld-match: 'cd-39([\d]+)'
3 changes: 3 additions & 0 deletions configs/jurisdictions/wa.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Washington
os-id-prefix: "ocd-division/country:us/state:wa"
id-mappings:
# TIGER2024 files are up to date with maps effective 1/13/25
sldl:
key: DISTRICT
sld-match: 'sldl-530(\d+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDL/tl_2024_53_sldl.zip'
sldu:
key: DISTRICT
sld-match: 'sldu-53(\d+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDU/tl_2024_53_sldu.zip'
cd:
key: DISTRICT
sld-match: 'cd-53(\d+)'
3 changes: 3 additions & 0 deletions configs/jurisdictions/wi.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Wisconsin
os-id-prefix: "ocd-division/country:us/state:wi"
id-mappings:
# TIGER2024 files are up to date with maps effective 1/6/25
sldl:
key: DISTRICT
sld-match: 'sldl-55([\d]+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDL/tl_2024_55_sldl.zip'
sldu:
key: DISTRICT
sld-match: 'sldu-550([\d]+)'
url: 'https://www2.census.gov/geo/tiger/TIGER2024/SLDU/tl_2024_55_sldu.zip'
cd:
key: DISTRICT
sld-match: 'cd-550(\d)'

0 comments on commit fb9b5cd

Please sign in to comment.