DAP4: HTML DATA Request Form Service: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:


== Overview ==
== Overview ==
When invoked returns an HTML based web form that can be used to constrain and request data in accordance with the DAP4 specification as applied to the dataset .
When invoked returns a web browser renderable document (in HTML) that provides a form (or other UI) that can be used to constrain and request data in accordance with the DAP4 specification as applied to the dataset .


== Request ==
== Request ==
Line 9: Line 9:
== Response ==
== Response ==


The a web browser renderable document that can be used to subset and request data from the [[DAP4: Data Service]]
A web browser renderable document that can be used to subset and request data from the [[DAP4: Data Service]]


== Errors ==
== Errors ==

Latest revision as of 17:18, 30 March 2012

Overview

When invoked returns a web browser renderable document (in HTML) that provides a form (or other UI) that can be used to constrain and request data in accordance with the DAP4 specification as applied to the dataset .

Request

The HTML Data Request Form Service is invoked by appending the suffix .html to the file part of the dataset's referent (aka base) URL, and then dereferencing the new URL.

Response

A web browser renderable document that can be used to subset and request data from the DAP4: Data Service

Errors

DAP4: Error Response.