wolfhece.PyHydrographs
Author: HECE - University of Liege, Pierre Archambeau, Utashi Ciraane Docile Date: 2024
Copyright (c) 2024 University of Liege. All rights reserved.
This script and its content are protected by copyright law. Unauthorized copying or distribution of this file, via any medium, is strictly prohibited.
Module Contents
- class wolfhece.PyHydrographs.Constants[source]
Bases:
enum.Enum
Contain the constants used throughout the module.
- class wolfhece.PyHydrographs.Hydrograph(data=None, index=None, dtype=None, name='Discharge', copy=None, file_path: str = '', fastpath=False)[source]
Bases:
pandas.Series
A pandas series containing discharges (values) with their respective times of observation (indices).
@ The class is inherited which means all series method are available in this class escorted by a few other functions useful in the interaction with wolfhece tools.