eth4io / Trajectory-Visualisation-and-Animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEOM90007 Group Project in 2018

This project enables visualization of project GeoLife: Building Social Networks Using Human Location History

Getting Started

Prerequisites

Processing IDE: Processing 2.2.1

Warning: Processing 3 may not compatible for this project

Installing

Install Libraries for Processing

Preparation for GeoLife Dataset

  1. Geolife Trajectories 1.3 can be downloaded here.
  2. Create a new folder /data in directory /assignment3 if it not exists.
  3. Paste Geolife Trajectories 1.3.zip into /data
  4. unzip Geolife Trajectories 1.3

the structure of the folder will be like:

 assignment3/
 |
 --data/
   |
   --Geolife Trajectories 1.3/
     |
     --Data/
       |
       |--000/
       |  |
       |  --Trajectory/
       |      |
       |      --20081023025304.plt
       |      --20090413213935.plt
       |      --20090521231053.plt
       |      --..
       | 
       |--001/
       |  |
       |  --Trajectory/
       |      |
       |      --20081023055305.plt
       |      --20081106233404.plt
       |      --20081203000505.plt
       |      --..
       ..

Usage

Launch assignment3.pde and click run

About


Languages

Language:Processing 100.0%