Open Sensor Search is a platform for sensor discovery across all sensor web supporting major specifications (OGC SWE) and popular IoT websites (Xively, Thingspeak, ...).
Apache License 2.0
13
stars
12
forks
source link
Unhandled NullPointerException in sir.sml.sensorMLDecoder.getBoundingBox #56
With a profile conform sensorML 1.0.1 XML response from a 52N 4.3.6 SOS, but a missing BoundingBox capabilities entry, NullPointerException arises at: SML Decoder#L211 because line 255 returns null.
Does this not mean the BBox capabilities record must be present and should be part of the profile?
With a profile conform sensorML 1.0.1 XML response from a 52N 4.3.6 SOS, but a missing BoundingBox capabilities entry, NullPointerException arises at: SML Decoder#L211 because line 255 returns null.
Does this not mean the BBox capabilities record must be present and should be part of the profile?