Hackathon organized at the Hive in February 2019.
To help the Samu Social de Paris visit the different hotels we propose a tool to help the visit planing process.
- Our solution proposes to:
- Create pairs of workers that are available for a visit on a shared time window
- Propose itinerary of hotel to visit for each pairs of workers based on their initial localisation.
NB: Phe project runs on python 3.6
- create a virtualenv
python3 -m venv samu_social
- Install requirements
pip install -r requirements.txt
- Run the main to get itineraries based on the data provided in the hackathon (not shared in this repo)
python src/main.py
https://adresse.data.gouv.fr/api (to get long
and lat
from an address)
Google OR-Tools for optimisation and especially routing problem.
This project is no longer updated.