Skip to content
A

BHRGTSoilLayer

Defined in: src/types/index.ts:475

A BHR-GT layer that describes soil (the common case). Discriminate on material === "soil".

PropertyTypeDescriptionInherited fromDefined in
upperBoundarynumber-BHRGTLayerBase.upperBoundarysrc/types/index.ts:441
lowerBoundarynumber-BHRGTLayerBase.lowerBoundarysrc/types/index.ts:442
upperBoundaryDetermination?string | null-BHRGTLayerBase.upperBoundaryDeterminationsrc/types/index.ts:445
lowerBoundaryDetermination?string | null-BHRGTLayerBase.lowerBoundaryDeterminationsrc/types/index.ts:446
anthropogenic?boolean | nullWhether the layer is anthropogenic (man-made)BHRGTLayerBase.anthropogenicsrc/types/index.ts:450
slant?boolean | nullWhether the layer boundary is slantedBHRGTLayerBase.slantsrc/types/index.ts:454
bedded?boolean | nullWhether the layer is bedded/stratifiedBHRGTLayerBase.beddedsrc/types/index.ts:456
bedding?string | nullBedding type of the layer (e.g., “dikGelamineerd”)BHRGTLayerBase.beddingsrc/types/index.ts:458
compositeLayer?boolean | nullWhether the layer is a composite layerBHRGTLayerBase.compositeLayersrc/types/index.ts:460
activityType?string | nullHuman activity type observed in the layer (e.g., “nietBepaald”)BHRGTLayerBase.activityTypesrc/types/index.ts:462
internalStructureIntact?boolean | nullWhether the internal structure is intact (undisturbed)BHRGTLayerBase.internalStructureIntactsrc/types/index.ts:464
specialMaterial?string | nullSpecial material in the layer (e.g. anthropogenic debris)BHRGTLayerBase.specialMaterialsrc/types/index.ts:468
material"soil"--src/types/index.ts:476
geotechnicalSoilNamestringGeotechnical soil name (may be "" for IMBRO/A archive data using NEN 5104)-src/types/index.ts:480
soilNameNEN5104?string | nullSoil name per NEN 5104 (IMBRO/A archive data; geotechnicalSoilName is often nil there)-src/types/index.ts:482
gravelContentClassNEN5104?string | nullGravel content classification per NEN 5104 (IMBRO/A)-src/types/index.ts:484
organicMatterContentClassNEN5104?string | nullOrganic matter content classification per NEN 5104 (IMBRO/A)-src/types/index.ts:486
tertiaryConstituent?string | nullTertiary soil constituent (e.g., “schelpMateriaal”, “plantenresten”)-src/types/index.ts:490
color?stringSoil color code-src/types/index.ts:492
dispersedInhomogeneity?boolean | nullDispersed inhomogeneity presence-src/types/index.ts:494
organicMatterContentClass?string | nullOrganic matter content classification-src/types/index.ts:496
carbonateContentClass?string | nullCarbonate content classification-src/types/index.ts:498
sandMedianClass?string | nullSand median grain size classification-src/types/index.ts:500
gravelMedianClass?string | nullGravel median grain size classification (e.g., “fijn”, “middelgrof”)-src/types/index.ts:502
geotechnicalDepositionalCharacteristic?string | nullDepositional characteristic of the soil (e.g., “nietBepaald”)-src/types/index.ts:504
interbedding?string | nullInterbedding of other material in the soil (e.g., “kleiWeinigDikkeLaminae”)-src/types/index.ts:506
grainshape?GrainshapeGrain shape properties (for sand/gravel)-src/types/index.ts:508
mixed?boolean | nullWhether the soil is mixed-src/types/index.ts:511
mottled?boolean | nullWhether the soil has mottled appearance-src/types/index.ts:513
fineSoilConsistency?string | nullConsistency of fine-grained soils (e.g., “slap”, “stevig”, “vast”)-src/types/index.ts:517
organicSoilConsistency?string | nullConsistency of organic soils-src/types/index.ts:521
organicSoilTexture?string | nullTexture of organic soils (e.g., “vezeligGrof”, “vezeligFijn”)-src/types/index.ts:523
peatTensileStrength?string | nullTensile strength of peat-src/types/index.ts:525
crossBedding?string | nullCross bedding present (raw code)-src/types/index.ts:529
gradedBedding?string | nullGraded bedding present (raw code)-src/types/index.ts:531
mixingType?string | nullMixing type of the soil-src/types/index.ts:533
fineGravelContentClass?string | nullFine gravel content classification-src/types/index.ts:535
mediumCoarseGravelContentClass?string | nullMedium-coarse gravel content classification-src/types/index.ts:537
veryCoarseGravelContentClass?string | nullVery coarse gravel content classification-src/types/index.ts:539
sandSortingNEN5104?string | nullSand sorting classification per NEN 5104-src/types/index.ts:541
peatType?string | nullPeat type classification-src/types/index.ts:543
depositionalAge?string | nullDepositional age of the layer-src/types/index.ts:545