Expand description
Array manipulation operations for raster processing. Array manipulation operations for raster processing.
This module provides functions for slicing, trimming, and transforming multidimensional arrays used in raster data processing.
Functionsยง
- argmax
- Returns the index of the maximum value in a slice.
- array2_
to_ ๐nested_ vec - create_
clustered_ array - Creates an array with clustered values (for testing).
- fill_
nodata_ simple - Fills no-data values in a 3D array using simple neighbor propagation.
- rect_
view - Extracts a rectangular view from a 2D array.
- trimm_
array3 - Trims the overlap border from a 3D array.
- trimm_
array4 - Trims the overlap border from a 4D array. The memory layout of the output is not guaranteed.
- trimm_
array3_ asymmetric - Trims the overlap border from a 3D array using asymmetric overlap.
- trimm_
array4_ owned - Trims the overlap border from a 4D array, returning an owned array with standard layout.
- write_
csv_ array - Writes a 2D vector to a CSV file.