pvanalytics.quality.weather.relative_humidity_limits#
- pvanalytics.quality.weather.relative_humidity_limits(relative_humidity, limits=(0, 100))#
Identify relative humidity values that are within limits.
- Parameters
relative_humidity (Series) – Relative humidity in %.
limits (tuple, default (0, 100)) – (lower bound, upper bound) for relative humidity.
- Returns
True if relative_humidity >= lower bound and relative_humidity <= 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.relative_humidity_limits
#
Weather Limits