Removes waypoints from a GPX file based on the criteria you specify.
This can be used to limit your geocaches by difficulty, terrain, size, and
cache type.
Command Line Syntax
gpxfilter gpx_in.gpx gpx_out.gpx [filter [filter [...]]]
Example:
gpxfilter my_query.gpx filtered_list.gpx -maxterr 2 -mindiff 3.5 -size
MSRL -type TU
|
You can use "-" instead of gpx_in.gpx and gpx_out.gpx to use stdin or
stdout instead of an actual file.