1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00
GPXSee/README.md

79 lines
3.0 KiB
Markdown
Raw Normal View History

2015-10-05 01:53:14 +02:00
# GPXSee
GPXSee is a Qt-based GPS log file viewer and analyzer that supports all common
GPS log file formats.
2015-10-05 01:53:14 +02:00
2016-11-23 19:54:46 +01:00
## Features
* Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC, GeoJSON,
2021-12-25 13:17:49 +01:00
OziExplorer (PLT, RTE, WPT), Garmin GPI&CSV, TomTom OV2&ITN, ONmove OMD/GHP,
TwoNav (TRK, RTE, WPT) and geotagged JPEG files.
* User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS,
QuadTiles).
2021-11-16 23:10:07 +01:00
* Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases,
2022-11-06 16:09:41 +01:00
Garmin IMG/GMAP & JNX maps, TwoNav RMaps, GeoTIFF images, BSB charts,
2022-11-17 22:03:30 +01:00
ENC charts, KMZ maps, AlpineQuest maps, Locus/OsmAnd/RMaps SQLite maps,
2022-11-06 16:09:41 +01:00
Mapsforge vector maps, QCT maps, GEMF maps, Osmdroid SQLite maps, Orux maps,
ESRI World-File georeferenced images).
* Elevation, speed, heart rate, cadence, power, temperature and gear ratio/shifts
graphs.
2019-03-15 20:44:21 +01:00
* Support for DEM files (SRTM HGT).
* Support for multiple tracks in one view.
* Support for POI files.
2020-10-28 12:15:46 +01:00
* Print/export to PDF/PNG.
2019-03-15 20:44:21 +01:00
* Full-screen mode.
* HiDPI/Retina displays & maps support.
2021-12-08 08:04:27 +01:00
* Real-time GPS position.
* Windows, macOS, Linux and Android builds.
2015-11-30 23:21:13 +01:00
2017-02-28 11:53:25 +01:00
![GPXSee - Linux](https://a.fsdn.com/con/app/proj/gpxsee/screenshots/linux2.png)
2016-04-20 09:27:57 +02:00
2015-11-30 23:21:13 +01:00
## Build
2018-09-16 19:32:40 +02:00
Build requirements:
* Qt5 >= 5.11 or Qt6 >= 6.2 (Android builds require Qt6)
2022-11-06 16:09:41 +01:00
* C++11 or newer compiler (tested: msvc2019, gcc 7.5.0, clang/Apple LLVM version
10.0.0)
2018-09-16 19:32:40 +02:00
Build steps:
2015-11-30 23:21:13 +01:00
```shell
lrelease gpxsee.pro
qmake gpxsee.pro
2018-09-16 19:32:40 +02:00
make # nmake on windows
2015-11-30 23:21:13 +01:00
```
2021-10-25 12:58:23 +02:00
2017-04-07 10:02:41 +02:00
## Download
* [Windows & OS X builds](https://sourceforge.net/projects/gpxsee)
* [Linux packages](https://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&package=gpxsee)
* [Android APKs](https://play.google.com/store/apps/details?id=org.gpxsee.gpxsee)
2015-11-30 23:21:13 +01:00
2017-04-07 10:02:41 +02:00
## Changelog
2019-10-05 22:06:13 +02:00
[Changelog](https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes)
2017-04-07 10:02:41 +02:00
2015-11-30 23:21:13 +01:00
## Homepage
2019-03-15 19:44:22 +01:00
[https://www.gpxsee.org](https://www.gpxsee.org)
2018-09-09 14:51:27 +02:00
2018-09-16 19:40:02 +02:00
## Maps
[GPXSee maps repository](https://github.com/tumic0/GPXSee-maps)
2018-09-09 14:51:27 +02:00
## Translations
GPXSee uses [Weblate](https://hosted.weblate.org/projects/gpxsee/translations/)
for translations.
2020-11-13 23:00:30 +01:00
## License
GPXSee is licensed under GPL-3.0 (only). However, some 3rd party parts are using
different, GPL compatible, licenses:
* [Icons8 Flat Color Icons](icons/GUI/FlatColor) - MIT
* [Papirus icons](icons/GUI/Papirus) - GPLv3
2023-01-31 19:20:30 +01:00
* [Mapbox Maki icons](icons/map/POI) - CC0
2021-10-10 08:38:38 +02:00
* [Map Icons Collection](icons/symbols) - CC BY SA 3.0
2020-11-13 23:00:30 +01:00
* [RTree implementation](src/common/rtree.h) - Public domain
* [Albers](src/map/proj/albersequal.cpp), [Geocentric](src/map/geocentric.cpp),
[LCC](src/map/proj/lambertconic.cpp), [Mercator](src/map/proj/mercator.cpp),
[Polar Stereographic](src/map/proj/polarstereographic.cpp),
[Polyconic](src/map/proj/polyconic.cpp) and
[Transverse Mercator](src/map/proj/transversemercator.cpp) projections - NIMA
Source Code Disclaimer
* [Projection parameters CSV files](data/CRS) - BSD/EPSG/Public domain
* [Mapsforge render theme](data/mapsforge/default.xml) and its [icons](icons/map/mapsforge) - LGPLv3