Python module for working with road network graphs, mostly from osm. Usefull tools for working with geojson
and gpx
formats.
We will work with Python pip. You should have all these installed before beginning the installation.
pip install roadmaptools
Download map from osm:
roadmaptools.download_map.download_cities(
[(49.94, 14.22, 50.17, 14.71)], './raw_map.geojson')
We use GitHub for versioning. For the versions available, see the tags on this repository.
- David Fiedler - Maintainer
- Martin Korytak - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.txt file for details