processBHRGTLayerData
Function: processBHRGTLayerData()
Section titled “Function: processBHRGTLayerData()”function processBHRGTLayerData(_value, context): BHRGTLayer[];Defined in: src/resolvers/bore-resolvers.ts:230
Parse BHR-GT descriptive-log layers into a discriminated union of soil / rock layers. A layer describes either soil or rock; we branch on which is present so rock layers aren’t forced through the soil shape (and vice versa).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
_value | string | null |
context | ResolverContext |