Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPS Data logging completeness #55

Open
aaron97neu opened this issue Jul 29, 2020 · 0 comments
Open

GPS Data logging completeness #55

aaron97neu opened this issue Jul 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@aaron97neu
Copy link
Member

aaron97neu commented Jul 29, 2020

We are currently only logging time/lat/lng data from the gps module. According to man 8 gpsd the following additional data is also available:

  • Horizontal uncertainty (meters)
  • Altitude (meters)
  • Altitude uncertainty (meters)
  • Course (degrees from true north)
  • Course (uncertainty in meters)
  • Speed (meters per second)
  • Speed (uncertainty in meters per second)
  • Climb (meters per second)
  • Climb uncertainty (meters per second)
  • Device name

Likely all these should be logged, even if they will not be uploaded to OADA or wherever. However, I noticed that with the gps2tsdb container, some of them are null. Unsure if our GPS module does not support them or it is an issue with the python library, but we should discuss how to record values that are not available.

@aaron97neu aaron97neu added the enhancement New feature or request label Jul 29, 2020
@aaron97neu aaron97neu changed the title GPS Data logging GPS Data logging completeness Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant