Last active
November 18, 2024 22:40
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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