JSON
Soil Types - JSON
Soil types are primarily classified by particle size and composition. Sandy soil has excellent drainage and aeration but low water and nutrient retention. Clay soil has excellent water and nutrient retention but poor drainage and aeration. Humus soil is rich in organic matter and fertile but has low strength and high compressibility. Understanding these soil characteristics and implementing appropriate soil improvement can create an environment suitable for crop growth.
soil
clay soil
sandy soil
humus soil
agriculture
soil preparation
aggregate structure
[
{
"code": "01",
"slug": "sandy-soil",
"name": "Sandy Soil",
"description": "Soil dominated by sand particles with excellent drainage and aeration.",
"particleSize": "Mainly sand particles of 2-0.02mm",
"drainage": "Good (well-drained)",
"waterRetention": "Poor (low water retention)",
"aeration": "Good",
"fertilityRetention": "Poor (nutrients leach easily)",
"workability": "Light and easy to work",
"suitableCrops": [
"Root vegetables (carrots, daikon)",
"Sweet potatoes",
"Peanuts"
],
"improvementMethods": [
"Adding organic matter (compost, leaf mold)",
"Mulching for water retention",
"Frequent fertilization"
]
},
{
"code": "02",
"slug": "clay-soil",
"name": "Clay Soil",
"description": "Soil dominated by clay particles with excellent water and nutrient retention.",
"particleSize": "Clay particles of 0.002mm or less, 25% or more",
"drainage": "Poor (tends to be wet)",
"waterRetention": "Good (retains moisture well)",
"aeration": "Poor",
"fertilityRetention": "Good (retains nutrients well)",
"workability": "Heavy and becomes hard when dry",
"suitableCrops": [
"Rice (paddy)",
"Wheat",
"Soybeans"
],
"improvementMethods": [
"Drainage improvement",
"Aggregation through organic matter addition",
"pH adjustment with lime application"
]
},
{
"code": "03",
"slug": "humus-soil",
"name": "Humus Soil",
"description": "Soil rich in organic matter and fertility.",
"particleSize": "Humus content 20% or more",
"drainage": "Requires drainage management",
"waterRetention": "Extremely good",
"aeration": "Varies with organic matter decomposition",
"fertilityRetention": "Extremely good",
"workability": "Light but highly compressible",
"suitableCrops": [
"Leafy vegetables",
"Flowers",
"Seedling cultivation"
],
"improvementMethods": [
"Proper drainage management",
"Mixing with other soils",
"Ground improvement (for developed land)"
]
},
{
"code": "04",
"slug": "loamy-soil",
"name": "Loamy Soil (Ideal Soil)",
"description": "Ideal soil where clay and sand are mixed and bound by humus.",
"particleSize": "Moderate mixture of clay, silt, and sand",
"drainage": "Good",
"waterRetention": "Good",
"aeration": "Good",
"fertilityRetention": "Good",
"workability": "Moderately light and easy to work",
"suitableCrops": [
"Almost all crops"
],
"improvementMethods": [
"Continuous addition of organic matter",
"Proper tillage management",
"Use of green manure"
]
}
]