v1

latestOpenAPI 3.0.02026-07-2324040.7 KB
Collection data queries

Query end point for Corridor queries of collection {collectionId} defined by a polygon

get/ogc/collections/{collectionId}/corridor

Path parameters

collectionIdstring required

Identifier (id) of a specific collection

Query parameters

coordsstring

Only data that has a geometry that intersects the area defined by the linestring are selected.

The trajectory is defined using a Well Known Text string following

A 2D trajectory, on the surface of earth with no time or height dimensions: coords=LINESTRING(-2.87 51.14, -2.98 51.36,-3.15 51.03, -3.48 50.74, -3.36 50.9)

A 2D trajectory, on the surface of earth with all for the same time and no height dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-2.87 51.14 , -2.98 51.36 ,-3.15 51.03 ,-3.48 50.74 ,-3.36 50.9 )&time=2018-02-12T23:00:00Z

A 2D trajectory, on the surface of earth with no time value but at a fixed height level, height defined in the collection height units by the z query parameter: coords=LINESTRING(-2.87 51.14, -2.98 51.36, -3.15 51.03, -3.48 50.74, -3.36 50.9)&z=850

A 2D trajectory, on the surface of earth with all for the same time and at a fixed height level, time value defined in ISO8601 format by the datetime query parameter and height defined in the collection height units by the z query parameter: coords=LINESTRING(-2.87 51.14, -2.98 51.36, -3.15 51.03, -3.48 50.74, -3.36 50.9)&time=2018-02-12T23:00:00Z&z=850

zstring
parameter-namestring
crsstring
datetimestring
fstring
corridor-widthnumber double
width-unitsstring
corridor-heightnumber double
height-unitsstring
resolution-xnumber double
resolution-znumber double

Response

Ok