kimlai / tz_world

Resolve timezones from a location.
https://hexdocs.pm/tz_world
MIT License
41 stars 13 forks source link

Add --include_oceans option to mix task tz_world.update #24

Closed kipcole9 closed 2 years ago

kipcole9 commented 2 years ago

Adds support to use the geojson data that includes oceans. Several timezone extend into non-territorial waters and thats valuable for some use cases, for example in the case of issue #23.

Before release this code needs:

  1. tests to be updated
  2. a means of tracking which data set is being used so that updating data in place will work correctly.