This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
osmrelation_to_gpx.py | |
This script downloads a relation from OSM (given the relation number), fetches | |
all the ways contained and then writes the contents into a GPX file for easy | |
import into other tools (for instance, a handheld GPS unit/GPS-equipped phone). | |
Requires python3. |