Download Service for Earth Observation Products (DSEO)¶
The Download Service for Earth Observation Products is an OGC best practice document to allow the download of earth observation products. The document can be obtained from the Open Geospatial Consortiums homepage.
The following tables provide an overview over the available DSEO request parameters for each operation supported by EOxServer.
GetCapabilities¶
Table: “DSEO GetCapabilities Request Parameters” below lists all parameters that are available with Capabilities requests.
Parameter | Description / Subparameter | Allowed value(s) / Example | Mandatory (M) / Optional (O) |
---|---|---|---|
service | Requested service | DSEO | M |
request | Type of request | GetCapabilities | M |
acceptVersions | Prioritized sequence of one or more specification versions accepted by the client, with preferred versions listed first (first supported version will be used) version1[,version2[,…]] | 1.0.0 | O |
sections | Comma-separated unordered list of zero or more names of zero or more names of sections of service metadata document to be returned in service metadata document. Request only certain sections of Capabilities |
|
O |
updateSequence | Date of last issued GetCapabilities request; to receive new document only if it has changed since | “2013-05-08” | O |
GetProduct¶
Table: “DSEO GetProduct Request Parameters” below lists all parameters that are available with GetProduct requests.
Parameter | Description / Subparameter | Allowed value(s) / Example | Mandatory (M) / Optional (O) |
---|---|---|---|
service | Requested service | DSEO | M |
request | Type of request | GetProduct | M |
version | Version number | 1.0.0 | M |
producturi | Valid identifier of a registered Product | M |
This request downloads the product as a packaged file. If available,
the Products referenced package
is forwarded. Otherwise, all
files of the Product and its referenced Coverages are packaged into
a ZIP file which is then sent to the client.