Line | |
---|
1 | README
|
---|
2 | ======
|
---|
3 |
|
---|
4 | PURPOSE
|
---|
5 | -------
|
---|
6 | This plugin allows to import the proprietary CSV format used by the Columbus V-900 data logger.
|
---|
7 |
|
---|
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.
|
---|
23 |
|
---|
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.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.