HydroniumLabs / h3o
- четверг, 12 января 2023 г. в 00:37:35
Rust implementation of the H3 geospatial indexing system.
Rust implementation of the H3 geospatial indexing system.
This is not a binding of the reference implementation, but a reimplementation from scratch.
The goals are:
cargo install h3o
use h3o::{LatLng, Resolution};
let coord = LatLng::from_degrees(37.769377, -122.388903).expect("valid coord");
let cell = coord.to_cell(Resolution::Nine);
Rust is an iron oxide.
A Rust version of H3 is an H3 oxide, in other word