Skip to content

Commit 4fbb36d

Browse files
mpiannucciopencode
andcommitted
Add comprehensive URL builder for OpenDAP endpoints
Implements a builder pattern for constructing OpenDAP URLs with support for DAS, DDS, and DODS endpoints, including full constraint expression support for subsetting data following DAP2 standards. 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
1 parent 9be7d89 commit 4fbb36d

File tree

3 files changed

+720
-0
lines changed

3 files changed

+720
-0
lines changed

readap/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ pub mod data;
33
pub mod dds;
44
pub mod dods;
55
pub mod errors;
6+
pub mod url_builder;
67

78
pub use das::*;
89
pub use dds::*;
910
pub use dods::*;
11+
pub use url_builder::*;

0 commit comments

Comments
 (0)