Datasets

The package offers access to bioclimatic and other datasets - they are downloaded, saved to the disk, and then read locally. Please note that some of them require a lot of memory, so make sure your machine can handle them.

By default, the layers are stored in the assets subfolder of the current project. This being said, the prefered solution is to define a SDMLAYERS_PATH environment variable pointing to a specific path, where the layers will live. This will ensure that they are re-used between projects.

All layers are returned as SimpleSDMPredictor, and therefore constructed by calling the SimpleSDMPredictor function on a LayerProvider and a LayerDataset, possibly with a future climate model and scenario. In all cases, the method accepts either a single layer, or an array of layers.

Data providerDatasetLayersFuture modelsFuture scenarios
EarthEnvLandcover12
EarthEnvHabitatHeterogeneity14
WorldClimBioClim19CMIP6SharedSocioeconomicPathway
WorldClimElevation1Elevation
CHELSABioClim12CMIP5, CMIP6RepresentativeConcentrationPathway, SharedSocioeconomicPathway

Providers and datasets

The layernames method (inputs are a provider and a dataset) will return a tuple with the name of the layers.

Data providers

SimpleSDMLayers.LayerProviderType
LayerProvider

A LayerProvider is an abstract type used to dispatch the correct call of SimpleSDMPredictor to a specific dataset. A dataset is specified by a LayerProvider and a LayerDataset, as well as optionally one or multiple layers, and future climate information, resolution, or dates.

source
SimpleSDMLayers.WorldClimType
WorldClim

WorldClim offers bioclimatic data both historical and future, under CMIP6 scenarios.

This provider currently offers BioClim data, both historical and future under CMIP6, and the Elevation raster.

source
SimpleSDMLayers.CHELSAType
CHELSA

CHELSA offers high resolution climatologies. This provider currently offers BioClim data, both historical and future under CMIP5 and CMIP6.

Note that CHELSA offers a subset of all possible CMIP6 combinations, which is supposed to be the most informative.

source
SimpleSDMLayers.EarthEnvType
EarthEnv

Data from the EarthEnv project, all released under a CC-BY-NC license to Tuanmu & Jetz. This provider currently offers LandCover and HabitatHeterogeneity rasters.

source

Datasets

SimpleSDMLayers.LayerDatasetType
LayerDataset

A LayerDataset is a specific set of rasters provided by a LayerProvider. For a number of dataset types that are very broad (LandCover, HabitatHeterogeneity), the precise mapping of layers is documented in their SimpleSDMPredictor method.

source
SimpleSDMLayers.BioClimType
BioClim

A list of 19 bioclimatic variables derived from the monthly temperature and precipitation data. This dataset is provided by WorldClim and CHELSA, both of which offer future versions under CMIP5 and CMIP6 models.

VariableDescription
1Annual Mean Temperature
2Mean Diurnal Range (Mean of monthly (max temp - min temp))
3Isothermality (BIO2/BIO7) (* 100)
4Temperature Seasonality (standard deviation *100)
5Max Temperature of Warmest Month
6Min Temperature of Coldest Month
7Temperature Annual Range (BIO5-BIO6)
8Mean Temperature of Wettest Quarter
9Mean Temperature of Driest Quarter
10Mean Temperature of Warmest Quarter
11Mean Temperature of Coldest Quarter
12Annual Precipitation
13Precipitation of Wettest Month
14Precipitation of Driest Month
15Precipitation Seasonality (Coefficient of Variation)
16Precipitation of Wettest Quarter
17Precipitation of Driest Quarter
18Precipitation of Warmest Quarter
19Precipitation of Coldest Quarter
source

Future data

CMIP5

CMIP6

Missing docstring.

Missing docstring for CIMP6. Check Documenter's build log for details.