aboutsummaryrefslogtreecommitdiff
path: root/index.js
AgeCommit message (Collapse)Author
2017-10-14Add Page, AZ to America/PhoenixEvan Siroky
Also, add the ability to use ways that represent polygons in fetching overpass data. Fixes #9
2017-08-01Remove small holes and reduce geojson precision.Evan Siroky
Fixes #11, Fixes #17
2017-07-04Add ability to build only certain zonesEvan Siroky
…and to skip validation, but I’d rather not say that skipping validation is possible in readme.
2017-05-29Add some more debugging toolsEvan Siroky
- better naming of jsts exception output files - linting of json files
2017-03-08always retry geometry operations upon encountering TopologyExceptionsEvan Siroky
2017-03-07Manually build America/Chicago and America/Mexico_CityEvan Siroky
Also includes some changes to America/Denver to make it line up with America/Chicago Refs #8
2017-03-02update all packages to latest versionEvan Siroky
2016-11-072016i updateEvan Siroky
* Zone Changes ** Split Cyprus into 2 zones. The existing Asia/Nicosia now ends at the northern boundary of the United Nations Buffer Zone and the new zone Asia/Famagusta contains everything north of the buffer zone. ** Add missing data definitions: Congo-Kinshasa and South Sudan ** Old Crimea boundary no longer exists in OSM, use combination of Crimea + Sevastopol ** Typo of extra space in Harrison County fixed in OSM ** Taishan City now has invalid geometry in OSM, use Xinhui district instead when making boundaries ** Update to latest OSM data * Other changes ** Add download throttling of publicly available Overpass API ** Remove old dist files if they exist so ogr2ogr can work ** Update README to note change in Overpass API querying * Issues ** #4
2016-11-05update packages and make js standard compliantEvan Siroky
2016-10-02Packaging scriptsEvan Siroky
- combine all zones into a single geojson shapefile - zip geojson file - create shapefile of data using ogr2ogr - zip the shapefile
2016-09-25Add zone validation to scriptEvan Siroky
2016-09-03Add Alaska timezonesEvan Siroky
America/Adak America/Anchorage America/Juneau America/Metlakatla America/Nome America/Sitka America/Yakutat Refs #1
2016-08-0616 pacific timezonesEvan Siroky
Pacific/Apia Pacific/Auckland Pacific/Bougainville Pacific/Chatham Pacific/Chuuk Pacific/Easter Pacific/Efate Pacific/Enderbury Pacific/Fakaofo Pacific/Fiji Pacific/Funafuti Pacific/Galapagos Pacific/Gambier Pacific/Guadalcanal Pacific/Guam Pacific/Honolulu Also: - adding option to intersect with multipolygon - correcting OSM identifier for USA Refs #1
2016-07-07Refactor of osm boundary retrieval from overpassEvan Siroky
overpass query now derived from key-value pair definitions in osmBoundarySources.json
2016-07-07America/ChicagoEvan Siroky
- Able to work with precision reduction in experimental build of jsts that should ultimately be fixed in jsts 1.2.1. - Updating intersecting polygon to work as best as possible w/ efele and osm boundaries. It's slightly off near the town of Mexico Beach, FL.
2016-07-06Processing improvementsevansiroky
Keep data in jsts geometry format instead of constantly translating in and out of geojson.
2016-06-21Added America/Rainy_River and WIP on America/Chicagoevansiroky
there's a bug with jsts, see: https://github.com/bjornharrtell/jsts/issues/273
2016-06-17Add union op, adding 3 more US timezonesevansiroky
Refs #1
2016-06-17Add ability to download cities from overpassevansiroky
2016-06-16First timezone boundary success!evansiroky
2016-06-16WIP: perform ops to get timezone boundaryevansiroky
2016-06-16refactoring fetching of data to dl only if neededevansiroky
2016-06-16Work on osm boundariesevansiroky
Added code to merge multiple polygons representing a single boundary into single multipolygon
2016-06-16Download scriptsevansiroky
- downloading efele.net shapefile - querying overpass api for boundaries