
| latitude | in degrees - for example 37.456182 |
| longitude | in degrees - for example -122.112418 |
| time | hh:mm:sec - for example 13:59:59 or 13:59:59.999 if milliseconds are included |
| elevation | in meters (the heading 'altitude' is accepted as an alternative to 'elevation') |
| course | in degrees (true) |
| speed | in meters per second |




| • | You won't have the option of producing both the solid and dashed tracks of the type shown in this picture. (I've found that style to be generally the most useful.) |
| • | Using the kmz button allows you to select the portion of the track that you want to be included in the kmz by zooming and panning the altitude/speed plot. GPSBabel always includes the entire data set. |
| • | GPSBabel doesn't support .kmz directly (although you can manually zip the kml to create a kmz file). |
| • | With GPSBabel you would have to enter the desired track color using 6 hex digits instead of selecting the color more naturally from a color palette. |

| date: | The date associated the first data point in the file is included in the figure name, following the csv file name. |
| speed: | This column contains the ground speed computed by the GPS receiver (in meters/sec) and is plotted by the third trace in red (sFile) of the lower plot. The plots above did not include this third trace since no speed data was included in the data file. As before speed is still calculated from the lat/lon data and plotted by the 2nd trace in purple (sCalc). At this scale, the red and purple traces look pretty much the same, but zooming in will show that there are differences because of the different way that speed is calculated. |
| course: | This column contains the true course computed by the GPS receiver and is plotted in red on the upper plot. As before, course is still calculated from the lat/lon data and plotted in cyan. In this case, the two course traces are so similar that one or the other of the traces is not visible, being covered up by the other. Still, if you zoom in far enough, differences will be noticeable. |




Now let's create a kmz file so we can view the flight in Google Earth Pro. First, we click on the "2" (the default
track width for the solid track) and select "2e" from the popup menu. The "2" still refers to the track width
and the "e" stands for "extrude" which indicates we want to see lines added that project the 3D locations
down to the surface. As we will see below, this will make it easier to visualize the flight path.



The default white/yellow colors for the solid/dashed track are great for Google Earth or other satellite views, but a darker
scheme such as this one will be easier to see on Google Maps in its default mapping mode. The solid color is green at 50%
intensity and the dashed color is blue at 100% intensity. Of course, the colors and intensities you prefer will depend on
your taste, which is why these selections and the colorpick menu are provided.


And again we zoom in on the beginning and end of the path to see the takeoff and landing phases in more detail.