pvanalytics.quality.weather.temperature_limits#

pvanalytics.quality.weather.temperature_limits(air_temperature, limits=(- 35.0, 50.0))#

Identify temperature values that are within limits.

Parameters
  • air_temperature (Series) – Air temperature [C].

  • limits (tuple, default (-35, 50)) – (lower bound, upper bound) for temperature.

Returns

True if air_temperature > lower bound and air_temperature < upper bound.

Return type

Series

Notes

Copyright (c) 2019 SolarArbiter. See the file LICENSES/SOLARFORECASTARBITER_LICENSE at the top level directory of this distribution and at https://github.com/pvlib/pvanalytics/blob/master/LICENSES/SOLARFORECASTARBITER_LICENSE for more information.

Examples using pvanalytics.quality.weather.temperature_limits#

PV Fleets QA Process: Temperature

PV Fleets QA Process: Temperature

Weather Limits

Weather Limits