Skip to content

Commit 0a23642

Browse files
authored
Merge pull request #820 from openmobilityfoundation/dev-remove-hdop
Remove hdop, which is superseded by horizontal_accuracy
2 parents 359a86c + acbe65f commit 0a23642

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

data-types.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,19 @@ Because of the unreliability of device clocks, the Provider is unlikely to know
110110

111111
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).
112112

113-
| Field | Type | Required/Optional | Field Description |
114-
| -------------- | -------------- | --------------------- | ------------------------------------------------------------ |
115-
| `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 |
114+
| ----- | ---- | ----------------- | ----------------- |
115+
| `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 |
126126

127127
### GPS Data
128128

@@ -135,7 +135,6 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
135135
| `speed` | Float | Required if Available | Estimated speed in meters / sec as reported by the GPS chipset |
136136
| `horizontal_accuracy` | Float | Required if Available | Horizontal accuracy, in meters |
137137
| `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]) |
139138
| `satellites` | Integer | Required if Available | Number of GPS or GNSS satellites |
140139

141140
[Top][toc]

0 commit comments

Comments
 (0)