readap 0.1.0

A parser for the OpenDAP DAP2 protocol
Documentation
1
2
3
4
5
6
7
8
# readap

readap is a rust library for reading OpenDAP DAP2 datasets. It does not aim to be a library for downloading data, just for parsing the metadata and data payloads from a DAP2 server.

## About Dap2

Dap2 is a protocol for accessing scientific data. This project is a sparse implementation of the dap2 specification.