The Sentinel Hub WFS (Web Feature Service) service conforms to the WFS standard. It provides access to the geometric (vector) metadata about the available dataset 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: http://services.sentinel-hub.com/ogc/wfs/{INSTANCE_ID}
For eocloud: http://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 sources, as only the tile's metadata is returned:
| |||||||||||||||||||||||||||||||||||||||||||||
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. |