You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that data for moving objects can be sampled and interpolated sufficiently to synchronise with video, how best should moving object & sensor data be accessed on the web?
Discussion
Which attributes would be:
Valuable to know;
Simple to calculate;
Common to many use cases.
Moving Objects
A moving object is defined as an identified object associated with a sequence of timed geolocations.
Simple, common attributes for moving objects are:
Distance travelled;
Speed;
Heading.
Useful speed attributes may include:
Ground speed;
Indicated air speed - for flight control;
True air speed - for navigation;
Average speed during an interval.
Moving objects with accelerometers and gyroscopes can measure impacts and rotations. Are there sufficient use cases to justify their inclusion, given that these values may not be available for all instances, and are the calculations involved sufficiently lightweight for resource-limited devices?
Sensor Data
A sensor is defined as an identified object associated with a sequence of timed observations.
Simple, common attributes for sensor data are:
Type - e.g. number, string, boolean, object, array;
Numeric range - min & max (for number);
Measurement units - string;
Description - string (for discoverability).
Useful numeric attributes may include:
Observed max;
Observed min;
Observed average during an interval.
Should guidance be given on preferred measurement units, e.g. SI units, or should this field be limited to a list of options? Should guidance be given on syntax for description, e.g. including keywords from a list of options?
The text was updated successfully, but these errors were encountered:
Background
OGC Testbed-16 Full Motion Video to Moving Features work has highlighted the benefits of exporting embedded (in-band) video metadata to linked (out-of-band) files for web access using Web Video Map Tracks (WebVMT), including the need for a web API for moving objects & sensors.
Issue
Given that data for moving objects can be sampled and interpolated sufficiently to synchronise with video, how best should moving object & sensor data be accessed on the web?
Discussion
Which attributes would be:
Moving Objects
A moving object is defined as an identified object associated with a sequence of timed geolocations.
Simple, common attributes for moving objects are:
Useful speed attributes may include:
Moving objects with accelerometers and gyroscopes can measure impacts and rotations. Are there sufficient use cases to justify their inclusion, given that these values may not be available for all instances, and are the calculations involved sufficiently lightweight for resource-limited devices?
Sensor Data
A sensor is defined as an identified object associated with a sequence of timed observations.
Simple, common attributes for sensor data are:
Useful numeric attributes may include:
Should guidance be given on preferred measurement units, e.g. SI units, or should this field be limited to a list of options? Should guidance be given on syntax for description, e.g. including keywords from a list of options?
The text was updated successfully, but these errors were encountered: