Module metadata

Source
Expand description

Metadata types for raster datasets. Metadata types for raster datasets.

This module provides types for describing the geographic extent, layers, and metadata of raster datasets.

Structs§

Extent
Geographic extent defined by bounding box coordinates.
Layer
Represents a layer (band) within a raster dataset.
RasterDataBlock
A block of raster data with its associated metadata and no-data value.
RasterMetadata
Metadata describing a raster dataset’s structure, CRS, and band configuration.