BHRGData
Interface: BHRGData
Section titled “Interface: BHRGData”Defined in: src/types/index.ts:633
Complete BHR-G (Geological Borehole) data (metadata + layers)
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
meta | ParseMeta | Metadata about the parsed document (schema version, warnings) | src/types/index.ts:637 |
broId | string | null | - | src/types/index.ts:640 |
alias? | string | User-defined identifier (not parsed from XML) | src/types/index.ts:645 |
qualityRegime | QualityRegime | null | BRO quality regime - IMBRO: Strict regime (all mandatory fields required) - IMBRO/A: Relaxed regime for historical data (allows missing fields) | src/types/index.ts:653 |
researchReportDate | string | null | - | src/types/index.ts:655 |
deliveredLocation | Location | null | - | src/types/index.ts:658 |
standardizedLocation | Location | null | - | src/types/index.ts:659 |
deliveredVerticalPositionOffset | number | null | - | src/types/index.ts:662 |
deliveredVerticalPositionDatum | string | null | - | src/types/index.ts:663 |
deliveredVerticalPositionReferencePoint | string | null | - | src/types/index.ts:664 |
descriptionProcedure | string | null | - | src/types/index.ts:667 |
boreRockReached | boolean | null | - | src/types/index.ts:668 |
finalBoreDepth | number | null | - | src/types/index.ts:669 |
finalSampleDepth | number | null | - | src/types/index.ts:670 |
boreHoleCompleted | string | null | - | src/types/index.ts:671 |
boringStartDate | string | null | Start date of the boring operation | src/types/index.ts:675 |
boringEndDate | string | null | End date of the boring operation | src/types/index.ts:677 |
boringProcedure | string | null | Boring procedure standard used | src/types/index.ts:679 |
boringTechnique | string | null | Boring technique used | src/types/index.ts:681 |
trajectoryExcavated | boolean | null | Whether the trajectory was excavated | src/types/index.ts:683 |
subsurfaceContaminated | boolean | null | Whether the subsurface is contaminated | src/types/index.ts:685 |
stopCriterion | string | null | Stop criterion for boring | src/types/index.ts:687 |
samplingProcedure | string | null | Sampling procedure standard | src/types/index.ts:691 |
samplingMethod | string | null | Sampling method used | src/types/index.ts:693 |
samplingQuality | string | null | Sampling quality assessment | src/types/index.ts:695 |
descriptionQuality | string | null | Description quality assessment | src/types/index.ts:699 |
describedSamplesQuality | string | null | Described samples quality | src/types/index.ts:701 |
descriptionLocation | string | null | Description location (field/lab) | src/types/index.ts:703 |
descriptionReportDate | string | null | Date of description report | src/types/index.ts:705 |
describedMaterial | string | null | Described material type | src/types/index.ts:707 |
continuouslySampled | boolean | null | Whether sampling was continuous | src/types/index.ts:709 |
sampleMoistness | string | null | Sample moistness during description | src/types/index.ts:711 |
data | BHRGLayer[] | - | src/types/index.ts:713 |
boredIntervals | BoredInterval[] | Array of bored intervals with technique and diameter | src/types/index.ts:717 |
sampledIntervals | SampledInterval[] | Array of sampled intervals with method and quality | src/types/index.ts:719 |
registrationHistory | RegistrationHistory | null | BRO registration history | src/types/index.ts:723 |
reportHistory | ReportHistory | null | Report history with events | src/types/index.ts:725 |
deliveryContext | string | null | Delivery context (e.g., “archiefoverdracht”) | src/types/index.ts:729 |
surveyPurpose | string | null | Survey purpose | src/types/index.ts:731 |
discipline | string | null | Discipline (e.g., “geologie”) | src/types/index.ts:733 |
surveyProcedure | string | null | Survey procedure standard | src/types/index.ts:735 |
nitgCode | string | null | NITG code (legacy identifier) | src/types/index.ts:737 |