source: osm/applications/editors/josm/plugins/ColumbusCSV/README@ 23708

Last change on this file since 23708 was 23708, checked in by oliverw, 14 years ago

Initial import of ColumbusCSV plugin.

File size: 1.4 KB
Line 
1README
2======
3
4PURPOSE
5-------
6This plugin allows to import the proprietary CSV format used by the Columbus V-900 data logger.
7
8Two modes are supported
9a) Simple mode (default)
10b) 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.
23
24Way points and tracks are transformed into the GPX format. Way points may be either plain position entries or
25may reference an audio file recorded during the logging session. In this case, the way point shows up with
26a flag - pressing it play the recorded audio.
27
28
29
30OPTIONS
31-------
32This plugin offers some options predominately to change the import behavior. All settings are accessible via the
33JOSM preferences dialog and starts with the prefix 'columbuscsv'.
34
35The 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
42I hope that this plugin is useful.
43
44Please report bugs to mailto:oliverwieland@me.com.
Note: See TracBrowser for help on using the repository browser.