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

Saving GPS speed, course, and data status in STD files #151

Closed
christophkern opened this issue Dec 4, 2020 · 1 comment
Closed

Saving GPS speed, course, and data status in STD files #151

christophkern opened this issue Dec 4, 2020 · 1 comment
Assignees

Comments

@christophkern
Copy link

Besides Latitude, Longitude and Altitude, the GPS also spits out Speed and Course information in the NMEA sentences. Speed is usually given in knots, but I suggest we convert it to m/s and then save it in a "Speed" parameter in the extended metadata of the STD files. Similarly, the "Course" should also be saved there. The Course is the direction the unit is travelling, with 0 being north, 180 being south etc. These parameters are extremely useful when trying to calculate wind speed and direction from airborne measurements, especially when using the 'wind circle' technique.
When making these changes, I also recommend we save the 'GPSDataStatus' which can be either A (=OK) or V (=Warning) and is included in most sentences.

dlnorgaard pushed a commit to dlnorgaard/MobileDOAS that referenced this issue Mar 16, 2021
dlnorgaard pushed a commit that referenced this issue Mar 16, 2021
Add GPS status, course, and speed to STD file (#151)
@dlnorgaard dlnorgaard self-assigned this Mar 16, 2021
@dlnorgaard
Copy link

will go into next release (6.3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants