Skip to content

Commit 27b7740

Browse files
Specify that accuracy is horizontal accuracy
1 parent 001c09a commit 27b7740

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

agency/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
251251
| `gps.altitude` | Double | Required if Available | Altitude above mean sea level in meters |
252252
| `gps.heading` | Double | Required if Available | Degrees - clockwise starting at 0 degrees at true North |
253253
| `gps.speed` | Float | Required if Available | Estimated speed in meters / sec as reported by the GPS chipset |
254-
| `gps.accuracy` | Float | Required if Available | Accuracy in meters |
254+
| `gps.accuracy` | Float | Required if Available | Horizontal accuracy, in meters |
255255
| `gps.hdop` | Float | Required if Available | Horizontal GPS or GNSS accuracy value (see [hdop][hdop]) |
256256
| `gps.satellites` | Integer | Required if Available | Number of GPS or GNSS satellites
257257
| `charge` | Float | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 1 |

general-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ represented as a GeoJSON [`Feature`][geojson-feature] object with a correspondin
8787
| `altitude` | Double | Required if Available | Altitude above mean sea level in meters |
8888
| `heading` | Double | Required if Available | Degrees - clockwise starting at 0 degrees at true North |
8989
| `speed` | Float | Required if Available | Estimated speed in meters / sec as reported by the GPS chipset |
90-
| `accuracy` | Float | Required if Available | Accuracy in meters |
90+
| `accuracy` | Float | Required if Available | Horizontal accuracy, in meters |
9191
| `hdop` | Float | Required if Available | Horizontal GPS or GNSS accuracy value (see [hdop][hdop]) |
9292
| `satellites` | Integer | Required if Available | Number of GPS or GNSS satellites
9393

0 commit comments

Comments
 (0)