solarforecastarbiter.reference_forecasts.main.fill_persistence_forecasts_gaps

solarforecastarbiter.reference_forecasts.main.fill_persistence_forecasts_gaps(token, start, end, base_url=None)[source]

Make all reference persistence forecasts that need to be made between start and end.

Parameters:
  • token (str) – Access token for the API
  • start (pandas.Timestamp) – The start of the period to search for missing forecast values.
  • end (pandas.Timestamp) – The end of the period to search for missing forecast values.
  • base_url (str or None, default None) – Alternate base_url of the API