diff --git a/Features.md b/Features.md new file mode 100644 index 0000000..8636c3c --- /dev/null +++ b/Features.md @@ -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. \ No newline at end of file