Crate dap2

Source
Expand description

§DAP/2

An implementation of the serverside DAP/2 protocol.

§Resources

§Other implementations

Re-exports§

pub use constraint::Constraint;
pub use das::Das;
pub use dds::Dds;
pub use dods::Dods;

Modules§

constraint
Constraint
das
Data Attribute Structure
dds
Data Description Structure
dods
Data response
hyperslab
Hyperslab constraints

Traits§

Dap2
The Dap2 trait defines the necessary methods for serving a data-source (containing many variables, or datasets in HDF5 terms) over the DAP2 protocol. Additionally the dods::Dods trait which is implemented for sources implementing this trait handles the streaming a DODS response of several constrained variables.