{% extends base_template %} {% import "macros.j2" as macros with context %} {% set report_name = report.report_parameters.name %} {% block body %} {% block report_title %}
This report of forecast accuracy was automatically generated using the Solar Forecast Arbiter.
{% endblock %} {% block download %}{% endblock %} {% block toc %}{{ cost.to_dict() | pretty_json }}
This report includes forecast and observation data available from {{ report.report_parameters.start }} to {{ report.report_parameters.end }}. {% endblock %} {% block obsandfx %}
More metadata for the objects in this report may be downloaded in JSON format.
{% if timeseries_spec is defined %}The plots below show the filtered, resampled, and aligned time series of observation and forecast data as well as the distribution of forecast vs. observation data. This resampled and realigned timeseries data may also be downloaded in CSV format.
Controls to pan, zoom, and save the plot are shown on the right. Clicking on an item in the legend will hide/show it.
{% if includes_distribution %}For forecasts parameterized symmetrically around the 50th percentile, brighter colors indicate percentiles farther from the 50th percentile and darker colors indicate percentiles closer to the 50th percentile. For forecasts parameterized asymmetrically around the 50th percentile, brighter colors indicate smaller percentiles and darker colors indicate larger percentiles. Use the hover tool to determine the percentile.
{% endif %} {{ macros.download_timeseries_script () | safe }} {% endif %} {% if scatter_spec is defined %} {% endif %} {% if timeseries_prob_spec is defined %}The plot below shows probability vs. time for probabilistic forecasts with axis='x'.
{% endif %} {% include "load_metadata.html" %} {{ macros.download_metadata_script () | safe }} {% endblock %}A table of summary statistics for the resampled observations and deterministic forecasts over the entire study period is shown below. Statistics for other categories may be downloaded in CSV format or JSON format.
{% if "total" in report.report_parameters.categories %} {{ macros.summary_stats_table_vert(report.raw_report.metrics | selectattr("is_summary"), "total") }} {% else %}A table of metrics over the entire study period and figures for the selected categories are shown below. Metrics may be downloaded in CSV format or JSON format.
{% if "total" in report.report_parameters.categories %} {{ macros.metric_table_fx_vert(report.raw_report.metrics | rejectattr("is_summary"), "total", report.report_parameters.metrics) }} {% else %}{{ category_blurbs[category] }}
{% endif %}