-
Notifications
You must be signed in to change notification settings - Fork 14
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
AeroVal maps feature for raster data #401
Comments
Because we likely need the maps in higher / native resolution, GeoJSON is not the right format for maps. WMS (https://en.wikipedia.org/wiki/Web_Map_Service), the noted wmts or also GeoTIFF (https://en.wikipedia.org/wiki/GeoTIFF) comes to mind here. There's also a lot of expertise about how to use e.g. WMS in the institute already and e.g. uEMEP does high resolution maps already in a web service |
This issue is stale because it has been open for 365 days with no activity. This issue will be closed in 14 days if no action is taken. |
This is still relevant to projects such as SESAM. |
Placing this on the release for June. We can discuss if this is a realistic timeline, but it is certainly needed to meet SESAM deadlines approaching this summer. |
We had some success displaying png files of model and satellite data on Aeroval. I believe the web is now set up to display such images. Will need to talk with @AugustinMortier about the details it expects for formatting, naming, etc., but in principle we can implement plotting and saving of pngs files into pyaerocom for model and satellite data. |
The geojson files can get very large for long time series (eg: >50MB for monthly data over 3 years in C3S project).
One year of data with monthly resolution (12 layers) has been shown to be fast enough both in loading the data and in plotting the maps. For multi-year projects and monthly resolutions, we could sinply split up the time period into individual years and provide a geojson file per year.
We could also investigate web map tiles services (https://www.ogc.org/standards/wmts), but this is a major change.
The text was updated successfully, but these errors were encountered: