solarforecastarbiter.reference_forecasts.main.fill_nwp_forecast_gaps

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

Make all reference NWP forecasts that are missing from start to end. Only forecasts that belong to the same provider/organization of the token user will be updated.

Parameters:
  • token (str) – Access token for the API
  • start (pandas.Timestamp) – Start of the period to check and fill forecast gaps
  • end (pandas.Timestamp) – End of the period to check and fill forecast gaps
  • base_url (str or None, default None) – Alternate base_url of the API