Instruction

This is the second part of the third assignment of visualization course, using dataset from VAST Challenge 2008. VAST is short for IEEE Visual Analytics Science and Technology. Challenge for designing and analyzing visualization tools and tasks is held every year.

You may like to view:
D3 Library Semantic UI My Blog

Description

Data is comprised of records concerning the mass movement of persons departing Isla Del Sueño for the United States during 2005 - 2007. This activity was precipitated by the Isla Del Sueño government crackdown on the Paraiso social and religious movement which had been gaining popularity there. The dataset includes not only interdiction records collected by the United States Coast Guard, but information from other sources about illegal landings.

Note that the U.S. has the same “wet foot, dry foot” policy for Isla Del Sueño migrants as it does for Cubans: If a person is able to make it to U.S. soil, he/she may qualify for expedited “legal permanent resident” status. If caught between the waters of the two nations and attempting to enter the US, he/she will be summarily sent back to the island.

The migrant boat records include the following fields:
EncounterCoords:
Where the migrant boat was intercepted or where it landed, in LONG-LAT Format.
RecordType:
Interdiction (the Coast Guard intercepted them) or Landing (the boat made it ashore).
RecordNotes:
Any additional information. Usually a list of passenger names.
Passengers:
Number of passengers in the migrant boat.
USCG_Vessel:
Name of the Coast Guard cutter involved in the interdiction.
EncounterDate:
Date when the boat was interdicted or landed.
NumDeaths:
Number of migrant deaths.
LaunchCoords:
Where the boat left the Island, if known, in LONG-LAT Format.
VesselType:
Type of boat used by the migrants, either a “Go Fast”, a Raft, or a Rustic vessel.

Considering the data types, I used two different views to present it.

Map View:

Map view shows the landing and departure location of ships, represented by points. Aside of location, the size the color of points can be used to represent different attributes, such as death rate ,vessel type and etc.

Statistic View:

Statistic view show the statistic result of data, using both histogram and scatter plot. Histogram is stacked thus is able to show three dimensions. Scatter plot is much like the map above, with points indicating ships, size and color encoding two additional dimensions.

Function

In the main view, an icon is on the left top, with label "Menu" when hovering. Click it to open the option pannel and it contains all the functions of this work.

Search Box:

Search box is provided in the top of the option pannel to search a specific name of a passenger. To make it easier to use, it will list all the names possible according to your input.

A search box may not be a intuitive way of data exploration, but this project is a part of team work. By using search box, I can quickly locate the point of a certain ship with a specific passenger given out by my partner.

Filter:

Filter is provided just under the search box as a list of buttons.

Click the button and a dropdown list will appear. To restrict the dataset into a smaller scale, just click the corresponding item, the item "Banned" for example. To redo it, just click the item with the name of this field, the item "Record" for example.

Map Options:

In this project, map is not static but has a lot of options and interactions.

Much familiar as the former filter, two buttons are provided to precisely control the points in each map. "Size" button can encode a quantitative dimension, death rate or death amount for example, to the size of each point. "Color" button can encode a norminal dimension, vessel types or record for example, to the color of each point.

Histogram Options:

Histogram offered two different views, in order to give out a clearer relationship of the statistic data. To switch between two view, click "View" button and choose one.

Other options is more intuitive. Variables binded on X axis and Y axis can be changed using buttons and the additional stacked dimension can be changed as well.

Scatter Plot:

Scatter plot is also a story of points. Use similar method to change the points' attribute and the vaciavles binded on X axis and Y axis.

By the way, I've spent quite a time keep refining the animation of each option you change, making sure that you will not miss any corresponding change in demo. I hope you like it.

Other Interactions:

While points contain verbose information which can not fully display on a single view, I provide a basic list holding all the information. To see a list of any point, move your cursor on it and click it.

When hovering it, the point will enlarge and turn black to respond. Leaving it and the point turns back. When you click it, it will keep staying black and enlarged, and points indicating the same ship in other view will also become black and enlarged. The location of the list will change according to which view the point locates.

Another little trick remains unfinished. You may notice that when hovering on any rectangle of the histogram, it will become black, while click it gives you nothing. Well, it should be another interaction, but I've encountered some problems and this trick may be postponed indefinitely due to the approaching deadline.

Result

Using this visualization tool, I did some simple data exploration and found some elementary results.

The results are listed below:
Landing Choices and Interdiction Patterns
Using the filter and watching the map view, I found that in 2005, people chose to directly heading to the crescent-shaped bank of Florida and the pass rate is very low. The next year, more people heading to the left part of Florida peninsula and most of them succeeded. While in 2007, both left part and right part of the peninsula has become the landing target while still large amount of people interdicted in front of the bank. And also few people successfully landed on Mexico.
Pass Rate
For the former result, I may draw the conclusion that the coast guard mainly put their attention on the crescent-shaped bank, where Most interditions happened. So pass rate mainly related to the location, while other attributes, like vessel types, seem to have little contribution to the pass rate.
Vessel Choices
For the three years, people always chose "Rustic" to be the main vessel, and the percentage of "Rustic" kept approximately unchanged. So I thought this kind of ship may be the relatively effective as a vessel.
Death Rate
Using the histogram, switching to grouped view and binding years with X axis, I found that in 2007 the death rate of "Go Fast" ship severely increased. To view it in map view, noticing that the landing target is moving upward through time, I may draw the conclusion that the high death rate is caused by a longer voyage.
Abnormal Average Death Rate
I found that the average death rate is abnormally high in January. At first I thought the ocean current or special climate may be the reason. Later I noticed that there are few record in January, and some small ship only holds five people but only one survive, which definitely cause this kind of abnormal result. So it is just a statistic lie.