aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevansiroky <evan.siroky@yahoo.com>2019-01-05 21:44:49 -0800
committerevansiroky <evan.siroky@yahoo.com>2019-01-05 21:44:49 -0800
commit7a400714e448bcdde313fdba47b11760b8d05de1 (patch)
tree8e11dce80f7701cca4bb1ce6bda5404cd7f75bc7
parent3046a3d284604557d8e541f50c96685cc32bd280 (diff)
downloadtimezone-boundary-builder-7a400714e448bcdde313fdba47b11760b8d05de1.tar.gz
Prepare for release 2018i
-rw-r--r--2018g.pngbin457483 -> 0 bytes
-rw-r--r--2018i.pngbin0 -> 441136 bytes
-rw-r--r--CHANGELOG.md9
-rw-r--r--README.md4
4 files changed, 9 insertions, 4 deletions
diff --git a/2018g.png b/2018g.png
deleted file mode 100644
index bef2e3b..0000000
--- a/2018g.png
+++ /dev/null
Binary files differ
diff --git a/2018i.png b/2018i.png
new file mode 100644
index 0000000..1015b3d
--- /dev/null
+++ b/2018i.png
Binary files differ
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5b37c3..8e35c6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,16 @@
-## Unreleased
+## 2018i
### Zone Changes
+* Make territories of Taiwan take precedence when they overlap Chinese-claimed territories. ([#52](https://github.com/evansiroky/timezone-boundary-builder/issues/52))
+* Add Oslo Accords Area B and C to `Asia/Jerusalem`. ([#53](https://github.com/evansiroky/timezone-boundary-builder/issues/53))
+* Create new zone `Asia/Qostanay` by taking area from `Asia/Qyzylorda`. ([#59](https://github.com/evansiroky/timezone-boundary-builder/issues/59))
+* Change timezone for Antarctic Station Neumayer III Station from `Europe/Berlin` to `Etc/UTC`. ([#61](https://github.com/evansiroky/timezone-boundary-builder/issues/61))
+
### Other Changes
* Add progress stats reporting
-* Update to use Node 10
+* Update to use Node 10 ([#56](https://github.com/evansiroky/timezone-boundary-builder/issues/56))
## 2018g
diff --git a/README.md b/README.md
index 8fb354f..6986de6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
The goal of this project is to produce a shapefile with the boundaries of the world's timezones using OpenStreetMap data.
-<p align="center"><img src="2018g.png" /></p>
+<p align="center"><img src="2018i.png" /></p>
[![Github downloads for all releases](https://img.shields.io/github/downloads/evansiroky/timezone-boundary-builder/total.svg)](https://www.somsubhra.com/github-release-stats/?username=evansiroky&repository=timezone-boundary-builder) [![GitHub release](https://img.shields.io/github/release/evansiroky/timezone-boundary-builder.svg)](https://github.com/evansiroky/timezone-boundary-builder/releases/latest)
@@ -60,7 +60,7 @@ There are three config files that describe the boundary building process. The `
The `index.js` file downloads all of the required geometries, builds the specified geometries, validates that there aren't large areas of overlap (other than those that are expected), outputs one huge geojson file, and finally zips up the geojson file using the `zip` cli and also converts the geojson to a shapefile using the `ogr2ogr` cli. The script has only been verified to run with Node.js 10 on the MacOS platform.
-The code does query the publicly available overpass API, but it self-throttles the making of requests to have a minimum of 4 seconds gap between requests. If the Overpass API throttles the download, then the gap will be increased exponentially.
+The code does query the publicly available Overpass API, but it self-throttles the making of requests to have a minimum of 4 seconds gap between requests. If the Overpass API throttles the download, then the gap will be increased exponentially.
## Limitations of this project