[sdw] WebVMT: Proposal for data sync design, including sensors & GeoJSON (#1141)

rjksmith has just created a new issue for https://github.com/w3c/sdw:

== WebVMT: Proposal for data sync design, including sensors & GeoJSON ==
WebVMT includes the [concept of synchronising arbitrary data with video and location](https://w3c.github.io/sdw/proposals/geotagging/webvmt/#datasync) which is critical for, though not limited to, two important use cases:
   1. Sensor data collected by drones and dashcams;
   1. [GeoJSON](https://geojson.org) data synchronised with video.

The following design is proposed.

A <i><b>WebVMT data sync</b></i> command which consists of:
 * <b>A <i>data sync type.</i></b>
    The DataCue type of the associated metadata, [proposed in the WICG DataCue Explainer](https://github.com/WICG/datacue/blob/master/explainer.md#proposed-api-and-example-code), e.g. `org.geojson`.
 * <b><i>Data sync values.</i></b>
    An array of data values, i.e. the raw data bytes, also [proposed in the WICG DataCue Explainer](https://github.com/WICG/datacue/blob/master/explainer.md#proposed-api-and-example-code).
 * Optionally, <b>a <i>data sync path</i>.</b>
    The path identifier of the path segments associated with the data, which identifies a [WebVMT path](https://w3c.github.io/sdw/proposals/geotagging/webvmt/#dfn-webvmt-path), i.e. an object moving through the mapped space.

Comments and questions to help refine this proposal for inclusion in the [W3C Editor's Draft](https://w3c.github.io/sdw/proposals/geotagging/webvmt/) are welcomed.

Please view or discuss this issue at https://github.com/w3c/sdw/issues/1141 using your GitHub account

Received on Friday, 13 September 2019 15:50:43 UTC