https://github.com/zabuzard/pathweaver
PathWeaver is an API for creating path-networks like road- or traffic-networks. It offers method like computing shortest paths.
https://github.com/zabuzard/pathweaver
a-star api arc-flag-algorithm dijkstra-algorithm heuristic-algorithm metrics road-network shortest-path-routing-algorithm shortest-paths traffic-networks web-demo
Last synced: about 2 months ago
JSON representation
PathWeaver is an API for creating path-networks like road- or traffic-networks. It offers method like computing shortest paths.
- Host: GitHub
- URL: https://github.com/zabuzard/pathweaver
- Owner: Zabuzard
- License: gpl-3.0
- Created: 2016-09-25T12:50:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T18:04:42.000Z (about 8 years ago)
- Last Synced: 2025-04-08T04:32:54.819Z (2 months ago)
- Topics: a-star, api, arc-flag-algorithm, dijkstra-algorithm, heuristic-algorithm, metrics, road-network, shortest-path-routing-algorithm, shortest-paths, traffic-networks, web-demo
- Language: Java
- Size: 1.27 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PathWeaver
PathWeaver is an API for creating path-networks like road- or traffic-networks. It offers method like computing shortest paths.The available documentation can be found in [our wiki](https://github.com/ZabuzaW/PathWeaver/wiki).