Add postcodes
This commit is contained in:
parent
004948385d
commit
ce4c0cc08c
5 changed files with 325 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue