GitXplorerGitXplorer
P

Arctic_vegetation_prediction

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
7596b06144213ff233ceec3072ce449eece8edab

Update README.md

PPlekhanovaElena committed a year ago
Verified
66a4f405c1c23b9692e03611e4f126fe37156489

Update README.md

PPlekhanovaElena committed a year ago
Verified
0bd1d0087d7ef5a88c3d84306b9e5fa55db4eff2

Update README.md

PPlekhanovaElena committed a year ago
Verified
ee8ecabea7378aa1f5ad0bdfc147d764f93cca45

Update README.md

PPlekhanovaElena committed a year ago
Verified
81f986a2eae832b034c95bb5e6cd81fb887223a9

Update README.md

PPlekhanovaElena committed a year ago
Verified
f3f3e74c47ea82cf57490178aad7824510968c59

Update README.md

mmrejichacko committed 2 years ago

README

The README file for this repository.

Arctic vegetation prediction and refugia analysis

Predicting how Arctic vegetation will look in 2050 based on CAVM and CMIP6 climate data based on Pearson et. al. (2013) methodology. This is code for the paper

M. R. Chacko, J. Oehri, E. Plekhanova, G. Schaepman-Strub Will current protected areas harbor refugia for threatened Arctic vegetation types until 2050? A first assessment (2023) Arctic, Antarctic, and Alpine Research https://doi.org/10.1080/15230430.2023.2203478

Data

Before running the code, please download the

Code

The code has the following structure

  1. Preparing predictors

    1.0 Cropping bioclimate variables to the Arctic extent - above 60 latitude

    1.1a Masking bioclimate variables with CAVM

    1.1b Masking bioclimate variables with CAVM leaving 100 km buffer with trees

    1.2 Stacking 19 bioclimate variables with CAVM and converting the raster to the dataframe

    1.3 Process substrate - converting to 1 and 0 for acidic and non-acidic soils and expanding to 100 km buffer, assigning random acidity there

    1.4 Preparing the vegetation file with trees - adding GLC2000 tree classes to 100km buffer of CAVM

    1.5 Combining substrate, bioclimatic variables and vegetation data in the final dataset for RF classification and prediction

  2. Classification using Random Forest

    2a Training RF on substrate and bioclimatic variables to classify CAVM vegetation

    2b The same on the larger area with 100km buffer with trees

  3. Prediction using Random Forest

    3a making prediction for 6 datasets (3 climate models, 2 emission scenarios)

    3b prediction for CAVM area only - which we use as an input in restricted scenarios

  4. Restricted tree dispersal scenarios

    4 combining predictions made in 3a and 3b for restricted tree scenarios (5 km and 20 km disperal).

  5. Analysis and figures

    5.0 using the results of the zonal histogram (see paper methods) to calculate a) abundance of vegetation types in the present circumpolar Arctic, within and outside of protected areas b) abundance of vegetation types in the future predictions of the circumpolar Arctic, within and outside of protected areas c) classify the vulnerability of Arctic vegetation types using the Red List of Ecosystems Criteria