Web Coverage Service (WCS)
1) Overview
The OGC Web Coverage Service (WCS) supports electronic retrieval of geospatial data as "coverages" – that is, digital geospatial information representing space/time-varying phe-nomena. This document specifies the WCS core; every implementation of a WCS shall adhere to this standard. This standard thus defines only basic requirements. Extensions to the core will define extensions to meet additional requirements, such as the response encoding. Indeed, additional extensions are required in order to completely specify a WCS for implementation. A WCS provides access to coverage data in forms that are useful for client-side rendering, as input into scientific models, and for other clients. The WCS may be compared to the OGC Web Feature Service (WFS) [4] and the Web Map Service (WMS) [5]. As WMS and WFS service instances, a WCS allows clients to choose portions of a server's information holdings based on spatial constraints and other query criteria.
2) Download
Document | |
2.0 | |
1.1.0 | |
1.0.0 | OpenGIS Web Coverage Service (WCS) - Processing Extension (WCPS) |
3) Operations
Operation | Description |
GetCapabilities | Retrieves a list of the server’s data, as well as valid WCS operations and parameters |
DescribeCoverage | Retrieves an XML document that fully describes the request coverages. |
GetCoverage | Returns a coverage in a well known format. Like a WMS GetMap request, but with several extensions to support the retrieval of coverages. |
4) Reference
http://www.opengeospatial.org/standards/wcs
http://schemas.opengis.net/wcs
http://mapserver.org/ogc/wcs_server.html
http://docs.geoserver.org/stable/en/user/services/wcs/reference.html
'Dev Story > gis' 카테고리의 다른 글
[postgis] PostGIS Shapefile Import/Export Manager 사용방법 (Import) (0) | 2013.01.23 |
---|---|
위치, 공간정보 활용 데이터 서비스 (0) | 2013.01.15 |
OGC Web Feature Service (WFS) (0) | 2010.03.30 |
OGC Web Map Service (WMS) (0) | 2010.03.30 |
Google Map WMS Library (java) (0) | 2009.12.12 |