#timezone #data #binary-data #distribution #probuf #tzf #tzf-rs

tzf-rel

Probuf based binary timezone data distribution for tzf-rs

8 releases

0.0.2025-a Feb 1, 2025
0.0.2024-b Sep 10, 2024
0.0.2024-a Mar 16, 2024
0.0.2023-d Dec 29, 2023
0.0.2022-f5 Nov 20, 2022

#61 in Geospatial

Download history 3749/week @ 2024-10-22 2758/week @ 2024-10-29 2125/week @ 2024-11-05 2827/week @ 2024-11-12 3128/week @ 2024-11-19 2397/week @ 2024-11-26 2581/week @ 2024-12-03 3096/week @ 2024-12-10 1642/week @ 2024-12-17 2122/week @ 2024-12-24 1047/week @ 2024-12-31 1788/week @ 2025-01-07 1543/week @ 2025-01-14 2035/week @ 2025-01-21 3049/week @ 2025-01-28 2415/week @ 2025-02-04

9,348 downloads per month
Used in 6 crates (via tzf-rs)

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.pb

References

No runtime deps