Difference between revisions of "WMS GetCapabilities"

From Earth Science Information Partners (ESIP)
Line 19: Line 19:
 
* [http://webapps.datafed.net/AIRNOW.ogc?service=wms&request=getCapabilities&version=1.1.1 Datafed Airnow]
 
* [http://webapps.datafed.net/AIRNOW.ogc?service=wms&request=getCapabilities&version=1.1.1 Datafed Airnow]
 
* [http://sedac.ciesin.columbia.edu/mapserver/map/GPWv3?SERVICE=WMS&REQUEST=GetCapabilities CIESIN]
 
* [http://sedac.ciesin.columbia.edu/mapserver/map/GPWv3?SERVICE=WMS&REQUEST=GetCapabilities CIESIN]
 
+
* [http://neo.sci.gsfc.nasa.gov/View.html?page=AboutWMS NASA NEO WMS]
 
=== WMS Viewers===
 
=== WMS Viewers===
 
* [http://edac.unm.edu/esip/wms.html ESIP Stresa WMS Demo]
 
* [http://edac.unm.edu/esip/wms.html ESIP Stresa WMS Demo]
 
* [http://geoss.esri.com/geoportal/catalog/livedata/preview.jsp?url=http://webapps.datafed.net/AIRNOW.ogc%3FSERVICE%3Dwms%26REQUEST%3DGetCapabilities%26VERSION%3D1.1.1&info=http://geoss.esri.com/geoportal/rest/document%3Ff%3Dhtml%26id%3D%257BE7B5D796-4296-4E12-B5AF-9C8657C88150%257D ESRI Previewer]
 
* [http://geoss.esri.com/geoportal/catalog/livedata/preview.jsp?url=http://webapps.datafed.net/AIRNOW.ogc%3FSERVICE%3Dwms%26REQUEST%3DGetCapabilities%26VERSION%3D1.1.1&info=http://geoss.esri.com/geoportal/rest/document%3Ff%3Dhtml%26id%3D%257BE7B5D796-4296-4E12-B5AF-9C8657C88150%257D ESRI Previewer]
 
* [http://webapps.datafed.net/browser.aspx?dataset_abbr=AIRNOW DataFed Browser]
 
* [http://webapps.datafed.net/browser.aspx?dataset_abbr=AIRNOW DataFed Browser]
 +
 +
 +
=== WMS GetCapabilities ===
 +
Below is a table with

Revision as of 15:36, May 29, 2009

< Interoperability of Air Quality Data Systems

WMS Document

WMS Service Checkers

  • FGDC WMS Status Checker - Checks the WMS GetCapabilities and GetMap for function in one step (returns XML)
  • 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

Below is a table with