Heiko Klein

Results 49 comments of Heiko Klein

After discussion with @michaelgau For the "last seasons" plot, hourly output is in general not needed. Only the Fairmode NO2 plots should be based on hourly data. In particular: Fairmode...

Discussed it shortly with @AugustinMortier and aeroval reads the order from `statistics.json` and `menu.json` (ref var_order_menu). Those two files are only used for web-presentation, so it doesn't make sense to...

Remove also warning: ```/home/heikok/.conda/envs/pya/lib/python3.11/site-packages/pydantic/main.py:347: UserWarning: Pydantic serializer warnings: Expected `tuple[str, ...]` but got `list` - serialized value may not be as expected return self.__pydantic_serializer__.to_python( ```

@lewisblake Sorry, to disagree. There are two things which make this warning wrong: 1. The warning does not say which field is a supposed to be a tuple. It doesn't...

@lewisblake Reading the manual of pydantic: https://docs.pydantic.dev/latest/concepts/conversion_table/, pydantic automatically converts iterators to tuples as one would expect in python. Above mentioned warning does not come from a modellers cfg-file, but...

I've just seen a new iris-warning: ``` /lustre/storeB/users/thlun8736/python/pyaerocom/venv/lib/python3.11/site-package s/iris/common/mixin.py:195: FutureWarning: You are using legacy date precision f or Iris units - max precision is seconds. In future, Iris will use...

A solution to this issue could be to convert the contours to shapely objects https://gis.stackexchange.com/questions/99917/converting-matplotlib-contour-objects-to-shapely-objects and then use shapely's geojson output https://shapely.readthedocs.io/en/stable/reference/shapely.to_geojson.html

`contourpy` might be worth a look, but it is a external one-man dependency. In addition, `contourpy` does not handle colors, so information about colors of the different ranges needs to...

It is not clear what the requirements here are and from my work with emep-data I would express them as: - The time-variable from the emep/mscw-model are very reliable and...

After some discussion, we consider it easier to create a directory with selected years as symlinks rather than to change it in the code.