OSM Data tiles is stored in tilescache
juanmanuelrq opened this issue · 2 comments
juanmanuelrq commented
Hi, how can I download the .osm file?
MKuranowski commented
That's out of the scope of pyroutelib3
—
.osm is an extension of a file format, look at https://wiki.openstreetmap.org/wiki/OSM_XML.
You can download parts of data produced by OpenStreetMap Contributors (vide https://www.openstreetmap.org/) from https://download.geofabrik.de/index.html — but that should be done automatically by the script.
But you can also create your own .osm data and plug it into pyroutelib, that's what the localfile
argument of datastore is for.
MKuranowski commented
Closing, no response was given in a month, and I don't see a pyroutelib3 bug here.