IS428 2017-18 T1 Assign Lawrence Mark Andrew

From Visual Analytics for Business Intelligence
Jump to navigation Jump to search

Background

Mistford is a mid-size city is located to the southwest of a large nature preserve. The city has a small industrial area with four light-manufacturing endeavors. Mitch Vogel is a post-doc student studying ornithology at Mistford College and has been discovering signs that the number of nesting pairs of the Rose-Crested Blue Pipit, a popular local bird due to its attractive plumage and pleasant songs, is decreasing! The decrease is sufficiently significant that the Pangera Ornithology Conservation Society is sponsoring Mitch to undertake additional studies to identify the possible reasons. Mitch is gaining access to several datasets that may help him in his work, and he has asked you (and your colleagues) as experts in visual analytics to help him analyze these datasets.

Mitch Vogel was immediately suspicious of the noxious gases just pouring out of the smokestacks from the four manufacturing factories south of the nature preserve. He was almost certain that all of these companies are contributing to the downfall of the poor Rose-crested Blue Pipit bird. But when he talked to company representatives and workers, they all seem to be nice people and actually pretty respectful of the environment.

In fact, Mitch was surprised to learn that the factories had recently taken steps to make their processes more environmentally friendly, even though it raised their cost of production. Mitch discovered that the state government has been monitoring the gaseous effluents from the factories through a set of sensors, distributed around the factories, and set between the smokestacks, the city of Mistford and the nature preserve. The state has given Mitch access to their air sampler data, meteorological data, and locations map. Mitch is very good in Excel, but he knows that there are better tools for data discovery, and he knows that you are very clever at visual analytics and would be able to help perform an analysis.

The Task

General task

The four factories in the industrial area are subjected to higher-than-usual environmental assessment, due to their proximity to both the city and the preserve. Gaseous effluent data from several sampling stations has been collected over several months, along with meteorological data (wind speed and direction), that could help Mitch understand what impact these factories may be having on the Rose-Crested Blue Pipit. These factories are supposed to be quite compliant with recent years’ environmental regulations, but Mitch has his doubts that the actual data has been closely reviewed. Could visual analytics help him understand the real situation?

The primary job for Mitch is to determine which (if any) of the factories may be contributing to the problems of the Rose-crested Blue Pipit. Often, air sampling analysis deals with a single chemical being emitted by a single factory. In this case, though, there are four factories, potentially each emitting four chemicals, being monitored by nine different sensors. Further, some chemicals being emitted are more hazardous than others. Your task, as supported by visual analytics that you apply, is to detangle the data to help Mitch determine where problems may be. Use visual analytics to analyze the available data and develop responses to the questions below.

The specific tasks

  • Characterize the sensors’ performance and operation. Are they all working properly at all times? Can you detect any unexpected behaviors of the sensors through analyzing the readings they capture?Limit your response to no more than 9 images and 1000 words.
  • Now turn your attention to the chemicals themselves. Which chemicals are being detected by the sensor group? What patterns of chemical releases do you see, as being reported in the data? Limit your response to no more than 6 images and 500 words.
  • Which factories are responsible for which chemical releases? Carefully describe how you determined this using all the data you have available. For the factories you identified, describe any observed patterns of operation revealed in the data. Limit your response to no more than 8 images and 1000 words.

The Data

Quantitative

  • Meteorological data - Wind speed and direction taken at 3 hours intervals
  • Sensor Data - Chemical readings from 9 different sensors taken at hourly intervals
  • Factory and sensor locations - Cartesian coordinates for the locations of the 4 factories and 9 sensors.

Qualitative

  • The background of the sensors and a description of each of the chemicals measured by the sensors.
  • An overview of each of the factories and what they are manufacturing.

Preparing the data for analysis

1. The first step was to combine the three data sets. The readings taken by each sensor can be joined with the cartesian coordinates of the sensors. The readings can also be joined with the wind speed and direction at that time, with date and time as the linking column. Index, match in excel was used to join the data.


Capture.PNG


2. As chemical monitor readings are taken more frequently than wind speed, we attribute the most recent measurement of wind speed and direction to monitors readings during hours where there is no wind measurement. This is done on excel by selecting all the blanks, typing "=", clicking on the previous data point and pressing ctrl + enter.


3. Finally, we wish to bin the wind direction data to make analysis easier. This was done on excel using the IF function: =IF(F11<45,45,IF(F11<90,90,IF(F11<135,135,IF(F11<180,180,IF(F11<225,225,IF(F11<270,270,IF(F11<315,315,360))))))) It can also be done on tableau using the create bins function


Now the data is ready for use, we import it into Tableau.

Building the Visualisation

The Charts

Two dashboards will be used to visualise the sensor readings with respect to the other variables.


1. Sensor Readings over time


Sensor readings dashboard.PNG


This line graph is used to view the sensor readings for each time period, with all monitors side-by-side for easy comparison. This will allow us to quickly spot erroneous measurements, such as when one sensor records a significant increase in readings for that day, but the others do not report any change.

As will be explained later in the interactivity section, the time granularity and aggregation in this chart can also be toggled to different views. This will allow the reader to investigate the readings from various angles, such as reading patterns for the 24 hours of each day, daily levels, weekly levels and days of the week.

Finally, this graph also allows us to monitor sensor performance, for example if a sensor is malfunctioning and not reading and data, it will be evident from this graph.

Frequency of wind direction, which is the number of observations when the wind is in a particular direction, is displayed at the right side. This allows us to validate our observations, for example if one set of monitors is constantly reading large amounts of chemicals while the others have low readings. We can then verify if this is due to the wind blowing towards the first set of monitors more often.


2. Sensor Map


Sensor map.PNG


This map firstly allows us to see the positions of the various sensors and factories in relation to each other. Secondly, overlaid on each of the sensors is a doughnut chart displaying the average intensity of readings when the wind is coming from each direction. The more intense the average reading, the redder the segment will be, and each segment is grouped according to that corresponding angle: e.g. Measurements taken when the wind is coming from the North North-East will fall under the 45 Degree angle bin.


NNE Reading.PNG This indicates that the average reading of Methylosmolene, when the wind is blowing from the North-North-East, is 0.243.


Interactivity

Navigation

Findings

Task 1: Sensor Performance & Operation

Task 2: Hazardous chemicals and Release Pattern

Task 3: Identifying the factory responsible for the pollution