Difference between revisions of "About"

From Visual Analytics and Applications
Jump to navigation Jump to search
(about page edit 1)
(motivation edit)
Line 38: Line 38:
 
==Motivation==
 
==Motivation==
  
Traffic accumulation is a key problem found in most cities. Urban planning needs to cater to robust planning of vehicle corridors to minimise disruptions in flow, and improve productivity. By visualising the patterns of vehicle movement, it is aimed to better understand the linkages between various points in a predefined vicinity. Capturing timestamp information of vehicle passages helps to understand various parameters such as traffic density, preferred corridors for vehicles and their speeds. The application devised here is also aimed to support the traffic authorities to identify what other alternative corridors might exist for reaching from Point A to point B.  
+
<p><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Network patterns can reveal very interesting insights but it is very difficult to implement with off-the-shelf software tools such as Tableau&reg;. Gephi&reg;, an open-source and free software is one of the leading tools to visualise network graphs. But, in order to make our findings easily accessible to everyone without any installation of any tools at their end, we propose the usage of the recently introduced </span><em><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">ggraph</span></em><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> package from R. Besides bringing the same kind of flexibility offered by a commercial tool, it offers an extension on the well-acclaimed ggplot2 package in R. Built specifically for supporting relational data structures such as networks, graphs and trees, the API provides a self-contained set of facets and customisations, enhancing the quality of visualisations. </span></p>
  
 
==Practical use cases==
 
==Practical use cases==

Revision as of 14:55, 4 August 2017

Group1: Unlocking insights from the VAST Challenge 2017

Introduction

About

Project Proposal

Project Timeline

App & Deliverables

Poster

 

Abstract

The project aims to illustrate the power of visual analytics to highlight patterns vehicles show when traversing through various traffic corridors. By linking the information captured by RFID tags when vehicles move through checkpoints, an interactive application is designed which will help to unravel insights such as frequently travelled corridors, preferred routes amongst vehicles, traffic density, etc. The application will be primarily developed using R, and specifically the versatile ggraph package, which helps to develop powerful network visualisations.

Motivation

Network patterns can reveal very interesting insights but it is very difficult to implement with off-the-shelf software tools such as Tableau®. Gephi®, an open-source and free software is one of the leading tools to visualise network graphs. But, in order to make our findings easily accessible to everyone without any installation of any tools at their end, we propose the usage of the recently introduced ggraph package from R. Besides bringing the same kind of flexibility offered by a commercial tool, it offers an extension on the well-acclaimed ggplot2 package in R. Built specifically for supporting relational data structures such as networks, graphs and trees, the API provides a self-contained set of facets and customisations, enhancing the quality of visualisations.

Practical use cases

  • Traffic planning.
  • Systems such as Singapore ERP.
  • Implementing diversions during peak periods.