Replies: 1 comment
-
After a deep dive into the database, we could see, that the example body for {
"location": {"type":"Point","coordinates":[7.086943,51.171117]},
"encodingType": "application/vnd.geo+json"
} Thanks to @hylkevds for the support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we are currently trying to integrate the Datastreams from our FROST-Server into our Masterportal. So far, we managed to integrate some Datastreams and make them visible on the map. Unfortunately, we do not see all Sensors, that we would expect.
The problem seems to be a geo-spatial filter, that is automatically added to the Datastream query by Masterportal. As it seems, we are not able to disable this "polygon-filter".
The query returns 13 Datastreams, but we would expect to get 38. It is possible to reproduce this problem using Postman. The filter we are using is
Filter
Result
```json { "@iot.count": 13, "value": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1697)", "@iot.id": 1697, "description": "Datastream for sensor Sensor-SG-044 ID1", "name": "Hossenhauser Str. / Pflugweg (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.04189, 51.15516 ] }, "phenomenonTime": "2023-10-31T23:00:07Z/2023-11-03T10:44:06Z", "resultTime": "2023-10-31T23:00:07Z/2023-11-03T10:44:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(81)", "@iot.id": 81, "description": "Messstelle für Sensor-SG-044", "name": "Sensor-SG-044", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(73)", "@iot.id": 73, "description": "Location for sensor Sensor-SG-044 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.04189, 51.15516 ] }, "name": "Hossenhauser Str. / Pflugweg" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1697)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1697)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1697)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1697)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1730)", "@iot.id": 1730, "description": "Datastream for sensor Sensor-SG-060 ID1", "name": "Opladener Str. / Rupelrath (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.00366, 51.12538 ] }, "phenomenonTime": "2023-10-31T23:00:07Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T23:00:07Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(83)", "@iot.id": 83, "description": "Messstelle für Sensor-SG-060", "name": "Sensor-SG-060", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(74)", "@iot.id": 74, "description": "Location for sensor Sensor-SG-060 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.00366, 51.12538 ] }, "name": "Opladener Str. / Rupelrath" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1730)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1730)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1730)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1730)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1803)", "@iot.id": 1803, "description": "Datastream for sensor Sensor-SG-074 ID1", "name": "Kohlfurter Str. 26-28, Höhe Cafe Hubraum (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.11044, 51.18978 ] }, "phenomenonTime": "2023-10-29T23:00:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-29T23:00:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(85)", "@iot.id": 85, "description": "Messstelle für Sensor-SG-074", "name": "Sensor-SG-074", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(76)", "@iot.id": 76, "description": "Location for sensor Sensor-SG-074 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.11044, 51.18978 ] }, "name": "Kohlfurter Str. 26-28, Höhe Cafe Hubraum" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1803)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1803)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1803)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1803)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1876)", "@iot.id": 1876, "description": "Datastream for sensor Sensor-SG-079 ID1", "name": "Börsenstr. / Weckshof (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.07506, 51.14416 ] }, "phenomenonTime": "2023-10-31T23:00:07Z/2023-11-03T10:44:06Z", "resultTime": "2023-10-31T23:00:07Z/2023-11-03T10:44:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(87)", "@iot.id": 87, "description": "Messstelle für Sensor-SG-079", "name": "Sensor-SG-079", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(77)", "@iot.id": 77, "description": "Location for sensor Sensor-SG-079 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.07506, 51.14416 ] }, "name": "Börsenstr. / Weckshof" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1876)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1876)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1876)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1876)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1892)", "@iot.id": 1892, "description": "Datastream for sensor Sensor-SG-086 ID1", "name": "Lützowstr. / Untere Holzstr. (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.08698, 51.20279 ] }, "phenomenonTime": "2023-10-31T23:00:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T23:00:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(88)", "@iot.id": 88, "description": "Messstelle für Sensor-SG-086", "name": "Sensor-SG-086", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(78)", "@iot.id": 78, "description": "Location for sensor Sensor-SG-086 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.08698, 51.20279 ] }, "name": "Lützowstr. / Untere Holzstr." } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1892)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1892)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1892)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1892)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(115)", "@iot.id": 115, "description": "Datastream für Sensor-SG-004 ID1 lufttemperatur", "name": "TBS Betriebshof Dültgenstaler Straße 61 (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.053298, 51.184241 ] }, "phenomenonTime": "2021-06-28T22:00:07Z/2023-11-03T10:47:06Z", "resultTime": "2021-06-28T22:00:07Z/2023-11-03T10:47:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(2)", "@iot.id": 2, "description": "Messstelle Sensor-SG-004", "name": "Sensor-SG-004", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(3)", "@iot.id": 3, "description": "Location for Sensor-SG-004", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.053298, 51.184241 ] }, "name": "TBS Betriebshof Dültgenstaler Straße 61" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(115)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(115)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(115)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(115)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(165)", "@iot.id": 165, "description": "Datastream für Sensor-SG-005 ID1 lufttemperatur", "name": "Haltepunkt Mitte (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.089701, 51.165704 ] }, "phenomenonTime": "2023-03-23T14:44:02Z/2023-11-03T10:44:01Z", "resultTime": "2023-03-23T14:44:02Z/2023-11-03T10:44:01Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(3)", "@iot.id": 3, "description": "Messstelle Sensor-SG-005", "name": "Sensor-SG-005", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(4)", "@iot.id": 4, "description": "Location for Sensor-SG-005", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.089701, 51.165704 ] }, "name": "Haltepunkt Mitte" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(165)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(165)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(165)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(165)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(207)", "@iot.id": 207, "description": "Datastream für Sensor-SG-007 ID1 lufttemperatur", "name": "Abteiweg Endhaltestelle (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.079187, 51.214941 ] }, "phenomenonTime": "2021-07-19T22:00:07Z/2023-11-03T10:45:06Z", "resultTime": "2021-07-19T22:00:07Z/2023-11-03T10:45:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(4)", "@iot.id": 4, "description": "Messstelle Sensor-SG-007", "name": "Sensor-SG-007", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(5)", "@iot.id": 5, "description": "Location for Sensor-SG-007", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.079187, 51.214941 ] }, "name": "Abteiweg Endhaltestelle" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(207)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(207)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(207)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(207)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(249)", "@iot.id": 249, "description": "Datastream für Sensor-SG-008 ID1 lufttemperatur", "name": "Wuppertaler Straße / Dycker Feld (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.073548, 51.204312 ] }, "phenomenonTime": "2021-06-29T13:18:14Z/2023-11-03T10:43:06Z", "resultTime": "2021-06-29T13:18:14Z/2023-11-03T10:43:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(5)", "@iot.id": 5, "description": "Messstelle Sensor-SG-008", "name": "Sensor-SG-008", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(6)", "@iot.id": 6, "description": "Location for Sensor-SG-008", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.073548, 51.204312 ] }, "name": "Wuppertaler Straße / Dycker Feld" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(249)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(249)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(249)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(249)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(375)", "@iot.id": 375, "description": "Datastream für Sensor-SG-011 ID1 lufttemperatur", "name": "Eichenstraße / Unnersberger Allee (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.086309, 51.15254 ] }, "phenomenonTime": "2021-07-19T22:00:07Z/2023-11-03T10:45:07Z", "resultTime": "2021-07-19T22:00:07Z/2023-11-03T10:45:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(8)", "@iot.id": 8, "description": "Messstelle Sensor-SG-011", "name": "Sensor-SG-011", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(9)", "@iot.id": 9, "description": "Location for Sensor-SG-011", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.086309, 51.15254 ] }, "name": "Eichenstraße / Unnersberger Allee" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(375)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(375)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(375)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(375)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(417)", "@iot.id": 417, "description": "Datastream für Sensor-SG-012 ID1 lufttemperatur", "name": "HBf Solingen (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.00336, 51.160863 ] }, "phenomenonTime": "2021-07-19T22:00:07Z/2023-11-03T10:44:06Z", "resultTime": "2021-07-19T22:00:07Z/2023-11-03T10:44:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(9)", "@iot.id": 9, "description": "Messstelle Sensor-SG-012", "name": "Sensor-SG-012", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(10)", "@iot.id": 10, "description": "Location for Sensor-SG-012", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.00336, 51.160863 ] }, "name": "HBf Solingen" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(417)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(417)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(417)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(417)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(464)", "@iot.id": 464, "description": "Datastream für Sensor-SG-015 ID1 lufttemperatur", "name": "Merianstraße (Rathaus) (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.08402, 51.177124 ] }, "phenomenonTime": "2021-07-19T22:00:01Z/2023-11-03T10:45:07Z", "resultTime": "2021-07-19T22:00:01Z/2023-11-03T10:45:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(10)", "@iot.id": 10, "description": "Messstelle Sensor-SG-015", "name": "Sensor-SG-015", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(11)", "@iot.id": 11, "description": "Location for Sensor-SG-015", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.08402, 51.177124 ] }, "name": "Merianstraße (Rathaus)" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(464)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(464)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(464)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(464)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(548)", "@iot.id": 548, "description": "Datastream für Sensor-SG-018 ID1 lufttemperatur", "name": "Neuenkamper Straße / Siepen (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.05717, 51.15216 ] }, "phenomenonTime": "2021-07-19T22:00:07Z/2023-11-03T10:45:07Z", "resultTime": "2021-07-19T22:00:07Z/2023-11-03T10:45:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(12)", "@iot.id": 12, "description": "Messstelle Sensor-SG-018", "name": "Sensor-SG-018", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(13)", "@iot.id": 13, "description": "Location for Sensor-SG-018", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.05717, 51.15216 ] }, "name": "Neuenkamper Straße / Siepen" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(548)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(548)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(548)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(548)/Observations" } ] } ```
If we remove the
st_intersects
operator, we get all 38 Datastreams:Filter
Result
```json { "@iot.count": 38, "value": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1409)", "@iot.id": 1409, "description": "Datastream for sensor Sensor-SG-041 ID1", "name": "Wermelskirchener Str. 75 (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.15958, 51.13901 ] }, "phenomenonTime": "2023-10-31T23:00:06Z/2023-11-03T10:45:06Z", "resultTime": "2023-10-31T23:00:06Z/2023-11-03T10:45:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(60)", "@iot.id": 60, "description": "Messstelle für Sensor-SG-041", "name": "Sensor-SG-041", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(57)", "@iot.id": 57, "description": "Location for sensor Sensor-SG-041 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.15958, 51.13901 ] }, "name": "Wermelskirchener Str. 75" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1409)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1409)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1409)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1409)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1697)", "@iot.id": 1697, "description": "Datastream for sensor Sensor-SG-044 ID1", "name": "Hossenhauser Str. / Pflugweg (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.04189, 51.15516 ] }, "phenomenonTime": "2023-10-31T23:00:07Z/2023-11-03T10:44:06Z", "resultTime": "2023-10-31T23:00:07Z/2023-11-03T10:44:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(81)", "@iot.id": 81, "description": "Messstelle für Sensor-SG-044", "name": "Sensor-SG-044", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(73)", "@iot.id": 73, "description": "Location for sensor Sensor-SG-044 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.04189, 51.15516 ] }, "name": "Hossenhauser Str. / Pflugweg" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1697)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1697)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1697)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1697)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1426)", "@iot.id": 1426, "description": "Datastream for sensor Sensor-SG-046 ID1", "name": "Krahenhöhe (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.11215, 51.16227 ] }, "phenomenonTime": "2023-10-31T10:19:06Z/2023-11-03T10:45:06Z", "resultTime": "2023-10-31T10:19:06Z/2023-11-03T10:45:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(61)", "@iot.id": 61, "description": "Messstelle für Sensor-SG-046", "name": "Sensor-SG-046", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(58)", "@iot.id": 58, "description": "Location for sensor Sensor-SG-046 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.11215, 51.16227 ] }, "name": "Krahenhöhe" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1426)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1426)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1426)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1426)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1443)", "@iot.id": 1443, "description": "Datastream for sensor Sensor-SG-049 ID1", "name": "Piepersberg 17 (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.06543, 51.21216 ] }, "phenomenonTime": "2023-10-31T10:19:06Z/2023-11-03T10:45:06Z", "resultTime": "2023-10-31T10:19:06Z/2023-11-03T10:45:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(62)", "@iot.id": 62, "description": "Messstelle für Sensor-SG-049", "name": "Sensor-SG-049", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(59)", "@iot.id": 59, "description": "Location for sensor Sensor-SG-049 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.06543, 51.21216 ] }, "name": "Piepersberg 17" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1443)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1443)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1443)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1443)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1477)", "@iot.id": 1477, "description": "Datastream for sensor Sensor-SG-052 ID1", "name": "Eipaßstr. 54 (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.05294, 51.205 ] }, "phenomenonTime": "2023-10-31T10:19:06Z/2023-11-03T10:45:06Z", "resultTime": "2023-10-31T10:19:06Z/2023-11-03T10:45:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(64)", "@iot.id": 64, "description": "Messstelle für Sensor-SG-052", "name": "Sensor-SG-052", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(61)", "@iot.id": 61, "description": "Location for sensor Sensor-SG-052 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.05294, 51.205 ] }, "name": "Eipaßstr. 54" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1477)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1477)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1477)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1477)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1494)", "@iot.id": 1494, "description": "Datastream for sensor Sensor-SG-053 ID1", "name": "Widderter / Hintenweiswinkel (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.05465, 51.13694 ] }, "phenomenonTime": "2023-10-31T10:19:06Z/2023-11-03T10:45:06Z", "resultTime": "2023-10-31T10:19:06Z/2023-11-03T10:45:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(65)", "@iot.id": 65, "description": "Messstelle für Sensor-SG-053", "name": "Sensor-SG-053", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(62)", "@iot.id": 62, "description": "Location for sensor Sensor-SG-053 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.0097, 51.13654 ] }, "name": "Widderter / Hintenweiswinkel" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1494)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1494)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1494)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1494)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1713)", "@iot.id": 1713, "description": "Datastream for sensor Sensor-SG-054 ID1", "name": "Widderter / Hintenweiswinkel (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.05465, 51.13694 ] }, "phenomenonTime": "2023-10-29T23:00:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-29T23:00:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(82)", "@iot.id": 82, "description": "Messstelle für Sensor-SG-054", "name": "Sensor-SG-054", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(62)", "@iot.id": 62, "description": "Location for sensor Sensor-SG-053 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.0097, 51.13654 ] }, "name": "Widderter / Hintenweiswinkel" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1713)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1713)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1713)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1713)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1511)", "@iot.id": 1511, "description": "Datastream for sensor Sensor-SG-055 ID1", "name": "Wittkuller Str. / Stübbener Str. (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.04778, 51.18883 ] }, "phenomenonTime": "2023-10-31T10:20:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T10:20:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(66)", "@iot.id": 66, "description": "Messstelle für Sensor-SG-055", "name": "Sensor-SG-055", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(63)", "@iot.id": 63, "description": "Location for sensor Sensor-SG-055 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.04778, 51.18883 ] }, "name": "Wittkuller Str. / Stübbener Str." } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1511)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1511)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1511)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1511)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1527)", "@iot.id": 1527, "description": "Datastream for sensor Sensor-SG-057 ID1", "name": "Solinger Str. / Eschbachstr, Busdrehscheide (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.14769, 51.13765 ] }, "phenomenonTime": "2023-10-31T10:20:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T10:20:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(67)", "@iot.id": 67, "description": "Messstelle für Sensor-SG-057", "name": "Sensor-SG-057", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(64)", "@iot.id": 64, "description": "Location for sensor Sensor-SG-057 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.14769, 51.13765 ] }, "name": "Solinger Str. / Eschbachstr, Busdrehscheide" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1527)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1527)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1527)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1527)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1730)", "@iot.id": 1730, "description": "Datastream for sensor Sensor-SG-060 ID1", "name": "Opladener Str. / Rupelrath (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.00366, 51.12538 ] }, "phenomenonTime": "2023-10-31T23:00:07Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T23:00:07Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(83)", "@iot.id": 83, "description": "Messstelle für Sensor-SG-060", "name": "Sensor-SG-060", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(74)", "@iot.id": 74, "description": "Location for sensor Sensor-SG-060 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.00366, 51.12538 ] }, "name": "Opladener Str. / Rupelrath" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1730)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1730)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1730)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1730)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1543)", "@iot.id": 1543, "description": "Datastream for sensor Sensor-SG-061 ID1", "name": "Birken Höhe Haltestelle, Burger Landstraße (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.1370051, 51.136831 ] }, "phenomenonTime": "2023-10-31T23:00:06Z/2023-11-03T10:46:07Z", "resultTime": "2023-10-31T23:00:06Z/2023-11-03T10:46:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(68)", "@iot.id": 68, "description": "Messstelle für Sensor-SG-061", "name": "Sensor-SG-061", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(65)", "@iot.id": 65, "description": "Location for sensor Sensor-SG-061 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.1370051, 51.136831 ] }, "name": "Birken Höhe Haltestelle, Burger Landstraße" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1543)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1543)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1543)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1543)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1559)", "@iot.id": 1559, "description": "Datastream for sensor Sensor-SG-063 ID1", "name": "Beethovenstr. / Untengönrather Str. (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.04999, 51.17433 ] }, "phenomenonTime": "2023-10-31T10:19:07Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T10:19:07Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(69)", "@iot.id": 69, "description": "Messstelle für Sensor-SG-063", "name": "Sensor-SG-063", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(66)", "@iot.id": 66, "description": "Location for sensor Sensor-SG-063 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.04999, 51.17433 ] }, "name": "Beethovenstr. / Untengönrather Str." } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1559)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1559)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1559)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1559)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1575)", "@iot.id": 1575, "description": "Datastream for sensor Sensor-SG-064 ID1", "name": "Bonner Str. / Zufahrt L288n (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 6.99399, 51.15616 ] }, "phenomenonTime": "2023-10-31T10:19:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T10:19:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(70)", "@iot.id": 70, "description": "Messstelle für Sensor-SG-064", "name": "Sensor-SG-064", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(67)", "@iot.id": 67, "description": "Location for sensor Sensor-SG-064 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 6.99399, 51.15616 ] }, "name": "Bonner Str. / Zufahrt L288n" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1575)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1575)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1575)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1575)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1591)", "@iot.id": 1591, "description": "Datastream for sensor Sensor-SG-066 ID1", "name": "Pfaffenberg / Fischeweg (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.11569, 51.14073 ] }, "phenomenonTime": "2023-10-31T10:19:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T10:19:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(71)", "@iot.id": 71, "description": "Messstelle für Sensor-SG-066", "name": "Sensor-SG-066", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(68)", "@iot.id": 68, "description": "Location for sensor Sensor-SG-066 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.11569, 51.14073 ] }, "name": "Pfaffenberg / Fischeweg" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1591)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1591)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1591)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1591)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1762)", "@iot.id": 1762, "description": "Datastream for sensor Sensor-SG-071 ID1", "name": "Aufderhöher Str. / Leichlinger Str. (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.03026, 51.14607 ] }, "phenomenonTime": "2023-10-31T23:00:06Z/2023-11-02T09:44:07Z", "resultTime": "2023-10-31T23:00:06Z/2023-11-02T09:44:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(73)", "@iot.id": 73, "description": "Messstelle für Sensor-SG-071", "name": "Sensor-SG-071", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(70)", "@iot.id": 70, "description": "Location for sensor Sensor-SG-071 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.03026, 51.14607 ] }, "name": "Aufderhöher Str. / Leichlinger Str." } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1762)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1762)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1762)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1762)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1623)", "@iot.id": 1623, "description": "Datastream for sensor Sensor-SG-071 ID1", "name": "Aufderhöher Str. / Leichlinger Str. (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.03026, 51.14607 ] }, "phenomenonTime": "2023-11-01T01:54:06Z/2023-11-03T10:46:07Z", "resultTime": "2023-11-01T01:54:06Z/2023-11-03T10:46:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(73)", "@iot.id": 73, "description": "Messstelle für Sensor-SG-071", "name": "Sensor-SG-071", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(70)", "@iot.id": 70, "description": "Location for sensor Sensor-SG-071 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.03026, 51.14607 ] }, "name": "Aufderhöher Str. / Leichlinger Str." } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1623)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1623)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1623)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1623)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1803)", "@iot.id": 1803, "description": "Datastream for sensor Sensor-SG-074 ID1", "name": "Kohlfurter Str. 26-28, Höhe Cafe Hubraum (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.11044, 51.18978 ] }, "phenomenonTime": "2023-10-29T23:00:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-29T23:00:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(85)", "@iot.id": 85, "description": "Messstelle für Sensor-SG-074", "name": "Sensor-SG-074", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(76)", "@iot.id": 76, "description": "Location for sensor Sensor-SG-074 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.11044, 51.18978 ] }, "name": "Kohlfurter Str. 26-28, Höhe Cafe Hubraum" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1803)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1803)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1803)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1803)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1664)", "@iot.id": 1664, "description": "Datastream for sensor Sensor-SG-076 ID1", "name": "Weyer Str. / Liebigstr. (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.02925, 51.17744 ] }, "phenomenonTime": "2023-10-31T10:17:06Z/2023-10-31T13:20:06Z", "resultTime": "2023-10-31T10:17:06Z/2023-10-31T13:20:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(74)", "@iot.id": 74, "description": "Messstelle für Sensor-SG-076", "name": "Sensor-SG-076", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(71)", "@iot.id": 71, "description": "Location for sensor Sensor-SG-076 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.03026, 51.14607 ] }, "name": "Weyer Str. / Liebigstr." } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1664)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1664)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1664)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1664)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1844)", "@iot.id": 1844, "description": "Datastream for sensor Sensor-SG-076 ID1", "name": "Weyer Str. / Liebigstr. (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.02925, 51.17744 ] }, "phenomenonTime": "2023-10-31T13:21:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T13:21:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(74)", "@iot.id": 74, "description": "Messstelle für Sensor-SG-076", "name": "Sensor-SG-076", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(71)", "@iot.id": 71, "description": "Location for sensor Sensor-SG-076 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.03026, 51.14607 ] }, "name": "Weyer Str. / Liebigstr." } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1844)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1844)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1844)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1844)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1860)", "@iot.id": 1860, "description": "Datastream for sensor Sensor-SG-077 ID1", "name": "Weyer Str. / Liebigstr. (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.02925, 51.17744 ] }, "phenomenonTime": "2023-10-31T23:00:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T23:00:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(86)", "@iot.id": 86, "description": "Messstelle für Sensor-SG-077", "name": "Sensor-SG-077", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(71)", "@iot.id": 71, "description": "Location for sensor Sensor-SG-076 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.03026, 51.14607 ] }, "name": "Weyer Str. / Liebigstr." } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1860)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1860)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1860)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1860)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1876)", "@iot.id": 1876, "description": "Datastream for sensor Sensor-SG-079 ID1", "name": "Börsenstr. / Weckshof (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.07506, 51.14416 ] }, "phenomenonTime": "2023-10-31T23:00:07Z/2023-11-03T10:44:06Z", "resultTime": "2023-10-31T23:00:07Z/2023-11-03T10:44:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(87)", "@iot.id": 87, "description": "Messstelle für Sensor-SG-079", "name": "Sensor-SG-079", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(77)", "@iot.id": 77, "description": "Location for sensor Sensor-SG-079 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.07506, 51.14416 ] }, "name": "Börsenstr. / Weckshof" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1876)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1876)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1876)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1876)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1892)", "@iot.id": 1892, "description": "Datastream for sensor Sensor-SG-086 ID1", "name": "Lützowstr. / Untere Holzstr. (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.08698, 51.20279 ] }, "phenomenonTime": "2023-10-31T23:00:06Z/2023-11-03T10:46:06Z", "resultTime": "2023-10-31T23:00:06Z/2023-11-03T10:46:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "https://en.wikipedia.org/wiki/Celsius" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(88)", "@iot.id": 88, "description": "Messstelle für Sensor-SG-086", "name": "Sensor-SG-086", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(78)", "@iot.id": 78, "description": "Location for sensor Sensor-SG-086 ID1", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.08698, 51.20279 ] }, "name": "Lützowstr. / Untere Holzstr." } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1892)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1892)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1892)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1892)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(115)", "@iot.id": 115, "description": "Datastream für Sensor-SG-004 ID1 lufttemperatur", "name": "TBS Betriebshof Dültgenstaler Straße 61 (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.053298, 51.184241 ] }, "phenomenonTime": "2021-06-28T22:00:07Z/2023-11-03T10:47:06Z", "resultTime": "2021-06-28T22:00:07Z/2023-11-03T10:47:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(2)", "@iot.id": 2, "description": "Messstelle Sensor-SG-004", "name": "Sensor-SG-004", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(3)", "@iot.id": 3, "description": "Location for Sensor-SG-004", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.053298, 51.184241 ] }, "name": "TBS Betriebshof Dültgenstaler Straße 61" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(115)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(115)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(115)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(115)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(165)", "@iot.id": 165, "description": "Datastream für Sensor-SG-005 ID1 lufttemperatur", "name": "Haltepunkt Mitte (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.089701, 51.165704 ] }, "phenomenonTime": "2023-03-23T14:44:02Z/2023-11-03T10:47:02Z", "resultTime": "2023-03-23T14:44:02Z/2023-11-03T10:47:02Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(3)", "@iot.id": 3, "description": "Messstelle Sensor-SG-005", "name": "Sensor-SG-005", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(4)", "@iot.id": 4, "description": "Location for Sensor-SG-005", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.089701, 51.165704 ] }, "name": "Haltepunkt Mitte" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(165)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(165)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(165)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(165)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(207)", "@iot.id": 207, "description": "Datastream für Sensor-SG-007 ID1 lufttemperatur", "name": "Abteiweg Endhaltestelle (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.079187, 51.214941 ] }, "phenomenonTime": "2021-07-19T22:00:07Z/2023-11-03T10:47:06Z", "resultTime": "2021-07-19T22:00:07Z/2023-11-03T10:47:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(4)", "@iot.id": 4, "description": "Messstelle Sensor-SG-007", "name": "Sensor-SG-007", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(5)", "@iot.id": 5, "description": "Location for Sensor-SG-007", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.079187, 51.214941 ] }, "name": "Abteiweg Endhaltestelle" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(207)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(207)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(207)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(207)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(249)", "@iot.id": 249, "description": "Datastream für Sensor-SG-008 ID1 lufttemperatur", "name": "Wuppertaler Straße / Dycker Feld (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.073548, 51.204312 ] }, "phenomenonTime": "2021-06-29T13:18:14Z/2023-11-03T10:47:06Z", "resultTime": "2021-06-29T13:18:14Z/2023-11-03T10:47:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(5)", "@iot.id": 5, "description": "Messstelle Sensor-SG-008", "name": "Sensor-SG-008", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(6)", "@iot.id": 6, "description": "Location for Sensor-SG-008", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.073548, 51.204312 ] }, "name": "Wuppertaler Straße / Dycker Feld" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(249)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(249)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(249)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(249)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(375)", "@iot.id": 375, "description": "Datastream für Sensor-SG-011 ID1 lufttemperatur", "name": "Eichenstraße / Unnersberger Allee (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.086309, 51.15254 ] }, "phenomenonTime": "2021-07-19T22:00:07Z/2023-11-03T10:47:06Z", "resultTime": "2021-07-19T22:00:07Z/2023-11-03T10:47:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(8)", "@iot.id": 8, "description": "Messstelle Sensor-SG-011", "name": "Sensor-SG-011", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(9)", "@iot.id": 9, "description": "Location for Sensor-SG-011", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.086309, 51.15254 ] }, "name": "Eichenstraße / Unnersberger Allee" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(375)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(375)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(375)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(375)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(417)", "@iot.id": 417, "description": "Datastream für Sensor-SG-012 ID1 lufttemperatur", "name": "HBf Solingen (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.00336, 51.160863 ] }, "phenomenonTime": "2021-07-19T22:00:07Z/2023-11-03T10:47:06Z", "resultTime": "2021-07-19T22:00:07Z/2023-11-03T10:47:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(9)", "@iot.id": 9, "description": "Messstelle Sensor-SG-012", "name": "Sensor-SG-012", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(10)", "@iot.id": 10, "description": "Location for Sensor-SG-012", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.00336, 51.160863 ] }, "name": "HBf Solingen" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(417)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(417)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(417)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(417)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(464)", "@iot.id": 464, "description": "Datastream für Sensor-SG-015 ID1 lufttemperatur", "name": "Merianstraße (Rathaus) (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.08402, 51.177124 ] }, "phenomenonTime": "2021-07-19T22:00:01Z/2023-11-03T10:47:06Z", "resultTime": "2021-07-19T22:00:01Z/2023-11-03T10:47:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(10)", "@iot.id": 10, "description": "Messstelle Sensor-SG-015", "name": "Sensor-SG-015", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(11)", "@iot.id": 11, "description": "Location for Sensor-SG-015", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.08402, 51.177124 ] }, "name": "Merianstraße (Rathaus)" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(464)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(464)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(464)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(464)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(548)", "@iot.id": 548, "description": "Datastream für Sensor-SG-018 ID1 lufttemperatur", "name": "Neuenkamper Straße / Siepen (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.05717, 51.15216 ] }, "phenomenonTime": "2021-07-19T22:00:07Z/2023-11-03T10:47:07Z", "resultTime": "2021-07-19T22:00:07Z/2023-11-03T10:47:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(12)", "@iot.id": 12, "description": "Messstelle Sensor-SG-018", "name": "Sensor-SG-018", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(13)", "@iot.id": 13, "description": "Location for Sensor-SG-018", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.05717, 51.15216 ] }, "name": "Neuenkamper Straße / Siepen" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(548)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(548)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(548)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(548)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(758)", "@iot.id": 758, "description": "Datastream für Sensor-SG-026 ID1 lufttemperatur", "name": "Dorper Straße / Goerdeler Straße (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.03573, 51.18953 ] }, "phenomenonTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:07Z", "resultTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(22)", "@iot.id": 22, "description": "Messstelle Sensor-SG-026", "name": "Sensor-SG-026", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(21)", "@iot.id": 21, "description": "Location for Sensor-SG-026", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.086943, 51.171117 ] }, "name": "Dorper Straße / Goerdeler Straße" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(758)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(758)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(758)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(758)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(842)", "@iot.id": 842, "description": "Datastream für Sensor-SG-028 ID1 lufttemperatur", "name": "Kannenbrühl (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.03573, 51.18953 ] }, "phenomenonTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:06Z", "resultTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(24)", "@iot.id": 24, "description": "Messstelle Sensor-SG-028", "name": "Sensor-SG-028", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(23)", "@iot.id": 23, "description": "Location for Sensor-SG-028", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.10229, 51.17189 ] }, "name": "Kannenbrühl" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(842)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(842)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(842)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(842)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(884)", "@iot.id": 884, "description": "Datastream für Sensor-SG-029 ID1 lufttemperatur", "name": "Bruckner Straße / Dültgenstaler Straße (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.03573, 51.18953 ] }, "phenomenonTime": "2021-07-20T22:00:07Z/2023-11-03T10:44:06Z", "resultTime": "2021-07-20T22:00:07Z/2023-11-03T10:44:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(25)", "@iot.id": 25, "description": "Messstelle Sensor-SG-029", "name": "Sensor-SG-029", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(24)", "@iot.id": 24, "description": "Location for Sensor-SG-029", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.05661, 51.17992 ] }, "name": "Bruckner Straße / Dültgenstaler Straße" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(884)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(884)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(884)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(884)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(926)", "@iot.id": 926, "description": "Datastream für Sensor-SG-030 ID1 lufttemperatur", "name": "Beethovenstraße / Mangenberger Straße (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.03573, 51.18953 ] }, "phenomenonTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:06Z", "resultTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:06Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(26)", "@iot.id": 26, "description": "Messstelle Sensor-SG-030", "name": "Sensor-SG-030", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(25)", "@iot.id": 25, "description": "Location for Sensor-SG-030", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.0731, 51.17489 ] }, "name": "Beethovenstraße / Mangenberger Straße" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(926)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(926)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(926)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(926)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1010)", "@iot.id": 1010, "description": "Datastream für Sensor-SG-032 ID1 lufttemperatur", "name": "Bismarckstraße / Ritterstraße (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.03573, 51.18953 ] }, "phenomenonTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:07Z", "resultTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(28)", "@iot.id": 28, "description": "Messstelle Sensor-SG-032", "name": "Sensor-SG-032", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(27)", "@iot.id": 27, "description": "Location for Sensor-SG-032", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.098051, 51.157239 ] }, "name": "Bismarckstraße / Ritterstraße" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1010)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1010)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1010)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1010)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1094)", "@iot.id": 1094, "description": "Datastream für Sensor-SG-034 ID1 lufttemperatur", "name": "Kuller Straße (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.03573, 51.18953 ] }, "phenomenonTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:07Z", "resultTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(30)", "@iot.id": 30, "description": "Messstelle Sensor-SG-034", "name": "Sensor-SG-034", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(29)", "@iot.id": 29, "description": "Location for Sensor-SG-034", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.090515, 51.182747 ] }, "name": "Kuller Straße" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1094)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1094)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1094)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1094)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1178)", "@iot.id": 1178, "description": "Datastream für Sensor-SG-036 ID1 lufttemperatur", "name": "Focher Straße (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.03573, 51.18953 ] }, "phenomenonTime": "2021-07-20T22:00:07Z/2023-11-03T10:45:07Z", "resultTime": "2021-07-20T22:00:07Z/2023-11-03T10:45:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(32)", "@iot.id": 32, "description": "Messstelle Sensor-SG-036", "name": "Sensor-SG-036", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(31)", "@iot.id": 31, "description": "Location for Sensor-SG-036", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.062638, 51.18974 ] }, "name": "Focher Straße" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1178)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1178)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1178)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1178)/Observations" }, { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1220)", "@iot.id": 1220, "description": "Datastream für Sensor-SG-037 ID1 lufttemperatur", "name": "placeholder (lufttemperatur)", "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement", "observedArea": { "type": "Point", "coordinates": [ 7.03573, 51.18953 ] }, "phenomenonTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:07Z", "resultTime": "2021-07-20T22:00:06Z/2023-11-03T10:45:07Z", "unitOfMeasurement": { "name": "Grad Celsius", "symbol": "°C", "definition": "nan" }, "Thing": { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Things(33)", "@iot.id": 33, "description": "Messstelle Sensor-SG-037", "name": "Sensor-SG-037", "properties": { "status": "online" }, "Locations@iot.count": 1, "Locations": [ { "@iot.selfLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Locations(32)", "@iot.id": 32, "description": "Location for Sensor-SG-037", "encodingType": "application/vnd.geo+json", "location": { "type": "Point", "coordinates": [ 7.06174, 51.169375 ] }, "name": "placeholder" } ] }, "ObservedProperty@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1220)/ObservedProperty", "Sensor@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1220)/Sensor", "Thing@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1220)/Thing", "Observations@iot.navigationLink": "https://frost.solingen.de:8443/FROST-Server/v1.1/Datastreams(1220)/Observations" } ] } ```
I have imported the locations in QGIS and added the Polygon as a red rectangle. As you can see below all sensors are within the polygon. Only the green are shown in the Masterportal, but we would expect to see also the red ones.
Any Idea what could be wrong?
Beta Was this translation helpful? Give feedback.
All reactions