-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
38 lines (27 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
modes_db_2_gpx
by Ashley Brighthope
========================================================================
OVERVIEW
modes_db_2_gpx is a simple hack to convert modes_rx
(https://github.com/bistromath/gr-air-modes) sqlite database data
into GPX XML based data which can be load into programs such as
* viking - http://viking.sourceforge.net/
* marble - http://marble.kde.org/
========================================================================
REQUIREMENTS
modes_db_2_gpx requires:
* CMake 2.8 or later
* SQLite 3.7 or later
* Boost 1.40 or later
========================================================================
BUILDING
$ cd build
$ cmake ../
$ make
========================================================================
USAGE
The main application is modes_db_2_gpx. For a complete list of options,
run:
$ modes_db_2_gpx --help
By default modes_db_2_gpx will try to open 'air_modes.db' and will
generate 'air_modes.gpx' this behaviour can be overridden.