IS428 AY2019-20T1 Assign Kok Jim Meng Data Preparation

From Visual Analytics for Business Intelligence
Revision as of 19:00, 12 October 2019 by Jimmeng.kok.2017 (talk | contribs)
Jump to navigation Jump to search

StHimarkNeighborhoodMap.png IS428 VAST 2019 Mini Challenge 2

Problem & Motivation

Data Preparation

Interactive Visualisation

Tasks Questions and Answers

References and Comments

 

Data Preparation

The dataset zip file given includes:

  • Mobile Sensor Readings
  • Static Sensor Readings
  • Static Sensor Location
  • Data Description
  • Maps of St Himark

Static Sensor Readings and Static Sensor Location

JM DP Fig1.png
Figure 1: Screenshot of the two Static CSVs Tables

Issue: In the CSV file of Static Sensor Readings, there are no geographic coordinates of the static sensors as the data are in the CSV file of Static Sensor Locations. Solution: Use Tableau Prep to join the two tables into one CSV based on the common field which is Sensor-id and cleaning it by removing the extra sensor-id field. With this, it would be possible to perform a map visualization for Static Sensors using the longitude and latitude in Tableau. The following is the data preparation used in Tableau Prep for Static Sensor data.

JM DP Fig2.png
Figure 2: Join based on Sensor-id
JM DP Fig3.png
Figure 3: Clean the newly joined table by removing the extra sensor-id field
JM DP Fig4.png
Figure 4: Newly joined table is created and preparing to output as a CSV file

Newly created Static Sensor Readings with Location and Motion Sensor Readings CSVs

Issue: Both the newly created Static Sensor Readings with Location and given Motion Sensor Readings tables are separated. Moreover, both tables’ Sensor IDs are just numbers where same numbers appear in both tables. This does not make sense as both static and mobile sensors are different and same numbers appear. Solution: Merge both newly created Static Sensor Readings with Location table with the given Motion Sensor Reading table based on the timestamp when the sensors have detected. Furthermore, I have classified the sensors based on their types – Static, and Mobile. In addition, I have also reassigned the sensors IDs where, X is a number, M-XX is a mobile sensor and S-XX is a static sensor.

The following steps or process is how I have merged both the newly created Static Sensor Readings with Location table with the given Motion Sensor Reading table: