Changeset 23784 in osm for applications/editors/josm/plugins/ColumbusCSV/README
- Timestamp:
- 2010-10-24T00:03:44+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/README
r23708 r23784 2 2 ====== 3 3 4 PURPOSE 5 ------- 6 This plugin allows to import the proprietary CSV format used by the Columbus V-900 data logger. 4 This plugin allows to import Columbus V-900 CSV files including audio markers. 7 5 8 Two modes are supported 9 a) Simple mode (default) 10 b) Professional or extended mode - logs additional GPS values like VDOP, HDOP, Fixing. This can 11 be accomplished by putting a file named config.txt onto the microSD card shipped with the V-900 12 logger. The contents of my file looks as follows: 13 14 --- BEGIN config.txt --- 15 1,000,001, 16 notes: 17 1 Professional mode 18 000 Over-speed tag 19 001 Spy mode timer 20 --- END config.txt --- 21 22 Please refer to the manual for details. 6 Detailed instructions are available at http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV 23 7 24 Way points and tracks are transformed into the GPX format. Way points may be either plain position entries or 25 may reference an audio file recorded during the logging session. In this case, the way point shows up with 26 a flag - pressing it play the recorded audio. 27 28 29 30 OPTIONS 31 ------- 32 This plugin offers some options predominately to change the import behavior. All settings are accessible via the 33 JOSM preferences dialog and starts with the prefix 'columbuscsv'. 34 35 The options are 36 * Show summary after import (Boolean), default: true 37 * Ignore audio files (Boolean), default: false 38 * Ignore hdop/vdop/pdop entries (Boolean), default: false 39 * Warn on missing audio files (Boolean), default: true 40 * Warn on conversion errors (Boolean), default: true 41 42 I hope that this plugin is useful. 43 44 Please report bugs to mailto:oliverwieland@me.com. 8 Please report bugs to mailto:oliver.wieland@online.de.
Note:
See TracChangeset
for help on using the changeset viewer.