{ "opencollection": "1.0.0", "info": { "name": "EOC EO Products Service Capabilities Data API", "version": "1.0.0" }, "items": [ { "info": { "name": "Data", "type": "folder" }, "items": [ { "info": { "name": "fetch features", "type": "http" }, "http": { "method": "GET", "url": "https://geoservice.dlr.de/eoc/ogc/stac/v1/collections/:collectionId/items", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "local identifier of a collection" }, { "name": "limit", "value": "", "type": "query", "description": "The optional limit parameter limits the number of items that are presented in the response document.\n\nOnly items are counted that are on the first level of the collection in the response document.\nNested objects contained within the explicitly requested items shall not be counted.\n\nMinimum = 1. Maximum = 10000. Default = 10." }, { "name": "bbox", "value": "", "type": "query", "description": "Only features that have a geometry that intersects the bounding box are selected.\nThe bounding box is provided as four or six numbers, depending on whether the\ncoordinate reference system includes a vertical axis (height or depth):\n\n* Lower left corner, coordinate axis 1\n* Lower left corner, coordinate axis 2\n* Minimum value, coordinate axis 3 (optional)\n* Upper right corner, coordinate axis 1\n* Upper right corner, coordinate axis 2\n* Maximum value, coordinate axis 3 (optional)\n\nThe coordinate reference system of the values is WGS 84 longitude/latitude\n(http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate\nreference system is specified in the parameter `bbox-crs`.\n\nFor WGS 84 longitude/latitude the values are in most cases the sequence of\nminimum longitude, minimum latitude, maximum longitude and maximum latitude.\nHowever, in cases where the box spans the antimeridian the first value\n(west-most box edge) is larger than the third value (east-most box edge).\n\nIf the vertical axis is included, the third and the sixth number are\nthe bottom and the top of the 3-dimensional bounding box.\n\nIf a feature has multiple spatial geometry properties, it is the decision of the\nserver whether only a single spatial geometry property is used to determine\nthe extent or all relevant geometries." }, { "name": "datetime", "value": "", "type": "query", "description": "Either a date-time or an interval, open or closed. Date and time expressions\nadhere to RFC 3339. Open intervals are expressed using double-dots.\n\nExamples:\n\n* A date-time: \"2018-02-12T23:20:50Z\"\n* A closed interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n* Open intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n\nOnly features that have a temporal property that intersects the value of\n`datetime` are selected.\n\nIf a feature has multiple temporal properties, it is the decision of the\nserver whether only a single temporal property is used to determine\nthe extent or all relevant temporal properties." }, { "name": "filter", "value": "", "type": "query", "description": "Defines a filter that will be applied on items, only items matching the filter will be returned" }, { "name": "filter-lang", "value": "", "type": "query", "description": "Filter encoding used in the filter parameter" }, { "name": "sortby", "value": "", "type": "query" }, { "name": "crs", "value": "", "type": "query" }, { "name": "bbox-crs", "value": "", "type": "query" }, { "name": "otherParameters", "value": "", "type": "query", "description": "Allows unrecognized parameters to be added in the query string without getting a 400 back (e.g., cache busters)" } ] }, "docs": "Fetch features of the feature collection with id `collectionId`.\n\nEvery feature in a dataset belongs to a collection. A dataset may\nconsist of multiple feature collections. A feature collection is often a\ncollection of features of a similar type, based on a common schema.\n\nUse content negotiation to request HTML or GeoJSON." }, { "info": { "name": "fetch a single feature", "type": "http" }, "http": { "method": "GET", "url": "https://geoservice.dlr.de/eoc/ogc/stac/v1/collections/:collectionId/items/:featureId", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "local identifier of a collection" }, { "name": "featureId", "value": "", "type": "path", "description": "local identifier of a feature" }, { "name": "crs", "value": "", "type": "query" }, { "name": "otherParameters", "value": "", "type": "query", "description": "Allows unrecognized parameters to be added in the query string without getting a 400 back (e.g., cache busters)" } ] }, "docs": "Fetch the feature with id `featureId` in the feature collection\nwith id `collectionId`.\n\nUse content negotiation to request HTML or GeoJSON." } ] } ], "bundled": true }