Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnalis/gpx_to_dotwalker_xml
Creates XML for Dotwalker (GPS application for blind people) from .gpx
https://github.com/mnalis/gpx_to_dotwalker_xml
blindness openstreetmap
Last synced: about 16 hours ago
JSON representation
Creates XML for Dotwalker (GPS application for blind people) from .gpx
- Host: GitHub
- URL: https://github.com/mnalis/gpx_to_dotwalker_xml
- Owner: mnalis
- License: gpl-3.0
- Created: 2014-07-09T11:58:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T13:19:50.000Z (about 5 years ago)
- Last Synced: 2023-03-10T21:33:44.450Z (over 1 year ago)
- Topics: blindness, openstreetmap
- Language: Perl
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gpx_to_dotwalker_xml
====================( home is currently at https://github.com/mnalis/gpx_to_dotwalker_xml )
Creates XML for Dotwalker (GPS application for blind people) from .gpx
You will need perl and XML::LibXML module.
Instructions:
1) create .gpx routing file in extended format (or you'll miss turn directions)
for example from: http://graphhopper.com/maps/2) run "./gpx_to_dotwalker_xml.pl GrasHopper.gpx output.xml"
3) insert output.xml to Dotwalker
Also contains loadstone_to_gpx.pl, which converts loadstone .txt ('lsdb') export format to GPX
(and from GPX, via gpx_to_dotwalker_xml.pl, you can convert to Dotwalker route.xml). It additionally
requires Geo::Gpx and Text::CSV perl modules.There is also web CGI version gpx2dotwalker.cgi, which supports both GPX and Loadstone txt as input,
and converts to Dotwalker XML output.See http://mnalis.com/blind/g2dot/gpx2dotwalker.cgi for online converter, or set up your own.
Contact Matija Nalis for ideas for improvement.