Giter Club home page Giter Club logo

sdm-toolbox's Introduction

SDM-Toolbox

A toolbox for specie distribution modelling in Maxent

Clone this repository

In order to keep track of your github repositories on your computer, it is recommended to store them in a checkouts folder in your home folder.

mkdir ~/checkouts
cd ~/checkouts
git clone https://github.com/janjaapmeijer/sdm-toolbox sdm-toolbox

Create a conda environment for this project

conda env create --file conda-environment.yml
conda activate sdm-toolbox

Download and save WorldClim data

WorldClim

Bioclim dataset

wget -P ~/checkouts/sdm-toolbox/data https://geodata.ucdavis.edu/climate/worldclim/2_1/base/wc2.1_10m_bio.zip
unzip ~/checkouts/sdm-toolbox/data/wc2.1_10m_bio.zip -d ~/checkouts/sdm-toolbox/data/worldclim

Topography dataset

wget -P ~/checkouts/sdm-toolbox/data https://geodata.ucdavis.edu/climate/worldclim/2_1/base/wc2.1_10m_elev.zip
unzip ~/checkouts/sdm-toolbox/data/wc2.1_10m_elev.zip -d ~/checkouts/sdm-toolbox/data/worldclim

Download additional data

Land Cover/ Forest Type dataset

Copernicus Dynamic Land Cover

wget https://zenodo.org/records/3939050/files/PROBAV_LC100_global_v3.0.1_2019-nrt_Forest-Type-layer_EPSG-4326.tif -P ~/checkouts/sdm-toolbox/data/land-cover/

Planted Forest East Asia data dataset from Abbasi et al. 2023

Abbasi et al. 2023

mkdir ~/checkouts/sdm-toolbox/data/planted-forest-east-asia
wget https://figshare.com/ndownloader/files/41222433 -O ~/checkouts/sdm-toolbox/data/planted-forest-east-asia/PlantedForestEastAsia.shp
wget https://figshare.com/ndownloader/files/41222436 -O ~/checkouts/sdm-toolbox/data/planted-forest-east-asia/PlantedForestEastAsia.shx
wget https://figshare.com/ndownloader/files/41222439 -O ~/checkouts/sdm-toolbox/data/planted-forest-east-asia/PlantedForestEastAsia.prj
wget https://figshare.com/ndownloader/files/41222430 -O ~/checkouts/sdm-toolbox/data/planted-forest-east-asia/PlantedForestEastAsia.dbf
cd ~/checkouts/sdm-toolbox/data/planted-forest-east-asia
zip planted-forest-east-asia.zip *

Normalised Difference Vegetation Index dataset

Copernicus NDVI

wget https://land.copernicus.vgt.vito.be/PDF/datapool/Vegetation/Indicators/NDVI_Statistics/1999/12/21/NDVI-LTS_1999-2019-1221_GLOBE_VGT-PROBAV_V3.0.1/c_gls_NDVI-LTS_1999-2019-1221_GLOBE_VGT-PROBAV_V3.0.1.nc -P ~/checkouts/sdm-toolbox/data/ndvi

sdm-toolbox's People

Contributors

janjaapmeijer avatar bweeding avatar

Watchers

 avatar

Forkers

bweeding

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.