solarforecastarbiter.reference_forecasts.forecast¶
Functions for forecasting.
Functions
cloud_cover_to_ghi_linear(cloud_cover, ghi_clear) |
Convert cloud cover to GHI using a linear relationship. |
cloud_cover_to_irradiance(latitude, …) |
Estimates irradiance from cloud cover in the following steps: |
cloud_cover_to_irradiance_ghi_clear(…) |
Estimates irradiance from cloud cover in the following steps: |
interpolate(arg[, freq, closed]) |
Interpolates an argument, allowing for None. |
interpolate_args(*args[, freq]) |
Interpolate all positional arguments, allowing for None. |
resample(arg[, freq, closed]) |
Resamples an argument, allowing for None. |
resample_args(*args[, freq]) |
Resample all positional arguments, allowing for None. |
slice_args(*args, start, end) |
|
unmix_intervals(mixed) |
Convert mixed interval averages into pure interval averages. |