{"openapi":"3.0.2","info":{"title":"OGC EDR API Demo","description":"This is a techinical demonstrator for the Open Geospatial Consortium Environmental Data Retreival API (using test data not for operational use)","version":"1.1","x-logo":{"url":""}},"paths":{"/":{"get":{"summary":"Root","description":"Root request","operationId":"root_get","parameters":[{"required":false,"schema":{"title":"F","type":"string"},"name":"f","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/conformance":{"get":{"tags":["Metadata"],"summary":"Conformance Query","description":"Conformance Query","operationId":"conformance__service_id__conformance_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/collections":{"get":{"tags":["Capabilities"],"summary":"List available collections","description":"List the available collections from this service","operationId":"collections_get","parameters":[{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in"},"name":"f","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/collections/global_pop_density/position":{"get":{"parameters":[{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Pop_Density"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["global pop density"],"summary":"Global Population density Position Query","description":"Global population density estimates (2015) Position Query for collection","operationId":"global_pop_density_position_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["global pop density"],"summary":"Global Population density Position Query","description":"Global population density estimates (2015) Position Query for collection","operationId":"global_pop_density_post"}},"/collections/global_pop_density/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Pop_Density"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["global pop density"],"summary":"Global Population density Radius Query","description":"Global population density estimates (2015) Radius Query for a collection","operationId":"global_pop_density_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["global pop density"],"summary":"Global Population density Radius Query","description":"Global population density estimates (2015) Radius Query for a collection","operationId":"global_pop_density_radius_post"}},"/collections/global_pop_density/area":{"get":{"parameters":[{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Pop_Density"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326","EPSG:3857"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["global pop density"],"summary":"Global Population density Area Query","description":"Global population density estimates (2015) Area Query for a collection","operationId":"global_pop_density_area_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["global pop density"],"summary":"Global Population density Area Query","description":"Global population density estimates (2015) Area Query for a collection","operationId":"global_pop_density_area_post"}},"/collections/terrain_tiles/position":{"get":{"parameters":[{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["terrain tiles"],"summary":"Global digital elevation data Position Query","description":"A global dataset providing bare-earth terrain heights, tiled for easy usage Position Query for collection","operationId":"terrain_tiles_position_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["terrain tiles"],"summary":"Global digital elevation data Position Query","description":"A global dataset providing bare-earth terrain heights, tiled for easy usage Position Query for collection","operationId":"terrain_tiles_position_post"}},"/collections/terrain_tiles/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["terrain tiles"],"summary":"Global digital elevation data Radius Query","description":"A global dataset providing bare-earth terrain heights, tiled for easy usage Radius Query for a collection","operationId":"terrain_tiles_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["terrain tiles"],"summary":"Global digital elevation data Radius Query","description":"A global dataset providing bare-earth terrain heights, tiled for easy usage Radius Query for a collection","operationId":"terrain_tiles_radius_post"}},"/collections/terrain_tiles/area":{"get":{"parameters":[{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["terrain tiles"],"summary":"Global digital elevation data Area Query","description":"A global dataset providing bare-earth terrain heights, tiled for easy usage Area Query for a collection","operationId":"terrain_tiles_area_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["terrain tiles"],"summary":"Global digital elevation data Area Query","description":"A global dataset providing bare-earth terrain heights, tiled for easy usage Area Query for a collection","operationId":"terrain_tiles_area_post"}},"/collections/terrain_tiles/trajectory":{"get":{"parameters":[{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["terrain tiles"],"summary":"Global digital elevation data Trajectory Query","description":"A global dataset providing bare-earth terrain heights, tiled for easy usage Trajectory Query for a collection","operationId":"terrain_tiles_trajectory_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["terrain tiles"],"summary":"Global digital elevation data Trajectory Query","description":"A global dataset providing bare-earth terrain heights, tiled for easy usage Trajectory Query for a collection","operationId":"terrain_tiles_trajectory_post"}},"/collections/copernicus_dem/position":{"get":{"parameters":[{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data Position Query","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. Position Query for collection","operationId":"copernicus_dem_position_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data Position Query","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. Position Query for collection","operationId":"copernicus_dem_position_post"}},"/collections/copernicus_dem/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data Radius Query","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. Radius Query for a collection","operationId":"copernicus_dem_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data Radius Query","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. Radius Query for a collection","operationId":"copernicus_dem_radius_post"}},"/collections/copernicus_dem/area":{"get":{"parameters":[{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data Area Query","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. Area Query for a collection","operationId":"copernicus_dem_area_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data Area Query","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. Area Query for a collection","operationId":"copernicus_dem_area_post"}},"/collections/copernicus_dem/trajectory":{"get":{"parameters":[{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data Trajectory Query","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. Trajectory Query for a collection","operationId":"copernicus_dem_trajectory_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data Trajectory Query","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. Trajectory Query for a collection","operationId":"copernicus_dem_trajectory_post"}},"/collections/copernicus_dem/locations":{"get":{"parameters":[{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data List available locations in the collection","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. List the available location locations from this collection","operationId":"copernicus_dem_locations_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data List available locations in the collection","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. List the available location locations from this collection","operationId":"copernicus_dem_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/copernicus_dem/locations/{location_id}":{"get":{"parameters":[{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data get data for specified locations","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. get data for specified locations","operationId":"copernicus_dem_locationsid_get"},"post":{"parameters":[{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data get data for specified locations","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. get data for specified locations","operationId":"copernicus_dem_locationsid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/copernicus_dem/items":{"get":{"parameters":[{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoTiff"],"default":"GeoTiff"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["copernicus dem"],"summary":"Global digital elevation data Items Query","description":"Copernicus Digital Elevation Model (DEM) was accessed on February 21, 2024 from https://registry.opendata.aws/copernicus-dem. Items Query for collection","operationId":"copernicus_dem_items_get"}},"/collections/esa_worldcover/position":{"get":{"parameters":[{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["LandUse"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover Position Query","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. Position Query for collection","operationId":"esa_worldcover_position_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover Position Query","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. Position Query for collection","operationId":"esa_worldcover_position_post"}},"/collections/esa_worldcover/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["LandUse"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover Radius Query","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. Radius Query for a collection","operationId":"esa_worldcover_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover Radius Query","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. Radius Query for a collection","operationId":"esa_worldcover_radius_post"}},"/collections/esa_worldcover/area":{"get":{"parameters":[{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["LandUse"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover Area Query","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. Area Query for a collection","operationId":"esa_worldcover_area_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover Area Query","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. Area Query for a collection","operationId":"esa_worldcover_area_post"}},"/collections/esa_worldcover/trajectory":{"get":{"parameters":[{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["LandUse"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover Trajectory Query","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. Trajectory Query for a collection","operationId":"esa_worldcover_trajectory_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover Trajectory Query","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. Trajectory Query for a collection","operationId":"esa_worldcover_trajectory_post"}},"/collections/esa_worldcover/locations":{"get":{"parameters":[{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover List available locations in the collection","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. List the available location locations from this collection","operationId":"esa_worldcover_locations_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover List available locations in the collection","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. List the available location locations from this collection","operationId":"esa_worldcover_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/esa_worldcover/locations/{location_id}":{"get":{"parameters":[{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["LandUse"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover get data for specified locations","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. get data for specified locationsn","operationId":"esa_worldcover_locationid_get"},"post":{"parameters":[{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover get data for specified locations","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. get data for specified locations","operationId":"esa_worldcover_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/esa_worldcover/items":{"get":{"parameters":[{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoTiff"],"default":"GeoTiff"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["esa worldcover"],"summary":"Global land cover Items Query","description":"ESA WorldCover was accessed on February 21, 2024 from https://registry.opendata.aws/esa-worldcover. Items Query for collection","operationId":"esa_worldcover_items_get"}},"/collections/pop_density/position":{"get":{"parameters":[{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Pop_Density"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["pop density"],"summary":"Global Population density Position Query","description":"Global population density estimates (2015) Position Query for collection","operationId":"pop_density_position_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["pop density"],"summary":"Global Population density Position Query","description":"Global population density estimates (2015) Position Query for collection","operationId":"pop_density_position_post"}},"/collections/pop_density/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Pop_Density"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["pop density"],"summary":"Global Population density Radius Query","description":"Global population density estimates (2015) Radius Query for a collection","operationId":"pop_density_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["pop density"],"summary":"Global Population density Radius Query","description":"Global population density estimates (2015) Radius Query for a collection","operationId":"pop_density_radius_post"}},"/collections/osm_buildings/position":{"get":{"parameters":[{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Building_Type","Building_Levels"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm buildings"],"summary":"Building data Position Query","description":"Building information derived from Openstreetmap Position Query for collection","operationId":"osm_buildings_position_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm buildings"],"summary":"Building data Position Query","description":"Building information derived from Openstreetmap Position Query for collection","operationId":"osm_buildings_position_post"}},"/collections/osm_buildings/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Building_Type","Building_Levels"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm buildings"],"summary":"Building data Radius Query","description":"Building information derived from Openstreetmap Radius Query for a collection","operationId":"osm_buildings_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm buildings"],"summary":"Building data Radius Query","description":"Building information derived from Openstreetmap Radius Query for a collection","operationId":"osm_buildings_radius_post"}},"/collections/osm_buildings/area":{"get":{"parameters":[{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Building_Type","Building_Levels"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm buildings"],"summary":"Building data Area Query","description":"Building information derived from Openstreetmap Area Query for a collection","operationId":"osm_buildings_area_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm buildings"],"summary":"Building data Area Query","description":"Building information derived from Openstreetmap Area Query for a collection","operationId":"osm_buildings_area_post"}},"/collections/osm_roads/position":{"get":{"parameters":[{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Road_Type"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm roads"],"summary":"Road data Position Query","description":"Road information derived from Openstreetmap Position Query for collection","operationId":"osm_roads_position_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm roads"],"summary":"Road data Position Query","description":"Road information derived from Openstreetmap Position Query for collection","operationId":"osm_roads_position_post"}},"/collections/osm_roads/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Road_Type"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm roads"],"summary":"Road data Radius Query","description":"Road information derived from Openstreetmap Radius Query for a collection","operationId":"osm_roads_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm roads"],"summary":"Road data Radius Query","description":"Road information derived from Openstreetmap Radius Query for a collection","operationId":"osm_roads_radius_post"}},"/collections/osm_roads/area":{"get":{"parameters":[{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Road_Type"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm roads"],"summary":"Road data Area Query","description":"Road information derived from Openstreetmap Area Query for a collection","operationId":"osm_roads_area_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["osm roads"],"summary":"Road data Area Query","description":"Road information derived from Openstreetmap Area Query for a collection","operationId":"osm_roads_area_post"}},"/collections/gpkg-osm_airfields/position":{"get":{"parameters":[{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Airport"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm airfields"],"summary":"UK Airfields Position Query","description":"Airfields in the UK and Ireland Position Query for collection","operationId":"gpkg-osm_airfields_position_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm airfields"],"summary":"UK Airfields Position Query","description":"Airfields in the UK and Ireland Position Query for collection","operationId":"gpkg-osm_airfields_position_post"}},"/collections/gpkg-osm_airfields/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Airport"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm airfields"],"summary":"UK Airfields Radius Query","description":"Airfields in the UK and Ireland Radius Query for a collection","operationId":"gpkg-osm_airfields_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm airfields"],"summary":"UK Airfields Radius Query","description":"Airfields in the UK and Ireland Radius Query for a collection","operationId":"gpkg-osm_airfields_radius_post"}},"/collections/gpkg-osm_airfields/area":{"get":{"parameters":[{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Airport"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON","CoverageJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm airfields"],"summary":"UK Airfields Area Query","description":"Airfields in the UK and Ireland Area Query for a collection","operationId":"gpkg-osm_airfields_area_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm airfields"],"summary":"UK Airfields Area Query","description":"Airfields in the UK and Ireland Area Query for a collection","operationId":"gpkg-osm_airfields_area_post"}},"/collections/gpkg-osm_railways/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Railway"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm railways"],"summary":"UK Railways Radius Query","description":"Railways in the UK and Ireland Radius Query for a collection","operationId":"gpkg-osm_railways_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm railways"],"summary":"UK Railways Radius Query","description":"Railways in the UK and Ireland Radius Query for a collection","operationId":"gpkg-osm_railways_radius_post"}},"/collections/gpkg-osm_railways/area":{"get":{"parameters":[{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Railway"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON","CoverageJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm railways"],"summary":"UK Railways Area Query","description":"Railways in the UK and Ireland Area Query for a collection","operationId":"gpkg-osm_railways_area_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm railways"],"summary":"UK Railways Area Query","description":"Railways in the UK and Ireland Area Query for a collection","operationId":"gpkg-osm_railways_area_post"}},"/collections/gpkg-osm_transport/position":{"get":{"parameters":[{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Railway_Station","Bus_Stop","Ferry_Terminal","Airport","Taxi","Tram_Stop","Helipad","Airfield","Railway_Halt"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm transport"],"summary":"UK Transport stops Position Query","description":"locations of transport stop points in the UK Position Query for collection","operationId":"gpkg-osm_transport_position_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm transport"],"summary":"UK Transport stops Position Query","description":"locations of transport stop points in the UK Position Query for collection","operationId":"gpkg-osm_position_post"}},"/collections/gpkg-osm_transport/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Railway_Station","Bus_Stop","Ferry_Terminal","Airport","Taxi","Tram_Stop","Helipad","Airfield","Railway_Halt"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm transport"],"summary":"UK Transport stops Radius Query","description":"locations of transport stop points in the UK Radius Query for a collection","operationId":"gpkg-osm_transport_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm transport"],"summary":"UK Transport stops Radius Query","description":"locations of transport stop points in the UK Radius Query for a collection","operationId":"gpkg-osm_transport_radius_post"}},"/collections/gpkg-osm_transport/area":{"get":{"parameters":[{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["Railway_Station","Bus_Stop","Ferry_Terminal","Airport","Taxi","Tram_Stop","Helipad","Airfield","Railway_Halt"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON","CoverageJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm transport"],"summary":"UK Transport stops Area Query","description":"locations of transport stop points in the UK Area Query for a collection","operationId":"gpkg-osm_transport_area_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-osm transport"],"summary":"UK Transport stops Area Query","description":"locations of transport stop points in the UK Area Query for a collection","operationId":"gpkg-osm_transport_area_post"}},"/collections/gpkg-obs/position":{"get":{"parameters":[{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["ob","id","dd","ff","wg","vis","tt","td","mslp","psl"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store Position Query","description":"31 days of observation data Position Query for collection","operationId":"gpkg-obs_position_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store Position Query","description":"31 days of observation data Position Query for collection","operationId":"gpkg-obs_position_post"}},"/collections/gpkg-obs/radius":{"get":{"parameters":[{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["ob","id","dd","ff","wg","vis","tt","td","mslp","psl"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store Radius Query","description":"31 days of observation data Radius Query for a collection","operationId":"gpkg-obs_radius_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store Radius Query","description":"31 days of observation data Radius Query for a collection","operationId":"gpkg-obs_radius_post"}},"/collections/gpkg-obs/area":{"get":{"parameters":[{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["ob","id","dd","ff","wg","vis","tt","td","mslp","psl"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store Area Query","description":"31 days of observation data Area Query for a collection","operationId":"gpkg-obs_area_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store Area Query","description":"31 days of observation data Area Query for a collection","operationId":"gpkg-obs_area_post"}},"/collections/gpkg-obs/items":{"get":{"parameters":[{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store Items Query","description":"31 days of observation data Items Query for collection","operationId":"gpkg-obs_items_get"}},"/collections/gpkg-obs/locations":{"get":{"parameters":[{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store List available locations in the collection","description":"31 days of observation data List the available location locations from this collection","operationId":"gpkg-obs_locations_get"},"post":{"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store List available locations in the collection","description":"31 days of observation data List the available location locations from this collection","operationId":"gpkg-obs_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/gpkg-obs/locations/{location_id}":{"get":{"parameters":[{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["ob","id","dd","ff","wg","vis","tt","td","mslp","psl"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store get data for specified locations","description":"31 days of observation data List the available get data for specified locations","operationId":"gpkg-obs_locationid_get"},"post":{"parameters":[{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["gpkg-obs"],"summary":"Observation store get data for specified locations","description":"31 days of observation data List the available get data for specified locations","operationId":"gpkg-obs_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/moglobal-station-level/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office Global station level Instances Query","description":"Met Office Global station level Instances Query for collection","operationId":"moglobal-station-level_instances_get"}},"/collections/moglobal-station-level/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure_at_sea_level","surface_air_pressure","rainfall_rate","surface_temperature","air_temperature","dew_point_temperature","relative_humidity","wind_from_direction","wind_speed","wind_speed_of_gust","maximum_wind_speed","maximum_wind_speed_of_gust","maximum_rainfall_rate","maximum_air_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level Position Query","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights Position Query for collection","operationId":"moglobal-station-level_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level Position Query","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights Position Query for collection","operationId":"moglobal-station-level_position_post"}},"/collections/moglobal-station-level/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure_at_sea_level","surface_air_pressure","rainfall_rate","surface_temperature","air_temperature","dew_point_temperature","relative_humidity","wind_from_direction","wind_speed","wind_speed_of_gust","maximum_wind_speed","maximum_wind_speed_of_gust","maximum_rainfall_rate","maximum_air_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326","EPSG:3857"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level Radius Query","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights Radius Query for a collection","operationId":"moglobal-station-level_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level Radius Query","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights Radius Query for a collection","operationId":"moglobal-station-level_radius_post"}},"/collections/moglobal-station-level/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure_at_sea_level","surface_air_pressure","rainfall_rate","surface_temperature","air_temperature","dew_point_temperature","relative_humidity","wind_from_direction","wind_speed","wind_speed_of_gust","maximum_wind_speed","maximum_wind_speed_of_gust","maximum_rainfall_rate","maximum_air_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326","EPSG:3857"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level Area Query","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights Area Query for a collection","operationId":"moglobal-station-level_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level Area Query","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights Area Query for a collection","operationId":"moglobal-station-level_area_post"}},"/collections/moglobal-station-level/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure_at_sea_level","surface_air_pressure","rainfall_rate","surface_temperature","air_temperature","dew_point_temperature","relative_humidity","wind_from_direction","wind_speed","wind_speed_of_gust","maximum_wind_speed","maximum_wind_speed_of_gust","maximum_rainfall_rate","maximum_air_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level Trajectory Query","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights Trajectory Query for a collection","operationId":"moglobal-station-level_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level Trajectory Query","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights Trajectory Query for a collection","operationId":"moglobal-station-level_trajectory_post"}},"/collections/moglobal-station-level/instances/{instance_id}/items":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level Items Query","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights Items Query for collection","operationId":"moglobal-station-level_items_get"}},"/collections/moglobal-station-level/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level List available locations in the collection","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights List the available location locations from this collection","operationId":"moglobal-station-level_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level List available locations in the collection","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights List the available location locations from this collection","operationId":"moglobal-station-level_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/moglobal-station-level/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure_at_sea_level","surface_air_pressure","rainfall_rate","surface_temperature","air_temperature","dew_point_temperature","relative_humidity","wind_from_direction","wind_speed","wind_speed_of_gust","maximum_wind_speed","maximum_wind_speed_of_gust","maximum_rainfall_rate","maximum_air_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326","EPSG:3857"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level List available locations in the collection","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights List the available location locations from this collection","operationId":"moglobal-station-level_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-station-level"],"summary":"Met Office (Global)) station level get data for specified locations","description":"Met Office Global Atmospheric Model  - 10km Deterministic parameters at thier observation equivalent heights get data for specified locations","operationId":"moglobal-station-level_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/moglobal-soil-depth/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office Global soil depth Instances Query","description":"Met Office Global soil depth Instances Query for collection","operationId":"moglobal-soil-depth_instances_get"}},"/collections/moglobal-soil-depth/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["soil_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["0.05000000074505806","0.22499999403953552","0.675000011920929","2.0"]},"name":"z","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures Position Query","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures Position Query for collection","operationId":"moglobal-soil-depth_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures Position Query","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures Position Query for collection","operationId":"moglobal-soil-depth_position_post"}},"/collections/moglobal-soil-depth/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["soil_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["0.05000000074505806","0.22499999403953552","0.675000011920929","2.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures Radius Query","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures Radius Query for a collection","operationId":"moglobal-soil-depth_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures Radius Query","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures Radius Query for a collection","operationId":"moglobal-soil-depth_radius_post"}},"/collections/moglobal-soil-depth/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["soil_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["0.05000000074505806","0.22499999403953552","0.675000011920929","2.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures Area Query","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures Area Query for a collection","operationId":"moglobal-soil-depth_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures Area Query","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures Area Query for a collection","operationId":"moglobal-soil-depth_area_post"}},"/collections/moglobal-soil-depth/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["soil_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["0.05000000074505806","0.22499999403953552","0.675000011920929","2.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures Trajectory Query","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures Trajectory Query for a collection","operationId":"moglobal-soil-depth_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures Trajectory Query","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures Trajectory Query for a collection","operationId":"moglobal-soil-depth_trajectory_post"}},"/collections/moglobal-soil-depth/instances/{instance_id}/items":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures Items Query","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures Items Query for collection","operationId":"moglobal-soil-depth_items_get"}},"/collections/moglobal-soil-depth/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures List available locations in the collection","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures List the available location locations from this collection","operationId":"moglobal-soil-depth_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures List available locations in the collection","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures List the available location locations from this collection","operationId":"moglobal-soil-depth_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/moglobal-soil-depth/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["soil_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["0.05000000074505806","0.22499999403953552","0.675000011920929","2.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures get data for specified locations","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures get data for specified locations","operationId":"moglobal-soil-depth_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-soil-depth"],"summary":"Met Office (Global) Soil Temperatures get data for specified locations","description":"Met Office Global Atmospheric Model - 10km Deterministic Soil temperatures get data for specified locations","operationId":"moglobal-soil-depth_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/moglobal-height-levels/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office Global height levels Instances Query","description":"Met Office Global height levels Instances Query for collection","operationId":"moglobal-height-levels_instances_get"}},"/collections/moglobal-height-levels/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Position Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Position Query for collection","operationId":"moglobal-height-levels_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Position Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Position Query for collection","operationId":"moglobal-height-levels_position_post"}},"/collections/moglobal-height-levels/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Radius Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Radius Query for a collection","operationId":"moglobal-height-levels_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Radius Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Radius Query for a collection","operationId":"moglobal-height-levels_radius_post"}},"/collections/moglobal-height-levels/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Area Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Area Query for a collection","operationId":"moglobal-height-levels_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Area Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Area Query for a collection","operationId":"moglobal-height-levels_area_post"}},"/collections/moglobal-height-levels/instances/{instance_id}/cube":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a bounding box bbox=minx,miny,maxx,maxy 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)","required":true,"schema":{"title":"Bbox","type":"string","description":"location(s) to return data for, the coordinates are defined by a bounding box bbox=minx,miny,maxx,maxy 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)"},"name":"bbox","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF","GRIB2"],"default":"NetCDF"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}},"application/x-grib2":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Cube Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Cube Query for a collection","operationId":"moglobal-height-levels_cube_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}},"application/x-grib2":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Cube Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Cube Query for a collection","operationId":"moglobal-height-levels_cube_post"}},"/collections/moglobal-height-levels/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Trajectory Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Trajectory Query for a collection","operationId":"moglobal-height-levels_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Trajectory Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Trajectory Query for a collection","operationId":"moglobal-height-levels_trajectory_post"}},"/collections/moglobal-height-levels/instances/{instance_id}/items":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights Items Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground Items Query for collection","operationId":"moglobal-height-levels_items_get"}},"/collections/moglobal-height-levels/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights List available locations in the collection","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground List the available location locations from this collection","operationId":"moglobal-height-levels_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights List available locations in the collection","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground List the available location locations from this collection","operationId":"moglobal-height-levels_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/moglobal-height-levels/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights get data for specified locations","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground get data for specified locations","operationId":"moglobal-height-levels_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-height-levels"],"summary":"Met Office (Global) data at standard heights get data for specified locations","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at height above ground get data for specified locations","operationId":"moglobal-height-levels_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/moglobal-pressure-levels/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office Global pressure levels Instances Query","description":"Met Office Global pressure levels Instances Query for collection","operationId":"moglobal-pressure-levels_instances_get"}},"/collections/moglobal-pressure-levels/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Position Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Position Query for collection","operationId":"moglobal-pressure-levels_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Position Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Position Query for collection","operationId":"moglobal-pressure-levels_position_post"}},"/collections/moglobal-pressure-levels/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Radius Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Radius Query for a collection","operationId":"moglobal-pressure-levels_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Radius Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Radius Query for a collection","operationId":"moglobal-pressure-levels_radius_post"}},"/collections/moglobal-pressure-levels/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Area Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Area Query for a collection","operationId":"moglobal-pressure-levels_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Area Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Area Query for a collection","operationId":"moglobal-pressure-levels_area_post"}},"/collections/moglobal-pressure-levels/instances/{instance_id}/cube":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a bounding box bbox=minx,miny,maxx,maxy 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)","required":true,"schema":{"title":"Bbox","type":"string","description":"location(s) to return data for, the coordinates are defined by a bounding box bbox=minx,miny,maxx,maxy 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)"},"name":"bbox","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF","GeoTiff","GRIB2"],"default":"NetCDF"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}},"image/tiff":{"schema":{"$ref":""}},"application/x-grib2":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Cube Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Cube Query for a collection","operationId":"moglobal-pressure-levels_cube_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}},"image/tiff":{"schema":{"$ref":""}},"application/x-grib2":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Cube Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Cube Query for a collection","operationId":"moglobal-pressure-levels_cube_post"}},"/collections/moglobal-pressure-levels/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Trajectory Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Trajectory Query for a collection","operationId":"moglobal-pressure-levels_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Trajectory Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Trajectory Query for a collection","operationId":"moglobal-pressure-levels_trajectory_post"}},"/collections/moglobal-pressure-levels/instances/{instance_id}/items":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels Items Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels Items Query for collection","operationId":"moglobal-pressure-levels_items_get"}},"/collections/moglobal-pressure-levels/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels get data for specified locations","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels get data for specified locations","operationId":"moglobal-pressure-levels_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels List available locations in the collection","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels List the available location locations from this collection","operationId":"moglobal-pressure-levels_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/moglobal-pressure-levels/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels get data for specified locations","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels get data for specified locations","operationId":"moglobal-pressure-levels_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-pressure-levels"],"summary":"Met Office (Global) data at standard pressure levels get data for specified locations","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters measured at standard pressure levels get data for specified locations","operationId":"moglobal-pressure-levels_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/moglobal-whole-atmosphere/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office Global whole atmosphere Instances Query","description":"Met Office Global whole atmosphere Instances Query for collection","operationId":"moglobal-whole-atmosphere_instances_get"}},"/collections/moglobal-whole-atmosphere/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["altitude_at_base_of_effective_convective_inflow","altitude_at_mixed_layer_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_initiation_level","altitude_at_top_of_effective_convective_inflow","atmosphere_boundary_layer_thickness","atmosphere_convective_available_potential_energy","atmosphere_convective_available_potential_energy_wrt_surface","atmosphere_convective_inhibition","atmosphere_convective_inhibition_wrt_surface","canopy_water_amount","cloud_area_fraction","cloud_area_fraction_assuming_only_consider_surface_to_1000_feet_asl","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_2p5_oktas","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_4p5_oktas","cloud_base_height_0p1_oktas","cloud_base_height_2p5_oktas","cloud_base_height_4p5_oktas","freezing_level_altitude","freezing_level_height","high_type_cloud_area_fraction","land_binary_mask","leaf_area_index","low_type_cloud_area_fraction","lwe_graupel_and_hail_fall_rate","lwe_precipitation_rate","lwe_snowfall_rate","lwe_thickness_of_surface_snow_amount","medium_type_cloud_area_fraction","net_downward_shortwave_flux_in_air","surface_altitude","surface_diffusive_downwelling_shortwave_flux_in_air","surface_direct_downwelling_shortwave_flux_in_air","surface_downwelling_longwave_flux_in_air","surface_downwelling_shortwave_flux_in_air","surface_downwelling_ultraviolet_flux_in_air","surface_upward_sensible_heat_flux","surface_upwelling_ultraviolet_flux_in_air","water_evaporation_flux_from_soil","wet_bulb_freezing_level_altitude","wet_bulb_freezing_level_height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere Position Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension Position Query for collection","operationId":"moglobal-whole-atmosphere_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere Position Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension Position Query for collection","operationId":"moglobal-whole-atmosphere_position_post"}},"/collections/moglobal-whole-atmosphere/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["altitude_at_base_of_effective_convective_inflow","altitude_at_mixed_layer_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_initiation_level","altitude_at_top_of_effective_convective_inflow","atmosphere_boundary_layer_thickness","atmosphere_convective_available_potential_energy","atmosphere_convective_available_potential_energy_wrt_surface","atmosphere_convective_inhibition","atmosphere_convective_inhibition_wrt_surface","canopy_water_amount","cloud_area_fraction","cloud_area_fraction_assuming_only_consider_surface_to_1000_feet_asl","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_2p5_oktas","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_4p5_oktas","cloud_base_height_0p1_oktas","cloud_base_height_2p5_oktas","cloud_base_height_4p5_oktas","freezing_level_altitude","freezing_level_height","high_type_cloud_area_fraction","land_binary_mask","leaf_area_index","low_type_cloud_area_fraction","lwe_graupel_and_hail_fall_rate","lwe_precipitation_rate","lwe_snowfall_rate","lwe_thickness_of_surface_snow_amount","medium_type_cloud_area_fraction","net_downward_shortwave_flux_in_air","surface_altitude","surface_diffusive_downwelling_shortwave_flux_in_air","surface_direct_downwelling_shortwave_flux_in_air","surface_downwelling_longwave_flux_in_air","surface_downwelling_shortwave_flux_in_air","surface_downwelling_ultraviolet_flux_in_air","surface_upward_sensible_heat_flux","surface_upwelling_ultraviolet_flux_in_air","water_evaporation_flux_from_soil","wet_bulb_freezing_level_altitude","wet_bulb_freezing_level_height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere Radius Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension Radius Query for a collection","operationId":"moglobal-whole-atmosphere_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere Radius Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension Radius Query for a collection","operationId":"moglobal-whole-atmosphere_radius_post"}},"/collections/moglobal-whole-atmosphere/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["altitude_at_base_of_effective_convective_inflow","altitude_at_mixed_layer_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_initiation_level","altitude_at_top_of_effective_convective_inflow","atmosphere_boundary_layer_thickness","atmosphere_convective_available_potential_energy","atmosphere_convective_available_potential_energy_wrt_surface","atmosphere_convective_inhibition","atmosphere_convective_inhibition_wrt_surface","canopy_water_amount","cloud_area_fraction","cloud_area_fraction_assuming_only_consider_surface_to_1000_feet_asl","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_2p5_oktas","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_4p5_oktas","cloud_base_height_0p1_oktas","cloud_base_height_2p5_oktas","cloud_base_height_4p5_oktas","freezing_level_altitude","freezing_level_height","high_type_cloud_area_fraction","land_binary_mask","leaf_area_index","low_type_cloud_area_fraction","lwe_graupel_and_hail_fall_rate","lwe_precipitation_rate","lwe_snowfall_rate","lwe_thickness_of_surface_snow_amount","medium_type_cloud_area_fraction","net_downward_shortwave_flux_in_air","surface_altitude","surface_diffusive_downwelling_shortwave_flux_in_air","surface_direct_downwelling_shortwave_flux_in_air","surface_downwelling_longwave_flux_in_air","surface_downwelling_shortwave_flux_in_air","surface_downwelling_ultraviolet_flux_in_air","surface_upward_sensible_heat_flux","surface_upwelling_ultraviolet_flux_in_air","water_evaporation_flux_from_soil","wet_bulb_freezing_level_altitude","wet_bulb_freezing_level_height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere Area Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension Area Query for a collection","operationId":"moglobal-whole-atmosphere_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere Area Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension Area Query for a collection","operationId":"moglobal-whole-atmosphere_area_post"}},"/collections/moglobal-whole-atmosphere/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["altitude_at_base_of_effective_convective_inflow","altitude_at_mixed_layer_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_initiation_level","altitude_at_top_of_effective_convective_inflow","atmosphere_boundary_layer_thickness","atmosphere_convective_available_potential_energy","atmosphere_convective_available_potential_energy_wrt_surface","atmosphere_convective_inhibition","atmosphere_convective_inhibition_wrt_surface","canopy_water_amount","cloud_area_fraction","cloud_area_fraction_assuming_only_consider_surface_to_1000_feet_asl","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_2p5_oktas","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_4p5_oktas","cloud_base_height_0p1_oktas","cloud_base_height_2p5_oktas","cloud_base_height_4p5_oktas","freezing_level_altitude","freezing_level_height","high_type_cloud_area_fraction","land_binary_mask","leaf_area_index","low_type_cloud_area_fraction","lwe_graupel_and_hail_fall_rate","lwe_precipitation_rate","lwe_snowfall_rate","lwe_thickness_of_surface_snow_amount","medium_type_cloud_area_fraction","net_downward_shortwave_flux_in_air","surface_altitude","surface_diffusive_downwelling_shortwave_flux_in_air","surface_direct_downwelling_shortwave_flux_in_air","surface_downwelling_longwave_flux_in_air","surface_downwelling_shortwave_flux_in_air","surface_downwelling_ultraviolet_flux_in_air","surface_upward_sensible_heat_flux","surface_upwelling_ultraviolet_flux_in_air","water_evaporation_flux_from_soil","wet_bulb_freezing_level_altitude","wet_bulb_freezing_level_height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere Trajectory Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension Trajectory Query for a collection","operationId":"moglobal-whole-atmosphere_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere Trajectory Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension Trajectory Query for a collection","operationId":"moglobal-whole-atmosphere_trajectory_post"}},"/collections/moglobal-whole-atmosphere/instances/{instance_id}/items":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere Items Query","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension Items Query for collection","operationId":"moglobal-whole-atmosphere_items_get"}},"/collections/moglobal-whole-atmosphere/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere List available locations in the collection","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension List the available location locations from this collection","operationId":"moglobal-whole-atmosphere_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere List available locations in the collection","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension List the available location locations from this collection","operationId":"moglobal-whole-atmosphere_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/moglobal-whole-atmosphere/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["altitude_at_base_of_effective_convective_inflow","altitude_at_mixed_layer_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_initiation_level","altitude_at_top_of_effective_convective_inflow","atmosphere_boundary_layer_thickness","atmosphere_convective_available_potential_energy","atmosphere_convective_available_potential_energy_wrt_surface","atmosphere_convective_inhibition","atmosphere_convective_inhibition_wrt_surface","canopy_water_amount","cloud_area_fraction","cloud_area_fraction_assuming_only_consider_surface_to_1000_feet_asl","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_2p5_oktas","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_4p5_oktas","cloud_base_height_0p1_oktas","cloud_base_height_2p5_oktas","cloud_base_height_4p5_oktas","freezing_level_altitude","freezing_level_height","high_type_cloud_area_fraction","land_binary_mask","leaf_area_index","low_type_cloud_area_fraction","lwe_graupel_and_hail_fall_rate","lwe_precipitation_rate","lwe_snowfall_rate","lwe_thickness_of_surface_snow_amount","medium_type_cloud_area_fraction","net_downward_shortwave_flux_in_air","surface_altitude","surface_diffusive_downwelling_shortwave_flux_in_air","surface_direct_downwelling_shortwave_flux_in_air","surface_downwelling_longwave_flux_in_air","surface_downwelling_shortwave_flux_in_air","surface_downwelling_ultraviolet_flux_in_air","surface_upward_sensible_heat_flux","surface_upwelling_ultraviolet_flux_in_air","water_evaporation_flux_from_soil","wet_bulb_freezing_level_altitude","wet_bulb_freezing_level_height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_Global","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere get data for specified locations","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension get data for specified locations","operationId":"moglobal-whole-atmosphere_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moglobal-whole-atmosphere"],"summary":"Met Office (Global) whole atmosphere get data for specified locations","description":"Met Office Global Atmospheric Model - 10km Deterministic parameters without a vertical dimension get data for specified locations","operationId":"moglobal-whole-atmosphere_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/moukv-station-level/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office UKV station level Instances Query","description":"Met Office UKV station level Instances Query for collection","operationId":"moukv-station-level_instances_get"}},"/collections/moukv-station-level/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure_at_sea_level","surface_air_pressure","rainfall_rate","surface_temperature","air_temperature","dew_point_temperature","relative_humidity","wind_from_direction","wind_speed","wind_speed_of_gust","maximum_wind_speed","maximum_wind_speed_of_gust","maximum_rainfall_rate","maximum_air_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level Position Query","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights Position Query for collection","operationId":"moukv-station-level_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level Position Query","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights Position Query for collection","operationId":"moukv-station-level_position_post"}},"/collections/moukv-station-level/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure_at_sea_level","surface_air_pressure","rainfall_rate","surface_temperature","air_temperature","dew_point_temperature","relative_humidity","wind_from_direction","wind_speed","wind_speed_of_gust","maximum_wind_speed","maximum_wind_speed_of_gust","maximum_rainfall_rate","maximum_air_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level Radius Query","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights Radius Query for a collection","operationId":"moukv-station-level_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level Radius Query","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights Radius Query for a collection","operationId":"moukv-station-level_radius_post"}},"/collections/moukv-station-level/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure_at_sea_level","surface_air_pressure","rainfall_rate","surface_temperature","air_temperature","dew_point_temperature","relative_humidity","wind_from_direction","wind_speed","wind_speed_of_gust","maximum_wind_speed","maximum_wind_speed_of_gust","maximum_rainfall_rate","maximum_air_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level Trajectory Query","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights Trajectory Query for a collection","operationId":"moukv-station-level_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level Trajectory Query","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights Trajectory Query for a collection","operationId":"moukv-station-level_trajectory_post"}},"/collections/moukv-station-level/instances/{instance_id}/items":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level Items Query","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights Items Query for collection","operationId":"moukv-station-level_items_get"}},"/collections/moukv-station-level/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level List available locations in the collection","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights List the available location locations from this collection","operationId":"moukv-station-level_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level List available locations in the collection","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights List the available location locations from this collection","operationId":"moukv-station-level_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/moukv-station-level/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure_at_sea_level","surface_air_pressure","rainfall_rate","surface_temperature","air_temperature","dew_point_temperature","relative_humidity","wind_from_direction","wind_speed","wind_speed_of_gust","maximum_wind_speed","maximum_wind_speed_of_gust","maximum_rainfall_rate","maximum_air_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level get data for specified locations","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights get data for specified locations","operationId":"moukv-station-level_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-station-level"],"summary":"Met Office (UKV) station level get data for specified locations","description":"Met Office UKV Atmospheric Model  - Deterministic parameters at thier observation equivalent heights get data for specified locations","operationId":"moukv-station-level_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/moukv-soil-depth/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office UKV soil depth Instances Query","description":"Met Office UKV soil depth Instances Query for collection","operationId":"moukv-soil-depth_instances_get"}},"/collections/moukv-soil-depth/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["soil_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["0.05000000074505806","0.22499999403953552","0.675000011920929","2.0"]},"name":"z","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures Position Query","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures Position Query for collection","operationId":"moukv-soil-depth_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures Position Query","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures Position Query for collection","operationId":"moukv-soil-depth_position_post"}},"/collections/moukv-soil-depth/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["soil_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["0.05000000074505806","0.22499999403953552","0.675000011920929","2.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures Radius Query","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures Radius Query for a collection","operationId":"moukv-soil-depth_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures Radius Query","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures Radius Query for a collection","operationId":"moukv-soil-depth_radius_post"}},"/collections/moukv-soil-depth/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["soil_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:3857"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["0.05000000074505806","0.22499999403953552","0.675000011920929","2.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures Area Query","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures Area Query for a collection","operationId":"moukv-soil-depth_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures Area Query","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures Area Query for a collection","operationId":"moukv-soil-depth_area_post"}},"/collections/moukv-soil-depth/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["soil_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["0.05000000074505806","0.22499999403953552","0.675000011920929","2.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures Trajectory Query","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures Trajectory Query for a collection","operationId":"moukv-soil-depth_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures Trajectory Query","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures Trajectory Query for a collection","operationId":"moukv-soil-depth_trajectory_post"}},"/collections/moukv-soil-depth/instances/{instance_id}/items":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures Items Query","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures Items Query for collection","operationId":"moukv-soil-depth_items_get"}},"/collections/moukv-soil-depth/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures List available locations in the collection","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures List the available location locations from this collection","operationId":"moukv-soil-depth_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures List available locations in the collection","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures List the available location locations from this collection","operationId":"moukv-soil-depth_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/moukv-soil-depth/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["soil_temperature"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:3857"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["0.05000000074505806","0.22499999403953552","0.675000011920929","2.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures get data for specified locations","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperatures get data for specified locations","operationId":"moukv-soil-depth_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-soil-depth"],"summary":"Met Office (UKV) Soil Temperatures get data for specified locations","description":"Met Office UKV Atmospheric Model - Deterministic Soil temperaturesget data for specified locations","operationId":"moukv-soil-depth_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/moukv-height-levels/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office UKV height levels Instances Query","description":"Met Office UKV height levels Instances Query for collection","operationId":"moukv-height-levels_instances_get"}},"/collections/moukv-height-levels/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Position Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Position Query for collection","operationId":"moukv-height-levels_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Position Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Position Query for collection","operationId":"moukv-height-levels_position_post"}},"/collections/moukv-height-levels/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Radius Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Radius Query for a collection","operationId":"moukv-height-levels_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Radius Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Radius Query for a collection","operationId":"moukv-height-levels_radius_post"}},"/collections/moukv-height-levels/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Area Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Area Query for a collection","operationId":"moukv-height-levels_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Area Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Area Query for a collection","operationId":"moukv-height-levels_area_post"}},"/collections/moukv-height-levels/instances/{instance_id}/cube":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a bounding box bbox=minx,miny,maxx,maxy 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)","required":true,"schema":{"title":"Bbox","type":"string","description":"location(s) to return data for, the coordinates are defined by a bounding box bbox=minx,miny,maxx,maxy 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)"},"name":"bbox","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF","GeoTiff","GRIB2"],"default":"NetCDF"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}},"image/tiff":{"schema":{"$ref":""}},"application/x-grib2":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Cube Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Cube Query for a collection","operationId":"moukv-height-levels_cube_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}},"image/tiff":{"schema":{"$ref":""}},"application/x-grib2":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Cube Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Cube Query for a collection","operationId":"moukv-height-levels_cube_post"}},"/collections/moukv-height-levels/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Trajectory Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Trajectory Query for a collection","operationId":"moukv-height-levels_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Trajectory Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Trajectory Query for a collection","operationId":"moukv-height-levels_trajectory_post"}},"/collections/moukv-height-levels/instances/{instance_id}/items":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights Items Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground Items Query for collection","operationId":"moukv-height-levels_items_get"}},"/collections/moukv-height-levels/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights List available locations in the collection","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground List the available location locations from this collection","operationId":"moukv-height-levels_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights List available locations in the collection","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground List the available location locations from this collection","operationId":"moukv-height-levels_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/moukv-height-levels/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_pressure","air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["5.0","10.0","20.0","30.0","50.0","75.0","100.0","150.0","200.0","250.0","300.0","400.0","500.0","600.0","700.0","800.0","1000.0","1250.0","1500.0","1750.0","2000.0","2250.0","2500.0","2750.0","3000.0","3250.0","3500.0","3750.0","4000.0","4500.0","5000.0","5500.0","6000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights get data for specified locations","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground get data for specified locations","operationId":"moukv-height-levels_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-height-levels"],"summary":"Met Office (UKV) data at standard heights get data for specified locations","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at height above ground get data for specified locations","operationId":"moukv-height-levels_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/moukv-pressure-levels/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Position Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Position Query for collection","operationId":"moukv-pressure-levels_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Position Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Position Query for collection","operationId":"moukv-pressure-levels_position_post"}},"/collections/moukv-pressure-levels/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office UKV pressure levels Instances Query","description":"Met Office UKV pressure levels Instances Query for collection","operationId":"moukv-pressure-levels_instances_get"}},"/collections/moukv-pressure-levels/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Radius Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Radius Query for a collection","operationId":"moukv-pressure-levels_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Radius Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Radius Query for a collection","operationId":"moukv-pressure-levels_radius_post"}},"/collections/moukv-pressure-levels/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Area Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Area Query for a collection","operationId":"moukv-pressure-levels_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Area Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Area Query for a collection","operationId":"moukv-pressure-levels_area_post"}},"/collections/moukv-pressure-levels/instances/{instance_id}/cube":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a bounding box bbox=minx,miny,maxx,maxy 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)","required":true,"schema":{"title":"Bbox","type":"string","description":"location(s) to return data for, the coordinates are defined by a bounding box bbox=minx,miny,maxx,maxy 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)"},"name":"bbox","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF","GeoTiff","GRIB2"],"default":"NetCDF"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}},"image/tiff":{"schema":{"$ref":""}},"application/x-grib2":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Cube Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Cube Query for a collection","operationId":"moukv-pressure-levels_cube_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}},"image/tiff":{"schema":{"$ref":""}},"application/x-grib2":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Cube Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Cube Query for a collection","operationId":"moukv-pressure-levels_cube_post"}},"/collections/moukv-pressure-levels/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Trajectory Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Trajectory Query for a collection","operationId":"moukv-pressure-levels_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Trajectory Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Trajectory Query for a collection","operationId":"moukv-pressure-levels_trajectory_post"}},"/collections/moukv-pressure-levels/instances/{instance_id}/items":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels Items Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels Items Query for collection","operationId":"moukv-pressure-levels_items_get"}},"/collections/moukv-pressure-levels/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels List available locations in the collection","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels List the available location locations from this collection","operationId":"moukv-pressure-levels_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels List available locations in the collection","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels List the available location locations from this collection","operationId":"moukv-pressure-levels_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/moukv-pressure-levels/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["air_temperature","relative_humidity","wind_from_direction","wind_speed","upward_air_velocity","cloud_ice_mixing_ratio","cloud_liquid_water_mixing_ratio","cloud_volume_fraction_in_atmosphere_layer","geopotential_height","height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["100000.0","97500.0","95000.0","92500.0","90000.0","85000.0","80000.0","75000.0","70000.0","65000.0","60000.0","55000.0","50000.0","45000.0","40000.0","37500.0","35000.0","32500.0","30000.0","27500.0","25000.0","22500.0","20000.0","17500.0","15000.0","12500.0","10000.0","7000.0","5000.0","4000.0","3000.0","2000.0","1000.0"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels get data for specified locations","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levelsget data for specified locations","operationId":"moukv-pressure-levels_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-pressure-levels"],"summary":"Met Office (UKV) data at standard pressure levels get data for specified locations","description":"Met Office UKV Atmospheric Model - Deterministic parameters measured at standard pressure levels get data for specified locations","operationId":"moukv-pressure-levels_location_id_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/moukv-whole-atmosphere/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office UKV whole atmosphere Instances Query","description":"Met Office UKV whole atmosphere Instances Query for collection","operationId":"moukv-whole-atmosphere_instances_get"}},"/collections/moukv-whole-atmosphere/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["altitude_at_base_of_effective_convective_inflow","altitude_at_mixed_layer_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_initiation_level","altitude_at_top_of_effective_convective_inflow","atmosphere_boundary_layer_thickness","atmosphere_convective_available_potential_energy","atmosphere_convective_available_potential_energy_wrt_surface","atmosphere_convective_inhibition","atmosphere_convective_inhibition_wrt_surface","canopy_water_amount","cloud_area_fraction","cloud_area_fraction_assuming_only_consider_surface_to_1000_feet_asl","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_2p5_oktas","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_4p5_oktas","cloud_base_height_0p1_oktas","cloud_base_height_2p5_oktas","cloud_base_height_4p5_oktas","freezing_level_altitude","freezing_level_height","high_type_cloud_area_fraction","land_binary_mask","leaf_area_index","low_type_cloud_area_fraction","lwe_graupel_and_hail_fall_rate","lwe_precipitation_rate","lwe_snowfall_rate","lwe_thickness_of_surface_snow_amount","medium_type_cloud_area_fraction","net_downward_shortwave_flux_in_air","surface_altitude","surface_diffusive_downwelling_shortwave_flux_in_air","surface_direct_downwelling_shortwave_flux_in_air","surface_downwelling_longwave_flux_in_air","surface_downwelling_shortwave_flux_in_air","surface_downwelling_ultraviolet_flux_in_air","surface_upward_sensible_heat_flux","surface_upwelling_ultraviolet_flux_in_air","water_evaporation_flux_from_soil","wet_bulb_freezing_level_altitude","wet_bulb_freezing_level_height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere Position Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension Position Query for collection","operationId":"moukv-whole-atmosphere_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere Position Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension Position Query for collection","operationId":"moukv-whole-atmosphere_position_post"}},"/collections/moukv-whole-atmosphere/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["altitude_at_base_of_effective_convective_inflow","altitude_at_mixed_layer_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_initiation_level","altitude_at_top_of_effective_convective_inflow","atmosphere_boundary_layer_thickness","atmosphere_convective_available_potential_energy","atmosphere_convective_available_potential_energy_wrt_surface","atmosphere_convective_inhibition","atmosphere_convective_inhibition_wrt_surface","canopy_water_amount","cloud_area_fraction","cloud_area_fraction_assuming_only_consider_surface_to_1000_feet_asl","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_2p5_oktas","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_4p5_oktas","cloud_base_height_0p1_oktas","cloud_base_height_2p5_oktas","cloud_base_height_4p5_oktas","freezing_level_altitude","freezing_level_height","high_type_cloud_area_fraction","land_binary_mask","leaf_area_index","low_type_cloud_area_fraction","lwe_graupel_and_hail_fall_rate","lwe_precipitation_rate","lwe_snowfall_rate","lwe_thickness_of_surface_snow_amount","medium_type_cloud_area_fraction","net_downward_shortwave_flux_in_air","surface_altitude","surface_diffusive_downwelling_shortwave_flux_in_air","surface_direct_downwelling_shortwave_flux_in_air","surface_downwelling_longwave_flux_in_air","surface_downwelling_shortwave_flux_in_air","surface_downwelling_ultraviolet_flux_in_air","surface_upward_sensible_heat_flux","surface_upwelling_ultraviolet_flux_in_air","water_evaporation_flux_from_soil","wet_bulb_freezing_level_altitude","wet_bulb_freezing_level_height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere Radius Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension Radius Query for a collection","operationId":"moukv-whole-atmosphere_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere Radius Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension Radius Query for a collection","operationId":"moukv-whole-atmosphere_radius_post"}},"/collections/moukv-whole-atmosphere/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["altitude_at_base_of_effective_convective_inflow","altitude_at_mixed_layer_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_initiation_level","altitude_at_top_of_effective_convective_inflow","atmosphere_boundary_layer_thickness","atmosphere_convective_available_potential_energy","atmosphere_convective_available_potential_energy_wrt_surface","atmosphere_convective_inhibition","atmosphere_convective_inhibition_wrt_surface","canopy_water_amount","cloud_area_fraction","cloud_area_fraction_assuming_only_consider_surface_to_1000_feet_asl","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_2p5_oktas","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_4p5_oktas","cloud_base_height_0p1_oktas","cloud_base_height_2p5_oktas","cloud_base_height_4p5_oktas","freezing_level_altitude","freezing_level_height","high_type_cloud_area_fraction","land_binary_mask","leaf_area_index","low_type_cloud_area_fraction","lwe_graupel_and_hail_fall_rate","lwe_precipitation_rate","lwe_snowfall_rate","lwe_thickness_of_surface_snow_amount","medium_type_cloud_area_fraction","net_downward_shortwave_flux_in_air","surface_altitude","surface_diffusive_downwelling_shortwave_flux_in_air","surface_direct_downwelling_shortwave_flux_in_air","surface_downwelling_longwave_flux_in_air","surface_downwelling_shortwave_flux_in_air","surface_downwelling_ultraviolet_flux_in_air","surface_upward_sensible_heat_flux","surface_upwelling_ultraviolet_flux_in_air","water_evaporation_flux_from_soil","wet_bulb_freezing_level_altitude","wet_bulb_freezing_level_height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere Area Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension Area Query for a collection","operationId":"moukv-whole-atmosphere_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere Area Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension Area Query for a collection","operationId":"moukv-whole-atmosphere_area_post"}},"/collections/moukv-whole-atmosphere/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["altitude_at_base_of_effective_convective_inflow","altitude_at_mixed_layer_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_initiation_level","altitude_at_top_of_effective_convective_inflow","atmosphere_boundary_layer_thickness","atmosphere_convective_available_potential_energy","atmosphere_convective_available_potential_energy_wrt_surface","atmosphere_convective_inhibition","atmosphere_convective_inhibition_wrt_surface","canopy_water_amount","cloud_area_fraction","cloud_area_fraction_assuming_only_consider_surface_to_1000_feet_asl","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_2p5_oktas","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_4p5_oktas","cloud_base_height_0p1_oktas","cloud_base_height_2p5_oktas","cloud_base_height_4p5_oktas","freezing_level_altitude","freezing_level_height","high_type_cloud_area_fraction","land_binary_mask","leaf_area_index","low_type_cloud_area_fraction","lwe_graupel_and_hail_fall_rate","lwe_precipitation_rate","lwe_snowfall_rate","lwe_thickness_of_surface_snow_amount","medium_type_cloud_area_fraction","net_downward_shortwave_flux_in_air","surface_altitude","surface_diffusive_downwelling_shortwave_flux_in_air","surface_direct_downwelling_shortwave_flux_in_air","surface_downwelling_longwave_flux_in_air","surface_downwelling_shortwave_flux_in_air","surface_downwelling_ultraviolet_flux_in_air","surface_upward_sensible_heat_flux","surface_upwelling_ultraviolet_flux_in_air","water_evaporation_flux_from_soil","wet_bulb_freezing_level_altitude","wet_bulb_freezing_level_height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere Trajectory Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension Trajectory Query for a collection","operationId":"moukv-whole-atmosphere_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere Trajectory Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension Trajectory Query for a collection","operationId":"moukv-whole-atmosphere_trajectory_post"}},"/collections/moukv-whole-atmosphere/instances/{instance_id}/items":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["GeoJSON"],"default":"GeoJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere Items Query","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension Items Query for collection","operationId":"moukv-whole-atmosphere_items_get"}},"/collections/moukv-whole-atmosphere/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere List available locations in the collection","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension List the available location locations from this collection","operationId":"moukv-whole-atmosphere_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere List available locations in the collection","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension List the available location locations from this collection","operationId":"moukv-whole-atmosphere_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/moukv-whole-atmosphere/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["altitude_at_base_of_effective_convective_inflow","altitude_at_mixed_layer_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_equilibrium_level","altitude_at_most_unstable_atmosphere_convective_available_potential_energy_initiation_level","altitude_at_top_of_effective_convective_inflow","atmosphere_boundary_layer_thickness","atmosphere_convective_available_potential_energy","atmosphere_convective_available_potential_energy_wrt_surface","atmosphere_convective_inhibition","atmosphere_convective_inhibition_wrt_surface","canopy_water_amount","cloud_area_fraction","cloud_area_fraction_assuming_only_consider_surface_to_1000_feet_asl","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_2p5_oktas","cloud_base_altitude_assuming_only_consider_cloud_area_fraction_greater_than_4p5_oktas","cloud_base_height_0p1_oktas","cloud_base_height_2p5_oktas","cloud_base_height_4p5_oktas","freezing_level_altitude","freezing_level_height","high_type_cloud_area_fraction","land_binary_mask","leaf_area_index","low_type_cloud_area_fraction","lwe_graupel_and_hail_fall_rate","lwe_precipitation_rate","lwe_snowfall_rate","lwe_thickness_of_surface_snow_amount","medium_type_cloud_area_fraction","net_downward_shortwave_flux_in_air","surface_altitude","surface_diffusive_downwelling_shortwave_flux_in_air","surface_direct_downwelling_shortwave_flux_in_air","surface_downwelling_longwave_flux_in_air","surface_downwelling_shortwave_flux_in_air","surface_downwelling_ultraviolet_flux_in_air","surface_upward_sensible_heat_flux","surface_upwelling_ultraviolet_flux_in_air","water_evaporation_flux_from_soil","wet_bulb_freezing_level_altitude","wet_bulb_freezing_level_height"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["MO_UKV","EPSG:4326","EPSG:27700"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere get data for specified locations","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension get data for specified locations","operationId":"moukv-whole-atmosphere_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["moukv-whole-atmosphere"],"summary":"Met Office (UKV) whole atmosphere get data for specified locations","description":"Met Office UKV Atmospheric Model - Deterministic parameters without a vertical dimension get data for specified locations","operationId":"moukv-whole-atmosphere_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/ecmwfenfo-single-level/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single level Instance Query","description":"ECMWF ensemble single level Instance Query for collection","operationId":"ecmwfenfo-single-level_instance_get"}},"/collections/ecmwfenfo-single-level/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collections","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["msl","sp","skt","t2m","st","u10","v10","tp","ro"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single levelPosition Query","description":"ECMWF ensemble single level Position Query for collection","operationId":"ecmwfenfo-single-level_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single levelPosition Query","description":"ECMWF ensemble single level Position Query for collection","operationId":"ecmwfenfo-single-level_position_post"}},"/collections/ecmwfenfo-single-level/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collections","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["msl","sp","skt","t2m","st","u10","v10","tp","ro"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326","EPSG:3857"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single levelRadius Query","description":"ECMWF ensemble single level Radius Query for a collection","operationId":"ecmwfenfo-single-level_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single levelRadius Query","description":"ECMWF ensemble single level Radius Query for a collection","operationId":"ecmwfenfo-single-level_radius_post"}},"/collections/ecmwfenfo-single-level/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collections","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["msl","sp","skt","t2m","st","u10","v10","tp","ro"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326","EPSG:3857"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single levelArea Query","description":"ECMWF ensemble single level Area Query for a collection","operationId":"ecmwfenfo-single-level_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single levelArea Query","description":"ECMWF ensemble single level Area Query for a collection","operationId":"ecmwfenfo-single-level_area_post"}},"/collections/ecmwfenfo-single-level/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["msl","sp","skt","t2m","st","u10","v10","tp","ro"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single levelTrajectory Query","description":"ECMWF ensemble single level Trajectory Query for a collection","operationId":"ecmwfenfo-single-level_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single levelTrajectory Query","description":"ECMWF ensemble single level Trajectory Query for a collection","operationId":"ecmwfenfo-single-level_trajectory_post"}},"/collections/ecmwfenfo-single-level/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collections","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single levelList available locations in the collection","description":"ECMWF ensemble single level List the available location locations from this collection","operationId":"ecmwfenfo-single-level_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single levelList available locations in the collection","description":"ECMWF ensemble single level List the available location locations from this collection","operationId":"ecmwfenfo-single-level_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/ecmwfenfo-single-level/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collections","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["msl","sp","skt","t2m","st","u10","v10","tp","ro"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326","EPSG:3857"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single level get data for specified locations","description":"ECMWF ensemble single level get data for specified locations","operationId":"ecmwfenfo-single-level_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-single-level"],"summary":"ECMWF ensemble single level get data for specified locations","description":"ECMWF ensemble single level get data for specified locations","operationId":"ecmwfenfo-single-level_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}},"/collections/ecmwfenfo-isobaric/instances":{"get":{"parameters":[],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Instances Query","description":"ECMWF ensemble data on isobaric levels Instances Query for collection","operationId":"ecmwfenfo-isobaric_instances_get"}},"/collections/ecmwfenfo-isobaric/instances/{instance_id}/position":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"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 And for a list of locations MULTIPOINT((x y),(x1 y1),(x2 y2),(x3 y3)) i.e. MULTIPOINT((-77 38.9),(2.35 48.85),(116.38 39.92),(149.1 -35.29),(-0.1 51.5)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["d","gh","q","r","t","u","v","vo"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["1000","925","850","700","500","300","250","200","50"]},"name":"z","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoJSON","CSV"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Position Query","description":"ECMWF ensemble data on isobaric levels Position Query for collection","operationId":"ecmwfenfo-isobaric_position_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/geo+json":{"schema":{"$ref":"https://geojson.org/schema/GeoJSON.json"}},"text/csv":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Position Query","description":"ECMWF ensemble data on isobaric levels Position Query for collection","operationId":"ecmwfenfo-isobaric_position_post"}},"/collections/ecmwfenfo-isobaric/instances/{instance_id}/radius":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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)","required":true,"schema":{"title":"Coords","type":"string","description":"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)"},"name":"coords","in":"query"},{"description":"Defines radius of area around defined coordinates for which data should be included","required":true,"schema":{"title":"Within","type":"number","description":"Defines radius of area around defined coordinates for which data should be included"},"name":"within","in":"query","style":"form"},{"description":"Defines the units for the radius","required":true,"schema":{"title":"within units","type":"number","description":"Defines the units for the radius"},"name":"within-units","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["d","gh","q","r","t","u","v","vo"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["1000","925","850","700","500","300","250","200","50"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Radius Query","description":"ECMWF ensemble data on isobaric levels Radius Query for a collection","operationId":"ecmwfenfo-isobaric_radius_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Radius Query","description":"ECMWF ensemble data on isobaric levels Radius Query for a collection","operationId":"ecmwfenfo-isobaric_radius_post"}},"/collections/ecmwfenfo-isobaric/instances/{instance_id}/area":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)","required":true,"schema":{"title":"Coords","type":"string","description":"location(s) to return data for, the coordinates are defined by a Well Known Text (wkt) string. to retrieve a single location: POLYGON((x y,x1 y1,x2 y2,…​,xn yn x y)) i.e. POLYGON((-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) roughly describes an area that contains South West England in WGS84  And for a list of locations MULTIPOLYGON((x1 y1,x2 y2,x3 y3,x4 y4,x1 y1),(x5 y5,x6 y6,x7 y7,x8 y8,x9 y9,x5 y5)) i.e. MULTIPOLYGON((-15 48.8,-15 60.95,5 60.85,5 48.8,-15 48.8),(-6.1 50.3,-4.35 51.4,-2.6 51.6,-2.8 50.6,-5.3 49.9,-6.1,50.3)) 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)"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["d","gh","q","r","t","u","v","vo"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["1000","925","850","700","500","300","250","200","50"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Area Query","description":"ECMWF ensemble data on isobaric levels Area Query for a collection","operationId":"ecmwfenfo-isobaric_area_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Area Query","description":"ECMWF ensemble data on isobaric levels Area Query for a collection","operationId":"ecmwfenfo-isobaric_area_post"}},"/collections/ecmwfenfo-isobaric/instances/{instance_id}/cube":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"location(s) to return data for, the coordinates are defined by a bounding box bbox=minx,miny,maxx,maxy 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)","required":true,"schema":{"title":"Bbox","type":"string","description":"location(s) to return data for, the coordinates are defined by a bounding box bbox=minx,miny,maxx,maxy 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)"},"name":"bbox","in":"query","style":"form"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["d","gh","q","r","t","u","v","vo"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["1000","925","850","700","500","300","250","200","50"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF","GeoTiff","GRIB2"],"default":"NetCDF"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}},"image/tiff":{"schema":{"$ref":""}},"application/x-grib2":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Cube Query","description":"ECMWF ensemble data on isobaric levels Cube Query for a collection","operationId":"ecmwfenfo-isobaric_cube_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}},"image/tiff":{"schema":{"$ref":""}},"application/x-grib2":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Cube Query","description":"ECMWF ensemble data on isobaric levels Cube Query for a collection","operationId":"ecmwfenfo-isobaric_cube_post"}},"/collections/ecmwfenfo-isobaric/instances/{instance_id}/trajectory":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time","required":true,"schema":{"title":"Coords","type":"string","description":"The trajectory query supports the Linestring Well Known Text (WKT) geometry type, the trajectory query SHOULD support 2D, 3D and 4D queries allowing the definition of a vertical level value (z) and a time value (as an epoch time) therefore coordinates for geometries may be 2D (x, y), 3D (x, y, z) or 4D (x, y, z, t). A 2D trajectory, on the surface of earth with no time or vertical dimensions: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46), A 2D trajectory, on the surface of earth all at the same time and no vertical dimension, time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRING(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&z=850, A 2D trajectory, on the surface of earth all at 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(-3.53 50.72, -3.35 50.92, -3.11 51.02, -2.85 51.42, -2.59 51.46)&datetime=2018-02-12T23:00:00Z&z=850, A 3D trajectory, on the surface of the earth but over a range of time values with no height values: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400), A 3D trajectory, on the surface of the earth but over a range of time values with a fixed vertical height value, height defined in the collection height units by the z query parameter: coords=LINESTRINGM(-3.53 50.72 1560507000,-3.35 50.92 1560508800,-3.11 51.02 1560510600,-2.85 51.42 1560513600,-2.59 51.46 1560515400)&z=200, A 3D trajectory, through a 3D volume with vertical height or depth, but no defined time: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5) A 3D trajectory, through a 3D volume with height or depth, but at a fixed time value defined in ISO8601 format by the datetime query parameter: coords=LINESTRINGZ(-3.53 50.72 0.1,-3.35 50.92 0.2,-3.11 51.02 0.3,-2.85 51.42 0.4,-2.59 51.46 0.5)&datetime=2018-02-12T23:00:00Z, A 4D trajectory, through a 3D volume and over a range of time values: coords=LINESTRINGZM(-3.53 50.72 0.1 1560507000,-3.35 50.92 0.2 1560508800,-3.11 51.02 0.3 1560510600,-2.85 51.42 0.4 1560513600,-2.59 51.46 0.5 1560515400), If the coords specify a 4D trajectory i.e. coords=LINESTRINGZM(…​) an error MUST be thrown by the server if the client application defines either the z or datetime query parameters where Z in LINESTRINGZ and LINESTRINGZM refers to the height value. If the specified CRS does not define the height units, the heights units will default to metres above mean sea level and the M in LINESTRINGM and LINESTRINGZM refers to the number of seconds that have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January 1970. See https://en.wikipedia.org/wiki/Unix_time"},"name":"coords","in":"query"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["d","gh","q","r","t","u","v","vo"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["1000","925","850","700","500","300","250","200","50"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Trajectory Query","description":"ECMWF ensemble data on isobaric levels Trajectory Query for a collection","operationId":"ecmwfenfo-isobaric_trajectory_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels Trajectory Query","description":"ECMWF ensemble data on isobaric levels Trajectory Query for a collection","operationId":"ecmwfenfo-isobaric_trajectory_post"}},"/collections/ecmwfenfo-isobaric/instances/{instance_id}/locations":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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.","required":false,"schema":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"name":"bbox","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels List available locations in the collection","description":"ECMWF ensemble data on isobaric levels List the available location locations from this collection","operationId":"ecmwfenfo-isobaric_locations_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels List available locations in the collection","description":"ECMWF ensemble data on isobaric levels List the available location locations from this collection","operationId":"ecmwfenfo-isobaric_locations_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locations_post_body"}}}}}},"/collections/ecmwfenfo-isobaric/instances/{instance_id}/locations/{location_id}":{"get":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"},{"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata","required":false,"schema":{"title":"Parameter-Name","type":"array","items":{"type":"string","enum":["d","gh","q","r","t","u","v","vo"]},"description":"comma delimited list of parameters to retrieve data for. Valid parameters are listed in the collections metadata"},"name":"parameter-name","in":"query"},{"description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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.","required":false,"schema":{"title":"Datetime","type":"string","description":"Either a date-time or a period string that adheres to RFC 3339. Examples: A date-time: 2018-02-12T23:20:50Z, A period: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z or 2018-02-12T00:00:00Z/P1M6DT12H31M12S Only features that have a temporal property that intersects the value of time 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."},"name":"datetime","in":"query","style":"form"},{"description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","required":false,"schema":{"title":"Crs","type":"string","description":"identifier (id) of the coordinate system to return data in list of valid crs locations for the chosen collection are defined in the metadata responses. If not supplied the coordinate reference system will default to WGS84.","enum":["EPSG:4326"]},"name":"crs","in":"query","style":"form"},{"description":"the height to return data for","required":false,"schema":{"title":"Z","type":"string","description":"the height to return data for","enum":["1000","925","850","700","500","300","250","200","50"]},"name":"z","in":"query","style":"form"},{"description":"Format to return query results in","required":false,"schema":{"title":"F","type":"string","description":"Format to return query results in","enum":["CoverageJSON","GeoTiff","NetCDF"],"default":"CoverageJSON"},"name":"f","in":"query","style":"form"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels get data for specified locations","description":"ECMWF ensemble data on isobaric levels get data for specified locations","operationId":"ecmwfenfo-isobaric_locationid_get"},"post":{"parameters":[{"description":"instance of collection","required":true,"schema":{"title":"Instance id","type":"string","description":"Instance identifier"},"name":"instance_id","in":"path"},{"description":"Location id","required":true,"schema":{"title":"Location id","type":"string","description":"Identifier for the required location"},"name":"location_id","in":"path"}],"responses":{"200":{"description":"Data ranges required to construct valid queries for the choosen data collection","content":{"application/prs.coverage+json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/covjson/coverageJSON.yaml"}},"image/tiff":{"schema":{"$ref":""}},"application/x-netcdf":{"schema":{"$ref":""}}}},"202":{"description":"Data request still being processed"},"308":{"description":"Request will take a significant time to process"},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"404":{"description":"Requested data not found.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"413":{"description":"Requested data volume to large to be handled by this service.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}}}},"default":{"description":"An error occured.","content":{"application/json":{"schema":{"$ref":"https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/schemas/core/exception.yaml"}},"text/html":{"schema":{"type":"string"}}}}},"tags":["ecmwfenfo-isobaric"],"summary":"ECMWF ensemble data on isobaric levels List available locations in the collection","description":"ECMWF ensemble data on isobaric levels List the available location locations from this collection","operationId":"ecmwfenfo-isobaric_locationid_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/locationid_post_body"}}}}}}},"components":{"schemas":{"locations_post_body":{"title":"locations_post_body","type":"object","properties":{"bbox":{"title":"Bbox","type":"string","description":"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): \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 (http://www.opengis.net/def/crs/OGC/1.3/CRS84).\nFor 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).\n If the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box. \nIf 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."},"f":{"title":"F","type":"string","description":"Format to return query results in"}}},"locationid_post_body":{"title":"locations_post_body","type":"object","properties":{"location_id":{"title":"Location id","type":"string","description":"Identifier for the required location"}}},"HTTPValidationError":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}}},"servers":[{"url":"https://labs.metoffice.gov.uk/edr/"}]}