hydromt.data_catalog.sources.GeoDatasetSource.to_stac_catalog#
- GeoDatasetSource.to_stac_catalog(handle_nodata: NoDataStrategy = NoDataStrategy.IGNORE) Catalog | None [source]#
Convert a geodataset 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] – None if the dataset was skipped.
- Return type:
The STAC Catalog representation
ofthe dataset
,or