Soil Properties
soil_propertiesGet soil property values at any coordinate from ISRIC SoilGrids (250m global grid) — clay/sand/silt %, pH, organic carbon, nitrogen, cation exchange, bulk density, water content. Values are returned in real units (scaled from raw map units). Keyless; the SoilGrids API may take several seconds to respond.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Depth interval (default "0-5cm"). Valid: "0-5cm", "5-15cm", "15-30cm", "30-60cm", "60-100cm", "100-200cm". | |
| latitude | Yes | Latitude in decimal degrees (-90 to 90). | |
| longitude | Yes | Longitude in decimal degrees (-180 to 180). | |
| properties | No | Soil property codes to query (default ["clay","sand","silt","phh2o","soc"]). Valid codes: clay, sand, silt (texture %), phh2o (pH in water), soc (soil organic carbon), nitrogen, cec (cation exchange capacity), bdod (bulk density), cfvo (coarse fragments), ocd (organic carbon density), wv0010/wv0033/wv1500 (volumetric water content at 10/33/1500 kPa). |