n3gb-rs-0.2.0 has been yanked.
Visit the last successful build:
n3gb-rs-0.2.2
n3gb-rs
Rust implementation of hex-based spatial indexing for British National Grid.
Inspired by GDS NUAR n3gb and h3o.
Documentation
Full API reference and guides: chriscarlon.github.io/n3gb-rs-docs
Quick Start
use ;
use Point;
// Single cell from BNG coordinates
let point = new;
let cell = from_bng?;
// Grid over a bounding box
let grid = from_bng_extent?;
// Export to GeoParquet
grid.to_geoparquet?;