opengeospatial / sensorthings

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

Batch Processing: Example 31-3 not demonstrating referencing #41

Closed hylkevds closed 2 years ago

hylkevds commented 6 years ago

Example 31-3 is supposed to show how to use referencing in batch requests:

A change set that contains the following requests:

  1. Insert a new Datastream entity (with Content-ID = 1)
  2. Insert a second new entity, a Sensor entity in this example (reference request with Content-ID = 1)

The issue is that the second part of the example doesn't actually reference the first part.

The example is also very odd, since normally one doesn't create a Datastream (presumably with the "wrong" Sensor?), and then a Sensor referencing this Datastream. It makes more sense to first create the Sensor, and then the Datastream.

hylkevds commented 2 years ago

Fixed with the publication of Sensing v1.1.