Closed slesaad closed 5 months ago
Some mapservers have timestep info in the WMS GetCapabilities data
The timesteps can be weird - not just daily, monthly, yearly like what the veda dashboard supports right now
We should instead add these datasets as: dashboard:periodic = False
and summaries has all the time steps calculated using the extent.
Here's an example server like this: https://gis1.servirglobal.net/arcgis/services/Global/ESI_4WK/MapServer/WMSServer?service=WMS&version=1.3.0&request=GetCapabilities (7 days time step)
Description
Some mapservers have timestep info in the WMS GetCapabilities data
The timesteps can be weird - not just daily, monthly, yearly like what the veda dashboard supports right now
We should instead add these datasets as: dashboard:periodic = False
and summaries has all the time steps calculated using the extent.
Here's an example server like this: https://gis1.servirglobal.net/arcgis/services/Global/ESI_4WK/MapServer/WMSServer?service=WMS&version=1.3.0&request=GetCapabilities (7 days time step)