13 releases

0.0.2026-a Mar 8, 2026
0.0.2025-b2 Oct 25, 2025
0.0.2025-b Mar 24, 2025
0.0.2024-b Sep 10, 2024
0.0.2022-f5 Nov 20, 2022

#445 in Geospatial

Download history 3900/week @ 2026-01-12 3439/week @ 2026-01-19 3372/week @ 2026-01-26 3473/week @ 2026-02-02 3190/week @ 2026-02-09 3363/week @ 2026-02-16 3882/week @ 2026-02-23 4234/week @ 2026-03-02 7335/week @ 2026-03-09 4103/week @ 2026-03-16 4256/week @ 2026-03-23 3954/week @ 2026-03-30 5031/week @ 2026-04-06 5174/week @ 2026-04-13 3927/week @ 2026-04-20 3021/week @ 2026-04-27

17,404 downloads per month

ODbL-1.0

9.5MB

tzf's preprocessed timezone data

Update Data Steps

CI

Data build in GitHub Actions.

Local build

  1. Install CLI tool
# install tools
go install github.com/ringsaturn/tzf/cmd/geojson2tzpb@latest
go install github.com/ringsaturn/tzf/cmd/reducetzpb@latest
go install github.com/ringsaturn/tzf/cmd/compresstzpb@latest
go install github.com/ringsaturn/tzf/cmd/preindextzpb@latest
  1. Set data version to build(Below steps need this environment var)
export TIMEZONE_BOUNDARY_VERSION=2023b
  1. Download data
# download data
wget https://github.com/evansiroky/timezone-boundary-builder/releases/download/${TIMEZONE_BOUNDARY_VERSION}/timezones-with-oceans.geojson.zip
unzip timezones-with-oceans.geojson.zip
  1. Make data
geojson2tzpb combined-with-oceans.json | xargs reducetzpb | xargs compresstzpb
preindextzpb combined-with-oceans.reduce.bin

References

No runtime deps