hydromodpy.watershed#
Core data-model objects that describe a watershed and expose helper descriptors for geospatial, geological, climatic and hydraulic inputs.
Class overview#
Class Watershed is used to extract watershed and its data from regional DEM. |
|
Class to initialize the model domain object (watershed). |
|
Add geology data in the watershed object. |
|
Add hydrography data in the watershed object. |
|
Add hydrometry data in the watershed object. |
|
Add streamflow intermittence data from specific data at France scale. |
|
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 |
|
Add oceanic data from specific data at France scale. |
|
Class with some update functions for groundwater model parameters. |
|
Update hydraulic properties of the groundwater flow model. |
|
Class to initialize the climate forcing data (recharge, runoff). |