Add postcodes

This commit is contained in:
Andras Schmelczer 2026-02-04 21:35:12 +00:00
parent 004948385d
commit ce4c0cc08c
5 changed files with 325 additions and 1 deletions

View file

@ -1,5 +1,7 @@
mod poi;
mod postcodes;
mod property;
pub use poi::{POICategoryGroup, POIData};
pub use postcodes::PostcodeData;
pub use property::{precompute_h3, Histogram, PropertyData};