Sentinel Hub Documentation

Sentinel Hub is a multi-spectral and multi-temporal big data satellite imagery service, capable of fully automated archiving, real-time processing and distribution of remote sensing data and related EO products, managed by Sinergise Ltd. For more information on Sinergise go to Third Party Services.

WCS request

The Sentinel WCS (Web Coverage Service) service conforms to the WCS standard. Provides access to the same bands product and additional informational layers as the WMS service except only one layer can be specified at once, even when only raw Sentinel-2 bands are used. In addition to raster products, the WCS service can also return the vector features of the Sentinel-2 tiles' metadata. As with the WMS service, WCS is also only available via a user-preconfigured custom server instance URL.

The base URL for the WCS service:

http://services.sentinel-hub.com/ogc/wcs/{INSTANCE_ID}

The service supports the same output formats as the WMS request (with addition of vector output formats, when "TILE" is selected as the COVERAGE) and supports the standard WCS requests: GetCoverage, DescribeCoverage and GetCapabilities. It supports WCS versions 1.0.0, 1.1.0, 1.1.1 and 1.1.2.

WCS URL parameters

Standard common WCS URL parameters (parameter names are case insensitive):

WCS parameter info

SERVICE

Required, must be "WCS".

VERSION

WCS version standard. Optional, default: "1.1.2". Supported values: "1.0.0", "1.1.0", "1.1.1" and "1.1.2".

REQUEST

What is requested, valid values: GetCoverage, DescribeCoverage or GetCapabilities. Required.

TIME

(when REQUEST = GetCoverage) The time or time range for which to return the results, in ISO8601 format (year-month-date, for example: 2016-01-01). When a single time is specified the service will return data until the specified time. If a time range is specified the result is based on all scenes between the specified dates conforming to the cloud coverage criteria and stacked based on priority setting - e.g. most recent on top. The time range is written as two time values separated by a slash, followed by a second slash and a period parameter (which must be P1D). Optional, default: none (the last valid image is returned). Examples: "TIME=2016-01-01", "TIME=2016-01-01/2016-02-01/P1D".

In addition to the standard WFS request parameters the WFS service also supports many custom URL parameters. See Custom service URL parameters for details.

Standard GetCoverage request URL parameters:

WCS parameter info

COVERAGE

The preconfigured (in the instance) layer for which to generate the output image, or "TILE" to return the vector format features.

FORMAT

The returned image format. Optional, default: "image/png". Detailed information about supported values.

Standard DescribeCoverage request URL parameters:

WCS parameter info

 

Coming soon...