opengeospatial / sensorthings

The official web site of the OGC SensorThings API standard specification.
134 stars 29 forks source link

Observation/parameters type #66

Closed hylkevds closed 2 years ago

hylkevds commented 5 years ago

This issue is just to document a change from v1.0 to v1.1, so it can be referenced.

The type of Observation/parameters is defined in STA v1.0 as

NamedValues in a JSON Array

Since this would be hard to filter on (addressing array items) and to be more consistent with the rest of the API, the type of Observation/parameters has been changed to just "JSON Object" in v1.1.

This issue is already addressed by commit: https://github.com/opengeospatial/sensorthings/commit/1218e535ec7a9e3aa8910b747d4eeac00b2d19f9

hylkevds commented 5 years ago

Does this break any current implementations? How do FROST, SensorUp and Gost implement Observation/parameters ?

taniakhalafbeigi commented 5 years ago

We are implementing it as JSON Object. It was really a mistake to phrase it that way. But I am not sure if it affected other implementations.

hylkevds commented 5 years ago

FROST also implements it as JSON Object.

bertt commented 5 years ago

in GOST its also a JSON object

hylkevds commented 2 years ago

Fixed with the publication of Sensing v1.1.