solarforecastarbiter.reports.figures.plotly_figures.timeseries_plots

solarforecastarbiter.reports.figures.plotly_figures.timeseries_plots(report)[source]

Return the components for timeseries and scatter plots of the processed forecasts and observations.

Parameters:report (solarforecastarbiter.datamodel.Report) –
Returns:
  • timeseries_spec (str) – String json specification of the timeseries plot. None if no forecast values are available.
  • scatter_spec (None or str) – String json specification of the scatter plot. None if no observation values are available.
  • timeseries_prob_spec (None or str) – If report contains a probabilistic forecast with axis=’x’, string json specification of the probability vs. time plot. Otherwise None.
  • includes_distribution (bool) – True if the a plot was created for a pair containing a ProbabilisticForecast.