Load GPS trajectories from file and simulate the people movement using those trajectories
This project implements classes to load trajectories datasets from file/files and simulate the movement of the people following the trajectories just uploaded. Now the project support the Geolife Dataset and the trace obtained running the IDSA Simulator
The source code is written in Java 8 and uses Apache Maven for project dependencies and settings (see pom.xml). It can be built and run using popular Java IDEs such as Eclipse, NetBeans and IntelliJ.
Complete the file settings.json with the information required and run the program. Normaly this project is used as a library for other bigger projects