You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an IMPROVER developer, I would like to support the ingestion of spot forecasts and observations into EMOS, so that a training dataset of spot forecasts and observations can be stored in a more usable format.
The forecast table provided will contain likely include percentiles in excess of those required for calibration. The estimate EMOS functionality therefore needs to:
Extract the required equally spaced percentiles from the required stream.
Rebadge the percentiles as realizations for compatibility for the existing EMOS codebase.
Acceptance criteria:
Ability to read spot forecasts and observations in Parquet format into pandas dataframes.
Support for use of pandas dataframes within the EMOS code.
The text was updated successfully, but these errors were encountered:
As an IMPROVER developer, I would like to support the ingestion of spot forecasts and observations into EMOS, so that a training dataset of spot forecasts and observations can be stored in a more usable format.
The forecast table provided will contain likely include percentiles in excess of those required for calibration. The estimate EMOS functionality therefore needs to:
Acceptance criteria:
The text was updated successfully, but these errors were encountered: