Skip to contents

Download physical soil properties data for Africa that can be used in water balance computation. The values are for a soil depth of 0 to 30 cm. The spatial resolution is 30 arc-seconds (about 1 km2), aggregated from the original 250m resolution.

For other properties see soil_af, soil_af_elements, soil_af_isda.

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

The data have a CC-BY 4.0 NC license

Usage

soil_af_water(var, depth = "30cm", path, ...)

Arguments

var

character. Variables name such as "awcpf23" or "pwp". See Details

depth

character. Either "30cm" or "erzd" (the effective rooting zone depth of maize)

path

character. Path for storing the downloaded data. See geodata_path

...

additional arguments passed to download.file

Value

SpatRaster

Details

vardescriptionunit
awcpf23Available water capacity of the fine earth at field capacity (pF 2.3)volumetric %
pwpMoisture content of the fine earth at permanent wilting point (pF 4.2)volumetric %
tetasMoisture content of the fine earth at saturationvolumetric %
tawcpf23Absolute total available water capacitycm?
tawcpf23mmAbsolute total available water capacity in mmmm
erzdEffective root zone depth (for maize)cm

Examples

# \donttest{
# this downloads a large file
tetaS <- soil_af_water(var="tetas", depth="erzd", path=tempdir())
# }