Module types

Source
Expand description

Geospatial and array shape types. Geospatial and array shape types.

This module contains all the fundamental data structures for describing raster dimensions, coordinates, geotransforms, and block configurations.

Structs§

BlockSize
Block size for chunked raster operations.
Coordinates
x and y coordinates of a location.
GeoTransform
Geotransform parameters defining the affine transformation from pixel to georeferenced coordinates.
ImageResolution
Image resolution (pixel size in georeferenced units).
ImageSize
Image dimensions in pixels.
Index2d
2D index into an array (column, row).
Offset
Offset in array coordinates.
OutputConfig
Configuration for output file generation.
Overlap
Overlap size for block-based operations (padding around each block).
RasterDataShape
Shape of a 4D raster array (times, layers, rows, cols).
ReadWindow
Window for reading raster data.
Rectangle
Rectangle for array indexing (distances from a center point).
Size
Size in array coordinates.

Enums§

CoordType
Coordinate value type for spatial coordinates.
Dimension
Dimension along which to stack or layer data.
OutputFormat
Output format for raster write operations.
SamplingMethod
Sampling method for aggregating raster values.