Struct h3ron_ndarray::array::H3Converter [−][src]
pub struct H3Converter<'a, T> where
T: Sized + PartialEq + Sync + Eq + Hash, { /* fields omitted */ }Expand description
convert a 2-d ndarray to h3
Implementations
pub fn new(
arr: &'a ArrayView2<'a, T>,
nodata_value: &'a Option<T>,
transform: &'a Transform,
axis_order: AxisOrder
) -> Self
find the h3 resolution closest to the size of a pixel in an array