Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 941 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 941 Bytes

lgds

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

How to build

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.

How to run

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