DAP4: Native File Access Service

From OPeNDAP Documentation
Revision as of 19:45, 29 March 2012 by Ndp (talk | contribs) (Created page with "== Overview == This service provides direct access to the data source file (or whatever else) that is creating the DAP dataset resource. == Request == The Native File Access ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼opendap2-jumptonavigation⧽
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

This service provides direct access to the data source file (or whatever else) that is creating the DAP dataset resource.

Request

The Native File Access service is invoked by appending the suffix .file to the file part of the dataset's referent (aka base) URL and then dereferencing the new URL.

The request a query string (constraint expression) is not required, and if present it will be ignored.

Response

Returns to the requesting client a copy of the data source file (or whatever else) that is creating the DAP dataset resource.

Errors

DAP4: Error Response.