README : 
The program is written in python 3.5 (not compatible with python 2.7) 
The main program to execute is "program.py" 

the INPUT is the files in the Microsoft folder

as OUTPUT, a map will be shown with every trajectory, labels and habits
When the program has ended, you need to click on the map to draw the habit one by one.

Several new files will appear : 
places.csv : list of all the start and end points 
labels.csv : list of all detected labels
trajectories.csv : list of all the trajectory objects
newtrajectories.csv : the list of trajectories between labels. 
habits.csv : the list of all trajectories sorted by the habit



