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§
- Block
Size - 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.
- Image
Resolution - Image resolution (pixel size in georeferenced units).
- Image
Size - Image dimensions in pixels.
- Index2d
- 2D index into an array (column, row).
- Offset
- Offset in array coordinates.
- Output
Config - Configuration for output file generation.
- Overlap
- Overlap size for block-based operations (padding around each block).
- Raster
Data Shape - Shape of a 4D raster array (times, layers, rows, cols).
- Read
Window - Window for reading raster data.
- Rectangle
- Rectangle for array indexing (distances from a center point).
- Size
- Size in array coordinates.
Enums§
- Coord
Type - Coordinate value type for spatial coordinates.
- Dimension
- Dimension along which to stack or layer data.
- Output
Format - Output format for raster write operations.
- Sampling
Method - Sampling method for aggregating raster values.