Thorbjørn

Results 11 issues of Thorbjørn

## 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) -...

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

bug
good first issue

## Change Summary ## Related issue number fix #863 ## Checklist * [x] Start with a draft-PR * [ ] The PR title is a good summary of the changes...

enhancement

## Change Summary Another step towards allowing users to specify their own custom statistics implementations. `pyaerocom.stats.stats` now provides a `register_custom_statistic()` method which allows adding a custom implementation for a statistic....

# Summary Follow up on the discussion [here](https://github.com/metno/pyaerocom/pull/993) on how to allow for configuration and implementation of custom statistics to `mathutils.calc_statistics()`. Relates to #1112

enhancement

**Describe the bug** Please provide a clear and concise description of what the bug is. - Pyaerocom version: 0.20.dev1 - Computing platform: PPI - Configuration file (if applicable): NA -...

bug :bug:
dependencies

## Change Summary I found the current implementation of `ColocatedData.to_dataframe()` lacking so I expanded it a bit. Produced data frames will now include: - Time - Station name - Data...

## Change Summary ## Related issue number closes #1624 ## Checklist * [ ] Start with a draft-PR * [ ] The PR title is a good summary of the...

**Describe the bug** Please provide a clear and concise description of what the bug is. - Pyaerocom version: v0.31.dev0 - Computing platform: NA - Configuration file (if applicable): ```python import...

**Is your feature request related to a problem? Please describe.** Reading the entire griddeddata is quite memory intensive and discarding unneeded data (or ideally not reading it in in the...

enhancement ✨
nice-thing-to-have-🍨
SESAM