The Sentinel Hub WFS (Web Feature Service) service conforms to the WFS standard. It provides access to the geometric (vector) metadata about the available data collection tiles. As with the WMS service, WFS is also only available via a user-preconfigured custom server instance URL.
See our OGC API Webinar, which will guide you through different OGC services, including WFS, help you understand the structure, show you how to run the requests in different environments and how they can be integrated with QGIS, ArcGIS and web applications.
There are two available server sites, that can be accessed via WFS requests; "services" and "eocloud". When making WFS requests, it is important to realize which one is being used, since data IDs, called TYPENAMES, url paths and INSTANCE_ID’s differ.
The base URL for the WFS service:
For AWS services: https://services.sentinel-hub.com/ogc/wfs/{INSTANCE_ID}
For eocloud: https://eocloud.sentinel-hub.com/v1/wfs/{INSTANCE_ID}
For AWS services, Instance ID should be obtained from the account in main dashboard.
For eocloud, Instance ID should be obtained from the account in eocloud wms configurator. Contact us to create an account.
The service supports many vector formats, including GML, XML, JSON and also raw HTML and plain text. Check GetCapabilities
for a list of all supported formats. It supports WFS version 2.0.0.
Standard common WFS URL parameters (parameter names are case insensitive):
WFS parameter | info |
---|---|
SERVICE |
Required, must be "WFS". |
VERSION |
WFS version standard. Optional, default: "2.0.0". Supported values: "2.0.0". |
REQUEST |
What is requested, valid values: |
TIME |
(when REQUEST = |
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 GetFeature
request URL parameters:
WFS parameter | info | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TYPENAMES |
The name of the data to be returned. Valid values for different data collections, as only the tile's metadata is returned:
*Note that Landsat 8 Level 1 from collection 1, known as L8L1C with a typename DSS6, has been deprecated and removed from the table. Use Landsat 8 level 1 from collection 2 instead. **Note that Landsat 5 is a different collection than the Landsat 4-5TM. The former is only supported in OGC, while the newer Landsat 4-5TM collections, with a full archive from USGS, are supported in process API as well. Same is true for the older Landsat 7 collection and newer Landsat 7 ETM collections. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MAXFEATURES |
The maximum number of features to be returned by a single request. Default value: 100. Valid range: 0..100. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BBOX |
The bounding box area for which to return the features. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SRSNAME |
The CRS in which the BBOX is specified. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FEATURE_OFFSET |
Offset controls the starting point within the returned features. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OUTPUTFORMAT |
The MIME format of the returned features. |
Standard DescribeFeatureType
request URL parameters:
WFS parameter | info |
---|---|
TYPENAMES |
See TYPENAMES above. |
OUTPUTFORMAT |
The MIME format of the returned features. |