hydromt.data_catalog.sources.RasterDatasetSource.to_stac_catalog#
- RasterDatasetSource.to_stac_catalog(handle_nodata: NoDataStrategy = NoDataStrategy.IGNORE) Catalog | None [source]#
Convert a rasterdataset into a STAC Catalog representation.
The collection will contain an asset for each of the associated files.
- Parameters:
(str (- handle_nodata) – Options are: “raise” to raise an error on failure, “ignore” to skip the dataset on failure
optional) (
The error handling strategy.
) – Options are: “raise” to raise an error on failure, “ignore” to skip the dataset on failure
- Returns:
- Optional[StacCatalog] – if the dataset was skipped.
- Return type:
The STAC Catalog representation
ofthe dataset
, orNone