Skip to content
A

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).

ParameterType
_valuestring | null
contextResolverContext

BHRGTLayer[]