hydromodpy.results.catalog.writes_duckdb#
DuckDB write concern for SimulationCatalog.
Tabular catalog writes against the DuckDB backend: parameters, metrics,
stations, scientific objectives, run environment snapshots, geographic
metadata, provenance, and the registration of observation points and
tracked input files. Methods that also mirror to Parquet (write_metric,
write_provenance) call self._write_parquet_records which the facade
inherits from WritesMixinParquet via the MRO.
Classes
|
Tabular catalog write operations against the DuckDB backend. |