Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 961 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 961 Bytes

opendap-protocol

Build Status codecov Documentation Status PyPI version

A pure Python implementation of the OPeNDAP server protocol.

This module allows you to serve arbitrary data structures through the web framework of your choice as OPeNDAP data objects. It implements just the bare minimum of the DAP 2.0 protocol: DDS, DAS, and DODS responses and slicing. Array data needs to be supplied as numpy.ndarray or as dask.array.Array.