hydromodpy.catalog#
hmp.catalog – input-data cache view for a workspace.
The simulation catalog itself is opened with hydromodpy.open(), which
returns a hydromodpy.results.catalog.SimulationCatalog. This package
hosts the read-only view over the workspace data cache
(<workspace>/data/cache.duckdb).
Usage#
from hydromodpy.catalog import InputsNamespace
inputs = InputsNamespace("~/ws")
inputs.list(variable="recharge")
Modules
Workspace-scoped inputs namespace -- wraps |