time_series

The museopheno.time_series module gathers functions to compute expression and smooth time series.

Functions

expression_manager(X, bands_order, expression)

Generate expression/index from an array according to a bands_order, and expression.

generate_temporal_sampling(start_date, last_date)

Generate a custom temporal sampling for Satellite Image Time Series.

get_phenology_metrics(X[, sos, eos, …])

Return indices of phenology metrics (start of season and end of season).

Classes

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

Get phenology metrics from one feature.

SmoothSignal(dates[, bands_order, order_by, …])

Smooth time series signal.