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.
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: