Tagging Rule Tester / Tag Modifier ================================== This program is used to run the tag transformation process on an OSM XML file for test purposes. This allows it to be used to test new tagging rules or to make automatic rule-based modifications to tags within an XML file. tagmodifier ----------- Usage: tagmodifier [--version] [--help] [--tagging=] [--loggable] [--logtime] [--logmemory] [--errorlog[]] [ | | | ] --version Print the version of Routino. --help Prints out the help information. --tagging= The name of the XML file containing the tagging rules (defaults to 'tagging.xml' in the current directory). --loggable Print progress messages that are suitable for logging to a file; normally an incrementing counter is printed which is more suitable for real-time display than logging. --logtime Print the elapsed time for the processing. --logmemory Print the used memory for the processing. --errorlog[=] Log parsing errors to 'error.log' or the specified file name. Specifies the filename(s) to read data from. Filenames ending '.bz2' will be bzip2 uncompressed (if bzip2 support compiled in). Filenames ending '.gz' will be gzip uncompressed (if gzip support compiled in). Filenames ending '.xz' will be xz uncompressed (if xz support compiled in).