IS428 AY2019-20T1 Assign Ng Kai Ling Bernice
Contents
- 1 Problem & Motivation
- 2 Dataset Transformation
- 3 Dataset Import Structure & Process
- 4 Interactive Visualization
- 5 Questions & Observations
- 5.1 Q1) Visualize radiation measurement and characterize changes over time.
- 5.2 Q2) Use visual analytics to represent and analyze uncertainty in the measurement of radiation across the city.
- 5.2.1 A) Compare uncertainty of the static sensors to the mobile sensors. What anomalies can you see? Are there sensors that are too uncertain to trust?
- 5.2.2 B) Which regions of the city have greater uncertainty of radiation measurement? Use visual analytics to explain your rationale.
- 5.2.3 C) What effects do you see in the sensor readings after the earthquake and other major events? What effect do these events have on uncertainty?
- 5.3 Q3) Given the uncertainty you observed in question 2, are the radiation measurements reliable enough to locate areas of concern?
- 6 Appendix
- 6.1 Figure 1.1.1 Radiation measurement fluctuation
- 6.2 Figure 1.1.2 Population variance of radiation fluctuation per location (mobile sensors)
- 6.3 Figure 1.1.3 Average radiation across a period of time
- 6.4 Figure 2.1.1 Location of all static sensors
- 6.5 Figure 2.1.2 Population variance of radiation fluctuation per location (static sensors)
- 6.6 Figure 2.2.1 Average radiation across a period of time
- 6.7 Figure 3.1.1 Radiation contaminated cars
- 6.8 Figure 3.1.2 No cars nearby static sensors when measured high radiation
- 6.9 Figure 3.2.1 Contaminated car exits area
- 7 References
- 8 Comments
Problem & Motivation
After major events like earthquakes hits St. Himark, Always Safe nuclear power plant suffers damage resulting in a leak of radioactive contamination. Further, a coolant leak sprayed employees’ cars and contaminated them at varying levels. Therefore, the need to help St. Himark’s emergency management team combine data from the government-operated stationary monitors with data from citizen-operated mobile sensors and data visualizations to help them better understand conditions in the city and identify likely locations that will require further monitoring, cleanup, or even evacuation.
With data visualization in place, it can help analyze the following:
- Gives users an overview of radiation levels in the area over a period of time.
- Identifying uncertainties and anomalies in the dataset provided.
- Allow users to identify location of concern and car contamination.
Dataset Transformation
Before proceeding to explain how data is transformed to prepare for data visualization, we were given 3 datasets in csv format as follows:
- MobileSensorReadings.csv: contains radiation level measurements from various mobile sensors over a period of time.
- StaticSensorReadings.csv: contains radiation level measurements from various static sensors placed in specific locations over a period of time.
- StaticSensorLocations.csv: contains location information on where the static sensors are placed at.
In addition to that, shapefiles which are used for creating custom choropleth map were provided.
Removing Redundant Data
However, in the given data (both MobileSensorReadings and StaticSensorReadings), the "Units" column has "cpm" for all the values as shown below which is not in use.
Solution: Hence, by using Tableau Prep Builder, the "Units" column are removed by following the steps shown below.
Dataset Import Structure & Process
With the dataset analysis and transformation phase completed, the following files will have to be imported into Tableau for analysis:
- MobileSensorReadings.csv (formatted from data Transformation)
- StaticSensorReadings.csv (formatted from data Transformation)
- StaticSensorLocations.csv (formatted from data Transformation)
- StHimark.shp (shapefile)
Data Connections
- MobileSensorReadings.csv
MobileSensorReadings.csv is added as a data connection without any further processing.
- MobileSensorReadings.csv
- StaticSensorLocations.csv
StaticSensorLocations.csv is added as another source inner joined with StaticSensorReadings.csv. Below are the steps to further process the data (refer to the image show below):
- StaticSensorLocations.csv
- Import StaticSensorLocations.csv as a data source.
- Drag StaticSensorReadings.csv from the left panel to th top right panel.
- Add inner join between these 2 data, mapping "Sensor-id" from StaticSensorLocations.csv connection to "=" with "Sensor-id" from StaticSensorReadings.csv connection
- StHimark.shp
StHimark.shp is added as another data source inner joined with the MobileSensorReadings.csv. Below are the steps to further process the data (refer to the image show below):
- StHimark.shp
- Import StHimark.shp as a data source.
- Import another connection using MobileSensorReadings.csv file.
- Add inner join between these 2 data source, mapping "Geometry" from StHimark.shp connection to "Intersects" with "MAKEPOINT([Lat],[Long])" from MobileSensorReadings.csv connection.
Interactive Visualization
The Interactive Radiation Assessment System (IRAS) can be accessed here: https://public.tableau.com/views/MiniCase2Assignment-Bernice/Introduction?:embed=y&:display_count=yes&publish=yes&:origin=viz_share_link
The following sections are divided into individual dashboard pages to elaborate on the interactivity.
Introduction Page
There is a large amount of data captured in the datasets provided. Furthermore, due to the many possible insights that can be driven from the dataset, it is not wise to put all the visual analytics into a single page dashboard. It will also be easier to divide the charts and visual analytics into meaning categories or pages to provide clarity. Flexibility has to be provided for navigation due to multiple pages of the dashboard. To do so, an "Introduction" page is created with a brief introduction and 2 different navigation categories: (1) Overview and (2) Areas of Contamination.
The following shows the introduction dashboard page:
Interactive Feature | Rationale | |
Navigation button | To provide users the ease in moving from one dashboard page to another. |
|
Overview Page
Below depicts the overview dashboard page, showing insights for both static and mobile sensors as follows:
- Area of contamination across the available time period.
- Contaminated areas shown per day.
- Variance of the radiation measurements throughout the whole period of time.
Interactive Feature | Rationale | Implementation Steps |
Navigation button | To provide users the ease in moving from one dashboard page to another. |
Areas of Contamination Page
Dashboard page shown below allows users to identify the locations and cars contaminated by radiation in detail.
Interactive Feature | Rationale | Implementation Steps |
Navigation button | To provide users the ease in moving from one dashboard page to another. | |
Filter Radiation per Sensor chart by each sensor |
To allow users to analyze radiation levels for each static sensors, helping them to better identify areas of concern for the government to take actions. |
|
To allow users to identify whether cars are contaminated or not in the other chart while using static data to support it. |
|
|
To allow users to identify which cars are in which location at which day to assist in showing whether car has left the area or not. |
|
|
To help users identify whether contaminated cars have left the area and through which route. |
|
Questions & Observations
Q1) Visualize radiation measurement and characterize changes over time.
- Generally, the frequency of radiation increases as in the later part of the available period (refer to Figure 1.1.1).
- Radiation measurements fluctuate heavily (refer to Figure 1.1.2) which can be caused by the air movement in certain directions (towards or away from sensors).
- The locations with sensor readings of high frequency of radiation level above 75 are potential places of contamination.
- Although the average radiation for most places over the entire available period is lower than 75 cpm (refer to Figure 1.1.3), it does not mean that the location is not contaminated. This is because, by looking at Figure 1.1.1, you can still see that the sensors did detect high levels of radiation every now and then.
Q2) Use visual analytics to represent and analyze uncertainty in the measurement of radiation across the city.
A) Compare uncertainty of the static sensors to the mobile sensors. What anomalies can you see? Are there sensors that are too uncertain to trust?
Uncertainty of static sensors:
- Only records the radiation level within receivable area where the sensors are places and hence not representative of the level of radiation in the area. This is especially so where sensors are placed nearer to the borders of the area (refer to Figure 2.1.1).
- Only 9 static sensors are installed. This means that certain areas’ radiation is not measured (refer to Figure 2.1.1).
Uncertainty of mobile sensors:
- Unable to measure the radiation level changes in a single location as the sensors are moving to different areas. Unless it is placed at a location without moving.
- Because it is a moving target, it can bring radiation to the various locations, contaminating the area without being able to measure it.
Anomalies:
- The static sensors have sudden increase and decrease in radiation measurement in a matter of a minute. These measurements should not fluctuate with such big difference (refer to Figure 2.1.2). This makes it difficult to understand the real areas of concerns.
B) Which regions of the city have greater uncertainty of radiation measurement? Use visual analytics to explain your rationale.
The top 3 cities that have greater uncertainty of radiation measurements are Broadview, Old Town followed by Jade Bridge. This is because that they have the biggest population variance value as compared to the rest of the cities (refer to Figure 2.2.1) which means that there is a bigger difference in the fluctuated radiation values measured.
C) What effects do you see in the sensor readings after the earthquake and other major events? What effect do these events have on uncertainty?
Earthquakes could have contributed to the movement of the air, causing the fluctuations of radiation measurement (refer to Figure 1.1.1). With these, it can cause uncertainties on areas of concerns and what actions to take.
Q3) Given the uncertainty you observed in question 2, are the radiation measurements reliable enough to locate areas of concern?
A) Highlight potential locations of contamination, including the locations of contaminated cars. Should St. Himark officials be worried about contaminated cars moving around the city?
Contaminated by cars:
- Downtown
- Old Town
- Broadview
Contaminated locations:
- Jade Bridge
- Palace Hills
- Southwest
- Safe Town
- Cheddarford
- Wilson Forest
St. Himark officials should be worried about contaminated cars moving around the city. This is because, there is a possibility that cars can carry radiation with them wherever it goes. Using the sensors to measure radiation in cpm, you will not know the strength of the radiation as well. From Figure 3.1.1, we can see that when the static sensor in Downtown first measured radiation above 75 cpm, ProfessorSievert’s car was nearby. Thereafter, there wasn’t much cars nearby and the values started to fluctuate even more frequently till the end of available period. This shows that there is a potential that contaminated cars can potentially contaminate the area it went as well.
As for the contaminated locations identified, it was done by checking frequencies of fluctuations and if there were any cars nearby (refer to Figure 3.1.2).
Appendix