From a29446e94ee6000a303aafe1bf9437301643ad28 Mon Sep 17 00:00:00 2001 From: NewAgeAirbender <34139325+NewAgeAirbender@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:47:12 -0500 Subject: [PATCH 1/5] CO: add explicit urls --- configs/jurisdictions/co.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/jurisdictions/co.yml b/configs/jurisdictions/co.yml index 465d975..0c34641 100644 --- a/configs/jurisdictions/co.yml +++ b/configs/jurisdictions/co.yml @@ -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 From 0a8eddf6588a12894fc1baf4f667cc368e2154b7 Mon Sep 17 00:00:00 2001 From: NewAgeAirbender <34139325+NewAgeAirbender@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:48:33 -0500 Subject: [PATCH 2/5] DE: set url for senate districts --- configs/jurisdictions/de.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/jurisdictions/de.yml b/configs/jurisdictions/de.yml index 8595ef6..74cb6e9 100644 --- a/configs/jurisdictions/de.yml +++ b/configs/jurisdictions/de.yml @@ -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)' From 8467f20322edf84cae7cab2fb278c5fb02b92839 Mon Sep 17 00:00:00 2001 From: NewAgeAirbender <34139325+NewAgeAirbender@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:49:53 -0500 Subject: [PATCH 3/5] MN: add urls for sldl+sldu --- configs/jurisdictions/mn.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/jurisdictions/mn.yml b/configs/jurisdictions/mn.yml index 35e8037..a5819cd 100644 --- a/configs/jurisdictions/mn.yml +++ b/configs/jurisdictions/mn.yml @@ -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)' From fc9fe46f48652f70f0dc0f88db66cf5f27f93fc9 Mon Sep 17 00:00:00 2001 From: NewAgeAirbender <34139325+NewAgeAirbender@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:52:15 -0500 Subject: [PATCH 4/5] ND: add urls for sldl+sldu --- configs/jurisdictions/nd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/jurisdictions/nd.yml b/configs/jurisdictions/nd.yml index a6841af..475f948 100644 --- a/configs/jurisdictions/nd.yml +++ b/configs/jurisdictions/nd.yml @@ -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)' From 5b20e91cb7aa257fce7fe6e3d2b4d5e847328ff7 Mon Sep 17 00:00:00 2001 From: NewAgeAirbender <34139325+NewAgeAirbender@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:53:19 -0500 Subject: [PATCH 5/5] PA: add url for sldl --- configs/jurisdictions/pa.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/jurisdictions/pa.yml b/configs/jurisdictions/pa.yml index ea8371e..c117abe 100644 --- a/configs/jurisdictions/pa.yml +++ b/configs/jurisdictions/pa.yml @@ -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]+)'