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:
reindex_fill_slice(arg[, freq, label, …]) Reindex data to shorter intervals (create NaNs) from start to end, fill NaNs in gaps using fill_method, fill NaNs before first valid time using bfill, fill NaNs after last valid time using ffill, then slice output from start_slice to end_slice.
resample(arg[, freq, label]) Resamples an argument, allowing for None.
sort_gefs_frame(frame) Sort a DataFrame from a GEFS forecast.
unmix_intervals(mixed[, lower, upper]) Convert mixed interval averages into pure interval averages.