datashader
datashader copied to clipboard
Datashader WMS server
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 @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
Cool! @rsignell-usgs , I'd love to hear if that meets your needs (as I'm not a WMS user myself).