datashader icon indicating copy to clipboard operation
datashader copied to clipboard

Datashader WMS server

Open jbednar opened this issue 6 years ago • 2 comments

It would be nice if it were easy to use Datashader as a WMS server, dynamically running an aggregation and returning the result using the WMS protocol.

jbednar avatar Nov 15 '19 20:11 jbednar

@jbednar @rsignell-usgs we have a naive implementation here: neither 1.1.1 or 1.1.3 compliant but is a starting place:

https://github.com/makepath/mapshader/blob/master/mapshader/sources.py#L358

brendancol avatar Feb 18 '21 15:02 brendancol

Cool! @rsignell-usgs , I'd love to hear if that meets your needs (as I'm not a WMS user myself).

jbednar avatar Feb 24 '21 16:02 jbednar