Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4tegs/gpx_2_kml_4_orux
This program is used to convert GPX files exported from Garmin Basecamp into a KML file that can be imported by OruxMaps.
https://github.com/4tegs/gpx_2_kml_4_orux
basecamp converter garmin gpx gpx-files kml-parser oruxmaps
Last synced: 25 days ago
JSON representation
This program is used to convert GPX files exported from Garmin Basecamp into a KML file that can be imported by OruxMaps.
- Host: GitHub
- URL: https://github.com/4tegs/gpx_2_kml_4_orux
- Owner: 4tegs
- License: other
- Created: 2024-02-13T10:57:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T18:23:13.000Z (about 1 month ago)
- Last Synced: 2024-11-25T19:27:51.984Z (about 1 month ago)
- Topics: basecamp, converter, garmin, gpx, gpx-files, kml-parser, oruxmaps
- Language: Python
- Homepage:
- Size: 20.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **GPX\_2\_KML\_4\_Orux**
## Version and Licence ##
- Version v2.0 dated 11/2024
Written by Hans Strassguetl - [https://gravelmaps.de](https://gravelmaps.de/)
Licenced under [https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/)
- Icons used are licensed under
Map Icons Collection
Creative Commons 3.0 BY-SA
Author: Nicolas Mollet
[https://mapicons.mapsmarker.com](https://mapicons.mapsmarker.com/)## About ##
This program is used to convert GPX files exported from Garmin Basecamp in one go into a KML file that can be imported by **OruxMaps**.
Be aware
- Basecamp uses a Garmin implementation of GPX that differs from the standard GPX in aspects like colour. To receive a full set of features, make sure you source your tracks and waypoints from Garmin Basecamp.
- Even if the App is designed to use Garmin GPX files, it works with standard GPX files too.
- Files converted by this App won't fully support all features of Maps.me and Organic.Maps. They have implemented their own KML structure. In case you want to use organicMaps, use **GPX\_2\_KML\_4\_Orga**.## Use: ##
## Planning: ##
Planning is done in Garmin Basecamp.
- Waypoints shall be named without special characters (ä/ö/ü etc)
- Tracks shall be named without special characters (ä/ö/ü etc)
- Waypoints and Tracks may include a description
- Export data via Basecamp File -\> Export function.## Conversion ##
GPX\_2\_KML\_4\_Orux has no user interface. You just take your exported GPX and drag & drop it onto the exe. As a result, you have a converted KML with the same name in the same directory as the GPX. If there are any errors, you will be informed.
## Example ##
Planning in Basecamp:
![Planning in Basecamp](images/basecamp-planning.jpg)
Screenshots from OruxMaps:
![Result in OrganicMaps](images/display_oruxmaps.jpg)
## Data privacy ##
- By design XML structures as GPX and KML reach out for external servers. For example, interpreting the Garmin GPX, you will find certain html addresses in the GPX's header that support interpreting the structure.
- Using icons make the KML interpreter (as Oruxmaps) reaching out to my server via [http://motorradtouren.de/pics](http://motorradtouren.de/pics)
No access data is collected or stored for this service by this program or on the server motorradtouren.de.## Read more ##
If you want to understand more in terms how you can customize icons and tracks colors, read: **readme-licence.pdf**