Home

Awesome

Our Forests Tomorrow: Visualizing European forests future

In February 2022 European researchers published the Eu-Trees4F study, comprised of a dataset that predicts the extent of 67 tree species in Europe, in 2035, 2065 and 2095, on a 10km grid, according to a whole range of bioclimatic parameters and on two different RCPs (intermediate 4.5 and BAU 8.5).

The amount of considered species, the precision of the simulation and the relatively high spatial resolution makes this dataset an absolute goldmine for forestry, research, biodiversity, but considering how the issue of forests has become salient in the public opinion, this could also be interesting to a really broad audience. Where I live in the West of France, people would be shocked to learn that our beloved beech trees, birch trees, aspens, will be likely gone within 45 years. But with a little help (in the form of assisted migration), the forests here could see new species thrive like Mediterranean oaks, willow trees, etc.

The goal of that project is to bring those findings to a large audience, building interactive product(s) such as a minisite and notebooks, and through media partners.

What are we up to?

205045050-fa1d002e-dc6e-452c-9da2-d2ee16570722

Internal use only/private documents:

About the dataset

The original dataset consists of a series of GeoTIFF files covering mostly the European Union + some Eastern European countries. There is data for:

Comparing with the 2005 baseline extent, the main visualisation goal is to assess what will happen in European regions:

Datasets currently used in the prototype minisite (only RCP P8.5):

Other datasets generated:

Run the minisite prototype locally

Clone this repo and:

yarn
yarn start

How to deploy

  1. Merge the changes you want to reflect on gh-pages branch.
  2. Fill up the value for REACT_APP_MAPBOX_TOKEN in .env.
  3. Run yarn build.
  4. Commit the built assets in docs folder. Push it to gh-pages.