DAP2: Data Service: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(Created page with "== Overview == The DAP2 data service provides DAP2 access to the data resource. == Request == The DAP2 Data Service is invoked by appending the suffix <font size="2"><code>.do...")
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
== Request ==
== Request ==


The DAP2 Data Service is invoked by appending the suffix <font size="2"><code>.dods</code></font> to the file part of the dataset's referent (aka base) URL and then dereferencing the new URL. The dataset service accepts a query string (constraint expression).
The DAP2 Data Service is invoked by appending the suffix <font size="2"><code>.dods</code></font> to the file part of the dataset's referent (aka base) URL and then dereferencing the new URL. The DAP2 Data service accepts a query string (constraint expression).
 
 
'''[https://cdn.earthdata.nasa.gov/conduit/upload/512/ESE-RFC-004v1.1.pdf DAP2 Specification Document]'''


<font color="red"> Need links to DAP2 spec bla blah blah </font>
== Response ==
== Response ==
The DAP2 Data response self describing data document that contains a DAP2 DDS followed by the XDR encoded binary object whose structure is described by the DDS.
The DAP2 Data response self describing data document that contains a DAP2 DDS followed by the XDR encoded binary object whose structure is described by the DDS.


<font color="red"> Need links to DAP2 spec bla blah blah </font>
'''[https://cdn.earthdata.nasa.gov/conduit/upload/512/ESE-RFC-004v1.1.pdf DAP2 Specification Document]'''


== Errors ==
== Errors ==

Latest revision as of 19:21, 11 September 2018

Overview

The DAP2 data service provides DAP2 access to the data resource.

Request

The DAP2 Data Service is invoked by appending the suffix .dods to the file part of the dataset's referent (aka base) URL and then dereferencing the new URL. The DAP2 Data service accepts a query string (constraint expression).


DAP2 Specification Document

Response

The DAP2 Data response self describing data document that contains a DAP2 DDS followed by the XDR encoded binary object whose structure is described by the DDS.

DAP2 Specification Document

Errors

DAP2: Error Response