IS428 AY2019-20T1 Assign Foo Yong Long RiskAnalysis

From Visual Analytics for Business Intelligence
Revision as of 05:37, 13 October 2019 by Ylfoo.2017 (talk | contribs)
Jump to navigation Jump to search
Cover.png


OVERVIEW

DATA TRANSFORMATION

RISKS

RECOMMENDATION AND RATIONALE

VISUALIZATION


Question 1

Visualize radiation measurements over time from both static and mobile sensors to identify areas where radiation over background is detected. Characterize changes over time.



Step Description

1

StaticCombining.png
StaticCombined.png

The static sensor data consist of two files. One of the files contains the longitudes and latitudes of the Sensors while the other file contains the timestamp of the sensors. Both files were combined utilizing an inner join by matching their Sensor IDs.

2

The column "Value" was removed from both the sensors file as it is redundant. A column "Entity" was created for all data to identify the respective data points."

"MobileSensor" value in column "Entity" represents the data points belonging to mobile sensors.

"StaticSensor" value in column "Entity" represents the data points belonging to static sensors.

"Hospital" value in column "Entity" represents the data points belonging to hospitals.

"Always Safe Nuclear" value in column "Entity" represents the data points belonging to Always Safe nuclear plant.

These were used to differentiate the data points when combing the various data into one single data table which will be explained later.


CombinedClean.png


3

Union1.png
Union2.png
Union3.png

Next, we utilize the common field, "Entity", and the similarity in format and columns to create a union for the different datasets.

4

Finaloutput.png

The data is output as an extract and imported into Tableau.


Question 2

Use visual analytics to represent and analyze uncertainty in the measurement of radiation across the city. Compare uncertainty of the static sensors to the mobile sensors. What anomalies can you see? Are there sensors that are too uncertain to trust?



Static Sensor Uncertainties
Step Description

1

StaticCombining.png
StaticCombined.png

The static sensor data consist of two files. One of the files contains the longitudes and latitudes of the Sensors while the other file contains the timestamp of the sensors. Both files were combined utilizing an inner join by matching their Sensor IDs.

2

The column "Value" was removed from both the sensors file as it is redundant. A column "Entity" was created for all data to identify the respective data points."

"MobileSensor" value in column "Entity" represents the data points belonging to mobile sensors.

"StaticSensor" value in column "Entity" represents the data points belonging to static sensors.

"Hospital" value in column "Entity" represents the data points belonging to hospitals.

"Always Safe Nuclear" value in column "Entity" represents the data points belonging to Always Safe nuclear plant.

These were used to differentiate the data points when combing the various data into one single data table which will be explained later.


CombinedClean.png


3

Union1.png
Union2.png
Union3.png

Next, we utilize the common field, "Entity", and the similarity in format and columns to create a union for the different datasets.

4

Finaloutput.png

The data is output as an extract and imported into Tableau.



Which regions of the city have greater uncertainty of radiation measurement? Use visual analytics to explain your rationale. What effects do you see in the sensor readings after the earthquake and other major events? What effect do these events have on uncertainty?



Overall Region Uncertainty
Step Description

1

StaticCombining.png
StaticCombined.png

The static sensor data consist of two files. One of the files contains the longitudes and latitudes of the Sensors while the other file contains the timestamp of the sensors. Both files were combined utilizing an inner join by matching their Sensor IDs.

2

The column "Value" was removed from both the sensors file as it is redundant. A column "Entity" was created for all data to identify the respective data points."

"MobileSensor" value in column "Entity" represents the data points belonging to mobile sensors.

"StaticSensor" value in column "Entity" represents the data points belonging to static sensors.

"Hospital" value in column "Entity" represents the data points belonging to hospitals.

"Always Safe Nuclear" value in column "Entity" represents the data points belonging to Always Safe nuclear plant.

These were used to differentiate the data points when combing the various data into one single data table which will be explained later.


CombinedClean.png


3

Union1.png
Union2.png
Union3.png

Next, we utilize the common field, "Entity", and the similarity in format and columns to create a union for the different datasets.

4

Finaloutput.png

The data is output as an extract and imported into Tableau.


Question 3

Given the uncertainty you observed in question 2, are the radiation measurements reliable enough to locate areas of concern? Highlight potential locations of contamination, including the locations of contaminated cars. Should St. Himark officials be worried about contaminated cars moving around the city?



Identifying Contamination Under Uncertainty
Step Description

1

StaticCombining.png
StaticCombined.png

The static sensor data consist of two files. One of the files contains the longitudes and latitudes of the Sensors while the other file contains the timestamp of the sensors. Both files were combined utilizing an inner join by matching their Sensor IDs.

2

The column "Value" was removed from both the sensors file as it is redundant. A column "Entity" was created for all data to identify the respective data points."

"MobileSensor" value in column "Entity" represents the data points belonging to mobile sensors.

"StaticSensor" value in column "Entity" represents the data points belonging to static sensors.

"Hospital" value in column "Entity" represents the data points belonging to hospitals.

"Always Safe Nuclear" value in column "Entity" represents the data points belonging to Always Safe nuclear plant.

These were used to differentiate the data points when combing the various data into one single data table which will be explained later.


CombinedClean.png


3

Union1.png
Union2.png
Union3.png

Next, we utilize the common field, "Entity", and the similarity in format and columns to create a union for the different datasets.

4

Finaloutput.png

The data is output as an extract and imported into Tableau.