Difference between revisions of "YunnaWei DataPreparation"

From Visual Analytics and Applications
Jump to navigation Jump to search
 
Line 3: Line 3:
 
</div>
 
</div>
 
<!--MAIN HEADER -->  
 
<!--MAIN HEADER -->  
{|style="background-color:#FFE79E;" width="100%" cellspacing="0" cellpadding="0" valign="top" border="0"  |  
+
{|style="background-color:#002060;" width="100%" cellspacing="0" cellpadding="0" valign="top" border="0"  |  
 
| style="font-family:Century Gothic; font-size:100%; solid #000000; background:#002060; text-align:center;" width="16.6%" |   
 
| style="font-family:Century Gothic; font-size:100%; solid #000000; background:#002060; text-align:center;" width="16.6%" |   
 
;  
 
;  

Latest revision as of 11:13, 12 July 2017

Yunna Wei - ISSS608 Visual Analytics and Applications_Assignment1

Introduction

Data Preparation

Overview Exploration

Pattern Detectoin

Interactive_Visualization

Comments

 


Data Preparation

The given data sets are respectively a map and a csv file.

Mapping the coordinates of each location

For the map, it will be useful to get the coordinates of each location so that we can plot the map with traffic going through to gave a whole picture of how the traffic looks like. Tableau is used to manually label the coordinates of each location. The locations are mapped within a 200x200 scale.
WYN Corrdinates.png

Creating new variables

Travelling Path

The given csv data set has the variables of Car_id, timestamp,car-type, and gate name. To find out more information about the traffic patterns, new variables should be created based on the given variables.
WYN Path.png

Other Variables

  • Camping or Not: Organizing the activities of visitors into camping or Noncamping.
  • Travelling Duration: Calculate the travelling duration of each car id and categorize them into travelers whose duration is within one day and travelers whose duration is more than one day.
  • Visiting month: Calculate the visiting month of each car id.
  • Visiting quarter: Calculate the visiting quarter of each car id.
  • Entering hour: Calculate the entering hour of each car id.
  • Day or Night Trip: Based on the entering hour, categorize the traffic into day or night traffic.
WYN Other Variables.png