Meteo
- class rameau.core.Meteo(columns, weights)[source]
Collection of meteorological parameters to calculate meteorological time series of a given watershed from given inputs.
- Parameters:
columns (
listornumpy.ndarray) – Column numbers of input files used to calculate meteorological time series. Index of column numbers starts from 1.weights (
listornumpy.ndarray) – Weights to be applied to each meteorological time series corresponding to the column numbers of thecolumnskeyword argument.
- Returns:
Attributes