rdtools.filtering.poa_filter

rdtools.filtering.poa_filter(poa_global, poa_global_low=200, poa_global_high=1200)

Filter POA irradiance readings outside acceptable measurement bounds.

Parameters
  • poa_global (pandas.Series) -- POA irradiance measurements.

  • poa_global_low (float, default 200) -- The lower bound of acceptable values.

  • poa_global_high (float, default 1200) -- The upper bound of acceptable values.

Returns

Boolean Series of whether the given measurement is within acceptable bounds.

Return type

pandas.Series