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
Dap2
trait defines the necessary methods for serving a data-source (containing many variables, ordataset
s inHDF5
terms) over theDAP2
protocol. Additionally the dods::Dods trait which is implemented for sources implementing this trait handles the streaming a DODS response of several constrained variables.