Enum h3ron_ndarray::array::AxisOrder [−][src]
pub enum AxisOrder {
XY,
YX,
}Expand description
The order of the axis in the two-dimensional array
Variants
X,Y ordering
Y,X ordering
This is the order used by github.com/georust/gdal (behind the ndarray feature gate)