I’m want to animate weather data on the Cesium map.
I was looking at the NEXRAD data that is generated every 5 min (http://mesonet.agron.iastate.edu/docs/nexrad_composites/).
I wanted to be able sync up my WebMapServiceImageryProvider layers with the timeline clock.
Make first request set time parameter to clock’s current time (to lowest nearest 5 min increment). Queue up more layers based on time (but turned off). Add a listener to clock to toggle on/off weather layer based on time.
Anyone try this? Or can guide me to better approach?