Expand description
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
Dap2trait defines the necessary methods for serving a data-source (containing many variables, ordatasets inHDF5terms) over theDAP2protocol. Additionally the dods::Dods trait which is implemented for sources implementing this trait handles the streaming a DODS response of several constrained variables.