kunstler / ForestAvalanche

Analyse of CLPA and NFI data
0 stars 0 forks source link

extract climatic variables and environmental variables #4

Closed kunstler closed 4 years ago

kunstler commented 4 years ago

use function in https://gitlab.irstea.fr/georges.kunstler/EUForestSDM/blob/master/R/Climate.R

Cavaliere-maude commented 4 years ago

for soil rather use ifn data

Cavaliere-maude commented 4 years ago

No access to indicated URL in function nor to direct download on web site url : https://www.wsl.ch/lud/chelsa/data/bioclim/integer/CHELSA_bio10_01_land.7z and https://envidatrepo.wsl.ch/uploads/chelsa/chelsa_V1/bioclim/integer/CHELSA_bio10_01.tif

Cavaliere-maude commented 4 years ago

try to get access via : https://datadryad.org/stash/landing/show?big=showme&id=doi%3A10.5061%2Fdryad.kd1d4

Cavaliere-maude commented 4 years ago

No soil data for IFN Cycle 2

Cavaliere-maude commented 4 years ago

some plots are NA for variables pH, CEC and OCC

table(is.na(climC2$pH))

FALSE TRUE 1639 8

table(is.na(climC3$pH))

FALSE TRUE 1240 5

table(is.na(climC4$pH))

FALSE TRUE 1118 5

Cavaliere-maude commented 4 years ago

exclude them for analyses ?

Cavaliere-maude commented 4 years ago

yes