IOOS Gateway: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
Line 2: Line 2:




== WCS ==
Much of the IOOS gateway work is focused on:
Much of the IOOS gateway work is focused on:


1. Providing DAP2 protocol access to WCS served data.
# Providing DAP2 protocol access to WCS served data.
1. Providing WCS access to data served by OPeNDAP servers.
# Providing WCS access to data served by OPeNDAP servers.


=== DAP2 access to data served by WCS ===
=== DAP2 access to data served by WCS ===
Line 16: Line 15:
* [[WCS DAP Attributes|DAP Attributes]]
* [[WCS DAP Attributes|DAP Attributes]]


----
=== WCS Server (to provide WCS access to data served via DAP2) ===
=== WCS Server (to provide WCS access to data served via DAP2) ===



Revision as of 18:45, 11 July 2008

Changes to the DAP, Hyrax, or other proposals stemming from the IOOS Gateway Project.


Much of the IOOS gateway work is focused on:

  1. Providing DAP2 protocol access to WCS served data.
  2. Providing WCS access to data served by OPeNDAP servers.

DAP2 access to data served by WCS

DAP2.1 Namespace

There have been some proposed changes to the DAP2 namespace (for the DDX) to hep accommodate this work.


WCS Server (to provide WCS access to data served via DAP2)

A WCS server must support three basic operations, GetCapabilities, DescribeCoverage, and GetCoverage. All of the currently existing specifications for WCS (1.0.x, 1.0+, 1.1.x, ad there is probably a 1.2.x I am not yet privy to) define a KVP encoded (a URL to be used in an HTTP GET transaction) request API and a SOAP API. Both API's provide the same three interfaces.