smash.PrecipitationIndices#
- class smash.PrecipitationIndices(data=None)[source]#
Represents precipitation indices computation result.
- Attributes:
- std
numpy.ndarray The precipitation spatial standard deviation.
- d1
numpy.ndarray The first scaled moment [Zoccatelli et al., 2011].
- d2
numpy.ndarray The second scaled moment [Zoccatelli et al., 2011].
- vg
numpy.ndarray The vertical gap [Emmanuel et al., 2015].
- hg
numpy.ndarray The horizontal gap [Emmanuel et al., 2015].
- std
Methods
to_numpy([axis])Convert the
PrecipitationIndicesobject to anumpy.ndarray.See also
precipitation_indicesCompute precipitation indices of the Model object.