Crate h3ron_ndarray
source ·Expand description
h3ron-ndarray
Integration with the ndarray crate to generate H3 data from raster data (using gdal, …)
This library is in parts parallelized using rayon. The number of threads can be controlled as described in the rayon FAQ
Re-exports
pub use crate::array::AxisOrder;
pub use crate::array::H3Converter;
pub use crate::error::Error;
pub use crate::resolution::ResolutionSearchMode;
pub use crate::transform::Transform;