n3gb-rs 0.1.2

A Rust implementation of a hierarchical hex-based spatial indexing system based on the OSGB National Grid.
Documentation
1
2
3
4
5
6
7
8
9
pub mod hex_arrow;
pub mod hex_cell;
pub mod hex_grid;
pub mod hex_parquet;

pub use hex_arrow::HexCellsToArrow;
pub use hex_cell::HexCell;
pub use hex_grid::{HexGrid, HexGridBuilder};
pub use hex_parquet::{write_geoparquet, HexCellsToGeoParquet};