... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How calculate some selected waypoints cumulative passed distance via NMEA sentence?
#1
I have GGA, GLL, GSA, GSV, RMC, VTG sentence of NMEA, in RouteConverter easy to appear distance, how to calculate some selected waypoints cumulative passed distance via NMEA sentence? (I use programming language)
Reply
#2
That means you want to calculate your results in Java?
--
Christian
Reply
#3
Or use Python, independent code
In RouteConverter, like below, how RouteConverter calculate the distance? just use GGA, GLL, GSA, GSV, RMC, VTG sentence of NMEA.

   
Reply
#4
Read the source code :-)

For a Beeline https://github.com/cpesch/RouteConverter...aring.java
--
Christian
Reply
#5
(12.01.2024, 13:15)routeconverter Wrote: Read the source code :-)

For a Beeline https://github.com/cpesch/RouteConverter...aring.java

Thanks.
Reply
#6
From GGA, GLL, or RMC sentences, extract the latitude and longitude of each waypoint.
Reply
#7
That doesn't answer the original question. Are you a spammer?
--
Christian
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)