Visualises reported fishing catch globally over the last 70 years, as well as estimate sof illegal fishing and discarded fish.
These charts, as well as the analyses that underpin them, are available under a Creative Commons Attribution 4.0 licence. This includes commercial reuse and derivates.
Data in these charts comes from:
- Global Fisheries Landings V4.0. The accompanying paper is Watson (2017).
Please attribute 360info and the data sources when you use and remix these visualisations.
If you just want to add the interactive to your story, copy the following embed code and paste it into your editor:
<iframe
src="https://360info-revivingoceans.pages.dev/globalfishmap.html"
title="Measure of reported and illegal fishing, as well as discarded fish since 1950. Data comes from the Global Fisheries Landings v4 dataset."
width="500"
height="670"
scrolling="no"
style="border:none;">
</iframe>
We typically publish graphics using Quarto notebooks, which can be found in the*.qmd
files. Quarto allows reproducible analysis and visualisation to be done in a mix of languages, but we typically use R and Observable JS.
You'll need to:
- Download and install Quarto
- Download the install R
- Satisfy the R package dependencies. In R:
- Install the
renv
package withinstall.packages("renv")
, - Then run
renv::restore()
to install the R package dependencies. - (For problems satisfying R package dependencies, refer to Quarto's documentation on virtual environments.)
- Install the
Now, render the .qmd
files to the /out
directory with:
quarto render
If you find any problems with our analysis or charts, please feel free to create an issue!