Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xavierberger/gpsbook

Automatically exported from code.google.com/p/gpsbook
https://github.com/xavierberger/gpsbook

Last synced: about 2 months ago
JSON representation

Automatically exported from code.google.com/p/gpsbook

Awesome Lists containing this project

README

        

#GPSBook#

**GPSBook** is a software dedicated to manage traces generated by GPS devices.

**GPSBook** core software is able to manage traces organized by dates and make the selection of traces easy through its interface based on a calendar view.

**GPSBook** core software work with plugins which are providing all the features to the software. These plugins provide the capability to
- Load and save data in various format (Note: Early release only support gpx)
- Apply filters into the data loaded
- Edit data, routes, point of interest
- Display information into graphs, tables or maps in 2D and 3D

There is no limitation regarding the number of plugin you can use.

**GPSBook** is an open source software, free and able to run on Linux, MacOS X and Windows.

> **IMPORTANT NOTE**: Please note that the current releases are early releases. The goal of these releases are to gather feedback from early user and make the development closer to users wishes.

#Developers Memo#

This page is a memo for developer who aims to compile **GPSBook**.

> **Note**: **GPSBook** was initially developped using QT4. Update to QT5 is on going...

**GPSBook** has been developed using QT framework and qtcreator IDE.

##Plugins##

To compile the plugins, it is required to install the following libraries:

####libcurl and libzzip for displayStatistics and displaySRTM####
```
sudo apt-get install curl libcurl4-openssl-dev
sudo apt-get install libquazip5-dev libquazip5-1
```

####qwt 6.0 for displayGraphic2D####
```
sudo apt-get install libqwt-qt5-6 libqwt-qt5-dev
```

####libQGLViewer 2.3.6 for displayGraphic3D####
```
sudo apt-get install libqglviewer-dev
```

####libqscintilla2 for displyRawEditor####
```
sudo apt-get install libqt5scintilla2-dev

```