smash.Signatures#
- class smash.Signatures(data=None)[source]#
Represents signatures computation result.
See also
smash.signatures
Compute simulated or observed hydrological signatures of Model.
- Attributes:
- cont
pandas.DataFrame
A dataframe representing observed or simulated continuous signatures. The column names consist of the catchment code and studied signature names.
- event
pandas.DataFrame
A dataframe representing observed or simulated flood event signatures. The column names consist of the catchment code, the season that event occurrs, the beginning/end of each event and studied signature names.
- cont