[][src]Crate h3ron_ndarray

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::resolution::ResolutionSearchMode;
pub use crate::array::H3Converter;
pub use crate::array::AxisOrder;
pub use crate::transform::Transform;
pub use crate::error::Error;

Modules

array
error
resolution
transform