Difference between revisions of "ISSS608 2016 17T1 Group1 Report"
Line 62: | Line 62: | ||
=Installation guide= | =Installation guide= | ||
No installation is required. | No installation is required. | ||
+ | Just download the folders from GitHub (link: https://github.com/BeiJiaKee/MITB_VisualAnalytics_SGBus) and unzip bower-components.zip. | ||
+ | Now you are ready to run! | ||
− | |||
=User Guide= | =User Guide= | ||
Revision as of 22:57, 27 November 2016
PROPOSAL | POSTER | APPLICATION | REPORT |
Contents
Motivation of the Application
An Ezlink passenger travel record over 7 days has 500 millions + rows of data and 50+ variables. The raw data was too large for visualisation tools such as Tableau and D3.JS to read and process. Even loading the data into JMP proved to be a challenge and on average it took at least 30 mins to read in the csv data and convert into JMP format. Hence the ability to visualise the raw data was very limited.
The objective of the project was to prepare and manipulate the raw data into manageable data size for analysis on visualisation tools such as Tableau and D3.JS.
Review and Critic of Past Works
Data Exploration
Sparklines in R
Chords Diagram in R
Chords Diagram in D3.JS
Design Framework
Selection of Tools
Demonstration
Discussion
Future Work
Installation guide
No installation is required. Just download the folders from GitHub (link: https://github.com/BeiJiaKee/MITB_VisualAnalytics_SGBus) and unzip bower-components.zip. Now you are ready to run!
User Guide
References
- Matthew Leonawicz (2010). Combining data tables and sparklines. URL: http://leonawicz.github.io/HtmlWidgetExamples/ex_dt_sparkline.html
- Steven Hall (2014). Interactive Chord Diagrams in D3. URL: http://www.delimited.io/blog/2014/11/18/interactive-chord-diagrams-in-d3
- Zuguang Gu (2016). Visualize Relations by Chord Diagram. URL: https://cran.r-project.org/web/packages/circlize/vignettes/visualize_relations_by_chord_diagram.pdf