Overview

Understanding the journey from raw data to goal scores in OHI

by Adelaide Robinson

Wed, Aug 23, 2023

The Ocean Health Index monitors 10 key goals for ensuring the ocean is able to sustainably meet the needs of people around the world. In order to monitor ocean health at a comprehensive scale, the OHI team has to process and incorporate many different datasets. But how exactly do we get from raw data to calculating goal scores? There are four key components in this process:

To really breakdown this process let’s take a look at one of the many data preparation processes utilized in OHI: the mariculture data prep.

The mariculture data prep is contained within a single R script: Mar_dataprep.RMD. In this script we take two different datasets (FAO Global Aquaculture Production (Quantity) and Monterey Bay Aquarium Seafood Watch Recommendations) and turn them into data layers. This data prep creates three layers: Mariculture harvest, which has values for how many tonnes of mariculture each region produces each year; Mariculture sustainability score which scores how sustainable the mariculture is for each region; and finally the Genetic escapes data layer, which quantifies the potential for harmful genetic escapement from mariculture species. Once the data layers have been created, OHI coding infrastructure is used to calculate the scores for each of the goals they affect. Each of these layers impact the scores for different goals. The Mariculture harvest and Mariculture sustainability score layers impact the Mariculture subgoal. The genetic escapes pressure layer impacts multiple subgoals including Livelihoods, Economies, Fisheries, and Species Condition.

Exploring the Connections Between Layers

As OHI fellows we spend a large proportion of our time creating data layers. Data layers are the foundational components used to calculate OHI scores. As a reminder: each data layer is a new dataset created from one or more raw data sources.

Now that we have a better idea of what a data layer is, we can take a deeper look at how they fit into the OHI model. Below you’ll find an interactive visualization that shows the relationships between all layers included in OHI and the goals that they are incorporated into.

Click on a goal or data layer icon, or select a goal from the dropdown list to see which data layers impact each goal score. Hover over the goal and data layer icons to see their titles.

Code for visualizations in this blogpost can be found in the website GitHub repository.

This post was created by the 2023 OHI Fellows.