solarforecastarbiter.io.api.APISession.post_raw_report_processed_data

APISession.post_raw_report_processed_data(report_id, raw_report)[source]

Post the processed data that was used to make the report to the API.

Parameters:
  • report_id (str) – ID of the report to post values to
  • raw_report (datamodel.RawReport) – The raw report object with processed_forecasts_observations
Returns:

tuple – of datamodel.ProcessedForecastObservation with forecast_values and observations_values replaced with report value IDs for later retrieval