pvanalytics.quality.weather.wind_limits#
- pvanalytics.quality.weather.wind_limits(wind_speed, limits=(0.0, 50.0))#
Identify wind speed values that are within limits.
- Parameters
wind_speed (Series) – Wind speed in \(m/s\)
limits (tuple, default (0, 50)) – (lower bound, upper bound) for wind speed.
- Returns
True if wind_speed >= lower bound and wind_speed < 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.wind_limits
#
Weather Limits