hydromodpy.results.export.stac#
STAC Item 1.0 generator for HydroModPy simulations (https://stacspec.org).
Each simulation maps to one Item with:
bboxandgeometrytaken from the catalogbbox_xmin..bbox_ymax;datetimeset to the period midpoint, plusstart_datetime/end_datetimewhen the period covers more than one instant;assetsdescribing the Zarr store, every Parquet table, the lockfile and any COG produced by the GeoTIFF exporter (when present on disk);properties.proj:epsgandproperties.proj:wkt2from the catalogcrs_epsg/crs_wktcolumns.
The payload is a plain dict so callers can serialise it without
pystac; the optional validate_item() helper relies on
pystac.Item.from_dict when the library is installed.
Functions
|
Return a STAC |
|
Return a STAC |
|
Return one STAC |
|
Validate an Item dict with pystac when installed. |
|
Render and write a STAC Catalog to |
|
Render and write a STAC Collection to |
|
Render and write the STAC Item for sim_id. |