ms2conv -- mapsoft2 converter for geodata and raster maps
ms2conv <options> <input files> -o <output file>
ms2conv reads geodata from files (OziExplorer, GPX, KML, GeoJSON, GarminUtils, ZIP formats are supported). Then it applies filters and saves data to the output file.
Show help message.
Output file.
Show help message as POD template.
Be verbose.
Geodata input format (json, gu, gpx, kml, kmz, ozi, zip).
Geodata output format (json, gu, gpx, kml, kmz, ozi, zip).
Compress XML output (GPX and KML formats), default 0.
Use XML indentation (GPX and KML formats), default 1.
XML indentation string (GPX and KML formats), default ' '.
XML quoting character (GPX and KML formats), default '''.
Write waypoint lists as routes (GPX format), default 0.
Sort json objects by keys (GeoJSON format), default 1.
Write compact json (GeoJSON format), default 0.
Use json indentation (GeoJSON format), default 1.
Write map reference points in grid coordinates (OziExplorer format), default 0
Always use wgs84 datum for map coordinates (OziExplorer format), default 0
Garmin Utils format charset (default KOI8-R).
OziExplorer format charset (default Windows-1251).
Skip part of geodata. Argument is a string which letters show what to skip: W - waypoints, T - tracks, M - maps, t - time, z - altitude, b - map borders.
Join all waypoint lists, tracks, map lists.
Select track for trk_name/trk_comm options (starting from 1, default is 0 which means all tracks)
Set name for track(s)
Set comment for track(s)
Select map list for maplist_name/maplist_comm options (starting from 1, default is 0 which means all map lists)
Set name for map list(s)
Set comment for map list(s)
Select wpt list for wptlist_name/wptlist_comm options (starting from 1, default is 0 which means all wpt lists)
Set name for wpt list(s)
Set comment for wpt list(s)
Set map border for a Soviet nomenclature map (the map should have a valid name).
Rescale image part of map references by some factor.
Shift image part of map references by some (x,y) vector.
Reduce number of track points. Argument is accuracy in meters, default: 0
Reduce number of track points. Argument is maximum point number, default: 0. Both --trk_reduce_acc and --trk_reduce_num can exist. Works separately for each track segment.
Vladislav Zavjalov <slazav@altlinux.org>