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

tzf-rel

Probuf based binary timezone data distribution for tzf-rs

7 releases

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

#62 in Geospatial

Download history 1086/week @ 2024-07-30 1005/week @ 2024-08-06 980/week @ 2024-08-13 1385/week @ 2024-08-20 1358/week @ 2024-08-27 1588/week @ 2024-09-03 2712/week @ 2024-09-10 1591/week @ 2024-09-17 1781/week @ 2024-09-24 1692/week @ 2024-10-01 2697/week @ 2024-10-08 3579/week @ 2024-10-15 3749/week @ 2024-10-22 2758/week @ 2024-10-29 2125/week @ 2024-11-05 2764/week @ 2024-11-12

11,916 downloads per month
Used in 5 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