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
Copy file name to clipboardExpand all lines: data-types.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,19 +110,19 @@ Because of the unreliability of device clocks, the Provider is unlikely to know
110
110
111
111
A standard point of vehicle telemetry. References to latitude and longitude imply coordinates encoded in the [WGS 84 (EPSG:4326)](https://en.wikipedia.org/wiki/World_Geodetic_System) standard GPS or GNSS projection expressed as [Decimal Degrees](https://en.wikipedia.org/wiki/Decimal_degrees).
112
112
113
-
| Field | Type | Required/Optional | Field Description|
|`device_id`| UUID | Required | ID used in [Register](#vehicle---register)|
116
-
|`provider_id`| UUID | Required | A UUID for the Provider, unique within MDS. See MDS [provider list](/providers.csv). |
117
-
|`data_provider_id`| UUID | Optional | If different than `provider_id`, a UUID for the data solution provider managing the data feed in this endpoint. See MDS [provider list](/providers.csv) which includes both service operators and data solution providers. |
118
-
|`telemetry_id`| UUID | Required | ID used for uniquely-identifying a Telemetry entry |
119
-
|`timestamp`|[Timestamp][ts]| Required | Date/time that event occurred. Based on GPS or GNSS clock |
120
-
| `trip_ids` | UUID[] | Required | If telemetry occurred during a trip, the ID of the trip(s). If not in a trip, `null`.
121
-
| `journey_id` | UUID | Required | If telemetry occurred during a trip, the ID of the journey. If not in a trip, `null`.
122
-
|`stop_id`| UUID | Required if Applicable | Stop that the vehicle is currently located at. Only applicable for _docked_ Micromobility. See [Stops][stops]|
123
-
|`location`|[GPS][gps]| Required | Telemetry position data|
124
-
|`battery_percent`| Integer| Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
125
-
|`fuel_percent`| Integer| Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
113
+
| Field | Type | Required/Optional | Field Description |
|`device_id`| UUID | Required| ID used in [Register](#vehicle---register)|
116
+
|`provider_id`| UUID | Required| A UUID for the Provider, unique within MDS. See MDS [provider list](/providers.csv). |
117
+
|`data_provider_id`| UUID | Optional| If different than `provider_id`, a UUID for the data solution provider managing the data feed in this endpoint. See MDS [provider list](/providers.csv) which includes both service operators and data solution providers. |
118
+
|`telemetry_id`| UUID | Required| ID used for uniquely-identifying a Telemetry entry |
119
+
|`timestamp`|[Timestamp][ts]| Required| Date/time that event occurred. Based on GPS or GNSS clock |
120
+
| `trip_ids`| UUID[]| Required | If telemetry occurred during a trip, the ID of the trip(s). If not in a trip, `null`.
121
+
| `journey_id`| UUID | Required | If telemetry occurred during a trip, the ID of the journey. If not in a trip, `null`.
122
+
|`stop_id`| UUID| Required if Applicable | Stop that the vehicle is currently located at. Only applicable for _docked_ Micromobility. See [Stops][stops]|
123
+
|`location`|[GPS][gps]| Required | Telemetry position data |
124
+
|`battery_percent`| Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
125
+
|`fuel_percent`| Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
126
126
127
127
### GPS Data
128
128
@@ -135,7 +135,6 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
135
135
|`speed`| Float | Required if Available | Estimated speed in meters / sec as reported by the GPS chipset |
136
136
|`horizontal_accuracy`| Float | Required if Available | Horizontal accuracy, in meters |
137
137
|`vertical_accuracy`| Float | Required if Available | Horizontal accuracy, in meters |
138
-
|`hdop`| Float | Required if Available | Horizontal GPS or GNSS accuracy value (see [hdop][hdop]) |
139
138
|`satellites`| Integer | Required if Available | Number of GPS or GNSS satellites |
0 commit comments