Provenance
PublisherSoils (USDA NRCS)
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (4)
queryByAreaSymbol
readQuery soil map units by county area symbol (e.g., TX201)
Required paramsareasymbol or areaSymbolInput schema
{ "type": "object", "properties": { "areasymbol": { "type": "string", "examples": [ "TX201" ] }, "areaSymbol": { "type": "string" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "areasymbol" ] }, { "required": [ "areaSymbol" ] } ] } ] }queryByMapUnit
readQuery detailed soil properties by map unit key
Required paramsmukeyInput schema
{ "type": "object", "properties": { "mukey": { "type": "string", "examples": [ "123456" ] } }, "additionalProperties": false, "required": [ "mukey" ] }getInterpretations
readGet soil interpretations for construction (roads, excavations, etc.)
Required paramsareasymbol or areaSymbolInput schema
{ "type": "object", "properties": { "areasymbol": { "type": "string", "examples": [ "TX201" ] }, "areaSymbol": { "type": "string" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "areasymbol" ] }, { "required": [ "areaSymbol" ] } ] } ] }executeQuery
readExecute custom Soil Data Access SQL query
Required paramssqlEntitiessoilInput schema
{ "type": "object", "properties": { "sql": { "type": "string", "examples": [ "SELECT musym FROM mapunit LIMIT 10" ] } }, "additionalProperties": false, "required": [ "sql" ] }
