jblarsen / pydap.responses.wms

This is a Pydap response that enables it to serve data as a WMS server.
0 stars 0 forks source link

pydap.responses.wms

Pydap is an implementation of the Opendap/DODS protocol, written from scratch. This response enables Pydap to serve data as a WMS server.

Installation

This module must be installed into a working Pydap installation. This is done by running:

python3 setup.py install

Usage

When installed the module is automatically enabled when you run Pydap. You will however need a few extra configuration items. [TODO: Document these]

Client access

TODO