Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ingestion of tabular site forecasts and observations into EMOS #1538

Closed
3 tasks done
gavinevans opened this issue Aug 19, 2021 · 1 comment
Closed
3 tasks done
Assignees
Labels
Milestone

Comments

@gavinevans
Copy link
Contributor

gavinevans commented Aug 19, 2021

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:

  1. Extract the required equally spaced percentiles from the required stream.
  2. 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.
@fionaRust
Copy link
Contributor

All tasks now complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants