Skip to content
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

Closed
AugustinMortier opened this issue Jun 28, 2021 · 6 comments · Fixed by #1347
Closed

AeroVal maps feature for raster data #401

AugustinMortier opened this issue Jun 28, 2021 · 6 comments · Fixed by #1347
Assignees
Labels
aeroval-tools Issues related to AeroVal web tools enhancement ✨ New feature or request SESAM Issues related to the SESAM project
Milestone

Comments

@AugustinMortier
Copy link
Member

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.

@jgriesfeller
Copy link
Member

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

@AugustinMortier
Copy link
Member Author

I already use WMS in the aerosol alerts service to display MODIS data behind the alerts polygons, so it should not be that difficult to implement it on the web side.
Screenshot from 2021-09-09 09-32-36

However, I think it is also nice to have very quick changes happening when we explore the time dimension, with is currently possible with the polygons, but not so much with the tiles. So it's another compromise.. As we already have the maps feature working with the polygons, I would prefer to keep this for the first version. In a second time, if we are really limited by the model resolution, then we could switch to one of the other solutions.
Screenshot from 2021-09-09 09-42-12

@jgliss jgliss added aeroval-tools Issues related to AeroVal web tools enhancement ✨ New feature or request labels Sep 23, 2021
Copy link

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.

@github-actions github-actions bot added the stale label Jan 31, 2024
@lewisblake
Copy link
Member

This is still relevant to projects such as SESAM.

@lewisblake lewisblake added SESAM Issues related to the SESAM project and removed stale labels Feb 2, 2024
@lewisblake lewisblake added this to the m2024-06 milestone Feb 6, 2024
@lewisblake
Copy link
Member

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.

@heikoklein heikoklein modified the milestones: m2024-06, m2024-08, m2024-09 May 28, 2024
@heikoklein heikoklein changed the title AeroVal maps feature AeroVal maps feature for raster data Jul 11, 2024
@heikoklein heikoklein modified the milestones: m2024-09, m2024-10 Sep 10, 2024
@lewisblake
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aeroval-tools Issues related to AeroVal web tools enhancement ✨ New feature or request SESAM Issues related to the SESAM project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants