solarforecastarbiter.io.api.APISession.get_probabilistic_forecast_constant_value_value_gaps

APISession.get_probabilistic_forecast_constant_value_value_gaps(forecast_id, start, end)[source]

Get any gaps in forecast data from start to end.

In addition to querying the /forecasts/cdf/single/{forecast_id}/values/gaps endpoint, this function also queries the forecast timerange to return all gaps from start to end.

Parameters:
  • forecast_id (string) – UUID of the forecast object.
  • start (timelike object) – Start time in interval to retrieve values for
  • end (timelike object) – End time of the interval
Returns:

list of (pd.Timestamp, pd.Timestamp) – Of (start, end) gaps in the forecasts