Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4tegs/create_poi
Pulls data from OpenStreetMap using the Overpass Turbo API and creates Points of Interest in KML / GPX / GPI format.
https://github.com/4tegs/create_poi
Last synced: 25 days ago
JSON representation
Pulls data from OpenStreetMap using the Overpass Turbo API and creates Points of Interest in KML / GPX / GPI format.
- Host: GitHub
- URL: https://github.com/4tegs/create_poi
- Owner: 4tegs
- License: other
- Created: 2024-11-22T13:47:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T20:50:17.000Z (about 1 month ago)
- Last Synced: 2024-12-02T21:35:19.100Z (about 1 month ago)
- Language: Python
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **create_poi**
## Version and Licence ##
- Version v2 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 pulls data from OpenStreetMap using the Overpass Turbo API. Pulled data is converted to Points of Interest (POI) or Waypoints
* in a KML format for Oruxmaps (Standard KML with icons)
* in a KML format for OrganicMaps (Special Icon/Pin treatment)
* GPX for Garmin including Garmin Symbol
* GPI for Garmin Points of Interest (POI including Icon)## Details for usage ##
Read the included documentation: readme-licence.pdf
## Known limitations ##
None
## 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.