[ gpsdrive ] waypoints

Chris h chris123 at magma.ca
Tue Nov 18 14:42:05 AKST 2008


Greets:

Since my waypoint files are getting many and quite large I'm thinking of 
managing them via sqlite3 and the plugin or standalone tool for firefox, Sql 
Manager.

moving way.txt to csv format to import you can use the following expression;
sed -e 's/  */,/g'

exporting csv from sqlite to gpsdrive way format you can use;
sed -e :a -e 's/\(.*[0-9]\)\([0-9]\{3\}\)/\1,\2/;ta'

Not my doing, just stuff I found on the net and seems to work. 

-- 
/ch


More information about the GPSdrive mailing list