demotera / mobirennes

Calcul d'itinéraire à Rennes
http://www.mobirennes.com
GNU General Public License v3.0
5 stars 1 forks source link

Mumoro: MUltiModal MUltiObjective ROuting

This library aims to provide multimodal routing: combining subway, walking and bike.

It is also multiobjective: it finds the best route optimizing according to time taken, mode changes, CO2 emissions etc. If there are two routes, the first being faster but emits more CO2 (100% by car) than an other route (100% cycling), it will return both routes as none is strictly better than an other.

The lib folder provides the algorithms The web folder is an example of web application (can be run as standalone web server)

== Requirements == On ubuntu or debian, please install the developpment versions

== How to install ==

Just run the following command

sudo python setup.py install

Alternative:

If you don't have the rights to install it system-wide, or don't want to, use virtualenv:

Create a virtual environment and activate it

python virtualenv.py env source env/bin/activate python setup.py install

== How to run it ==

Comments at tristramg (a) gmail (dot) com