Documentation
    Preparing search index...

    Interface SoilProfileSpecInterface

    Standardized Multi-Horizon Stratified Soil Profile Specification Interface

    interface SoilProfileSpecInterface {
        dominantTextureClass: SoilTextureClass;
        drainageClass?: string;
        horizons: SoilHorizonInterface[];
        maxRootingDepthCm?: number;
        ontologyMapping?: OntologyMappingInterface;
        origin: string;
        parentMaterial?: string;
        sourceCoordinates?: {
            altitude?: number;
            latitude: number;
            longitude: number;
        };
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • SoilProfileSpecInterface

    Indexable

    • [key: string]: unknown
    Index

    Properties

    dominantTextureClass: SoilTextureClass

    Dominant / Topsoil texture class

    drainageClass?: string

    Drainage classification

    Ordered list of soil horizons from surface to bedrock/subsoil

    maxRootingDepthCm?: number

    Maximum depth of root penetration in cm

    ontologyMapping?: OntologyMappingInterface

    Standard ontology mapping

    origin: string

    Origin / Provenance of the pedological data

    parentMaterial?: string

    Parent rock / geological substrate description

    sourceCoordinates?: { altitude?: number; latitude: number; longitude: number }

    Source GPS coordinates if resolved via geospatial API