aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevansiroky <evan.siroky@yahoo.com>2020-04-28 01:24:35 -0700
committerevansiroky <evan.siroky@yahoo.com>2020-04-28 01:24:35 -0700
commit5ce291934eba5a2d114b756f33ff62f9ac0db632 (patch)
tree23a8dac1681774ed17e5613a6a1f841965516e7d
parentc25bb1be9ad22b0140379366965e447205855615 (diff)
downloadtimezone-boundary-builder-5ce291934eba5a2d114b756f33ff62f9ac0db632.tar.gz
Prepare for 2020a release
-rw-r--r--2018i.pngbin441136 -> 0 bytes
-rw-r--r--2020a.pngbin0 -> 445737 bytes
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md4
4 files changed, 5 insertions, 2 deletions
diff --git a/2018i.png b/2018i.png
deleted file mode 100644
index 1015b3d..0000000
--- a/2018i.png
+++ /dev/null
Binary files differ
diff --git a/2020a.png b/2020a.png
new file mode 100644
index 0000000..35b4776
--- /dev/null
+++ b/2020a.png
Binary files differ
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89f1d93..4812a8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Unreleased
+## 2020a
### Zone Changes
@@ -16,6 +16,7 @@
### Other Changes
* Update packages to latest versions
+* Include input data in release files ([#78](https://github.com/evansiroky/timezone-boundary-builder/issues/78))
## 2019b
diff --git a/README.md b/README.md
index 6986de6..e36f1af 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="2018i.png" /></p>
+<p align="center"><img src="2020a.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)
@@ -62,6 +62,8 @@ The `index.js` file downloads all of the required geometries, builds the specifi
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.
+As of release 2020a, it is possible to run the script with the underlying input data that was used to build the timezone geometries at the time of the release. In the release files, the `input-data.zip` will have all of the necessary input data including the downloaded files from overpass, the `timezones.json` file and the `osmBoundarySources.json` file as well.
+
## Limitations of this project
The data is almost completely comprised of OpenStreetMap data which is editable by anyone. There are a few guesses on where to draw an arbitrary border in the open waters and a few sparsely inhabited areas. Some uninhabited islands are omitted from this project. This project does include timezones in the oceans, but strictly uses territorial waters or Etc/GMT timezones instead of unofficially observed areas such as Exclusive Economic Zones.