hydromodpy.results.export#
FAIR export formats for HydroModPy simulations.
Modules#
hydromodpy.results.export.rocrate: RO-Crate v1.1 JSON-LD bundle.hydromodpy.results.export.stac: STAC Item 1.0 geospatial catalog entry.hydromodpy.results.export.prov: W3C PROV-O lineage embedded as JSON-LD.
All modules are import-light: external validators (pystac,
stac-validator) are optional and only loaded when explicitly
requested. The serialized payloads are always plain Python dict
objects so callers can write them as JSON without third-party
dependencies.
Modules
Shared context object that gathers data from the catalog for FAIR exports. |
|
W3C PROV-O JSON-LD lineage for HydroModPy simulations. |
|
RO-Crate v1.1 metadata generator (https://www.researchobject.org/ro-crate/1.1/). |
|
STAC Item 1.0 generator for HydroModPy simulations (https://stacspec.org). |