Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

white-shark-geolocation-light

LifeWatch ERIC

A biologging database of juvenile white sharks from the northeast Pacific — replication study.

Reference paper: O’Sullivan et al. (2022)

This repository is a self-contained replication of the headline claim from the reference paper above. It produces:

Headline result

An open, fully-reproducible light + sea-surface-temperature + bathymetry hidden Markov geolocation model reproduces the daily tracks of four co-deployed (PAT + SPOT) juvenile white sharks at a pooled median error of 148 km to the held-out SPOT Argos referee, versus 54 km for the proprietary GPE3 product. The open method never places the animal on land (GPE3 does, on 10 of the four tags’ days), respects bathymetry, and confirms the falsifiable prediction that the fitted movement σ comes off its optimisation bound. Outcome: partially supported (the open method is reproducible and physically consistent, but less accurate than the proprietary product).

Per-tag accuracy vs GPE3, and the fitted-σ-off-bound prediction

Example track (shark 07_05) — the posterior probability cloud, our land-aware track (orange), the GPE3 baseline (blue), and the held-out Argos fixes (green):

07_05 posterior cloud and tracks

The figures above are committed to the repository; CI builds this book from them rather than re-executing the multi-hour geolocation pipeline. To regenerate them, run pixi run snakemake --cores 1 on dedicated compute (it downloads ~2.5 GB of GLORYS ocean fields and fits a HMM per tag).

Quick start

git clone https://github.com/annefou/white-shark-geolocation-light.git
cd white-shark-geolocation-light
pixi install
pixi run snakemake --cores 1

Or with Docker:

docker run --rm ghcr.io/annefou/white-shark-geolocation-light:latest

Structure

Nanopublication chain

The published chain is listed in nanopubs/PUBLISHED.md. Each step links to its viewer URL on the Science Live platform.

Citation

If you use this work, please cite both:

References
  1. O’Sullivan, J., Lowe, C. G., Sosa-Nishizaki, O., Jorgensen, S. J., Anderson, J. M., Farrugia, T. J., García-Rodríguez, E., Lyons, K., McKinzie, M. K., Oñate-González, E. C., Weng, K., White, C. F., Winkler, C., & Van Houtan, K. S. (2022). A biologging database of juvenile white sharks from the northeast Pacific. Scientific Data, 9(1). 10.1038/s41597-022-01235-3
  2. Fouilloux, A. (2026). white-shark-geolocation-light. Zenodo. 10.5281/ZENODO.20585041