hydromodpy.watershed#

Core data-model objects that describe a watershed and expose helper descriptors for geospatial, geological, climatic and hydraulic inputs.

Class overview#

Watershed

Class Watershed is used to extract watershed and its data from regional DEM.

Geographic

Class to initialize the model domain object (watershed).

Geology

Add geology data in the watershed object.

Hydrography

Add hydrography data in the watershed object.

Hydrometry

Add hydrometry data in the watershed object.

Intermittency

Add streamflow intermittence data from specific data at France scale.

Piezometry

Attributes x_coord: list of float Lambert 93 X coordinates of piezometers y_coord: list of float Lambert 93 Y coordinates of piezometers x_iloc: list of int list of x-index of model cells corresponding to piezometers y_iloc: list of int list of y-index of model cells corresponding to piezometers

Oceanic

Add oceanic data from specific data at France scale.

Settings

Class with some update functions for groundwater model parameters.

Hydraulic

Update hydraulic properties of the groundwater flow model.

Climatic

Class to initialize the climate forcing data (recharge, runoff).