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...")
 
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).


<font color="red"> Need links to DAP2 spec bla blah blah </font>
<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.

Revision as of 21:10, 29 March 2012

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).

Need links to DAP2 spec bla blah blah

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.

Need links to DAP2 spec bla blah blah

Errors

DAP2: Error Response