Update README.md

This commit is contained in:
Glax 2022-11-13 16:58:16 +01:00 committed by GitHub
parent 3770ff9b57
commit 6db8278581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,10 @@
### astar # astar
Test of A* Algorithm on real-world road data Test of A* Algorithm on real-world road data
# Linked Repos ## Usage
`Executable.exe <path to osm.xml> <junctions-only-mode 'yes','1','true'>`
### Linked Repos
- [Logging](https://github.com/C9Glax/Logging) - [Logging](https://github.com/C9Glax/Logging)
- [OSM-XML-Importer](https://github.com/C9Glax/OSM-XML-Importer) - [OSM-XML-Importer](https://github.com/C9Glax/OSM-XML-Importer)
- [Geo-Graph](https://github.com/C9Glax/Geo-Graph) - [Geo-Graph](https://github.com/C9Glax/Geo-Graph)