metno / pyaerocom

Python tools for climate and air quality model evaluation
https://pyaerocom.readthedocs.io/
GNU General Public License v3.0
24 stars 13 forks source link

New AeroVal projects structure #324

Closed AugustinMortier closed 2 years ago

AugustinMortier commented 3 years ago

@jgliss In order to follow the new projects structure considered, the following needs to be done:

AugustinMortier commented 3 years ago

Maybe the years could actually be strings too, so in the case of trends, we could have periods instead of single years:

"years": ["All", "2000-2020"]
jgliss commented 3 years ago

@AugustinMortier thanks for writing it up, sounds all very doable. As discussed, I will start looking into this after the open PR's for version 0.11.0 release are incorporated (see #325) and v0.11.0 is on the way. Since the required updates for the new AeroVal structure and features require major changes in the API of the web-tools, I will assign this issue to version 0.12.0.

jgliss commented 3 years ago

@hansbrenna this will also be relevant for you, but will come after 0.11.0 is released.

AugustinMortier commented 3 years ago

regions should have a unique id, so they could have the same name (e.g: EUROPE (rectangle) / Europe (HTAP)) "WORLD": { "name": "World" "minLat": -90, "maxLat": 90, "minLon": -180, "maxLon": 180 },

jgriesfeller commented 3 years ago

Just a comment about names: I at least will use the rectangular and the HTAP regions in parallel, so the names should not be identical. EUROPE and Europe might confuse users, but I don't have a good proposal to solve that right now. I guess this was the reason we kept the original HTAP names in the old aerocom-tools

jgliss commented 2 years ago

Guess this can be closed now :)