Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennisosrm/osrm-debug-utils
Utils for debugging OSRM
https://github.com/dennisosrm/osrm-debug-utils
Last synced: about 2 months ago
JSON representation
Utils for debugging OSRM
- Host: GitHub
- URL: https://github.com/dennisosrm/osrm-debug-utils
- Owner: DennisOSRM
- Created: 2014-07-02T07:31:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-02T08:12:02.000Z (over 10 years ago)
- Last Synced: 2024-10-13T16:06:49.962Z (3 months ago)
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debug utils for OSRM
## RTree
Export the bounding boxes and geometries of an rtree to geojson and display them on leaflet.
Requires Python 3.
./rtree2geojson.py data.fileIndex data.ramIndex data.nodes input.json
Open main.html to display the data.
## FileGuard
*WARNING* This runs osrm-datastore which might interfere with running OSRM instances!
Runs all osrm tools and checks all files that are touched against a whitelist.
This guards against debugging files that could blow up the production servers.