v1

latestOpenAPI 3.0.02026-07-2324040.7 KB
Collection metadata

List available items

List the items available in the collection accessible via a unique identifier

get/ogc/collections/{collectionId}/items

Path parameters

collectionIdstring required

Identifier (id) of a specific collection

Query parameters

bboxnumber[]

Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (height or depth):

<ul><li>Lower left corner, coordinate axis 1</li><li>Lower left corner, coordinate axis 2</li><li>Minimum value, coordinate axis 3 (optional)</li><li>Upper right corner, coordinate axis 1</li><li>Upper right corner, coordinate axis 2</li><li>Maximum value, coordinate axis 3 (optional)</li></ul> The coordinate reference system of the values is WGS 84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter ```bbox-crs```. For WGS 84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
datetimestring

Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples:

<ul><li>A date-time: "2018-02-12T23:20:50Z"</li><li>A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"</li><li>Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"</li></ul> Only features that have a temporal property that intersects the value of datetime are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties.

Response

Ok