Skip to content

Instantly share code, notes, and snippets.

@joeyklee
Last active November 18, 2024 22:40
Show Gist options
  • Save joeyklee/eda950b405840f1ddca42b43fa90e7f5 to your computer and use it in GitHub Desktop.
Save joeyklee/eda950b405840f1ddca42b43fa90e7f5 to your computer and use it in GitHub Desktop.
Get latest release of the timezones boundaries 1970 geojson zip from timezone-boundary-builder
# via: https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8
download-latest:
wget $(wget -q -O - https://api.github.com/repos/evansiroky/timezone-boundary-builder/releases/latest | jq -r '.assets[] | select(.name | contains ("timezones-with-oceans-1970.geojson.zip")) | .browser_download_url')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment