AStar/README.md

12 lines
377 B
Markdown
Raw Normal View History

2022-11-13 16:58:16 +01:00
# astar
2022-11-13 16:38:34 +01:00
Test of A* Algorithm on real-world road data
2022-05-06 00:58:16 +02:00
2022-11-13 16:58:16 +01:00
## Usage
`Executable.exe <path to osm.xml> <junctions-only-mode 'yes','1','true'>`
### Linked Repos
2022-11-13 16:37:27 +01:00
- [Logging](https://github.com/C9Glax/Logging)
2022-11-13 16:33:31 +01:00
- [OSM-XML-Importer](https://github.com/C9Glax/OSM-XML-Importer)
- [Geo-Graph](https://github.com/C9Glax/Geo-Graph)
2022-11-18 01:02:25 +01:00
- [OSM-Landmarks](https://github.com/C9Glax/OSM-Landmarks)