MarineSDMs

Marine Species Distribution Models

Author
Affiliations

Benjamin D. Best

EcoQuants LLC

MarineBON

Published

2024-03-15

1 Introduction

1.1 Background

The best available global distributions are presently AquaMaps (Kaschner et al. 2006; Ready et al. 2010) with supplementation by IUCN RedList range maps1. These have been used to calculate the biodiversity within national waters (Halpern et al. 2012) as well as beyond in the high seas (Visalli et al. 2020).

1.2 Goals

This book aims to capture the overview and details of modeling species distributions in the marine environment for the purposes of advancing the status quo of global and U.S. national species distributions along the following dimensions:

  1. Space
    The current AquaMaps distributions are \({1}/{2}\)º (~55 km at equator), whereas the best available global bathymetry is \({1}/{240}\)º (< 0.5 km).

  2. Time
    The current AquaMaps distributions are based on static climatic averages over all seasons, which does not capture temporal dynamics: seasonally within a year, nor long-term climate change trends. This will necessitate sampling the environment contemporaneously with species observations before fitting the model and predicting to different environmental snapshots.

  3. Environment
    Other environmental variables besides the initial physiographic (depth) and oceanographic (temperature, chlorophyll, primary productivity and ice) may elicit an improved statistical fit, related to species’ environmental niche. Some candidates include: temperature fronts, eddy kinetic energy, distance from shore, distance from shelf.

  4. Biology
    Where sufficient observations exist, additional models should be developed highlighting differences between:

    • Life stage, e.g. larval vs adult.

    • Gender where varies, such as male sperm whales being more cosmopolitan.

    • Subpopulations for understanding metapopulation dynamics

    • Behavior, such as migrating, feeding or breeding.

By definition MBONMarine Biodiversity Observation Network; see MarineBON.org is a network, so this is inclusive of and meant for all participants.

1.3 Motivations

1.4 Process

flowchart LR

  %% nodes
  P(presence):::in
  A("pseudo-absence"):::in
  pts(obs):::out
  X[/extract/]:::fxn
  env(env):::in
  D[[data]]:::out
  S[/split/]:::fxn
  t1[[train]]:::out
  t2[[test]]:::out
  F[/fit/]:::fxn
  M{{model}}:::out
  E[/evaluate/]:::fxn
  C[/calibrate/]:::fxn
  pr[/predict/]:::fxn
  N[["new data"]]:::in
  prd(prediction):::out
  prf(performance):::out
  res[result set]:::out
  ens[ensemble]:::fxn
  der[derived]:::out
  web[web]:::out

  %% edges
  P   --> pts
  A   --> pts
  pts --> X
  env --> X
  X   --> D
  D   --> S
  S   --> t1
  S   --> t2
  t1  --> F
  F   --> M
  t2  --> E
  M   --> C
  C   --> F
  M   --> pr
  N   --> pr
  M   --> E
  pr  --> prd
  E   --> prf
  prd --> res
  prf --> res
  res --x ens
  ens --> der
  der --> web
  res --> web

  %% subgraphs
  subgraph Share
    direction LR
    subgraph Combine
      subgraph Prepare
        P
        A
        pts
        env
        X
        D
      end
      subgraph Model
        S
        t1
        t2
        F
        M
        E
        C
        pr
        N
        prd
        prf
        res
      end
      ens
      der
    end
    web
  end

  %% Legend
  in(input):::in
  fxn[/process/]:::fxn
  out(output):::out
  subgraph Legend
    in
    fxn
    out
  end

  %% styles
  classDef in  fill:lightblue
  classDef out fill:lightgreen
  classDef fxn fill:yellow
Figure 1.1: Diagram of SDM data preparation and model fitting.

1.5 Contribute

We very much welcome your feedback, contributions and collaboration. As soon as you contribute, we will add you to to the authors list. Here are a few ways to contribute from least to most involved:

  1. Email Ben (ben@ecoquants.com) with any suggestions, including suggested revisions of this online book.

    Note

    Note that you can download this entire book as:

    • Adobe Acrobat pdf to add annotations; or

    • Microsoft Word docx to edit with Track Changes on.

    These are available in the upper left navigation menu by clicking the download icon .

  2. Submit a New Issue on Github.

  3. Click on “ Edit this Page” in the upper right. If you have a Github account, then you can fork this repository from owner “marinebon” to your username, edit the page(s) and submit a pull request. See Hello World - GitHub Docs.

  4. If you are a regular contributor, you can be added to the collaborators of this repository to push changes directly (without needing a pull request).

1.6 Features

This Quarto book has a few cool features:

  • Multiple formats
    From the singe set of source Quarto documents (*.qmd), several output formats are rendered: html, pdf, docx. This is particularly helpful when suggesting changes. It also lends itself well to being carved into manuscripts.

  • Self-rendering
    Github hosts the web pages (*.html), which get rendered from the source code (*.qmd) using a Github Action. So edits can be made simply through the web interface and all outputs get updated (html, pdf, docx). It also ensures the reproducibility of the document with a common setup environment.

  • Mermaid diagrams
    e.g., Figure 1.1, Figure 3.1, Figure 6.1

  • Quarto document listings

  • References

  • Glossary

  • Search


  1. IUCN RedList range maps: https://www.iucnredlist.org/resources/spatial-data-download↩︎