-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sources for MI, MT, NY, OH, WA, WI
- Loading branch information
1 parent
347dcca
commit fb9b5cd
Showing
6 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
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)' |
This file contains 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
This file contains 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
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]+)' |
This file contains 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
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+)' |
This file contains 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
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)' |