PhenologyMetrics

class museopheno.time_series.PhenologyMetrics(X, sos=0.2, eos=0.8, min_from_year=False)[source]

Get phenology metrics from one feature. start of season, end of season, length of season and amplitude.

Parameters
  • X (array) – array (1 dim)

  • sos (float, optional (default=0.2)) – Percentage (0.2 for 20%) of the season amplitude

  • eos (float, optional (default=0.8)) – Percentage (0.8 for 80%) of the season amplitude

  • min_from_year (bool, optional (default=False)) – If True, metrics thresolds will be computed using the min from the year If False, metrics thresolds will be computed using the min from the season (start or end).

Methods

__init__(X[, sos, eos, min_from_year])

Initialize self.