Although SoarPilot can work with the goto waypoints of certain GPS units, it becomes a much more powerful tool if you use its built-in waypoint database.
The procedures are identical as described on the Load & Save Configuration page, except as noted below:
A detailed procedure using the DOC transfer method can be found here.
SoarPilot supports two waypoint file formats:
| Format | Description |
|---|---|
| Cambridge | The “Cambridge/WinPilot” format is one of most popular used waypoint formats. These files usually have extension .DAT 1) |
| SeeYou | SoarPilot can import the SeeYou 2) waypoint file format. Files in this format usually have extension .CUP 3) |
1,53:27.100N,005:40.633E,3M,TAL,AMELAND NETH,FLUGPLATZ 2,52:09.516N,005:25.133E,20M,T,AMERSFOORT A,A28 AB007 3,52:18.483N,004:45.850E,-2M,TAL,AMSTERDAM,FLUGPLATZ
name,code,country,lat,lon,elev,style,rwdir,rwlen,freq,desc "AMELAND NETHERLN",AMELA,NL,5327.100N,00540.633E,3.0m,2,90,800.0m,"118.350","AIRPORT" "AMERSFOORT A28 A",AMERSF,NL,5209.516N,00525.133E,20.0m,1,,,,"A28 AB007" "AMSTERDAM",AMSTE,NL,5218.483N,00445.850E,-2.0m,2,60,3490.0m,"118.100","AIRPORT"
As you can see both formats are human readable ASCII formatted files. This means you can edit your waypoints using any pure ASCII editor (like notepad), but always make sure to maintain the correct syntax!
In addition to importing waypoint files, SoarPilot now also supports importing/exporting waypoints in the $GPWPL format. This is a special NMEA sentence that is supported by many GPS units on the market.
There is an with Alt option to encode/decode the waypoint altitude in the waypoint name in the format “NNNXXX” where NNN is the first 3 characters of the waypoint name and XXX is the waypoint altitude in meters divided by 10. If this option is not used, the waypoint name is 6 characters uppercase.
When receiving waypoints in the $GPWPL format, the transfer will now stop as soon as a waypoint name is duplicated.