BHRGTLayer
Interface: BHRGTLayer
Section titled “Interface: BHRGTLayer”Defined in: src/types/index.ts:350
BHR-GT (Borehole Research Geotechnical) layer data
Contains all fields from the BRO BHR-GT schema for a single soil layer.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
upperBoundary | number | - | src/types/index.ts:352 |
lowerBoundary | number | - | src/types/index.ts:353 |
upperBoundaryDetermination? | string | null | - | src/types/index.ts:356 |
lowerBoundaryDetermination? | string | null | - | src/types/index.ts:357 |
anthropogenic? | boolean | null | Whether the layer is anthropogenic (man-made) | src/types/index.ts:361 |
geotechnicalSoilName | string | - | src/types/index.ts:364 |
soilNameNEN5104? | string | null | Soil name per NEN 5104 (IMBRO/A archive data; geotechnicalSoilName is often nil there) | src/types/index.ts:366 |
gravelContentClassNEN5104? | string | null | Gravel content classification per NEN 5104 (IMBRO/A) | src/types/index.ts:368 |
organicMatterContentClassNEN5104? | string | null | Organic matter content classification per NEN 5104 (IMBRO/A) | src/types/index.ts:370 |
tertiaryConstituent? | string | null | Tertiary soil constituent (e.g., “schelpMateriaal”, “plantenresten”) | src/types/index.ts:374 |
color? | string | Soil color code | src/types/index.ts:376 |
dispersedInhomogeneity? | boolean | null | Dispersed inhomogeneity presence | src/types/index.ts:378 |
organicMatterContentClass? | string | null | Organic matter content classification | src/types/index.ts:380 |
carbonateContentClass? | string | null | Carbonate content classification | src/types/index.ts:382 |
sandMedianClass? | string | null | Sand median grain size classification | src/types/index.ts:384 |
gravelMedianClass? | string | null | Gravel median grain size classification (e.g., “fijn”, “middelgrof”) | src/types/index.ts:386 |
geotechnicalDepositionalCharacteristic? | string | null | Depositional characteristic of the soil (e.g., “nietBepaald”) | src/types/index.ts:388 |
interbedding? | string | null | Interbedding of other material in the soil (e.g., “kleiWeinigDikkeLaminae”) | src/types/index.ts:390 |
grainshape? | Grainshape | Grain shape properties (for sand/gravel) | src/types/index.ts:392 |
slant? | boolean | null | Whether the layer boundary is slanted | src/types/index.ts:396 |
bedded? | boolean | null | Whether the layer is bedded/stratified | src/types/index.ts:398 |
bedding? | string | null | Bedding type of the layer (e.g., “dikGelamineerd”) | src/types/index.ts:400 |
compositeLayer? | boolean | null | Whether the layer is a composite layer | src/types/index.ts:402 |
activityType? | string | null | Human activity type observed in the layer (e.g., “nietBepaald”) | src/types/index.ts:404 |
internalStructureIntact? | boolean | null | Whether the internal structure is intact (undisturbed) | src/types/index.ts:406 |
mixed? | boolean | null | Whether the soil is mixed | src/types/index.ts:408 |
mottled? | boolean | null | Whether the soil has mottled appearance | src/types/index.ts:410 |
fineSoilConsistency? | string | null | Consistency of fine-grained soils (e.g., “slap”, “stevig”, “vast”) | src/types/index.ts:414 |
organicSoilConsistency? | string | null | Consistency of organic soils | src/types/index.ts:418 |
organicSoilTexture? | string | null | Texture of organic soils (e.g., “vezeligGrof”, “vezeligFijn”) | src/types/index.ts:420 |
peatTensileStrength? | string | null | Tensile strength of peat | src/types/index.ts:422 |