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