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

FoundOPS/TaskOptimizer

Repository files navigation

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

About

A MTSP implementation using OSRM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published