Intermittency#

class hydromodpy.watershed.intermittency.Intermittency(out_path: str, intermittency_path: str, file_name: str, geographic: object)[source]#

Bases: object

Add streamflow intermittence data from specific data at France scale.

Parameters#

out_pathstr

Path of the HydroModPy outputs.

intermittency_pathstr

Path of the folder with the intermittency data.

file_namestr

Shapefile name of hydrometric station. Function for a specific vector at the France scale.

geographicobject

Variable object of the model domain (watershed).

extract_intermittency_from_watershed(data_folder, intermittency_path, file_name, geographic)[source]#

Select the ONDE streamflow intermittence station at the model domain (watershed) scale.

Parameters#

data_folderstr

Path of stable results for intermittency.

load_intermittency_data(data_folder)[source]#

Load and plot ONDE streamflow intermittence data.