DAP3/4

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽

Beyond DAP2

Completed Changes From DAP2

OPeNDAP has three implementations of the DAP that it maintains: libdap (C++), Java-OPeNDAP (Java) and Ocapi (C; client-side only). There are other implementations which have been developed by other groups.

Features of DAP3/4 implemented in libdap

libdap is the reference implementation for DAP. Here are the DAP3 features implement in it so far:

  • DDX (although this implementation needs significant review and update)
  • XDAP header for the protocol version
  • Updated Version response which provides information about software versions and DAP version.

Proposed Changes To DAP2