Skip to content

Commit 04f1a64

Browse files
committed
Use OSM data for areas in North and South Dakota
1 parent 68b586f commit 04f1a64

File tree

3 files changed

+1
-47
lines changed

3 files changed

+1
-47
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Zone Changes
44

55
* Add new zone `America/Coyhaique` by taking area from `America/Santiago`.
6+
* Directly use OpenStreetMap data for areas in North and South Dakota.
67

78
## 2025a
89

osmBoundarySources.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -899,14 +899,6 @@
899899
"Australia-Sydney-tz": {
900900
"timezone": "Australia/Sydney"
901901
},
902-
"Corson County, SD": {
903-
"name": "Corson County",
904-
"nist:state_fips": "46"
905-
},
906-
"Dewey County, SD": {
907-
"name": "Dewey County",
908-
"nist:state_fips": "46"
909-
},
910902
"Europe-Amsterdam-tz": {
911903
"timezone": "Europe/Amsterdam"
912904
},
@@ -1084,10 +1076,6 @@
10841076
"Extent of Nepalese Claims at Kalapani Territory": {
10851077
"name": "Extent of Nepalese Claims at Kalapani Territory"
10861078
},
1087-
"Grant County, ND": {
1088-
"name": "Grant County",
1089-
"nist:state_fips": "38"
1090-
},
10911079
"Indian-Antananarivo-tz": {
10921080
"timezone": "Indian/Antananarivo"
10931081
},
@@ -1241,9 +1229,5 @@
12411229
},
12421230
"Panama": {
12431231
"ISO3166-1": "PA"
1244-
},
1245-
"Sioux County, ND": {
1246-
"name": "Sioux County",
1247-
"nist:state_fips": "38"
12481232
}
12491233
}

timezones.json

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -628,16 +628,6 @@
628628
"op": "init",
629629
"source": "overpass",
630630
"id": "America-Chicago-tz"
631-
}, {
632-
"op": "union",
633-
"source": "manual-polygon",
634-
"data": [[[-100.475,44.533],[-100.855,44.162],[-99,44],[-100.475,44.533]]],
635-
"description": "Include small region east of Fort Pierre"
636-
}, {
637-
"op": "difference",
638-
"source": "manual-polygon",
639-
"data": [[[-102,46],[-101.326,46.146],[-101.324,45.938],[-102,46]]],
640-
"description": "Draw the line slightly east of ND 31"
641631
}, {
642632
"op": "difference",
643633
"source": "manual-polygon",
@@ -720,27 +710,6 @@
720710
"op": "init",
721711
"source": "overpass",
722712
"id": "America-Denver-tz"
723-
}, {
724-
"op": "union",
725-
"source": "overpass",
726-
"id": "Sioux County, ND"
727-
}, {
728-
"op": "difference",
729-
"source": "manual-polygon",
730-
"data": [[[-98,44],[-98,46.5],[-100.8,46.57],[-101.326,46.146],[-101.324,45.938],[-100.583,44.865],[-100.475,44.533],[-100.855,44.162],[-98,44]]],
731-
"description": "anomalies in North and South Dakota"
732-
}, {
733-
"op": "union",
734-
"source": "overpass",
735-
"id": "Grant County, ND"
736-
}, {
737-
"op": "union",
738-
"source": "overpass",
739-
"id": "Corson County, SD"
740-
}, {
741-
"op": "union",
742-
"source": "overpass",
743-
"id": "Dewey County, SD"
744713
}
745714
],
746715
"America/Detroit": [

0 commit comments

Comments
 (0)