Global soil properties database at ~1km (30 arc-second) resolution with 7 depth layers. Provides soil type, texture, pH, organic carbon, nutrient content, and water holding capacity from national ground surveys and lab data. Critical for crop suitability mapping and yield modeling in Maharashtra.
import rasterio
# Download from https://www.fao.org/soils-portal/data-hub/
print('FAO HWSD v2: https://www.fao.org/soils-portal/data-hub/')
print('Harmonized World Soil Database for global soil properties')| Field | Type | Description |
|---|---|---|
| soil_unit | string | FAO soil unit code |
| texture | string | Soil texture class |
| organic_carbon | float | Organic carbon content percentage |
| ph | float | Soil pH value |