I am trying to write a java code,开发者_运维技巧 for the conversion of an IGC file which has its inputs as the Latitude, longitude, Altitude, and time, to a simple CSV file. Unfortunately I have not been successful. can anyone help me !
Thanks in Advance
GPSBabel understands IGC files and can convert them to other formats--perhaps you can use this? http://www.gpsbabel.org/htmldoc-1.4.2/fmt_igc.html
JFlight has an IGC converter written in java and it's open source.
http://sourceforge.net/projects/jflight/
精彩评论