itinero / streetscan-planner

This is a small application to optimize routes to drive along all locations in an area.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

streetscan-planner

Release Build

This is a small application to optimize routes to drive along all locations in an area.

Documentation is available here.

Overview

This tool:

  • Loads a routing network from OSM for Belgium
    • Save file with a cutout around the input file locations.
  • Loads a set of locations from a CSV file.
  • Calculates the best path along the locations:
    • Start location is the first location in the CSV.
    • End location can be anywhere.
    • Tries to avoid u-turns where possible.

The result is something like this:

result

About

This is a small application to optimize routes to drive along all locations in an area.


Languages

Language:C# 69.6%Language:Lua 30.4%