Among these questions, there are three questions that we are particularly interested in, and would like to pursue (listed in order of importance):
We will first try to implement visualizations for the first two questions; then, if time permits, we will move on to implement visualziation for the last question.
How does crop yield change over time with respect to daytime and night time temperature? Does precipitation factor into the relationship at all?
In this visualization, we will show a scatterplot that gives the relationship between temperature and crop yield in million kCal/hectare over time for each country.
On the y-axis, we will give crop yield in million kCal/hectare, and on the x-axis we will give temperature in either daily or night time average temperature;
the user has the option of selecting the temperature they want to use via radio button. Other features of the visualization include the color of the
scatterplot buble, which corresponds to whether the country is temperate or tropical. Furthermore, the size of the bubble will scale with precipitation
in that country, measured in mm. The usefulness of precipitation as an attribute is that it will allow the user to see desertification, which is a
question our collaborator was interested in.
Furthermore, we will be showing all of these features "over time" via animation. There will be a start, pause, reset, slow down, and speed up button
at the top of the visualization which will allow the user to see how the yields and precipitation have changed as temperatures have changed over time.
The visualization will cycle through all the years for which we have data and will update each country's bubble via animation. The user can use the start,
pause, reset, slow down, and speed up buttons so that they can view the visualization and values in a speed that make sense for them, and so they may pause
to look more carefully if they so desire.
Finally, there is a tooltip for each country that will display on hover and will show the country name, the exact values for its yield and temperature
for the given year, and also the fertilizer usage in kg/hectare and irrigation level (measured by fraction of cropped lands equipped for irrigation).
How did a country's crop yield change in relationship with other countries accross the globe? How does that relationship change over time?
The last visualization we wanted to make is a geomap graph that shows how a country's yield compares to other countries across the globe, and how that relationship change overtime. The most important feature of this map is the shading of each country will be based on a gradient level, which will represent how it is related to the global crop yield range. There will be a slider at the bottom, with which the user can slide to see the relationship in a particular year. The starting point of the slider will be year 1975, and the ending point will be 2007 (excluding fertilizer data). The user can also hover over a country to see a tooltip with more details regarding its crop yield, and potentially its agricultural inputs information.
In the aggregate, for the period over which we have data, how did countries globally change their share of different crop types?
This image shows the aggregate crop share for all countries in the data, over all the years for the data, for each of the eight crop types in a line graph. With average percentage cropped area on the y-axis, and time on the x-axis, a user will be able to see how crop shares have changed in the last ~30 years. At the end of each crop's line graph, we will display the name of the crop type. For each year in the data, we will show a transparent line on the line graph that, when hovered, becomes more opaque. When the user clicks on the line, it will open a tool-tip that shows information corresponding to the year. The tooltip will display to the right of the line chart and the crop type names; the tooltip will show the actual crop share for the year, its change from the previous year to the current year, and its change with respect to the base year. This tooltip will remain until the user clicks another line to change the year they want to look at.
External Links
To Son's homepage
To James' homepage
To Do's homepage