Land unlocked: From the Midwest to the west coast

By Zoe Sax, Drake University senior, Department of Environmental Science & Sustainability, GEMM Lab NSF REU intern

My name is Zoe and I am from land-locked Minnesota… so how did I end up on the west coast this summer? Well, I am a rising senior at Drake University studying environmental science on the biological conservation track with a zoo and conservation science concentration and a math minor. Despite the wordy title, there is one thing missing from my education — the ocean. This summer, I am dipping my toes into the field of marine biology as a National Science Foundation (NSF) Research Experience for Undergraduates (REU) student — and I am loving it. As an REU student in the GEMM lab, I am doing both lab and field work surrounding the TOPAZ/JASPER project. In June, I arrived at the Hatfield Marine Science Center (HMSC) in Newport to outline my project with master’s student Allison Dawn, and start data analysis before the busy field season began.

Since 2016, the Port Orford project has collected Secchi disk measurements and GoPro video footage at each kayak sampling station. A Secchi disk is a simple tool with black and white quadrants that we lower into the water until it cannot be seen anymore. As we raise the disk out of the water, we count the marks on the line to calculate a measurement of water clarity (Figure 1). This long time-series of Secchi measurements is an excellent dataset, but what do these Secchi measurements actually reflect? Productivity in the water column, increased turbidity from river runoff, changes in zooplankton abundance? Additionally, what, if anything, does GoPro video color represent? My REU project aims to address these specific questions that the GEMM Lab needs answered. I will compare the Secchi disk measurements to the water color in GoPro video footage, collected at the same time and place, and satellite chlorophyll-a concentrations from MODIS. The goal is to understand if there is a relationship between video color and visibility (Secchi disk data), or a relationship between video color and chlorophyll-a concentrations.

Figure 1. Secchi disk deployment (top) Secchi disk (bottom).

I am using a programming language called Python to take screenshots of the GoPro footage at certain depths and extract color information. Originally, I extracted RGB values from each pixel and converted them to hex color codes. RGB stands for “red, green, blue” and represents the amount of each color present to achieve the color seen. Hex codes are unique codes for every color and contain six letters or numbers; the first two represent red, the second two represent green, and the final two represent green (Figure 2). However, to relate color to numeric data, I need to quantify the color values into a scale. Hex color codes do not have an obvious scale because they are so distinct and use both letters and numbers. On the other hand, RGB values have a numeric scale from 0–255 for each of the three colors, so we ultimately decided to only use these.

Figure 2. Screenshot from MR17 GoPro video footage on August 23rd, 2021 and the hex color code extraction. The donut plot (left) shows the frequency of each hex code in the center GoPro image, and the table (right) lists the hex codes.

Figure 3. Screenshot from TC6 GoPro video footage on August 12th, 2021 (a) and its RGB color extraction histogram (b).

Every image has millions of pixels, and each pixel has an RGB value. My code separates the red, green, and blue values of each pixel and plots a histogram with the RGB color value on the x-axis and the number of pixels where that value is present on the y-axis (Figure 3). I am currently in the process of determining the best mode of summarizing the color values, whether that be the mean, maximum, or range of values. Once determined, the summarized values will be compared to Secchi disk values and satellite chlorophyll-a concentrations. I still have to iron out the code, but I am proud of what I have done so far and cannot wait for it to all come together!

Along with learning new methods of analysis, I am being challenged to learn new field techniques, such as self-rescue in a tandem kayak (Figure 4). I also have enjoyed performing the data collection that, until now, I have only been watching on my laptop. As this year’s team collects data and reviews GoPro footage, which seems to be showing higher zooplankton abundance than in previous years, I get excited at the prospect of analyzing the data after the field season is complete.

Figure 4. Kayak safety training with the whale team and Marcus from South Coast Tours.

At the beginning of the summer, I felt overwhelmed. Yet, I have come to realize that it is okay to not understand something as long as I put in the effort to learn and am not afraid to ask for repeated explanations. I have also learned what it is like to be part of a lab and that lab mates can be a great source of support and knowledge. The GEMM lab is collaborative and members enjoy helping each other brainstorm. I am very thankful that Clara Bird, a GEMM lab PhD candidate, provided base code and additional guidance throughout my analysis. Additionally, I attended a lab meeting where many others provided helpful comments and suggestions that were crucial for my project.

My experience as a GEMM lab intern has allowed me to see my REU project through many phases. I have gained confidence in my R and Python programming skills, and confidence in my capabilities overall. Living and working at both the HMSC and Port Orford field stations has exposed me to a multitude of areas in marine science, from GEMM lab research on foraging behavior or acoustics, to other REU students’ and mentors’ research on seabird behavior or plankton ecology. Although there is still a month left of my internship, I have already affirmed my interest in marine biology, and hands-on exploration, and have a greater sense of what I may want to do in graduate school.

Did you enjoy this blog? Want to learn more about marine life, research and conservation? Subscribe to our blog and get weekly updates and more! Just add your name into the subscribe box below!

Loading
Print Friendly, PDF & Email

Leave a Reply

Your email address will not be published. Required fields are marked *