Add 'Features'

glax 2023-04-02 22:32:39 +02:00
parent fea2d413f0
commit 3020638b68

5
Features.md Normal file

@ -0,0 +1,5 @@
At the moment, the program is able to split a give OSM-XML-Dataset into smaller "regions" that contain the *needed* information (e.g. nodes with coordinates, connections and some information on the ways) used for routing. This excludes borders, adresses, etc.
Using those regions, we can dynamically load needed data for any routing-requests, therefor reducing memory-usage.
Routing is based on an A*-Algorithm using the direct point(node-coordinates)-to-point(goal-coordinates)-distance as base for queueing.