The utilities are distributed compressed in zip format. All of the programs are copyrighted. You may use and redistribute the programs for noncommercial use as long as the original "readme.txt" file is also distributed. Please contact me regarding commercial use of these programs.
Please Email me at peteb@mailbag.com if you have any questions about or problems using these programs.
This program is useful any time you want to upload old tracks or map data to your GPS receiver. It is not uncommon to see the number of track points reduced by a factor of ten without a significant loss of accuracy (keeping GPS errors in mind).
Pltred.exe works with OziExplorer format track log files (.plt). If you need other formats I suggest looking at g7to. G7to will convert several formats to .plt format and back again. It is easy to put g7to and pltred into a DOS .bat file so the conversions and reductions can be done by running one command.
A typical command line is:
pltred sag.plt 50 45 >sagr.plt
The track file sag.plt is reduced. The program tries to keep the reduced line within 50 meters of the original track. If a turn of more than 45 degrees is detected, track log points on both sides of the turn are kept regardless of their distance off the original track. The output file is sagr.plt. Sag.plt is not modified.
Wptred.exe is most handy when, for a given map scale, waypoints are just too close to be printed without overlapping. For example, unreduced waypoints may look good printed on a 1:24000 scale map, but may be too close when printed on a 1:100000 scale map. I also use wptred.exe to clean up waypoint files that I have generated automatically from map data in various formats. Sometimes automatic generation of waypoints produces way too may points too close together.
Wptred.exe works with OziExplorer format files (.wpt). G7to can be use to convert many different waypoint files into .wpt format.
A typical command line is:
wptred sagpe.wpt 250 > sagper.wpt
Any waypoints in sagpe.wpt closer than 250 meters to a previous waypoint in sagpe.wpt that has not been deleted is deleted. The output file is sagper.wpt. Sagpe.wpt is not modified.
It helps if you can sort the waypoints in the original file so that the most important to you are listed first. This wptred.exe keeps the waypoints listed first in preference to waypoints listed later in the file.