soil_af_water | R Documentation |
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
soil_af_water(var, depth = "30cm", path, ...)
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 |
... |
additional arguments passed to |
var | description | unit | |
awcpf23 | Available water capacity of the fine earth at field capacity (pF 2.3) | volumetric % | |
pwp | Moisture content of the fine earth at permanent wilting point (pF 4.2) | volumetric % | |
tetas | Moisture content of the fine earth at saturation | volumetric % | |
tawcpf23 | Absolute total available water capacity | cm? | |
tawcpf23mm | Absolute total available water capacity in mm | mm | |
erzd | Effective root zone depth (for maize) | cm | |
SpatRaster
soil_af_elements
, soil_af_isda
, soil_world
# this downloads a large file
tetaS <- soil_af_water(var="tetas", depth="erzd", path=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.