-
Notifications
You must be signed in to change notification settings - Fork 15
develop EVDC ozone sondes reader #1578
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
base: main-dev
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main-dev #1578 +/- ##
============================================
+ Coverage 78.06% 78.24% +0.17%
============================================
Files 168 170 +2
Lines 22463 22894 +431
============================================
+ Hits 17536 17913 +377
- Misses 4927 4981 +54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…-ozone-sonde-reader # Conflicts: # .pre-commit-config.yaml # pyaerocom/sample_data_access/minimal_dataset.py # pyproject.toml # tests/fixtures/data_access.py
…-ozone-sonde-reader
…-ozone-sonde-reader
…-ozone-sonde-reader # Conflicts: # pyaerocom/config.py # pyproject.toml # tests/test_config.py
Try to pic this up again after the latest changes |
…-ozone-sonde-reader # Conflicts: # pyaerocom/helpers.py
…-ozone-sonde-reader # Conflicts: # pyaerocom/sample_data_access/minimal_dataset.py
JFYI: since IAGOS data in HARP format comes in the same format as the EVDC data, I will add that to the reading classes and do some renaming. The main stuff will stay as it is. |
Change Summary
Introduce an EVDC ozone sonde reader.
The data exists in two flavours: in HARP format from CAMS (on the validation server) or in native format (HDF) from ESA / NDACC / WOUDC.
Focussing on the HARP format for now, but unfortunately that exists only from 2018 onwards. We hope that CAMS extends the time series, but are aware that we might need to add a native reader in addition.
HyWay needs the data from 2010 to 2019, but also needs the signage of a data protocol to access the data.
Related issue number
fix #1577
Checklist