Parsing GS data from the flight logs

Tom

Member
Joined
Jul 28, 2023
Messages
16
Reaction score
0
Has anyone parsed the data from the flight logs (.log files) to pull out ground speeds. If so can you tell me what position it is in? I'd like to put it in a spreadsheet and do some of my own calculations. Here is a sample:

$GPRMC,073342,A,3611.7169,N,08735.9634,W,075.0,294.0,081023,0,E*73
$GPGGA,073342,3611.7169,N,08735.9634,W,1,04,0.9,1392.0216,M,0.0,M,,*6D
$GPRMC,073400,A,3611.8692,N,08736.3778,W,073.0,293.0,081023,0,E*7F
$GPGGA,073400,3611.8692,N,08736.3778,W,1,04,0.9,1393.8504,M,0.0,M,,*6D
$GPRMC,073403,A,3611.8932,N,08736.4472,W,073.0,293.0,081023,0,E*77
$GPGGA,073403,3611.8932,N,08736.4472,W,1,04,0.9,1393.8504,M,0.0,M,,*65
 
Has anyone parsed the data from the flight logs (.log files) to pull out ground speeds. If so can you tell me what position it is in? I'd like to put it in a spreadsheet and do some of my own calculations. Here is a sample:

$GPRMC,073342,A,3611.7169,N,08735.9634,W,075.0,294.0,081023,0,E*73
$GPGGA,073342,3611.7169,N,08735.9634,W,1,04,0.9,1392.0216,M,0.0,M,,*6D
$GPRMC,073400,A,3611.8692,N,08736.3778,W,073.0,293.0,081023,0,E*7F
$GPGGA,073400,3611.8692,N,08736.3778,W,1,04,0.9,1393.8504,M,0.0,M,,*6D
$GPRMC,073403,A,3611.8932,N,08736.4472,W,073.0,293.0,081023,0,E*77
$GPGGA,073403,3611.8932,N,08736.4472,W,1,04,0.9,1393.8504,M,0.0,M,,*65


 
Back
Top