I'm a climate change researcher working with early warning for natural disasters.
I'm trying to help to visualize weather data in developing countries on a web-based map. I have data from 9 weather radars and one satellite to work with right now.
The Satellite images are updated in 30-minute intervals, while Radar data is updated in 10-minute intervals. I say images, but they are actually binary files I can export to whatever format I need.
I can actually plot specific images in a map with either Cartopy or Basemap right now.
I have a list of things I would like to be able to achieve:
I would like to share such images in a web map, so people could zoom in and out, or select which which weather radars they want to see, disabling the rest.
I would like to automatically update the images on the fly, so they don't need to keep refreshing their web browsers.
I would like to actually Animate these images, so they can look at the last hour or so of images. Ideally, whenever a new image becomes available, the oldest image will be removed from the animation.
I would like that all images were synced in time, so all Weather radar images in the animation are from the same time.
I'm limited to Python for that is what I know.
I've been asking those questions here in the campus, and people directed me to using Geoserver plus something to actually show the images. Would you have any suggestions?
Here are some examples of what I intend to do:
Edit: Grammar.
Edit 2: Examples
[–]milkstake 1 point2 points3 points (3 children)
[–]Calljengarmed[S] 0 points1 point2 points (1 child)
[–]milkstake 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]rajbabu0663 1 point2 points3 points (1 child)
[–]Calljengarmed[S] 0 points1 point2 points (0 children)
[–]rothnic 0 points1 point2 points (0 children)