Skip to contents

Connect to or download chemical soil element concentration (for the 0-30 cm topsoil) data for Africa. The spatial resolution is 30 arc-seconds (about 1 km2), aggregated from the original 250 m spatial resolution.

The data have an Open Data Commons Open Database License (ODbL)

For more information, see https://web.archive.org/web/20250421195225/https://www.isric.org/projects/soil-property-maps-africa-250-m-resolution

Usage

soil_af_elements(var, path, ...)

Arguments

var

character. Variables name. One of: "Al", "B", "Ca", "Cu", "Fe", "K", "Mg", "Mn", "N", "Na", "P", "Ptot", "Zn". See Details

path

character. Path for storing the downloaded data. See geodata_path

...

additional arguments passed to download.file

Value

SpatRaster

Details

vardescriptionunit
AlExtractable aluminummg kg-1 (ppm)
BExtractable boronmg kg-1 (ppm)
CaExtractable calciummg kg-1 (ppm)
CuExtractable coppermg kg-1 (ppm)
FeExtractable ironmg kg-1 (ppm)
KExtractable potassiummg kg-1 (ppm)
MgExtractable magnesiummg kg-1 (ppm)
MnExtractable manganesemg kg-1 (ppm)
NOrganic nitrogenmg kg-1 (ppm)
NaExtractable sodiummg kg-1 (ppm)
PExtractable phosphorusmg (100 kg-1)
PtotTotal phosphorusmg (100 kg-1)
ZnExtractable zincmg kg-1 (ppm)

References

Hengl T, Heuvelink GBM, Kempen B, Leenaars JGB, Walsh MG, Shepherd KD, et al. (2015) Mapping Soil Properties of Africa at 250 m Resolution: Random Forests Significantly Improve Current Predictions. PLoS ONE 10(6): e0125814. doi:10.1371/journal.pone.0125814

Examples

# \donttest{
# downloads a large file
fe <- soil_af_elements("Fe", path=tempdir(), quiet=TRUE)
# }