pyaerocom
pyaerocom copied to clipboard
Python tools for climate and air quality model evaluation
## Change Summary tests with minimal data: 3 stations, 1 component ## Checklist * [x] Start with a draft-PR * [ ] The PR title is a good summary of...
e.g., Obs-only experiments with Earlinet fail because the GriddedData object (`dummy_cube`) doesn't have `altitude` as an attribute ```console During handling of the above exception, another exception occurred: Traceback (most recent...
## Change Summary Implements CI tests which test pyaerocom with the oldest supported versions. **TODO** - [ ] Replace the old python3.10 with the old dependency version instead (https://github.com/metno/pyaerocom/pull/1154#issuecomment-2093159684) -...
## Change Summary Implement `ColocationSetup` in terms of Pydantic. ## Related issue number Part of #1085. Works towards defining the interface for a `ColocatedData` object which we will need data...
**Describe the bug** There are some imports at the top of `calc_example_coldata.py` which don't go anywhere: ``` import pyaerocom.testdata_access as td from pyaerocom.conftest import CHECK_PATHS ``` This issue also occurs...
Adds possibility to add custom variables without hardcoding ## Related issue number Fix #1146 ## Checklist * [x] Start with a draft-PR * [x] The PR title is a good...
Adds possibility for extra fields from pyaro. Is dependent on PRs #1115 and #1102, so they should be merged before this PR ## Related issue number fix #1118 ## Checklist...
## Change Summary Adds some variables and emep variables need by Gunnar for pollen evaluation. ## Related issue number No related issue ## Checklist * [x] Start with a draft-PR...
Readers from pyaro can add custom metadata, as the old pyaerocom reader could do. This is as of now not supported by the pyaro reader. The reader only saves a...
O3 mda8
## Change Summary ## Related issue number fix #863 ## Checklist * [x] Start with a draft-PR * [ ] The PR title is a good summary of the changes...