{% include "obsfx_table_text" %} {% import "macros.j2" as macros with context %} {% for pfxobs in report.raw_report.processed_forecasts_observations %} {% endfor %}
Table of data alignment parameters
Aligned Pairs Observations Forecasts Reference Forecasts
Name Interval Label
Interval Length
Name Interval Label
Interval Length
Name Interval Label
Interval Length
Name Interval Label
Interval Length
{{pfxobs.name}} {{ pfxobs.interval_label }}
{{ (pfxobs.interval_length.total_seconds() // 60) | int }} min
{% if pfxobs.original.observation is defined %} {{ pfxobs.original.observation.name }} {% else %} {{ pfxobs.original.aggregate.name }} {% endif %} {{ pfxobs.original.data_object.interval_label }}
{{ (pfxobs.original.data_object.interval_length.total_seconds() // 60) | int }} min
{{ pfxobs.original.forecast.name }} {{ pfxobs.original.forecast.interval_label }}
{{ (pfxobs.original.forecast.interval_length.total_seconds() // 60) | int }} min
{% if pfxobs.original.reference_forecast != none %} {{ pfxobs.original.reference_forecast.name if pfxobs.original.reference_forecast != none else 'None' }} {% else %} None {% endif %} {{ pfxobs.original.reference_forecast.interval_label if pfxobs.original.reference_forecast != none }}
{% if pfxobs.original.reference_forecast != none %} {{ (pfxobs.original.reference_forecast.interval_length.total_seconds() // 60) | int }} min {% endif %}