MANIFEST.in
README.md
setup.py
src/osm2paths.py
src/osm2paths.egg-info/PKG-INFO
src/osm2paths.egg-info/SOURCES.txt
src/osm2paths.egg-info/dependency_links.txt
src/osm2paths.egg-info/requires.txt
src/osm2paths.egg-info/top_level.txt
src/scripts/__init__.py
src/scripts/abstract_geometry.py
src/scripts/read_json.py
src/scripts/render_json.py
src/scripts/write_json.py
src/vendors/OsmToRoadGraph/.gitignore
src/vendors/OsmToRoadGraph/.travis.yml
src/vendors/OsmToRoadGraph/LICENSE
src/vendors/OsmToRoadGraph/README.md
src/vendors/OsmToRoadGraph/configuration.py
src/vendors/OsmToRoadGraph/requirements.txt
src/vendors/OsmToRoadGraph/run.py
src/vendors/OsmToRoadGraph/.github/workflows/pythonapp.yml
src/vendors/OsmToRoadGraph/examples/pycgr-to-png/README.MD
src/vendors/OsmToRoadGraph/examples/pycgr-to-png/bremen.png
src/vendors/OsmToRoadGraph/examples/pycgr-to-png/pycgr-to-png.py
src/vendors/OsmToRoadGraph/examples/pycgr-to-png/requirements.txt
src/vendors/OsmToRoadGraph/examples/shortest-distances-drawing/README.MD
src/vendors/OsmToRoadGraph/examples/shortest-distances-drawing/berlin.png
src/vendors/OsmToRoadGraph/examples/shortest-distances-drawing/requirements.txt
src/vendors/OsmToRoadGraph/examples/shortest-distances-drawing/shortest-distances-drawing.py
src/vendors/OsmToRoadGraph/graph/__init__.py
src/vendors/OsmToRoadGraph/graph/algorithms.py
src/vendors/OsmToRoadGraph/graph/contract_graph.py
src/vendors/OsmToRoadGraph/graph/convert_graph.py
src/vendors/OsmToRoadGraph/graph/graph.py
src/vendors/OsmToRoadGraph/graph/graph_types.py
src/vendors/OsmToRoadGraph/graph/graphfactory.py
src/vendors/OsmToRoadGraph/osm/__init__.py
src/vendors/OsmToRoadGraph/osm/osm_types.py
src/vendors/OsmToRoadGraph/osm/read_osm.py
src/vendors/OsmToRoadGraph/osm/sanitize_input.py
src/vendors/OsmToRoadGraph/osm/way_parser_helper.py
src/vendors/OsmToRoadGraph/osm/xml_handler.py
src/vendors/OsmToRoadGraph/output/__init__.py
src/vendors/OsmToRoadGraph/output/write_graph.py
src/vendors/OsmToRoadGraph/tests/__init__.py
src/vendors/OsmToRoadGraph/tests/contract_graph_test.py
src/vendors/OsmToRoadGraph/tests/convert_graph_test.py
src/vendors/OsmToRoadGraph/tests/graph_test.py
src/vendors/OsmToRoadGraph/tests/graphfactory_test.py
src/vendors/OsmToRoadGraph/tests/integration_test.py
src/vendors/OsmToRoadGraph/utils/__init__.py
src/vendors/OsmToRoadGraph/utils/geo_tools.py
src/vendors/OsmToRoadGraph/utils/timer.py