Expand description
Raster utilities for CLI operations
Structs§
- CogWrite
Options - Options for writing a Cloud-Optimized GeoTIFF.
- Raster
Info - Raster metadata extracted from a file
Functions§
- calculate_
subset_ geotransform - Calculate output geotransform for a subset operation
- geo_
to_ pixel_ window - Calculate pixel window from geographic bounding box
- read_
band - Read a single band from a GeoTIFF file at the primary level
- read_
band_ region - Read a region from a specific band of a GeoTIFF file
- read_
raster_ info - Read raster metadata from a GeoTIFF file
- read_
raster_ info_ uri - Reads raster info from a URI or bare file path.
- write_
multi_ band - Write multiple bands to a GeoTIFF file
- write_
raster_ cog - Writes raster bands to a Cloud-Optimized GeoTIFF (COG).
- write_
single_ band - Write a single band to a GeoTIFF file