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.Catalog. 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")

Classes

InputsNamespace(workspace)

Read-mostly facade over <workspace>/data/cache.duckdb.