OAFeat - demo.pygeoapi.io/master

Typ OGC API Features (OAFeat)
Aktiv True
Eigentümer admin
Name OAFeat - demo.pygeoapi.io/master
URL https://demo.pygeoapi.io/master
Tags
Ausführung alle... 60 Minuten
Probes - OGC API Features (OAFeat) Capabilities
- OGC API Features (OAFeat) Drilldown
- OGC API Features (OAFeat) OpenAPI Validator
Reaktionszeit (Sekunden)
  • Min: 2.94
  • Durchschnitt: 11.42
  • Max: 142.83
Verlässlichkeit

Ergebnisse des letzten Durchlaufs

  • Letzter Test : 2023-09-24T15:21:34Z
  • Erfolgreich: False
  • Nachricht: {'type': 'object', 'title': 'domainSet', 'description': 'The domainSet describes the *direct positions* of the coverage, i.e., the locations for which values are available.', 'oneOf': [{'required': ['type', 'generalGrid'], 'properties': {'type': {'enum': ['DomainSetType']}, 'generalGrid': {'title': 'General Grid', 'description': 'A general n-D grid is defined through a sequence of axes, each of which can be of a particular axis type.', 'type': 'object', 'required': ['type'], 'additionalProperties': False, 'properties': {'type': {'enum': ['GeneralGridCoverageType']}, 'id': {'type': 'string'}, 'srsName': {'type': 'string', 'format': 'uri'}, 'axisLabels': {'type': 'array', 'items': {'type': 'string'}}, 'axis': {'type': 'array', 'items': {'type': 'object', 'oneOf': [{'title': 'Index Axis', 'description': 'An Index Axis is an axis with only integer positions allowed.', 'required': ['type', 'axisLabel', 'lowerBound', 'upperBound'], 'additionalProperties': False, 'properties': {'type': {'enum': ['IndexAxisType']}, 'id': {'type': 'string'}, 'axisLabel': {'type': 'string'}, 'lowerBound': {'type': 'number'}, 'upperBound': {'type': 'number'}}}, {'title': 'Regular Axis', 'description': 'A Regular Axis is an axis where all direct coordinates are at a common distance from its immediate neighbors.', 'required': ['type', 'axisLabel', 'lowerBound', 'upperBound', 'resolution', 'uomLabel'], 'additionalProperties': False, 'properties': {'type': {'enum': ['RegularAxisType']}, 'id': {'type': 'string'}, 'axisLabel': {'type': 'string'}, 'lowerBound': {'type': 'string'}, 'upperBound': {'type': 'string'}, 'uomLabel': {'type': 'string'}, 'resolution': {'type': 'number'}}}, {'title': 'Irregular Axis', 'description': 'An irregular axis enumerates all possible direct position coordinates.', 'required': ['type', 'axisLabel', 'uomLabel', 'coordinate'], 'additionalProperties': False, 'properties': {'type': {'enum': ['IrregularAxisType']}, 'id': {'type': 'string'}, 'axisLabel': {'type': 'string'}, 'uomLabel': {'type': 'string'}, 'coordinate': {'type': 'array', 'items': {'type': 'string'}}}}]}}, 'displacement': {'title': 'Displacement', 'description': 'A Displacement is a warped axis nest where points on the grid all have their individual direct position coordinates. The sequenceRule element describes linearization order.', 'type': 'object', 'oneOf': [{'required': ['type', 'axisLabels', 'uomLabels', 'coordinates'], 'properties': {'type': {'enum': ['DisplacementAxisNestType']}, 'id': {'type': 'string'}, 'axisLabel': {'type': 'string'}, 'srsName': {'type': 'string', 'format': 'uri'}, 'axisLabels': {'type': 'array', 'items': {'type': 'string'}}, 'uomLabels': {'type': 'array', 'items': {'type': 'string'}}, 'coordinates': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'string'}}}}}, {'required': ['type', 'axisLabels', 'uomLabels', 'coordinatesRef'], 'properties': {'type': {'enum': ['DisplacementAxisNestTypeRef']}, 'id': {'type': 'string'}, 'axisLabel': {'type': 'string'}, 'srsName': {'type': 'string', 'format': 'uri'}, 'axisLabels': {'type': 'array', 'items': {'type': 'string'}}, 'uomLabels': {'type': 'array', 'items': {'type': 'string'}}, 'coordinatesRef': {'type': 'string', 'format': 'uri'}}}]}, 'model': {'title': 'Sensor model', 'description': 'A Transformation By Sensor Model is a transformation definition which is given by a SensorML 2.0 transformation specification.', 'type': 'object', 'required': ['type', 'sensorModelRef'], 'properties': {'type': {'enum': ['TransformationBySensorModelType']}, 'id': {'type': 'string'}, 'axisLabels': {'type': 'array', 'items': {'type': 'string'}}, 'uomLabels': {'type': 'array', 'items': {'type': 'string'}}, 'sensorModelRef': {'type': 'string', 'format': 'uri'}, 'sensorInstanceRef': {'type': 'string', 'format': 'uri'}}}, 'gridLimits': {'title': 'Grid limits', 'description': 'This is the boundary of the array underlying the grid, given by its diagonal corner points in integer _60_3D. The grid limits can be omitted in case all axes are of type index axis, because then it repeats the grid information in a redundant way. The purpose of the axisLabels attribute, which lists the axis labels of all axisExtent elements in proper sequence, is to enforce axis sequence also in XML systems which do not preserve document order.', 'type': 'object', 'required': ['type'], 'properties': {'indexAxis': {'title': 'Index Axis', 'description': 'An Index Axis is an axis with only integer positions allowed.', 'type': 'object', 'required': ['type', 'lowerBound', 'upperBound'], 'additionalProperties': False, 'properties': {'type': {'enum': ['IndexAxisType']}, 'id': {'type': 'string'}, 'axisLabel': {'type': 'string'}, 'lowerBound': {'type': 'number'}, 'upperBound': {'type': 'number'}}}, 'srsName': {'type': 'string', 'format': 'uri'}, 'axisLabels': {'type': 'array', 'items': {'type': 'string'}}}}}}}}, {'required': ['type', 'directMultiPoint'], 'properties': {'type': {'enum': ['DomainSetType']}, 'directMultiPoint': {'oneOf': [{'required': ['type', 'coordinates'], 'properties': {'type': {'enum': ['DirectMultiPointType']}, 'coordinates': {'type': 'array', 'items': {'type': 'array', 'items': {'type': 'string'}}}}}, {'required': ['type', 'coordinatesRef'], 'properties': {'type': {'enum': ['DirectMultiPointTypeRef']}, 'coordinatesRef': {'type': 'string', 'format': 'uri'}}}]}}}, {'required': ['type', 'fileReference'], 'properties': {'type': {'enum': ['DomainSetRefType']}, 'id': {'type': 'string', 'format': 'uri'}, 'fileReference': {'type': 'string', 'format': 'uri'}}}]} is not valid under any of the given schemas Failed validating 'oneOf' in schema['properties']['paths']['patternProperties']['^/']['properties']['get']['properties']['responses']['patternProperties']['^([0-9X]{3})$']: {'oneOf': [{'$ref': '#/definitions/response'}, {'$ref': '#/definitions/reference'}]} On instance['paths']['/collections/gdps-temperature/coverage/domainset']['get']['responses']['200']: {'description': 'The domainSet describes the *direct positions* of the ' 'coverage, i.e., the locations for which values are ' 'available.', 'oneOf': [{'properties': {'generalGrid': {'additionalProperties': False, 'description': 'A general ' 'n-D grid is ' 'defined ' 'through a ' 'sequence of ' 'axes, each ' 'of which ' 'can be of a ' 'particular ' 'axis type.', 'properties': {'axis': {'items': {'oneOf': [{'additionalProperties': False, 'description': 'An ' 'Index ' 'Axis ' 'is ' 'an ' 'axis ' 'with ' 'only ' 'integer ' 'positions ' 'allowed.', 'properties': {'axisLabel': {'type': 'string'}, 'id': {'type': 'string'}, 'lowerBound': {'type': 'number'}, 'type': {'enum': ['IndexAxisType']}, 'upperBound': {'type': 'number'}}, 'required': ['type', 'axisLabel', 'lowerBound', 'upperBound'], 'title': 'Index ' 'Axis'}, {'additionalProperties': False, 'description': 'A ' 'Regular ' 'Axis ' 'is ' 'an ' 'axis ' 'where ' 'all ' 'direct ' 'coordinates ' 'are ' 'at ' 'a ' 'common ' 'distance ' 'from ' 'its ' 'immediate ' 'neighbors.', 'properties': {'axisLabel': {'type': 'string'}, 'id': {'type': 'string'}, 'lowerBound': {'type': 'string'}, 'resolution': {'type': 'number'}, 'type': {'enum': ['RegularAxisType']}, 'uomLabel': {'type': 'string'}, 'upperBound': {'type': 'string'}}, 'required': ['type', 'axisLabel', 'lowerBound', 'upperBound', 'resolution', 'uomLabel'], 'title': 'Regular ' 'Axis'}, {'additionalProperties': False, 'description': 'An ' 'irregular ' 'axis ' 'enumerates ' 'all ' 'possible ' 'direct ' 'position ' 'coordinates.', 'properties': {'axisLabel': {'type': 'string'}, 'coordinate': {'items': {'type': 'string'}, 'type': 'array'}, 'id': {'type': 'string'}, 'type': {'enum': ['IrregularAxisType']}, 'uomLabel': {'type': 'string'}}, 'required': ['type', 'axisLabel', 'uomLabel', 'coordinate'], 'title': 'Irregular ' 'Axis'}], 'type': 'object'}, 'type': 'array'}, 'axisLabels': {'items': {'type': 'string'}, 'type': 'array'}, 'displacement': {'description': 'A ' 'Displacement ' 'is ' 'a ' 'warped ' 'axis ' 'nest ' 'where ' 'points ' 'on ' 'the ' 'grid ' 'all ' 'have ' 'their ' 'individual ' 'direct ' 'position ' 'coordinates. ' 'The ' 'sequenceRule ' 'element ' 'describes ' 'linearization ' 'order.', 'oneOf': [{'properties': {'axisLabel': {'type': 'string'}, 'axisLabels': {'items': {'type': 'string'}, 'type': 'array'}, 'coordinates': {'items': {'items': {'type': 'string'}, 'type': 'array'}, 'type': 'array'}, 'id': {'type': 'string'}, 'srsName': {'format': 'uri', 'type': 'string'}, 'type': {'enum': ['DisplacementAxisNestType']}, 'uomLabels': {'items': {'type': 'string'}, 'type': 'array'}}, 'required': ['type', 'axisLabels', 'uomLabels', 'coordinates']}, {'properties': {'axisLabel': {'type': 'string'}, 'axisLabels': {'items': {'type': 'string'}, 'type': 'array'}, 'coordinatesRef': {'format': 'uri', 'type': 'string'}, 'id': {'type': 'string'}, 'srsName': {'format': 'uri', 'type': 'string'}, 'type': {'enum': ['DisplacementAxisNestTypeRef']}, 'uomLabels': {'items': {'type': 'string'}, 'type': 'array'}}, 'required': ['type', 'axisLabels', 'uomLabels', 'coordinatesRef']}], 'title': 'Displacement', 'type': 'object'}, 'gridLimits': {'description': 'This ' 'is ' 'the ' 'boundary ' 'of ' 'the ' 'array ' 'underlying ' 'the ' 'grid, ' 'given ' 'by ' 'its ' 'diagonal ' 'corner ' 'points ' 'in ' 'integer ' '_60_3D. ' 'The ' 'grid ' 'limits ' 'can ' 'be ' 'omitted ' 'in ' 'case ' 'all ' 'axes ' 'are ' 'of ' 'type ' 'index ' 'axis, ' 'because ' 'then ' 'it ' 'repeats ' 'the ' 'grid ' 'information ' 'in ' 'a ' 'redundant ' 'way. ' 'The ' 'purpose ' 'of ' 'the ' 'axisLabels ' 'attribute, ' 'which ' 'lists ' 'the ' 'axis ' 'labels ' 'of ' 'all ' 'axisExtent ' 'elements ' 'in ' 'proper ' 'sequence, ' 'is ' 'to ' 'enforce ' 'axis ' 'sequence ' 'also ' 'in ' 'XML ' 'systems ' 'which ' 'do ' 'not ' 'preserve ' 'document ' 'order.', 'properties': {'axisLabels': {'items': {'type': 'string'}, 'type': 'array'}, 'indexAxis': {'additionalProperties': False, 'description': 'An ' 'Index ' 'Axis ' 'is ' 'an ' 'axis ' 'with ' 'only ' 'integer ' 'positions ' 'allowed.', 'properties': {'axisLabel': {'type': 'string'}, 'id': {'type': 'string'}, 'lowerBound': {'type': 'number'}, 'type': {'enum': ['IndexAxisType']}, 'upperBound': {'type': 'number'}}, 'required': ['type', 'lowerBound', 'upperBound'], 'title': 'Index ' 'Axis', 'type': 'object'}, 'srsName': {'format': 'uri', 'type': 'string'}}, 'required': ['type'], 'title': 'Grid ' 'limits', 'type': 'object'}, 'id': {'type': 'string'}, 'model': {'description': 'A ' 'Transformation ' 'By ' 'Sensor ' 'Model ' 'is ' 'a ' 'transformation ' 'definition ' 'which ' 'is ' 'given ' 'by ' 'a ' 'SensorML ' '2.0 ' 'transformation ' 'specification.', 'properties': {'axisLabels': {'items': {'type': 'string'}, 'type': 'array'}, 'id': {'type': 'string'}, 'sensorInstanceRef': {'format': 'uri', 'type': 'string'}, 'sensorModelRef': {'format': 'uri', 'type': 'string'}, 'type': {'enum': ['TransformationBySensorModelType']}, 'uomLabels': {'items': {'type': 'string'}, 'type': 'array'}}, 'required': ['type', 'sensorModelRef'], 'title': 'Sensor ' 'model', 'type': 'object'}, 'srsName': {'format': 'uri', 'type': 'string'}, 'type': {'enum': ['GeneralGridCoverageType']}}, 'required': ['type'], 'title': 'General Grid', 'type': 'object'}, 'type': {'enum': ['DomainSetType']}}, 'required': ['type', 'generalGrid']}, {'properties': {'directMultiPoint': {'oneOf': [{'properties': {'coordinates': {'items': {'items': {'type': 'string'}, 'type': 'array'}, 'type': 'array'}, 'type': {'enum': ['DirectMultiPointType']}}, 'required': ['type', 'coordinates']}, {'properties': {'coordinatesRef': {'format': 'uri', 'type': 'string'}, 'type': {'enum': ['DirectMultiPointTypeRef']}}, 'required': ['type', 'coordinatesRef']}]}, 'type': {'enum': ['DomainSetType']}}, 'required': ['type', 'directMultiPoint']}, {'properties': {'fileReference': {'format': 'uri', 'type': 'string'}, 'id': {'format': 'uri', 'type': 'string'}, 'type': {'enum': ['DomainSetRefType']}}, 'required': ['type', 'fileReference']}], 'title': 'domainSet', 'type': 'object'}
  • Reaktionszeit: 11.32

Zusammenfassung des letzten Durchlaufs

JSON CSV

Vergangenheit

Zeitraum 2023-08-24 14:21:34Z - 2023-09-24 15:21:34Z
Datum  
Dauer (Gesamtdauer der letzten Untersuchung)
Nachricht
(Bewegen Sie die Maus über einem Plot, um die Ergebnisse des Durchlaufs anzuzeigen)
Vollständiger Bericht Show

Download: JSON CSV