rdtools.filtering.insolation_filter

rdtools.filtering.insolation_filter(insolation, quantile=0.1)

A simple quantile filter. Primary application in RdTools is to exclude low insolation points after the aggregation step in the trend analysis workflows.

Parameters:
  • insolation (pandas.Series) -- Pandas time series to be filtered. Usually insolation.

  • quantile (float, default 0.1) -- the minimum quantile above which data is kept.

Returns:

Boolean Series excluding points below the quantile threshold

Return type:

pandas.Series