Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 509 Bytes

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