Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (18 loc) · 1.34 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.34 KB

An Open Source MTSP Implemenation for Task Optimization

This is based off planetcolonizer and uses OSRM for the route calculations.

The API runs through ServiceStack and the project is built to run on linux with mono.

Caching is done with redis and uses the ServiceStack.Redis client.

Othodromic distance calculator from here.

Licensed under the GNU AFFERO GENERAL PUBLIC LICENSE

Running Task Optimizer (Linux)

####Download OSM files*####

*Merge multiple files them with osmconvert

Download and compile osmconvert

cc -x c osmconvert.c -lz -O3 -o osmconvert

Merge files

./osmconvert fileone.osm filetwo.osm filethree.osm -o=merged.osm

####Run OSRM####

####Setup Redis Server####

sudo apt-get install redis-server

####Tools####

Polyline Utility