v1
latestOpenAPI 3.0.02026-07-2324040.7 KBQuery end point for Corridor queries of instance {instanceId} of collection {collectionId} defined by a polygon
Path parameters
Identifier (id) of a specific collection
Identifier (id) of a specific instance of a collection
Query parameters
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
Response
Ok