v1

latestOpenAPI 3.0.02026-07-2324040.7 KB
Collection data queries

Query end point for radius queries of collection {collectionId}

get/ogc/collections/{collectionId}/radius

Path parameters

collectionIdstring required

Identifier (id) of a specific collection

Query parameters

zstring
parameter-namestring
crsstring
datetimestring
fstring
coordsstring

Location(s) to return data for, the coordinates are defined by a Well Known Text (WKT) string. To retrieve a single location:

POINT(x y) i.e.POINT(0 51.48) for Greenwich, London

See http://portal.opengeospatial.org/files/?artifact_id=25355 and https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry

The coordinate values will depend on the CRS parameter, if this is not defined the values will be assumed to WGS84 values(i.e x = longitude and y = latitude)

withinnumber double

Defines radius of area around defined coordinates to include in the data selection

within-unitsstring

Distance units for the within parameter

Response

Ok