Progress Update and Reflection
Contents
Progress Update and Reflection¶
Our team has been working with CalCOFI’s oceanographic data collected from the chemical analysis of seawater samples off the coast of California. Our project is one of exploratory analysis that aims to produce a myriad of interactive visualizations that allow for users to understand the spatial and temporal variability of oxygen concentration in the ocean. Our project also aims to detect and highlight the occurrence and prevalence of hypoxia (low oxygen concentration) “hotspots” in the sampling region.
Our first step was to merge two different datasets provided by CalCOFI - one that stored the physical, chemical, and biological measurements from the seawater analysis, and another that stored spatial and temporal information about where and when the seawater sample was taken. As the entire dataset includes observations from 1949 through 2021, we subsetted the data to work with observations from 1970-2022 for the development of our visualizations.
We have begun generating various graphs with the raw data that would allow users to grasp the spatial variability of oxygen concentration. One example of such a graph is the station line depth profile graph shown in Figure 1. This graph captures the varying oxygen concentration along one sampling line, for each of the 4 quarters (Winter, Spring, Summer, Fall) of a single year — thus, it illustrates how oxygen varies spatially during each season by depth and distance from shore.
Next Steps¶
Our immediate next steps involve improving the user interface for Shiny to create a more complete dashboard. This will include adjusting the appearance of the dashboard, perfecting plot appearances, and adding descriptive text to incorporated figures. We will also add more interactive elements, such as allowing users to select a certain sampling line to pull up the corresponding Fig. 1 plot, and highlighting the stations of the selected line in the corresponding Fig. 2 plot. From an exploratory standpoint, we are beginning to work on spatial interpolation — generating a model that generates continuous values from the discrete data we are working with. This, combined with how we define hypoxic events, will allow us to create 3D visualizations and animations to highlight hotspots off the California coast. We are also hoping to conduct principal component analysis to be used in our final analysis and data story.