dassencio / nmeagen

A drawing tool for generating GPS logs in NMEA format.
https://nmeagen.org
GNU General Public License v3.0
24 stars 8 forks source link

Add Heading Output #10

Open JackNewman12 opened 2 years ago

JackNewman12 commented 2 years ago

It would be nice if the output nmea data included heading information. I think having the heading based on that last/next point is probably enough.

https://gpsd.gitlab.io/gpsd/NMEA.html#_hdt_heading_true

Loving the tool! Thanks.

dassencio commented 2 years ago

@JackNewman12 Would the bearing angle at any given point be enough for what you're trying to achieve? That information is already present in the RMC sentences.

JackNewman12 commented 2 years ago

Sorry I wrote this ticket at the end of the day and I realized I didn't really explain anything. I have an old legacy system from another company that only accepts headings from HDT, locations from GLL and timestamps from ZDA.

Which means I'd love to have a list of additional output types I can select to be included in the NMEA output.