Difference between revisions of "WMS GetCapabilities"

From Earth Science Information Partners (ESIP)
Line 6: Line 6:
 
=== WMS Service Checkers ===
 
=== WMS Service Checkers ===
 
* FGDC [http://registry.fgdc.gov/statuschecker/services/rest/post.php WMS Status Checker] - Checks the WMS GetCapabilities and GetMap for function in one step (returns XML)
 
* FGDC [http://registry.fgdc.gov/statuschecker/services/rest/post.php WMS Status Checker] - Checks the WMS GetCapabilities and GetMap for function in one step (returns XML)
 +
** You may be able to call the FGDC WMS Service Checker as a service now. You can replace the getCapabilities link with any GetCapabilities and it returns html or xml - Here is the URL:
 +
*** http://registry.fgdc.gov/statuschecker/services/rest/index.php?url=http://webapps.datafed.net/AIRNOW.ogc?SERVICE=wms&REQUEST=GetCapabilities&VERSION=1.1.1&REQUEST=GetCapabilities&type=wms&formattype=xml
 +
*** http://registry.fgdc.gov/statuschecker/services/rest/index.php?url=http://webapps.datafed.net/AIRNOW.ogc?SERVICE=wms&REQUEST=GetCapabilities&VERSION=1.1.1&REQUEST=GetCapabilities&type=wms&formattype=html
 +
 
* ESA [http://services-test.eoportal.org/portal/DownloadExternalUtil.jsp?pageName=mapTools WMS Checker] - Will test GetCapabilities (returns original GetCapabilities or error message) and in separate step GetMap (returns map or error)
 
* ESA [http://services-test.eoportal.org/portal/DownloadExternalUtil.jsp?pageName=mapTools WMS Checker] - Will test GetCapabilities (returns original GetCapabilities or error message) and in separate step GetMap (returns map or error)
  

Revision as of 09:21, June 1, 2009

< Interoperability of Air Quality Data Systems

WMS Document

WMS Service Checkers

  • ESA WMS Checker - Will test GetCapabilities (returns original GetCapabilities or error message) and in separate step GetMap (returns map or error)

WMS Time

Each layer should have time in begin_time/end_time/periodicity (pg 68 of WMS 1.1.1 Documentation)

  • Example: Daily data taken at noon since April 15 1995 (periodic interval): 1995-04-22T12:00Z/2000-06-21T12:00Z/P1D

WMS Style

Image size should only include portion of image with data. Decoration should be handled separately

  • Common error in WMS is to include decorations (margins, legends, ...) in the bbox size. This causes the data to not be properly geocoded.

Example WMS Layers

WMS Viewers


WMS GetCapabilities

Here is the sample ISO template with GetCapabilities: http://capita.wustl.edu/DataspaceMetadata_trial/OGC_ISO.Template.xml

Below is a table with the fields for GetCapabilities mapped to ISO 19115 Doc (to edit):