@bedrock-engineer/bro-xml-parser 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +190 -0
- package/README.md +95 -0
- package/dist/adapters/browser-adapter.d.ts +18 -0
- package/dist/adapters/browser-adapter.d.ts.map +1 -0
- package/dist/adapters/browser-adapter.js +78 -0
- package/dist/adapters/browser-adapter.js.map +1 -0
- package/dist/adapters/index.d.ts +9 -0
- package/dist/adapters/index.d.ts.map +1 -0
- package/dist/adapters/index.js +9 -0
- package/dist/adapters/index.js.map +1 -0
- package/dist/adapters/node-adapter.d.ts +16 -0
- package/dist/adapters/node-adapter.d.ts.map +1 -0
- package/dist/adapters/node-adapter.js +63 -0
- package/dist/adapters/node-adapter.js.map +1 -0
- package/dist/browser.d.ts +28 -0
- package/dist/browser.d.ts.map +1 -0
- package/dist/browser.js +29 -0
- package/dist/browser.js.map +1 -0
- package/dist/colors.d.ts +60 -0
- package/dist/colors.d.ts.map +1 -0
- package/dist/colors.js +102 -0
- package/dist/colors.js.map +1 -0
- package/dist/core/schema-parser.d.ts +31 -0
- package/dist/core/schema-parser.d.ts.map +1 -0
- package/dist/core/schema-parser.js +99 -0
- package/dist/core/schema-parser.js.map +1 -0
- package/dist/core/version-detector.d.ts +66 -0
- package/dist/core/version-detector.d.ts.map +1 -0
- package/dist/core/version-detector.js +263 -0
- package/dist/core/version-detector.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -0
- package/dist/namespaces.d.ts +16 -0
- package/dist/namespaces.d.ts.map +1 -0
- package/dist/namespaces.js +48 -0
- package/dist/namespaces.js.map +1 -0
- package/dist/node.d.ts +28 -0
- package/dist/node.d.ts.map +1 -0
- package/dist/node.js +29 -0
- package/dist/node.js.map +1 -0
- package/dist/parser.d.ts +180 -0
- package/dist/parser.d.ts.map +1 -0
- package/dist/parser.js +256 -0
- package/dist/parser.js.map +1 -0
- package/dist/reference-codes/bhrg-activity-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-activity-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-activity-type.js +22 -0
- package/dist/reference-codes/bhrg-activity-type.js.map +1 -0
- package/dist/reference-codes/bhrg-analysis-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrg-analysis-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-analysis-procedure.js +20 -0
- package/dist/reference-codes/bhrg-analysis-procedure.js.map +1 -0
- package/dist/reference-codes/bhrg-angularity.d.ts +15 -0
- package/dist/reference-codes/bhrg-angularity.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-angularity.js +28 -0
- package/dist/reference-codes/bhrg-angularity.js.map +1 -0
- package/dist/reference-codes/bhrg-animal-fossil-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-animal-fossil-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-animal-fossil-type.js +31 -0
- package/dist/reference-codes/bhrg-animal-fossil-type.js.map +1 -0
- package/dist/reference-codes/bhrg-applied-optical-model.d.ts +15 -0
- package/dist/reference-codes/bhrg-applied-optical-model.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-applied-optical-model.js +20 -0
- package/dist/reference-codes/bhrg-applied-optical-model.js.map +1 -0
- package/dist/reference-codes/bhrg-archeological-constituent-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-archeological-constituent-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-archeological-constituent-type.js +32 -0
- package/dist/reference-codes/bhrg-archeological-constituent-type.js.map +1 -0
- package/dist/reference-codes/bhrg-archive-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-archive-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-archive-class.js +29 -0
- package/dist/reference-codes/bhrg-archive-class.js.map +1 -0
- package/dist/reference-codes/bhrg-backfill-material.d.ts +15 -0
- package/dist/reference-codes/bhrg-backfill-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-backfill-material.js +40 -0
- package/dist/reference-codes/bhrg-backfill-material.js.map +1 -0
- package/dist/reference-codes/bhrg-boring-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrg-boring-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-boring-procedure.js +22 -0
- package/dist/reference-codes/bhrg-boring-procedure.js.map +1 -0
- package/dist/reference-codes/bhrg-boring-technique.d.ts +15 -0
- package/dist/reference-codes/bhrg-boring-technique.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-boring-technique.js +42 -0
- package/dist/reference-codes/bhrg-boring-technique.js.map +1 -0
- package/dist/reference-codes/bhrg-boundary-positioning-method.d.ts +15 -0
- package/dist/reference-codes/bhrg-boundary-positioning-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-boundary-positioning-method.js +28 -0
- package/dist/reference-codes/bhrg-boundary-positioning-method.js.map +1 -0
- package/dist/reference-codes/bhrg-calculation-value-origin.d.ts +15 -0
- package/dist/reference-codes/bhrg-calculation-value-origin.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-calculation-value-origin.js +21 -0
- package/dist/reference-codes/bhrg-calculation-value-origin.js.map +1 -0
- package/dist/reference-codes/bhrg-carbonate-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-carbonate-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-carbonate-content-class.js +27 -0
- package/dist/reference-codes/bhrg-carbonate-content-class.js.map +1 -0
- package/dist/reference-codes/bhrg-casing-material.d.ts +15 -0
- package/dist/reference-codes/bhrg-casing-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-casing-material.js +25 -0
- package/dist/reference-codes/bhrg-casing-material.js.map +1 -0
- package/dist/reference-codes/bhrg-chunk-size-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-chunk-size-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-chunk-size-class.js +24 -0
- package/dist/reference-codes/bhrg-chunk-size-class.js.map +1 -0
- package/dist/reference-codes/bhrg-colour.d.ts +15 -0
- package/dist/reference-codes/bhrg-colour.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-colour.js +159 -0
- package/dist/reference-codes/bhrg-colour.js.map +1 -0
- package/dist/reference-codes/bhrg-correction-reason.d.ts +15 -0
- package/dist/reference-codes/bhrg-correction-reason.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-correction-reason.js +23 -0
- package/dist/reference-codes/bhrg-correction-reason.js.map +1 -0
- package/dist/reference-codes/bhrg-current-process.d.ts +15 -0
- package/dist/reference-codes/bhrg-current-process.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-current-process.js +23 -0
- package/dist/reference-codes/bhrg-current-process.js.map +1 -0
- package/dist/reference-codes/bhrg-delivery-context.d.ts +15 -0
- package/dist/reference-codes/bhrg-delivery-context.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-delivery-context.js +26 -0
- package/dist/reference-codes/bhrg-delivery-context.js.map +1 -0
- package/dist/reference-codes/bhrg-described-material.d.ts +15 -0
- package/dist/reference-codes/bhrg-described-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-described-material.js +19 -0
- package/dist/reference-codes/bhrg-described-material.js.map +1 -0
- package/dist/reference-codes/bhrg-described-samples-quality.d.ts +15 -0
- package/dist/reference-codes/bhrg-described-samples-quality.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-described-samples-quality.js +22 -0
- package/dist/reference-codes/bhrg-described-samples-quality.js.map +1 -0
- package/dist/reference-codes/bhrg-description-location.d.ts +15 -0
- package/dist/reference-codes/bhrg-description-location.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-description-location.js +22 -0
- package/dist/reference-codes/bhrg-description-location.js.map +1 -0
- package/dist/reference-codes/bhrg-description-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrg-description-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-description-procedure.js +26 -0
- package/dist/reference-codes/bhrg-description-procedure.js.map +1 -0
- package/dist/reference-codes/bhrg-description-quality.d.ts +15 -0
- package/dist/reference-codes/bhrg-description-quality.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-description-quality.js +26 -0
- package/dist/reference-codes/bhrg-description-quality.js.map +1 -0
- package/dist/reference-codes/bhrg-determination-method.d.ts +15 -0
- package/dist/reference-codes/bhrg-determination-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-determination-method.js +31 -0
- package/dist/reference-codes/bhrg-determination-method.js.map +1 -0
- package/dist/reference-codes/bhrg-determination-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrg-determination-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-determination-procedure.js +28 -0
- package/dist/reference-codes/bhrg-determination-procedure.js.map +1 -0
- package/dist/reference-codes/bhrg-determined-composition-properties.d.ts +15 -0
- package/dist/reference-codes/bhrg-determined-composition-properties.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-determined-composition-properties.js +23 -0
- package/dist/reference-codes/bhrg-determined-composition-properties.js.map +1 -0
- package/dist/reference-codes/bhrg-determined-hydrophysical-properties.d.ts +15 -0
- package/dist/reference-codes/bhrg-determined-hydrophysical-properties.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-determined-hydrophysical-properties.js +22 -0
- package/dist/reference-codes/bhrg-determined-hydrophysical-properties.js.map +1 -0
- package/dist/reference-codes/bhrg-discipline.d.ts +15 -0
- package/dist/reference-codes/bhrg-discipline.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-discipline.js +23 -0
- package/dist/reference-codes/bhrg-discipline.js.map +1 -0
- package/dist/reference-codes/bhrg-discontinuity-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-discontinuity-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-discontinuity-type.js +25 -0
- package/dist/reference-codes/bhrg-discontinuity-type.js.map +1 -0
- package/dist/reference-codes/bhrg-dispersion-method.d.ts +15 -0
- package/dist/reference-codes/bhrg-dispersion-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-dispersion-method.js +21 -0
- package/dist/reference-codes/bhrg-dispersion-method.js.map +1 -0
- package/dist/reference-codes/bhrg-drying-period.d.ts +15 -0
- package/dist/reference-codes/bhrg-drying-period.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-drying-period.js +22 -0
- package/dist/reference-codes/bhrg-drying-period.js.map +1 -0
- package/dist/reference-codes/bhrg-drying-temperature.d.ts +15 -0
- package/dist/reference-codes/bhrg-drying-temperature.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-drying-temperature.js +20 -0
- package/dist/reference-codes/bhrg-drying-temperature.js.map +1 -0
- package/dist/reference-codes/bhrg-event-name.d.ts +15 -0
- package/dist/reference-codes/bhrg-event-name.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-event-name.js +21 -0
- package/dist/reference-codes/bhrg-event-name.js.map +1 -0
- package/dist/reference-codes/bhrg-excavated-material.d.ts +15 -0
- package/dist/reference-codes/bhrg-excavated-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-excavated-material.js +28 -0
- package/dist/reference-codes/bhrg-excavated-material.js.map +1 -0
- package/dist/reference-codes/bhrg-fine-soil-consistency.d.ts +15 -0
- package/dist/reference-codes/bhrg-fine-soil-consistency.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-fine-soil-consistency.js +31 -0
- package/dist/reference-codes/bhrg-fine-soil-consistency.js.map +1 -0
- package/dist/reference-codes/bhrg-fluid-mud-layer-positioning-method.d.ts +15 -0
- package/dist/reference-codes/bhrg-fluid-mud-layer-positioning-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-fluid-mud-layer-positioning-method.js +28 -0
- package/dist/reference-codes/bhrg-fluid-mud-layer-positioning-method.js.map +1 -0
- package/dist/reference-codes/bhrg-flushing-additive.d.ts +15 -0
- package/dist/reference-codes/bhrg-flushing-additive.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-flushing-additive.js +23 -0
- package/dist/reference-codes/bhrg-flushing-additive.js.map +1 -0
- package/dist/reference-codes/bhrg-fraction-distribution-lab.d.ts +15 -0
- package/dist/reference-codes/bhrg-fraction-distribution-lab.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-fraction-distribution-lab.js +21 -0
- package/dist/reference-codes/bhrg-fraction-distribution-lab.js.map +1 -0
- package/dist/reference-codes/bhrg-geological-origin.d.ts +15 -0
- package/dist/reference-codes/bhrg-geological-origin.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-geological-origin.js +35 -0
- package/dist/reference-codes/bhrg-geological-origin.js.map +1 -0
- package/dist/reference-codes/bhrg-geological-soil-name.d.ts +15 -0
- package/dist/reference-codes/bhrg-geological-soil-name.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-geological-soil-name.js +97 -0
- package/dist/reference-codes/bhrg-geological-soil-name.js.map +1 -0
- package/dist/reference-codes/bhrg-geotechnical-soil-name.d.ts +15 -0
- package/dist/reference-codes/bhrg-geotechnical-soil-name.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-geotechnical-soil-name.js +79 -0
- package/dist/reference-codes/bhrg-geotechnical-soil-name.js.map +1 -0
- package/dist/reference-codes/bhrg-grain-colour.d.ts +15 -0
- package/dist/reference-codes/bhrg-grain-colour.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-grain-colour.js +24 -0
- package/dist/reference-codes/bhrg-grain-colour.js.map +1 -0
- package/dist/reference-codes/bhrg-gravel-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-gravel-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-gravel-content-class.js +24 -0
- package/dist/reference-codes/bhrg-gravel-content-class.js.map +1 -0
- package/dist/reference-codes/bhrg-gravel-median-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-gravel-median-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-gravel-median-class.js +25 -0
- package/dist/reference-codes/bhrg-gravel-median-class.js.map +1 -0
- package/dist/reference-codes/bhrg-gravel-provenance.d.ts +15 -0
- package/dist/reference-codes/bhrg-gravel-provenance.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-gravel-provenance.js +29 -0
- package/dist/reference-codes/bhrg-gravel-provenance.js.map +1 -0
- package/dist/reference-codes/bhrg-gravel-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-gravel-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-gravel-type.js +77 -0
- package/dist/reference-codes/bhrg-gravel-type.js.map +1 -0
- package/dist/reference-codes/bhrg-horizon-code.d.ts +15 -0
- package/dist/reference-codes/bhrg-horizon-code.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-horizon-code.js +28 -0
- package/dist/reference-codes/bhrg-horizon-code.js.map +1 -0
- package/dist/reference-codes/bhrg-horizontal-positioning-method.d.ts +15 -0
- package/dist/reference-codes/bhrg-horizontal-positioning-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-horizontal-positioning-method.js +40 -0
- package/dist/reference-codes/bhrg-horizontal-positioning-method.js.map +1 -0
- package/dist/reference-codes/bhrg-human-trace.d.ts +15 -0
- package/dist/reference-codes/bhrg-human-trace.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-human-trace.js +21 -0
- package/dist/reference-codes/bhrg-human-trace.js.map +1 -0
- package/dist/reference-codes/bhrg-hydrological-setting.d.ts +15 -0
- package/dist/reference-codes/bhrg-hydrological-setting.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-hydrological-setting.js +22 -0
- package/dist/reference-codes/bhrg-hydrological-setting.js.map +1 -0
- package/dist/reference-codes/bhrg-landscape-element.d.ts +15 -0
- package/dist/reference-codes/bhrg-landscape-element.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-landscape-element.js +58 -0
- package/dist/reference-codes/bhrg-landscape-element.js.map +1 -0
- package/dist/reference-codes/bhrg-layer-proportion-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-layer-proportion-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-layer-proportion-class.js +27 -0
- package/dist/reference-codes/bhrg-layer-proportion-class.js.map +1 -0
- package/dist/reference-codes/bhrg-local-vertical-reference-point.d.ts +15 -0
- package/dist/reference-codes/bhrg-local-vertical-reference-point.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-local-vertical-reference-point.js +20 -0
- package/dist/reference-codes/bhrg-local-vertical-reference-point.js.map +1 -0
- package/dist/reference-codes/bhrg-mass-percentage-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-mass-percentage-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-mass-percentage-class.js +25 -0
- package/dist/reference-codes/bhrg-mass-percentage-class.js.map +1 -0
- package/dist/reference-codes/bhrg-material-irregularity.d.ts +15 -0
- package/dist/reference-codes/bhrg-material-irregularity.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-material-irregularity.js +26 -0
- package/dist/reference-codes/bhrg-material-irregularity.js.map +1 -0
- package/dist/reference-codes/bhrg-material-shape.d.ts +15 -0
- package/dist/reference-codes/bhrg-material-shape.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-material-shape.js +29 -0
- package/dist/reference-codes/bhrg-material-shape.js.map +1 -0
- package/dist/reference-codes/bhrg-mica-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-mica-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-mica-content-class.js +23 -0
- package/dist/reference-codes/bhrg-mica-content-class.js.map +1 -0
- package/dist/reference-codes/bhrg-mottling-density.d.ts +15 -0
- package/dist/reference-codes/bhrg-mottling-density.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-mottling-density.js +28 -0
- package/dist/reference-codes/bhrg-mottling-density.js.map +1 -0
- package/dist/reference-codes/bhrg-munsell-chroma.d.ts +15 -0
- package/dist/reference-codes/bhrg-munsell-chroma.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-munsell-chroma.js +24 -0
- package/dist/reference-codes/bhrg-munsell-chroma.js.map +1 -0
- package/dist/reference-codes/bhrg-munsell-hue.d.ts +15 -0
- package/dist/reference-codes/bhrg-munsell-hue.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-munsell-hue.js +40 -0
- package/dist/reference-codes/bhrg-munsell-hue.js.map +1 -0
- package/dist/reference-codes/bhrg-munsell-value.d.ts +15 -0
- package/dist/reference-codes/bhrg-munsell-value.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-munsell-value.js +30 -0
- package/dist/reference-codes/bhrg-munsell-value.js.map +1 -0
- package/dist/reference-codes/bhrg-no-description-reason.d.ts +15 -0
- package/dist/reference-codes/bhrg-no-description-reason.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-no-description-reason.js +28 -0
- package/dist/reference-codes/bhrg-no-description-reason.js.map +1 -0
- package/dist/reference-codes/bhrg-organic-matter-content-class-nen5104.d.ts +15 -0
- package/dist/reference-codes/bhrg-organic-matter-content-class-nen5104.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-organic-matter-content-class-nen5104.js +24 -0
- package/dist/reference-codes/bhrg-organic-matter-content-class-nen5104.js.map +1 -0
- package/dist/reference-codes/bhrg-organic-matter-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-organic-matter-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-organic-matter-content-class.js +21 -0
- package/dist/reference-codes/bhrg-organic-matter-content-class.js.map +1 -0
- package/dist/reference-codes/bhrg-organic-soil-consistency.d.ts +15 -0
- package/dist/reference-codes/bhrg-organic-soil-consistency.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-organic-soil-consistency.js +24 -0
- package/dist/reference-codes/bhrg-organic-soil-consistency.js.map +1 -0
- package/dist/reference-codes/bhrg-organic-soil-texture.d.ts +15 -0
- package/dist/reference-codes/bhrg-organic-soil-texture.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-organic-soil-texture.js +29 -0
- package/dist/reference-codes/bhrg-organic-soil-texture.js.map +1 -0
- package/dist/reference-codes/bhrg-particular-constituent-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-particular-constituent-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-particular-constituent-type.js +43 -0
- package/dist/reference-codes/bhrg-particular-constituent-type.js.map +1 -0
- package/dist/reference-codes/bhrg-peat-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-peat-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-peat-type.js +27 -0
- package/dist/reference-codes/bhrg-peat-type.js.map +1 -0
- package/dist/reference-codes/bhrg-performance-irregularity.d.ts +15 -0
- package/dist/reference-codes/bhrg-performance-irregularity.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-performance-irregularity.js +24 -0
- package/dist/reference-codes/bhrg-performance-irregularity.js.map +1 -0
- package/dist/reference-codes/bhrg-plant-remain-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-plant-remain-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-plant-remain-type.js +40 -0
- package/dist/reference-codes/bhrg-plant-remain-type.js.map +1 -0
- package/dist/reference-codes/bhrg-position-on-ground-body.d.ts +15 -0
- package/dist/reference-codes/bhrg-position-on-ground-body.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-position-on-ground-body.js +23 -0
- package/dist/reference-codes/bhrg-position-on-ground-body.js.map +1 -0
- package/dist/reference-codes/bhrg-pre-treatment.d.ts +15 -0
- package/dist/reference-codes/bhrg-pre-treatment.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-pre-treatment.js +23 -0
- package/dist/reference-codes/bhrg-pre-treatment.js.map +1 -0
- package/dist/reference-codes/bhrg-preparation.d.ts +15 -0
- package/dist/reference-codes/bhrg-preparation.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-preparation.js +25 -0
- package/dist/reference-codes/bhrg-preparation.js.map +1 -0
- package/dist/reference-codes/bhrg-relative-abundance-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-relative-abundance-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-relative-abundance-class.js +24 -0
- package/dist/reference-codes/bhrg-relative-abundance-class.js.map +1 -0
- package/dist/reference-codes/bhrg-removal-method-carbonate.d.ts +15 -0
- package/dist/reference-codes/bhrg-removal-method-carbonate.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-removal-method-carbonate.js +21 -0
- package/dist/reference-codes/bhrg-removal-method-carbonate.js.map +1 -0
- package/dist/reference-codes/bhrg-removal-method-organic-matter.d.ts +15 -0
- package/dist/reference-codes/bhrg-removal-method-organic-matter.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-removal-method-organic-matter.js +21 -0
- package/dist/reference-codes/bhrg-removal-method-organic-matter.js.map +1 -0
- package/dist/reference-codes/bhrg-removed-material.d.ts +15 -0
- package/dist/reference-codes/bhrg-removed-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-removed-material.js +29 -0
- package/dist/reference-codes/bhrg-removed-material.js.map +1 -0
- package/dist/reference-codes/bhrg-rock-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-rock-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-rock-type.js +25 -0
- package/dist/reference-codes/bhrg-rock-type.js.map +1 -0
- package/dist/reference-codes/bhrg-salt-correction-method.d.ts +15 -0
- package/dist/reference-codes/bhrg-salt-correction-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-salt-correction-method.js +21 -0
- package/dist/reference-codes/bhrg-salt-correction-method.js.map +1 -0
- package/dist/reference-codes/bhrg-sample-container-volume.d.ts +15 -0
- package/dist/reference-codes/bhrg-sample-container-volume.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sample-container-volume.js +20 -0
- package/dist/reference-codes/bhrg-sample-container-volume.js.map +1 -0
- package/dist/reference-codes/bhrg-sample-moistness.d.ts +15 -0
- package/dist/reference-codes/bhrg-sample-moistness.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sample-moistness.js +22 -0
- package/dist/reference-codes/bhrg-sample-moistness.js.map +1 -0
- package/dist/reference-codes/bhrg-sample-quality.d.ts +15 -0
- package/dist/reference-codes/bhrg-sample-quality.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sample-quality.js +23 -0
- package/dist/reference-codes/bhrg-sample-quality.js.map +1 -0
- package/dist/reference-codes/bhrg-sampler-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-sampler-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sampler-type.js +26 -0
- package/dist/reference-codes/bhrg-sampler-type.js.map +1 -0
- package/dist/reference-codes/bhrg-sampling-method.d.ts +15 -0
- package/dist/reference-codes/bhrg-sampling-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sampling-method.js +34 -0
- package/dist/reference-codes/bhrg-sampling-method.js.map +1 -0
- package/dist/reference-codes/bhrg-sampling-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrg-sampling-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sampling-procedure.js +21 -0
- package/dist/reference-codes/bhrg-sampling-procedure.js.map +1 -0
- package/dist/reference-codes/bhrg-sampling-quality.d.ts +15 -0
- package/dist/reference-codes/bhrg-sampling-quality.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sampling-quality.js +27 -0
- package/dist/reference-codes/bhrg-sampling-quality.js.map +1 -0
- package/dist/reference-codes/bhrg-sand-median-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-sand-median-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sand-median-class.js +32 -0
- package/dist/reference-codes/bhrg-sand-median-class.js.map +1 -0
- package/dist/reference-codes/bhrg-sand-sorting.d.ts +15 -0
- package/dist/reference-codes/bhrg-sand-sorting.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sand-sorting.js +29 -0
- package/dist/reference-codes/bhrg-sand-sorting.js.map +1 -0
- package/dist/reference-codes/bhrg-saturation-method.d.ts +15 -0
- package/dist/reference-codes/bhrg-saturation-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-saturation-method.js +20 -0
- package/dist/reference-codes/bhrg-saturation-method.js.map +1 -0
- package/dist/reference-codes/bhrg-sedimentary-phenomenon.d.ts +15 -0
- package/dist/reference-codes/bhrg-sedimentary-phenomenon.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sedimentary-phenomenon.js +20 -0
- package/dist/reference-codes/bhrg-sedimentary-phenomenon.js.map +1 -0
- package/dist/reference-codes/bhrg-shell-taxon.d.ts +15 -0
- package/dist/reference-codes/bhrg-shell-taxon.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-shell-taxon.js +177 -0
- package/dist/reference-codes/bhrg-shell-taxon.js.map +1 -0
- package/dist/reference-codes/bhrg-soil-name-nen5104.d.ts +15 -0
- package/dist/reference-codes/bhrg-soil-name-nen5104.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-soil-name-nen5104.js +96 -0
- package/dist/reference-codes/bhrg-soil-name-nen5104.js.map +1 -0
- package/dist/reference-codes/bhrg-soil-type.d.ts +15 -0
- package/dist/reference-codes/bhrg-soil-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-soil-type.js +34 -0
- package/dist/reference-codes/bhrg-soil-type.js.map +1 -0
- package/dist/reference-codes/bhrg-soil-use.d.ts +15 -0
- package/dist/reference-codes/bhrg-soil-use.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-soil-use.js +30 -0
- package/dist/reference-codes/bhrg-soil-use.js.map +1 -0
- package/dist/reference-codes/bhrg-special-material.d.ts +15 -0
- package/dist/reference-codes/bhrg-special-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-special-material.js +39 -0
- package/dist/reference-codes/bhrg-special-material.js.map +1 -0
- package/dist/reference-codes/bhrg-sphericity.d.ts +15 -0
- package/dist/reference-codes/bhrg-sphericity.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-sphericity.js +21 -0
- package/dist/reference-codes/bhrg-sphericity.js.map +1 -0
- package/dist/reference-codes/bhrg-stain-colour.d.ts +15 -0
- package/dist/reference-codes/bhrg-stain-colour.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-stain-colour.js +33 -0
- package/dist/reference-codes/bhrg-stain-colour.js.map +1 -0
- package/dist/reference-codes/bhrg-stop-criterion-field.d.ts +15 -0
- package/dist/reference-codes/bhrg-stop-criterion-field.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-stop-criterion-field.js +31 -0
- package/dist/reference-codes/bhrg-stop-criterion-field.js.map +1 -0
- package/dist/reference-codes/bhrg-stratum-thickness-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-stratum-thickness-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-stratum-thickness-class.js +28 -0
- package/dist/reference-codes/bhrg-stratum-thickness-class.js.map +1 -0
- package/dist/reference-codes/bhrg-structure.d.ts +15 -0
- package/dist/reference-codes/bhrg-structure.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-structure.js +34 -0
- package/dist/reference-codes/bhrg-structure.js.map +1 -0
- package/dist/reference-codes/bhrg-survey-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrg-survey-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-survey-procedure.js +20 -0
- package/dist/reference-codes/bhrg-survey-procedure.js.map +1 -0
- package/dist/reference-codes/bhrg-survey-purpose.d.ts +15 -0
- package/dist/reference-codes/bhrg-survey-purpose.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-survey-purpose.js +31 -0
- package/dist/reference-codes/bhrg-survey-purpose.js.map +1 -0
- package/dist/reference-codes/bhrg-temporary-change.d.ts +15 -0
- package/dist/reference-codes/bhrg-temporary-change.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-temporary-change.js +25 -0
- package/dist/reference-codes/bhrg-temporary-change.js.map +1 -0
- package/dist/reference-codes/bhrg-used-medium.d.ts +15 -0
- package/dist/reference-codes/bhrg-used-medium.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-used-medium.js +24 -0
- package/dist/reference-codes/bhrg-used-medium.js.map +1 -0
- package/dist/reference-codes/bhrg-utensil.d.ts +15 -0
- package/dist/reference-codes/bhrg-utensil.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-utensil.js +25 -0
- package/dist/reference-codes/bhrg-utensil.js.map +1 -0
- package/dist/reference-codes/bhrg-variegation.d.ts +15 -0
- package/dist/reference-codes/bhrg-variegation.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-variegation.js +25 -0
- package/dist/reference-codes/bhrg-variegation.js.map +1 -0
- package/dist/reference-codes/bhrg-vertical-datum.d.ts +15 -0
- package/dist/reference-codes/bhrg-vertical-datum.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-vertical-datum.js +21 -0
- package/dist/reference-codes/bhrg-vertical-datum.js.map +1 -0
- package/dist/reference-codes/bhrg-vertical-positioning-method.d.ts +15 -0
- package/dist/reference-codes/bhrg-vertical-positioning-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-vertical-positioning-method.js +46 -0
- package/dist/reference-codes/bhrg-vertical-positioning-method.js.map +1 -0
- package/dist/reference-codes/bhrg-vertical-trend.d.ts +15 -0
- package/dist/reference-codes/bhrg-vertical-trend.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-vertical-trend.js +58 -0
- package/dist/reference-codes/bhrg-vertical-trend.js.map +1 -0
- package/dist/reference-codes/bhrg-very-coarse-fraction-content-class-archive.d.ts +15 -0
- package/dist/reference-codes/bhrg-very-coarse-fraction-content-class-archive.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-very-coarse-fraction-content-class-archive.js +25 -0
- package/dist/reference-codes/bhrg-very-coarse-fraction-content-class-archive.js.map +1 -0
- package/dist/reference-codes/bhrg-very-coarse-fraction-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-very-coarse-fraction-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-very-coarse-fraction-content-class.js +24 -0
- package/dist/reference-codes/bhrg-very-coarse-fraction-content-class.js.map +1 -0
- package/dist/reference-codes/bhrg-volume-percentage-class.d.ts +15 -0
- package/dist/reference-codes/bhrg-volume-percentage-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-volume-percentage-class.js +27 -0
- package/dist/reference-codes/bhrg-volume-percentage-class.js.map +1 -0
- package/dist/reference-codes/bhrg-weathering-degree.d.ts +15 -0
- package/dist/reference-codes/bhrg-weathering-degree.d.ts.map +1 -0
- package/dist/reference-codes/bhrg-weathering-degree.js +22 -0
- package/dist/reference-codes/bhrg-weathering-degree.js.map +1 -0
- package/dist/reference-codes/bhrgt-activity-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-activity-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-activity-type.js +23 -0
- package/dist/reference-codes/bhrgt-activity-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-analysis-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrgt-analysis-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-analysis-procedure.js +20 -0
- package/dist/reference-codes/bhrgt-analysis-procedure.js.map +1 -0
- package/dist/reference-codes/bhrgt-analysis-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-analysis-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-analysis-type.js +33 -0
- package/dist/reference-codes/bhrgt-analysis-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-angularity.d.ts +15 -0
- package/dist/reference-codes/bhrgt-angularity.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-angularity.js +27 -0
- package/dist/reference-codes/bhrgt-angularity.js.map +1 -0
- package/dist/reference-codes/bhrgt-aperture-class-discontinuity.d.ts +15 -0
- package/dist/reference-codes/bhrgt-aperture-class-discontinuity.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-aperture-class-discontinuity.js +24 -0
- package/dist/reference-codes/bhrgt-aperture-class-discontinuity.js.map +1 -0
- package/dist/reference-codes/bhrgt-aperture-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-aperture-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-aperture-class.js +24 -0
- package/dist/reference-codes/bhrgt-aperture-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-backfill-material.d.ts +15 -0
- package/dist/reference-codes/bhrgt-backfill-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-backfill-material.js +40 -0
- package/dist/reference-codes/bhrgt-backfill-material.js.map +1 -0
- package/dist/reference-codes/bhrgt-bedding.d.ts +15 -0
- package/dist/reference-codes/bhrgt-bedding.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-bedding.js +25 -0
- package/dist/reference-codes/bhrgt-bedding.js.map +1 -0
- package/dist/reference-codes/bhrgt-boring-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrgt-boring-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-boring-procedure.js +22 -0
- package/dist/reference-codes/bhrgt-boring-procedure.js.map +1 -0
- package/dist/reference-codes/bhrgt-boring-technique.d.ts +15 -0
- package/dist/reference-codes/bhrgt-boring-technique.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-boring-technique.js +42 -0
- package/dist/reference-codes/bhrgt-boring-technique.js.map +1 -0
- package/dist/reference-codes/bhrgt-boundary-positioning-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-boundary-positioning-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-boundary-positioning-method.js +25 -0
- package/dist/reference-codes/bhrgt-boundary-positioning-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-calculation-value-source.d.ts +15 -0
- package/dist/reference-codes/bhrgt-calculation-value-source.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-calculation-value-source.js +21 -0
- package/dist/reference-codes/bhrgt-calculation-value-source.js.map +1 -0
- package/dist/reference-codes/bhrgt-carbonate-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-carbonate-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-carbonate-content-class.js +25 -0
- package/dist/reference-codes/bhrgt-carbonate-content-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-casing-material.d.ts +15 -0
- package/dist/reference-codes/bhrgt-casing-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-casing-material.js +25 -0
- package/dist/reference-codes/bhrgt-casing-material.js.map +1 -0
- package/dist/reference-codes/bhrgt-cement-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-cement-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-cement-type.js +23 -0
- package/dist/reference-codes/bhrgt-cement-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-colour.d.ts +15 -0
- package/dist/reference-codes/bhrgt-colour.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-colour.js +50 -0
- package/dist/reference-codes/bhrgt-colour.js.map +1 -0
- package/dist/reference-codes/bhrgt-consolidation-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-consolidation-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-consolidation-method.js +22 -0
- package/dist/reference-codes/bhrgt-consolidation-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-conus-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-conus-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-conus-type.js +20 -0
- package/dist/reference-codes/bhrgt-conus-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-correction-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-correction-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-correction-method.js +21 -0
- package/dist/reference-codes/bhrgt-correction-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-correction-reason.d.ts +15 -0
- package/dist/reference-codes/bhrgt-correction-reason.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-correction-reason.js +23 -0
- package/dist/reference-codes/bhrgt-correction-reason.js.map +1 -0
- package/dist/reference-codes/bhrgt-decomposition.d.ts +15 -0
- package/dist/reference-codes/bhrgt-decomposition.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-decomposition.js +21 -0
- package/dist/reference-codes/bhrgt-decomposition.js.map +1 -0
- package/dist/reference-codes/bhrgt-delivery-context.d.ts +15 -0
- package/dist/reference-codes/bhrgt-delivery-context.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-delivery-context.js +26 -0
- package/dist/reference-codes/bhrgt-delivery-context.js.map +1 -0
- package/dist/reference-codes/bhrgt-depositional-age.d.ts +15 -0
- package/dist/reference-codes/bhrgt-depositional-age.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-depositional-age.js +22 -0
- package/dist/reference-codes/bhrgt-depositional-age.js.map +1 -0
- package/dist/reference-codes/bhrgt-depositional-characteristic.d.ts +15 -0
- package/dist/reference-codes/bhrgt-depositional-characteristic.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-depositional-characteristic.js +34 -0
- package/dist/reference-codes/bhrgt-depositional-characteristic.js.map +1 -0
- package/dist/reference-codes/bhrgt-described-material.d.ts +15 -0
- package/dist/reference-codes/bhrgt-described-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-described-material.js +21 -0
- package/dist/reference-codes/bhrgt-described-material.js.map +1 -0
- package/dist/reference-codes/bhrgt-description-location.d.ts +15 -0
- package/dist/reference-codes/bhrgt-description-location.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-description-location.js +22 -0
- package/dist/reference-codes/bhrgt-description-location.js.map +1 -0
- package/dist/reference-codes/bhrgt-description-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrgt-description-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-description-procedure.js +22 -0
- package/dist/reference-codes/bhrgt-description-procedure.js.map +1 -0
- package/dist/reference-codes/bhrgt-description-quality.d.ts +15 -0
- package/dist/reference-codes/bhrgt-description-quality.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-description-quality.js +23 -0
- package/dist/reference-codes/bhrgt-description-quality.js.map +1 -0
- package/dist/reference-codes/bhrgt-determination-diameter.d.ts +15 -0
- package/dist/reference-codes/bhrgt-determination-diameter.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-determination-diameter.js +26 -0
- package/dist/reference-codes/bhrgt-determination-diameter.js.map +1 -0
- package/dist/reference-codes/bhrgt-determination-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-determination-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-determination-method.js +48 -0
- package/dist/reference-codes/bhrgt-determination-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-determination-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrgt-determination-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-determination-procedure.js +34 -0
- package/dist/reference-codes/bhrgt-determination-procedure.js.map +1 -0
- package/dist/reference-codes/bhrgt-determined-properties.d.ts +15 -0
- package/dist/reference-codes/bhrgt-determined-properties.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-determined-properties.js +32 -0
- package/dist/reference-codes/bhrgt-determined-properties.js.map +1 -0
- package/dist/reference-codes/bhrgt-discipline.d.ts +15 -0
- package/dist/reference-codes/bhrgt-discipline.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-discipline.js +22 -0
- package/dist/reference-codes/bhrgt-discipline.js.map +1 -0
- package/dist/reference-codes/bhrgt-discolouration.d.ts +15 -0
- package/dist/reference-codes/bhrgt-discolouration.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-discolouration.js +21 -0
- package/dist/reference-codes/bhrgt-discolouration.js.map +1 -0
- package/dist/reference-codes/bhrgt-discontinuity-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-discontinuity-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-discontinuity-type.js +22 -0
- package/dist/reference-codes/bhrgt-discontinuity-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-disintegration.d.ts +15 -0
- package/dist/reference-codes/bhrgt-disintegration.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-disintegration.js +21 -0
- package/dist/reference-codes/bhrgt-disintegration.js.map +1 -0
- package/dist/reference-codes/bhrgt-dispersed-inhomogeneity.d.ts +15 -0
- package/dist/reference-codes/bhrgt-dispersed-inhomogeneity.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-dispersed-inhomogeneity.js +49 -0
- package/dist/reference-codes/bhrgt-dispersed-inhomogeneity.js.map +1 -0
- package/dist/reference-codes/bhrgt-dispersion-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-dispersion-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-dispersion-method.js +21 -0
- package/dist/reference-codes/bhrgt-dispersion-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-drainage-strip-coverage.d.ts +15 -0
- package/dist/reference-codes/bhrgt-drainage-strip-coverage.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-drainage-strip-coverage.js +23 -0
- package/dist/reference-codes/bhrgt-drainage-strip-coverage.js.map +1 -0
- package/dist/reference-codes/bhrgt-drainage-strip-orientation.d.ts +15 -0
- package/dist/reference-codes/bhrgt-drainage-strip-orientation.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-drainage-strip-orientation.js +21 -0
- package/dist/reference-codes/bhrgt-drainage-strip-orientation.js.map +1 -0
- package/dist/reference-codes/bhrgt-drying-period.d.ts +15 -0
- package/dist/reference-codes/bhrgt-drying-period.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-drying-period.js +21 -0
- package/dist/reference-codes/bhrgt-drying-period.js.map +1 -0
- package/dist/reference-codes/bhrgt-drying-temperature.d.ts +15 -0
- package/dist/reference-codes/bhrgt-drying-temperature.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-drying-temperature.js +21 -0
- package/dist/reference-codes/bhrgt-drying-temperature.js.map +1 -0
- package/dist/reference-codes/bhrgt-equivalent-mass-determination-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-equivalent-mass-determination-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-equivalent-mass-determination-method.js +21 -0
- package/dist/reference-codes/bhrgt-equivalent-mass-determination-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-event-name.d.ts +15 -0
- package/dist/reference-codes/bhrgt-event-name.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-event-name.js +22 -0
- package/dist/reference-codes/bhrgt-event-name.js.map +1 -0
- package/dist/reference-codes/bhrgt-excavated-material.d.ts +15 -0
- package/dist/reference-codes/bhrgt-excavated-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-excavated-material.js +27 -0
- package/dist/reference-codes/bhrgt-excavated-material.js.map +1 -0
- package/dist/reference-codes/bhrgt-fine-gravel-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-fine-gravel-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-fine-gravel-content-class.js +23 -0
- package/dist/reference-codes/bhrgt-fine-gravel-content-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-fine-soil-consistency.d.ts +15 -0
- package/dist/reference-codes/bhrgt-fine-soil-consistency.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-fine-soil-consistency.js +31 -0
- package/dist/reference-codes/bhrgt-fine-soil-consistency.js.map +1 -0
- package/dist/reference-codes/bhrgt-fluid-mud-layer-positioning-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-fluid-mud-layer-positioning-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-fluid-mud-layer-positioning-method.js +28 -0
- package/dist/reference-codes/bhrgt-fluid-mud-layer-positioning-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-flushing-additive.d.ts +15 -0
- package/dist/reference-codes/bhrgt-flushing-additive.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-flushing-additive.js +24 -0
- package/dist/reference-codes/bhrgt-flushing-additive.js.map +1 -0
- package/dist/reference-codes/bhrgt-fraction-distribution.d.ts +15 -0
- package/dist/reference-codes/bhrgt-fraction-distribution.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-fraction-distribution.js +27 -0
- package/dist/reference-codes/bhrgt-fraction-distribution.js.map +1 -0
- package/dist/reference-codes/bhrgt-geotechnical-depositional-characteristic.d.ts +15 -0
- package/dist/reference-codes/bhrgt-geotechnical-depositional-characteristic.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-geotechnical-depositional-characteristic.js +34 -0
- package/dist/reference-codes/bhrgt-geotechnical-depositional-characteristic.js.map +1 -0
- package/dist/reference-codes/bhrgt-geotechnical-soil-name.d.ts +15 -0
- package/dist/reference-codes/bhrgt-geotechnical-soil-name.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-geotechnical-soil-name.js +79 -0
- package/dist/reference-codes/bhrgt-geotechnical-soil-name.js.map +1 -0
- package/dist/reference-codes/bhrgt-gravel-content-class-nen5104.d.ts +15 -0
- package/dist/reference-codes/bhrgt-gravel-content-class-nen5104.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-gravel-content-class-nen5104.js +22 -0
- package/dist/reference-codes/bhrgt-gravel-content-class-nen5104.js.map +1 -0
- package/dist/reference-codes/bhrgt-gravel-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-gravel-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-gravel-content-class.js +22 -0
- package/dist/reference-codes/bhrgt-gravel-content-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-gravel-median-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-gravel-median-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-gravel-median-class.js +24 -0
- package/dist/reference-codes/bhrgt-gravel-median-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-horizontal-positioning-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-horizontal-positioning-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-horizontal-positioning-method.js +38 -0
- package/dist/reference-codes/bhrgt-horizontal-positioning-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-infill-material.d.ts +15 -0
- package/dist/reference-codes/bhrgt-infill-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-infill-material.js +26 -0
- package/dist/reference-codes/bhrgt-infill-material.js.map +1 -0
- package/dist/reference-codes/bhrgt-interbedding.d.ts +15 -0
- package/dist/reference-codes/bhrgt-interbedding.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-interbedding.js +169 -0
- package/dist/reference-codes/bhrgt-interbedding.js.map +1 -0
- package/dist/reference-codes/bhrgt-lateral-support.d.ts +15 -0
- package/dist/reference-codes/bhrgt-lateral-support.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-lateral-support.js +20 -0
- package/dist/reference-codes/bhrgt-lateral-support.js.map +1 -0
- package/dist/reference-codes/bhrgt-local-vertical-reference-point.d.ts +15 -0
- package/dist/reference-codes/bhrgt-local-vertical-reference-point.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-local-vertical-reference-point.js +20 -0
- package/dist/reference-codes/bhrgt-local-vertical-reference-point.js.map +1 -0
- package/dist/reference-codes/bhrgt-making-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-making-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-making-method.js +26 -0
- package/dist/reference-codes/bhrgt-making-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-mass-percentage-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-mass-percentage-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-mass-percentage-class.js +23 -0
- package/dist/reference-codes/bhrgt-mass-percentage-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-material-irregularity.d.ts +15 -0
- package/dist/reference-codes/bhrgt-material-irregularity.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-material-irregularity.js +24 -0
- package/dist/reference-codes/bhrgt-material-irregularity.js.map +1 -0
- package/dist/reference-codes/bhrgt-medium-coarse-gravel-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-medium-coarse-gravel-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-medium-coarse-gravel-content-class.js +23 -0
- package/dist/reference-codes/bhrgt-medium-coarse-gravel-content-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-mixing-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-mixing-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-mixing-type.js +21 -0
- package/dist/reference-codes/bhrgt-mixing-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-no-description-reason.d.ts +15 -0
- package/dist/reference-codes/bhrgt-no-description-reason.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-no-description-reason.js +25 -0
- package/dist/reference-codes/bhrgt-no-description-reason.js.map +1 -0
- package/dist/reference-codes/bhrgt-organic-matter-content-class-nen5104.d.ts +15 -0
- package/dist/reference-codes/bhrgt-organic-matter-content-class-nen5104.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-organic-matter-content-class-nen5104.js +22 -0
- package/dist/reference-codes/bhrgt-organic-matter-content-class-nen5104.js.map +1 -0
- package/dist/reference-codes/bhrgt-organic-matter-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-organic-matter-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-organic-matter-content-class.js +21 -0
- package/dist/reference-codes/bhrgt-organic-matter-content-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-organic-soil-consistency.d.ts +15 -0
- package/dist/reference-codes/bhrgt-organic-soil-consistency.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-organic-soil-consistency.js +24 -0
- package/dist/reference-codes/bhrgt-organic-soil-consistency.js.map +1 -0
- package/dist/reference-codes/bhrgt-organic-soil-texture.d.ts +15 -0
- package/dist/reference-codes/bhrgt-organic-soil-texture.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-organic-soil-texture.js +28 -0
- package/dist/reference-codes/bhrgt-organic-soil-texture.js.map +1 -0
- package/dist/reference-codes/bhrgt-particular-constituent-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-particular-constituent-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-particular-constituent-type.js +60 -0
- package/dist/reference-codes/bhrgt-particular-constituent-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-peat-tensile-strength.d.ts +15 -0
- package/dist/reference-codes/bhrgt-peat-tensile-strength.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-peat-tensile-strength.js +22 -0
- package/dist/reference-codes/bhrgt-peat-tensile-strength.js.map +1 -0
- package/dist/reference-codes/bhrgt-peat-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-peat-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-peat-type.js +26 -0
- package/dist/reference-codes/bhrgt-peat-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-performance-irregularity.d.ts +15 -0
- package/dist/reference-codes/bhrgt-performance-irregularity.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-performance-irregularity.js +32 -0
- package/dist/reference-codes/bhrgt-performance-irregularity.js.map +1 -0
- package/dist/reference-codes/bhrgt-position-on-ground-body.d.ts +15 -0
- package/dist/reference-codes/bhrgt-position-on-ground-body.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-position-on-ground-body.js +23 -0
- package/dist/reference-codes/bhrgt-position-on-ground-body.js.map +1 -0
- package/dist/reference-codes/bhrgt-pre-treatment.d.ts +15 -0
- package/dist/reference-codes/bhrgt-pre-treatment.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-pre-treatment.js +23 -0
- package/dist/reference-codes/bhrgt-pre-treatment.js.map +1 -0
- package/dist/reference-codes/bhrgt-preparation.d.ts +15 -0
- package/dist/reference-codes/bhrgt-preparation.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-preparation.js +25 -0
- package/dist/reference-codes/bhrgt-preparation.js.map +1 -0
- package/dist/reference-codes/bhrgt-removed-material.d.ts +15 -0
- package/dist/reference-codes/bhrgt-removed-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-removed-material.js +28 -0
- package/dist/reference-codes/bhrgt-removed-material.js.map +1 -0
- package/dist/reference-codes/bhrgt-result-irregularity.d.ts +15 -0
- package/dist/reference-codes/bhrgt-result-irregularity.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-result-irregularity.js +19 -0
- package/dist/reference-codes/bhrgt-result-irregularity.js.map +1 -0
- package/dist/reference-codes/bhrgt-ring-diameter.d.ts +15 -0
- package/dist/reference-codes/bhrgt-ring-diameter.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-ring-diameter.js +20 -0
- package/dist/reference-codes/bhrgt-ring-diameter.js.map +1 -0
- package/dist/reference-codes/bhrgt-rock-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-rock-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-rock-type.js +42 -0
- package/dist/reference-codes/bhrgt-rock-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-roughness.d.ts +15 -0
- package/dist/reference-codes/bhrgt-roughness.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-roughness.js +20 -0
- package/dist/reference-codes/bhrgt-roughness.js.map +1 -0
- package/dist/reference-codes/bhrgt-salt-correction-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-salt-correction-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-salt-correction-method.js +21 -0
- package/dist/reference-codes/bhrgt-salt-correction-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-sample-container-volume.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sample-container-volume.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sample-container-volume.js +20 -0
- package/dist/reference-codes/bhrgt-sample-container-volume.js.map +1 -0
- package/dist/reference-codes/bhrgt-sample-moistness.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sample-moistness.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sample-moistness.js +22 -0
- package/dist/reference-codes/bhrgt-sample-moistness.js.map +1 -0
- package/dist/reference-codes/bhrgt-sample-quality.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sample-quality.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sample-quality.js +23 -0
- package/dist/reference-codes/bhrgt-sample-quality.js.map +1 -0
- package/dist/reference-codes/bhrgt-sampler-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sampler-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sampler-type.js +26 -0
- package/dist/reference-codes/bhrgt-sampler-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-sampling-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sampling-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sampling-method.js +34 -0
- package/dist/reference-codes/bhrgt-sampling-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-sampling-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sampling-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sampling-procedure.js +24 -0
- package/dist/reference-codes/bhrgt-sampling-procedure.js.map +1 -0
- package/dist/reference-codes/bhrgt-sampling-quality.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sampling-quality.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sampling-quality.js +27 -0
- package/dist/reference-codes/bhrgt-sampling-quality.js.map +1 -0
- package/dist/reference-codes/bhrgt-sand-median-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sand-median-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sand-median-class.js +33 -0
- package/dist/reference-codes/bhrgt-sand-median-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-sand-sorting-nen5104.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sand-sorting-nen5104.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sand-sorting-nen5104.js +23 -0
- package/dist/reference-codes/bhrgt-sand-sorting-nen5104.js.map +1 -0
- package/dist/reference-codes/bhrgt-sand-sorting.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sand-sorting.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sand-sorting.js +23 -0
- package/dist/reference-codes/bhrgt-sand-sorting.js.map +1 -0
- package/dist/reference-codes/bhrgt-size-fraction.d.ts +15 -0
- package/dist/reference-codes/bhrgt-size-fraction.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-size-fraction.js +22 -0
- package/dist/reference-codes/bhrgt-size-fraction.js.map +1 -0
- package/dist/reference-codes/bhrgt-soil-name-nen5104.d.ts +15 -0
- package/dist/reference-codes/bhrgt-soil-name-nen5104.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-soil-name-nen5104.js +49 -0
- package/dist/reference-codes/bhrgt-soil-name-nen5104.js.map +1 -0
- package/dist/reference-codes/bhrgt-soil-use.d.ts +15 -0
- package/dist/reference-codes/bhrgt-soil-use.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-soil-use.js +30 -0
- package/dist/reference-codes/bhrgt-soil-use.js.map +1 -0
- package/dist/reference-codes/bhrgt-special-material.d.ts +15 -0
- package/dist/reference-codes/bhrgt-special-material.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-special-material.js +42 -0
- package/dist/reference-codes/bhrgt-special-material.js.map +1 -0
- package/dist/reference-codes/bhrgt-specimen-shape.d.ts +15 -0
- package/dist/reference-codes/bhrgt-specimen-shape.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-specimen-shape.js +23 -0
- package/dist/reference-codes/bhrgt-specimen-shape.js.map +1 -0
- package/dist/reference-codes/bhrgt-sphericity.d.ts +15 -0
- package/dist/reference-codes/bhrgt-sphericity.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-sphericity.js +21 -0
- package/dist/reference-codes/bhrgt-sphericity.js.map +1 -0
- package/dist/reference-codes/bhrgt-stability.d.ts +15 -0
- package/dist/reference-codes/bhrgt-stability.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-stability.js +21 -0
- package/dist/reference-codes/bhrgt-stability.js.map +1 -0
- package/dist/reference-codes/bhrgt-step-type.d.ts +15 -0
- package/dist/reference-codes/bhrgt-step-type.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-step-type.js +21 -0
- package/dist/reference-codes/bhrgt-step-type.js.map +1 -0
- package/dist/reference-codes/bhrgt-stiffness-class-membrane.d.ts +15 -0
- package/dist/reference-codes/bhrgt-stiffness-class-membrane.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-stiffness-class-membrane.js +23 -0
- package/dist/reference-codes/bhrgt-stiffness-class-membrane.js.map +1 -0
- package/dist/reference-codes/bhrgt-stop-criterion-determination.d.ts +15 -0
- package/dist/reference-codes/bhrgt-stop-criterion-determination.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-stop-criterion-determination.js +21 -0
- package/dist/reference-codes/bhrgt-stop-criterion-determination.js.map +1 -0
- package/dist/reference-codes/bhrgt-stop-criterion-field.d.ts +15 -0
- package/dist/reference-codes/bhrgt-stop-criterion-field.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-stop-criterion-field.js +32 -0
- package/dist/reference-codes/bhrgt-stop-criterion-field.js.map +1 -0
- package/dist/reference-codes/bhrgt-stop-criterion.d.ts +15 -0
- package/dist/reference-codes/bhrgt-stop-criterion.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-stop-criterion.js +32 -0
- package/dist/reference-codes/bhrgt-stop-criterion.js.map +1 -0
- package/dist/reference-codes/bhrgt-strength-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-strength-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-strength-class.js +25 -0
- package/dist/reference-codes/bhrgt-strength-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-survey-procedure.d.ts +15 -0
- package/dist/reference-codes/bhrgt-survey-procedure.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-survey-procedure.js +22 -0
- package/dist/reference-codes/bhrgt-survey-procedure.js.map +1 -0
- package/dist/reference-codes/bhrgt-survey-purpose.d.ts +15 -0
- package/dist/reference-codes/bhrgt-survey-purpose.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-survey-purpose.js +32 -0
- package/dist/reference-codes/bhrgt-survey-purpose.js.map +1 -0
- package/dist/reference-codes/bhrgt-temporary-change.d.ts +15 -0
- package/dist/reference-codes/bhrgt-temporary-change.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-temporary-change.js +25 -0
- package/dist/reference-codes/bhrgt-temporary-change.js.map +1 -0
- package/dist/reference-codes/bhrgt-tertiary-constituent.d.ts +15 -0
- package/dist/reference-codes/bhrgt-tertiary-constituent.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-tertiary-constituent.js +64 -0
- package/dist/reference-codes/bhrgt-tertiary-constituent.js.map +1 -0
- package/dist/reference-codes/bhrgt-tertiary-rock-constituent.d.ts +15 -0
- package/dist/reference-codes/bhrgt-tertiary-rock-constituent.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-tertiary-rock-constituent.js +27 -0
- package/dist/reference-codes/bhrgt-tertiary-rock-constituent.js.map +1 -0
- package/dist/reference-codes/bhrgt-used-medium.d.ts +15 -0
- package/dist/reference-codes/bhrgt-used-medium.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-used-medium.js +31 -0
- package/dist/reference-codes/bhrgt-used-medium.js.map +1 -0
- package/dist/reference-codes/bhrgt-used-optical-model.d.ts +15 -0
- package/dist/reference-codes/bhrgt-used-optical-model.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-used-optical-model.js +20 -0
- package/dist/reference-codes/bhrgt-used-optical-model.js.map +1 -0
- package/dist/reference-codes/bhrgt-vertical-datum.d.ts +15 -0
- package/dist/reference-codes/bhrgt-vertical-datum.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-vertical-datum.js +21 -0
- package/dist/reference-codes/bhrgt-vertical-datum.js.map +1 -0
- package/dist/reference-codes/bhrgt-vertical-positioning-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-vertical-positioning-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-vertical-positioning-method.js +43 -0
- package/dist/reference-codes/bhrgt-vertical-positioning-method.js.map +1 -0
- package/dist/reference-codes/bhrgt-very-coarse-gravel-content-class.d.ts +15 -0
- package/dist/reference-codes/bhrgt-very-coarse-gravel-content-class.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-very-coarse-gravel-content-class.js +23 -0
- package/dist/reference-codes/bhrgt-very-coarse-gravel-content-class.js.map +1 -0
- package/dist/reference-codes/bhrgt-void-distribution.d.ts +15 -0
- package/dist/reference-codes/bhrgt-void-distribution.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-void-distribution.js +20 -0
- package/dist/reference-codes/bhrgt-void-distribution.js.map +1 -0
- package/dist/reference-codes/bhrgt-wall-friction-correction-method.d.ts +15 -0
- package/dist/reference-codes/bhrgt-wall-friction-correction-method.d.ts.map +1 -0
- package/dist/reference-codes/bhrgt-wall-friction-correction-method.js +21 -0
- package/dist/reference-codes/bhrgt-wall-friction-correction-method.js.map +1 -0
- package/dist/reference-codes/cpt-coord-transformation.d.ts +15 -0
- package/dist/reference-codes/cpt-coord-transformation.d.ts.map +1 -0
- package/dist/reference-codes/cpt-coord-transformation.js +23 -0
- package/dist/reference-codes/cpt-coord-transformation.js.map +1 -0
- package/dist/reference-codes/cpt-correction-reason.d.ts +15 -0
- package/dist/reference-codes/cpt-correction-reason.d.ts.map +1 -0
- package/dist/reference-codes/cpt-correction-reason.js +23 -0
- package/dist/reference-codes/cpt-correction-reason.js.map +1 -0
- package/dist/reference-codes/cpt-cpt-method.d.ts +15 -0
- package/dist/reference-codes/cpt-cpt-method.d.ts.map +1 -0
- package/dist/reference-codes/cpt-cpt-method.js +25 -0
- package/dist/reference-codes/cpt-cpt-method.js.map +1 -0
- package/dist/reference-codes/cpt-cpt-standard.d.ts +15 -0
- package/dist/reference-codes/cpt-cpt-standard.d.ts.map +1 -0
- package/dist/reference-codes/cpt-cpt-standard.js +24 -0
- package/dist/reference-codes/cpt-cpt-standard.js.map +1 -0
- package/dist/reference-codes/cpt-delivery-context.d.ts +15 -0
- package/dist/reference-codes/cpt-delivery-context.d.ts.map +1 -0
- package/dist/reference-codes/cpt-delivery-context.js +22 -0
- package/dist/reference-codes/cpt-delivery-context.js.map +1 -0
- package/dist/reference-codes/cpt-horizontal-crs.d.ts +15 -0
- package/dist/reference-codes/cpt-horizontal-crs.d.ts.map +1 -0
- package/dist/reference-codes/cpt-horizontal-crs.js +21 -0
- package/dist/reference-codes/cpt-horizontal-crs.js.map +1 -0
- package/dist/reference-codes/cpt-horizontal-positioning-method.d.ts +15 -0
- package/dist/reference-codes/cpt-horizontal-positioning-method.d.ts.map +1 -0
- package/dist/reference-codes/cpt-horizontal-positioning-method.js +34 -0
- package/dist/reference-codes/cpt-horizontal-positioning-method.js.map +1 -0
- package/dist/reference-codes/cpt-local-vertical-reference-point.d.ts +15 -0
- package/dist/reference-codes/cpt-local-vertical-reference-point.d.ts.map +1 -0
- package/dist/reference-codes/cpt-local-vertical-reference-point.js +20 -0
- package/dist/reference-codes/cpt-local-vertical-reference-point.js.map +1 -0
- package/dist/reference-codes/cpt-quality-class.d.ts +15 -0
- package/dist/reference-codes/cpt-quality-class.d.ts.map +1 -0
- package/dist/reference-codes/cpt-quality-class.js +27 -0
- package/dist/reference-codes/cpt-quality-class.js.map +1 -0
- package/dist/reference-codes/cpt-registration-status.d.ts +15 -0
- package/dist/reference-codes/cpt-registration-status.d.ts.map +1 -0
- package/dist/reference-codes/cpt-registration-status.js +19 -0
- package/dist/reference-codes/cpt-registration-status.js.map +1 -0
- package/dist/reference-codes/cpt-stop-criterion.d.ts +15 -0
- package/dist/reference-codes/cpt-stop-criterion.d.ts.map +1 -0
- package/dist/reference-codes/cpt-stop-criterion.js +28 -0
- package/dist/reference-codes/cpt-stop-criterion.js.map +1 -0
- package/dist/reference-codes/cpt-survey-purpose.d.ts +15 -0
- package/dist/reference-codes/cpt-survey-purpose.d.ts.map +1 -0
- package/dist/reference-codes/cpt-survey-purpose.js +27 -0
- package/dist/reference-codes/cpt-survey-purpose.js.map +1 -0
- package/dist/reference-codes/cpt-vertical-datum.d.ts +15 -0
- package/dist/reference-codes/cpt-vertical-datum.d.ts.map +1 -0
- package/dist/reference-codes/cpt-vertical-datum.js +21 -0
- package/dist/reference-codes/cpt-vertical-datum.js.map +1 -0
- package/dist/reference-codes/cpt-vertical-positioning-method.d.ts +15 -0
- package/dist/reference-codes/cpt-vertical-positioning-method.d.ts.map +1 -0
- package/dist/reference-codes/cpt-vertical-positioning-method.js +39 -0
- package/dist/reference-codes/cpt-vertical-positioning-method.js.map +1 -0
- package/dist/reference-codes/index.d.ts +256 -0
- package/dist/reference-codes/index.d.ts.map +1 -0
- package/dist/reference-codes/index.js +256 -0
- package/dist/reference-codes/index.js.map +1 -0
- package/dist/resolvers/bhrg-resolvers.d.ts +46 -0
- package/dist/resolvers/bhrg-resolvers.d.ts.map +1 -0
- package/dist/resolvers/bhrg-resolvers.js +172 -0
- package/dist/resolvers/bhrg-resolvers.js.map +1 -0
- package/dist/resolvers/bore-resolver-utils.d.ts +196 -0
- package/dist/resolvers/bore-resolver-utils.d.ts.map +1 -0
- package/dist/resolvers/bore-resolver-utils.js +271 -0
- package/dist/resolvers/bore-resolver-utils.js.map +1 -0
- package/dist/resolvers/bore-resolver.d.ts +25 -0
- package/dist/resolvers/bore-resolver.d.ts.map +1 -0
- package/dist/resolvers/bore-resolver.js +229 -0
- package/dist/resolvers/bore-resolver.js.map +1 -0
- package/dist/resolvers/bore-resolvers.d.ts +71 -0
- package/dist/resolvers/bore-resolvers.d.ts.map +1 -0
- package/dist/resolvers/bore-resolvers.js +961 -0
- package/dist/resolvers/bore-resolvers.js.map +1 -0
- package/dist/resolvers/gml-resolvers.d.ts +16 -0
- package/dist/resolvers/gml-resolvers.d.ts.map +1 -0
- package/dist/resolvers/gml-resolvers.js +58 -0
- package/dist/resolvers/gml-resolvers.js.map +1 -0
- package/dist/resolvers/measurement-resolver.d.ts +15 -0
- package/dist/resolvers/measurement-resolver.d.ts.map +1 -0
- package/dist/resolvers/measurement-resolver.js +113 -0
- package/dist/resolvers/measurement-resolver.js.map +1 -0
- package/dist/resolvers/type-resolvers.d.ts +28 -0
- package/dist/resolvers/type-resolvers.d.ts.map +1 -0
- package/dist/resolvers/type-resolvers.js +108 -0
- package/dist/resolvers/type-resolvers.js.map +1 -0
- package/dist/resolvers.d.ts +32 -0
- package/dist/resolvers.d.ts.map +1 -0
- package/dist/resolvers.js +37 -0
- package/dist/resolvers.js.map +1 -0
- package/dist/schema-presets.d.ts +59 -0
- package/dist/schema-presets.d.ts.map +1 -0
- package/dist/schema-presets.js +184 -0
- package/dist/schema-presets.js.map +1 -0
- package/dist/schemas/bhrg-schema.d.ts +13 -0
- package/dist/schemas/bhrg-schema.d.ts.map +1 -0
- package/dist/schemas/bhrg-schema.js +168 -0
- package/dist/schemas/bhrg-schema.js.map +1 -0
- package/dist/schemas/bore-schema.d.ts +13 -0
- package/dist/schemas/bore-schema.d.ts.map +1 -0
- package/dist/schemas/bore-schema.js +237 -0
- package/dist/schemas/bore-schema.js.map +1 -0
- package/dist/schemas/cpt-schema.d.ts +13 -0
- package/dist/schemas/cpt-schema.d.ts.map +1 -0
- package/dist/schemas/cpt-schema.js +205 -0
- package/dist/schemas/cpt-schema.js.map +1 -0
- package/dist/types/index.d.ts +917 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +15 -0
- package/dist/types/index.js.map +1 -0
- package/package.json +109 -0
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BRO Reference Codes
|
|
3
|
+
*
|
|
4
|
+
* Official code lists from the BRO (Basisregistratie Ondergrond) reference API.
|
|
5
|
+
* These provide human-readable descriptions for coded values in BRO XML files.
|
|
6
|
+
*
|
|
7
|
+
* @generated
|
|
8
|
+
* @see https://publiek.broservices.nl/bro/refcodes/v1/domains
|
|
9
|
+
*/
|
|
10
|
+
export { BHRG_BACKFILL_MATERIAL_CODES, getBhrgBackfillMaterialDescription } from './bhrg-backfill-material.js';
|
|
11
|
+
export { BHRG_CURRENT_PROCESS_CODES, getBhrgCurrentProcessDescription } from './bhrg-current-process.js';
|
|
12
|
+
export { BHRG_ANALYSIS_PROCEDURE_CODES, getBhrgAnalysisProcedureDescription } from './bhrg-analysis-procedure.js';
|
|
13
|
+
export { BHRG_SAMPLER_TYPE_CODES, getBhrgSamplerTypeDescription } from './bhrg-sampler-type.js';
|
|
14
|
+
export { BHRG_ARCHIVE_CLASS_CODES, getBhrgArchiveClassDescription } from './bhrg-archive-class.js';
|
|
15
|
+
export { BHRG_RELATIVE_ABUNDANCE_CLASS_CODES, getBhrgRelativeAbundanceClassDescription } from './bhrg-relative-abundance-class.js';
|
|
16
|
+
export { BHRG_MOTTLING_DENSITY_CODES, getBhrgMottlingDensityDescription } from './bhrg-mottling-density.js';
|
|
17
|
+
export { BHRG_SAMPLING_QUALITY_CODES, getBhrgSamplingQualityDescription } from './bhrg-sampling-quality.js';
|
|
18
|
+
export { BHRG_SAMPLING_METHOD_CODES, getBhrgSamplingMethodDescription } from './bhrg-sampling-method.js';
|
|
19
|
+
export { BHRG_SAMPLING_PROCEDURE_CODES, getBhrgSamplingProcedureDescription } from './bhrg-sampling-procedure.js';
|
|
20
|
+
export { BHRG_DETERMINED_HYDROPHYSICAL_PROPERTIES_CODES, getBhrgDeterminedHydrophysicalPropertiesDescription } from './bhrg-determined-hydrophysical-properties.js';
|
|
21
|
+
export { BHRG_DETERMINED_COMPOSITION_PROPERTIES_CODES, getBhrgDeterminedCompositionPropertiesDescription } from './bhrg-determined-composition-properties.js';
|
|
22
|
+
export { BHRG_DETERMINATION_METHOD_CODES, getBhrgDeterminationMethodDescription } from './bhrg-determination-method.js';
|
|
23
|
+
export { BHRG_DETERMINATION_PROCEDURE_CODES, getBhrgDeterminationProcedureDescription } from './bhrg-determination-procedure.js';
|
|
24
|
+
export { BHRG_DESCRIBED_MATERIAL_CODES, getBhrgDescribedMaterialDescription } from './bhrg-described-material.js';
|
|
25
|
+
export { BHRG_DESCRIPTION_QUALITY_CODES, getBhrgDescriptionQualityDescription } from './bhrg-description-quality.js';
|
|
26
|
+
export { BHRG_DESCRIPTION_LOCATION_CODES, getBhrgDescriptionLocationDescription } from './bhrg-description-location.js';
|
|
27
|
+
export { BHRG_DESCRIPTION_PROCEDURE_CODES, getBhrgDescriptionProcedureDescription } from './bhrg-description-procedure.js';
|
|
28
|
+
export { BHRG_MATERIAL_IRREGULARITY_CODES, getBhrgMaterialIrregularityDescription } from './bhrg-material-irregularity.js';
|
|
29
|
+
export { BHRG_PERFORMANCE_IRREGULARITY_CODES, getBhrgPerformanceIrregularityDescription } from './bhrg-performance-irregularity.js';
|
|
30
|
+
export { BHRG_SPECIAL_MATERIAL_CODES, getBhrgSpecialMaterialDescription } from './bhrg-special-material.js';
|
|
31
|
+
export { BHRG_SOIL_USE_CODES, getBhrgSoilUseDescription } from './bhrg-soil-use.js';
|
|
32
|
+
export { BHRG_VARIEGATION_CODES, getBhrgVariegationDescription } from './bhrg-variegation.js';
|
|
33
|
+
export { BHRG_BORING_PROCEDURE_CODES, getBhrgBoringProcedureDescription } from './bhrg-boring-procedure.js';
|
|
34
|
+
export { BHRG_BORING_TECHNIQUE_CODES, getBhrgBoringTechniqueDescription } from './bhrg-boring-technique.js';
|
|
35
|
+
export { BHRG_CASING_MATERIAL_CODES, getBhrgCasingMaterialDescription } from './bhrg-casing-material.js';
|
|
36
|
+
export { BHRG_FINE_SOIL_CONSISTENCY_CODES, getBhrgFineSoilConsistencyDescription } from './bhrg-fine-soil-consistency.js';
|
|
37
|
+
export { BHRG_ORGANIC_SOIL_CONSISTENCY_CODES, getBhrgOrganicSoilConsistencyDescription } from './bhrg-organic-soil-consistency.js';
|
|
38
|
+
export { BHRG_CORRECTION_REASON_CODES, getBhrgCorrectionReasonDescription } from './bhrg-correction-reason.js';
|
|
39
|
+
export { BHRG_DISPERSION_METHOD_CODES, getBhrgDispersionMethodDescription } from './bhrg-dispersion-method.js';
|
|
40
|
+
export { BHRG_DRYING_TEMPERATURE_CODES, getBhrgDryingTemperatureDescription } from './bhrg-drying-temperature.js';
|
|
41
|
+
export { BHRG_DRYING_PERIOD_CODES, getBhrgDryingPeriodDescription } from './bhrg-drying-period.js';
|
|
42
|
+
export { BHRG_FRACTION_DISTRIBUTION_LAB_CODES, getBhrgFractionDistributionLabDescription } from './bhrg-fraction-distribution-lab.js';
|
|
43
|
+
export { BHRG_USED_MEDIUM_CODES, getBhrgUsedMediumDescription } from './bhrg-used-medium.js';
|
|
44
|
+
export { BHRG_GEOLOGICAL_ORIGIN_CODES, getBhrgGeologicalOriginDescription } from './bhrg-geological-origin.js';
|
|
45
|
+
export { BHRG_GEOLOGICAL_SOIL_NAME_CODES, getBhrgGeologicalSoilNameDescription } from './bhrg-geological-soil-name.js';
|
|
46
|
+
export { BHRG_GEOTECHNICAL_SOIL_NAME_CODES, getBhrgGeotechnicalSoilNameDescription } from './bhrg-geotechnical-soil-name.js';
|
|
47
|
+
export { BHRG_MICA_CONTENT_CLASS_CODES, getBhrgMicaContentClassDescription } from './bhrg-mica-content-class.js';
|
|
48
|
+
export { BHRG_BOUNDARY_POSITIONING_METHOD_CODES, getBhrgBoundaryPositioningMethodDescription } from './bhrg-boundary-positioning-method.js';
|
|
49
|
+
export { BHRG_GRAVEL_CONTENT_CLASS_CODES, getBhrgGravelContentClassDescription } from './bhrg-gravel-content-class.js';
|
|
50
|
+
export { BHRG_GRAVEL_PROVENANCE_CODES, getBhrgGravelProvenanceDescription } from './bhrg-gravel-provenance.js';
|
|
51
|
+
export { BHRG_GRAVEL_MEDIAN_CLASS_CODES, getBhrgGravelMedianClassDescription } from './bhrg-gravel-median-class.js';
|
|
52
|
+
export { BHRG_SOIL_NAME_NEN5104_CODES, getBhrgSoilNameNEN5104Description } from './bhrg-soil-name-nen5104.js';
|
|
53
|
+
export { BHRG_CHUNK_SIZE_CLASS_CODES, getBhrgChunkSizeClassDescription } from './bhrg-chunk-size-class.js';
|
|
54
|
+
export { BHRG_CALCULATION_VALUE_ORIGIN_CODES, getBhrgCalculationValueOriginDescription } from './bhrg-calculation-value-origin.js';
|
|
55
|
+
export { BHRG_ANGULARITY_CODES, getBhrgAngularityDescription } from './bhrg-angularity.js';
|
|
56
|
+
export { BHRG_HORIZON_CODE_CODES, getBhrgHorizonCodeDescription } from './bhrg-horizon-code.js';
|
|
57
|
+
export { BHRG_UTENSIL_CODES, getBhrgUtensilDescription } from './bhrg-utensil.js';
|
|
58
|
+
export { BHRG_HYDROLOGICAL_SETTING_CODES, getBhrgHydrologicalSettingDescription } from './bhrg-hydrological-setting.js';
|
|
59
|
+
export { BHRG_SAMPLE_CONTAINER_VOLUME_CODES, getBhrgSampleContainerVolumeDescription } from './bhrg-sample-container-volume.js';
|
|
60
|
+
export { BHRG_DELIVERY_CONTEXT_CODES, getBhrgDeliveryContextDescription } from './bhrg-delivery-context.js';
|
|
61
|
+
export { BHRG_SURVEY_PURPOSE_CODES, getBhrgSurveyPurposeDescription } from './bhrg-survey-purpose.js';
|
|
62
|
+
export { BHRG_SURVEY_PROCEDURE_CODES, getBhrgSurveyProcedureDescription } from './bhrg-survey-procedure.js';
|
|
63
|
+
export { BHRG_CARBONATE_CONTENT_CLASS_CODES, getBhrgCarbonateContentClassDescription } from './bhrg-carbonate-content-class.js';
|
|
64
|
+
export { BHRG_COLOUR_CODES, getBhrgColourDescription } from './bhrg-colour.js';
|
|
65
|
+
export { BHRG_GRAIN_COLOUR_CODES, getBhrgGrainColourDescription } from './bhrg-grain-colour.js';
|
|
66
|
+
export { BHRG_DESCRIBED_SAMPLES_QUALITY_CODES, getBhrgDescribedSamplesQualityDescription } from './bhrg-described-samples-quality.js';
|
|
67
|
+
export { BHRG_LAYER_PROPORTION_CLASS_CODES, getBhrgLayerProportionClassDescription } from './bhrg-layer-proportion-class.js';
|
|
68
|
+
export { BHRG_STRATUM_THICKNESS_CLASS_CODES, getBhrgStratumThicknessClassDescription } from './bhrg-stratum-thickness-class.js';
|
|
69
|
+
export { BHRG_LANDSCAPE_ELEMENT_CODES, getBhrgLandscapeElementDescription } from './bhrg-landscape-element.js';
|
|
70
|
+
export { BHRG_POSITION_ON_GROUND_BODY_CODES, getBhrgPositionOnGroundBodyDescription } from './bhrg-position-on-ground-body.js';
|
|
71
|
+
export { BHRG_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getBhrgLocalVerticalReferencePointDescription } from './bhrg-local-vertical-reference-point.js';
|
|
72
|
+
export { BHRG_MASS_PERCENTAGE_CLASS_CODES, getBhrgMassPercentageClassDescription } from './bhrg-mass-percentage-class.js';
|
|
73
|
+
export { BHRG_WEATHERING_DEGREE_CODES, getBhrgWeatheringDegreeDescription } from './bhrg-weathering-degree.js';
|
|
74
|
+
export { BHRG_HUMAN_TRACE_CODES, getBhrgHumanTraceDescription } from './bhrg-human-trace.js';
|
|
75
|
+
export { BHRG_HORIZONTAL_POSITIONING_METHOD_CODES, getBhrgHorizontalPositioningMethodDescription } from './bhrg-horizontal-positioning-method.js';
|
|
76
|
+
export { BHRG_FLUID_MUD_LAYER_POSITIONING_METHOD_CODES, getBhrgFluidMudLayerPositioningMethodDescription } from './bhrg-fluid-mud-layer-positioning-method.js';
|
|
77
|
+
export { BHRG_VERTICAL_POSITIONING_METHOD_CODES, getBhrgVerticalPositioningMethodDescription } from './bhrg-vertical-positioning-method.js';
|
|
78
|
+
export { BHRG_SAMPLE_QUALITY_CODES, getBhrgSampleQualityDescription } from './bhrg-sample-quality.js';
|
|
79
|
+
export { BHRG_SAMPLE_MOISTNESS_CODES, getBhrgSampleMoistnessDescription } from './bhrg-sample-moistness.js';
|
|
80
|
+
export { BHRG_MUNSELL_HUE_CODES, getBhrgMunsellHueDescription } from './bhrg-munsell-hue.js';
|
|
81
|
+
export { BHRG_MUNSELL_VALUE_CODES, getBhrgMunsellValueDescription } from './bhrg-munsell-value.js';
|
|
82
|
+
export { BHRG_MUNSELL_CHROMA_CODES, getBhrgMunsellChromaDescription } from './bhrg-munsell-chroma.js';
|
|
83
|
+
export { BHRG_EVENT_NAME_CODES, getBhrgEventNameDescription } from './bhrg-event-name.js';
|
|
84
|
+
export { BHRG_ORGANIC_MATTER_CONTENT_CLASS_CODES, getBhrgOrganicMatterContentClassDescription } from './bhrg-organic-matter-content-class.js';
|
|
85
|
+
export { BHRG_ORGANIC_MATTER_CONTENT_CLASS_NEN5104_CODES, getBhrgOrganicMatterContentClassNEN5104Description } from './bhrg-organic-matter-content-class-nen5104.js';
|
|
86
|
+
export { BHRG_NO_DESCRIPTION_REASON_CODES, getBhrgNoDescriptionReasonDescription } from './bhrg-no-description-reason.js';
|
|
87
|
+
export { BHRG_SEDIMENTARY_PHENOMENON_CODES, getBhrgSedimentaryPhenomenonDescription } from './bhrg-sedimentary-phenomenon.js';
|
|
88
|
+
export { BHRG_SPHERICITY_CODES, getBhrgSphericityDescription } from './bhrg-sphericity.js';
|
|
89
|
+
export { BHRG_ARCHEOLOGICAL_CONSTITUENT_TYPE_CODES, getBhrgArcheologicalConstituentTypeDescription } from './bhrg-archeological-constituent-type.js';
|
|
90
|
+
export { BHRG_PARTICULAR_CONSTITUENT_TYPE_CODES, getBhrgParticularConstituentTypeDescription } from './bhrg-particular-constituent-type.js';
|
|
91
|
+
export { BHRG_ANIMAL_FOSSIL_TYPE_CODES, getBhrgAnimalFossilTypeDescription } from './bhrg-animal-fossil-type.js';
|
|
92
|
+
export { BHRG_ROCK_TYPE_CODES, getBhrgRockTypeDescription } from './bhrg-rock-type.js';
|
|
93
|
+
export { BHRG_GRAVEL_TYPE_CODES, getBhrgGravelTypeDescription } from './bhrg-gravel-type.js';
|
|
94
|
+
export { BHRG_SOIL_TYPE_CODES, getBhrgSoilTypeDescription } from './bhrg-soil-type.js';
|
|
95
|
+
export { BHRG_PLANT_REMAIN_TYPE_CODES, getBhrgPlantRemainTypeDescription } from './bhrg-plant-remain-type.js';
|
|
96
|
+
export { BHRG_SHELL_TAXON_CODES, getBhrgShellTaxonDescription } from './bhrg-shell-taxon.js';
|
|
97
|
+
export { BHRG_PEAT_TYPE_CODES, getBhrgPeatTypeDescription } from './bhrg-peat-type.js';
|
|
98
|
+
export { BHRG_FLUSHING_ADDITIVE_CODES, getBhrgFlushingAdditiveDescription } from './bhrg-flushing-additive.js';
|
|
99
|
+
export { BHRG_STOP_CRITERION_FIELD_CODES, getBhrgStopCriterionFieldDescription } from './bhrg-stop-criterion-field.js';
|
|
100
|
+
export { BHRG_STRUCTURE_CODES, getBhrgStructureDescription } from './bhrg-structure.js';
|
|
101
|
+
export { BHRGT_BACKFILL_MATERIAL_CODES, getBhrgtBackfillMaterialDescription } from './bhrgt-backfill-material.js';
|
|
102
|
+
export { BHRGT_DEPOSITIONAL_CHARACTERISTIC_CODES, getBhrgtDepositionalCharacteristicDescription } from './bhrgt-depositional-characteristic.js';
|
|
103
|
+
export { BHRGT_ANALYSIS_PROCEDURE_CODES, getBhrgtAnalysisProcedureDescription } from './bhrgt-analysis-procedure.js';
|
|
104
|
+
export { BHRGT_SAMPLER_TYPE_CODES, getBhrgtSamplerTypeDescription } from './bhrgt-sampler-type.js';
|
|
105
|
+
export { BHRGT_DRAINAGE_STRIP_COVERAGE_CODES, getBhrgtDrainageStripCoverageDescription } from './bhrgt-drainage-strip-coverage.js';
|
|
106
|
+
export { BHRGT_SAMPLING_QUALITY_CODES, getBhrgtSamplingQualityDescription } from './bhrgt-sampling-quality.js';
|
|
107
|
+
export { BHRGT_SAMPLING_METHOD_CODES, getBhrgtSamplingMethodDescription } from './bhrgt-sampling-method.js';
|
|
108
|
+
export { BHRGT_SAMPLING_PROCEDURE_CODES, getBhrgtSamplingProcedureDescription } from './bhrgt-sampling-procedure.js';
|
|
109
|
+
export { BHRGT_DETERMINED_PROPERTIES_CODES, getBhrgtDeterminedPropertiesDescription } from './bhrgt-determined-properties.js';
|
|
110
|
+
export { BHRGT_DETERMINATION_DIAMETER_CODES, getBhrgtDeterminationDiameterDescription } from './bhrgt-determination-diameter.js';
|
|
111
|
+
export { BHRGT_DETERMINATION_METHOD_CODES, getBhrgtDeterminationMethodDescription } from './bhrgt-determination-method.js';
|
|
112
|
+
export { BHRGT_EQUIVALENT_MASS_DETERMINATION_METHOD_CODES, getBhrgtEquivalentMassDeterminationMethodDescription } from './bhrgt-equivalent-mass-determination-method.js';
|
|
113
|
+
export { BHRGT_DETERMINATION_PROCEDURE_CODES, getBhrgtDeterminationProcedureDescription } from './bhrgt-determination-procedure.js';
|
|
114
|
+
export { BHRGT_DESCRIBED_MATERIAL_CODES, getBhrgtDescribedMaterialDescription } from './bhrgt-described-material.js';
|
|
115
|
+
export { BHRGT_DESCRIPTION_QUALITY_CODES, getBhrgtDescriptionQualityDescription } from './bhrgt-description-quality.js';
|
|
116
|
+
export { BHRGT_DESCRIPTION_LOCATION_CODES, getBhrgtDescriptionLocationDescription } from './bhrgt-description-location.js';
|
|
117
|
+
export { BHRGT_DESCRIPTION_PROCEDURE_CODES, getBhrgtDescriptionProcedureDescription } from './bhrgt-description-procedure.js';
|
|
118
|
+
export { BHRGT_TERTIARY_CONSTITUENT_CODES, getBhrgtTertiaryConstituentDescription } from './bhrgt-tertiary-constituent.js';
|
|
119
|
+
export { BHRGT_TERTIARY_ROCK_CONSTITUENT_CODES, getBhrgtTertiaryRockConstituentDescription } from './bhrgt-tertiary-rock-constituent.js';
|
|
120
|
+
export { BHRGT_MATERIAL_IRREGULARITY_CODES, getBhrgtMaterialIrregularityDescription } from './bhrgt-material-irregularity.js';
|
|
121
|
+
export { BHRGT_PERFORMANCE_IRREGULARITY_CODES, getBhrgtPerformanceIrregularityDescription } from './bhrgt-performance-irregularity.js';
|
|
122
|
+
export { BHRGT_SPECIAL_MATERIAL_CODES, getBhrgtSpecialMaterialDescription } from './bhrgt-special-material.js';
|
|
123
|
+
export { BHRGT_SOIL_USE_CODES, getBhrgtSoilUseDescription } from './bhrgt-soil-use.js';
|
|
124
|
+
export { BHRGT_BORING_PROCEDURE_CODES, getBhrgtBoringProcedureDescription } from './bhrgt-boring-procedure.js';
|
|
125
|
+
export { BHRGT_BORING_TECHNIQUE_CODES, getBhrgtBoringTechniqueDescription } from './bhrgt-boring-technique.js';
|
|
126
|
+
export { BHRGT_APERTURE_CLASS_CODES, getBhrgtApertureClassDescription } from './bhrgt-aperture-class.js';
|
|
127
|
+
export { BHRGT_APERTURE_CLASS_DISCONTINUITY_CODES, getBhrgtApertureClassDiscontinuityDescription } from './bhrgt-aperture-class-discontinuity.js';
|
|
128
|
+
export { BHRGT_CASING_MATERIAL_CODES, getBhrgtCasingMaterialDescription } from './bhrgt-casing-material.js';
|
|
129
|
+
export { BHRGT_FINE_SOIL_CONSISTENCY_CODES, getBhrgtFineSoilConsistencyDescription } from './bhrgt-fine-soil-consistency.js';
|
|
130
|
+
export { BHRGT_ORGANIC_SOIL_CONSISTENCY_CODES, getBhrgtOrganicSoilConsistencyDescription } from './bhrgt-organic-soil-consistency.js';
|
|
131
|
+
export { BHRGT_CONSOLIDATION_METHOD_CODES, getBhrgtConsolidationMethodDescription } from './bhrgt-consolidation-method.js';
|
|
132
|
+
export { BHRGT_CONUS_TYPE_CODES, getBhrgtConusTypeDescription } from './bhrgt-conus-type.js';
|
|
133
|
+
export { BHRGT_CORRECTION_METHOD_CODES, getBhrgtCorrectionMethodDescription } from './bhrgt-correction-method.js';
|
|
134
|
+
export { BHRGT_CORRECTION_REASON_CODES, getBhrgtCorrectionReasonDescription } from './bhrgt-correction-reason.js';
|
|
135
|
+
export { BHRGT_DISINTEGRATION_CODES, getBhrgtDisintegrationDescription } from './bhrgt-disintegration.js';
|
|
136
|
+
export { BHRGT_DISPERSED_INHOMOGENEITY_CODES, getBhrgtDispersedInhomogeneityDescription } from './bhrgt-dispersed-inhomogeneity.js';
|
|
137
|
+
export { BHRGT_DISPERSION_METHOD_CODES, getBhrgtDispersionMethodDescription } from './bhrgt-dispersion-method.js';
|
|
138
|
+
export { BHRGT_DRYING_TEMPERATURE_CODES, getBhrgtDryingTemperatureDescription } from './bhrgt-drying-temperature.js';
|
|
139
|
+
export { BHRGT_DRYING_PERIOD_CODES, getBhrgtDryingPeriodDescription } from './bhrgt-drying-period.js';
|
|
140
|
+
export { BHRG_ORGANIC_SOIL_TEXTURE_CODES, getBhrgOrganicSoilTextureDescription } from './bhrg-organic-soil-texture.js';
|
|
141
|
+
export { BHRGT_FINE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtFineGravelContentClassDescription } from './bhrgt-fine-gravel-content-class.js';
|
|
142
|
+
export { BHRGT_FRACTION_DISTRIBUTION_CODES, getBhrgtFractionDistributionDescription } from './bhrgt-fraction-distribution.js';
|
|
143
|
+
export { BHRGT_USED_MEDIUM_CODES, getBhrgtUsedMediumDescription } from './bhrgt-used-medium.js';
|
|
144
|
+
export { BHRGT_INTERBEDDING_CODES, getBhrgtInterbeddingDescription } from './bhrgt-interbedding.js';
|
|
145
|
+
export { BHRGT_BEDDING_CODES, getBhrgtBeddingDescription } from './bhrgt-bedding.js';
|
|
146
|
+
export { BHRGT_GEOTECHNICAL_DEPOSITIONAL_CHARACTERISTIC_CODES, getBhrgtGeotechnicalDepositionalCharacteristicDescription } from './bhrgt-geotechnical-depositional-characteristic.js';
|
|
147
|
+
export { BHRGT_GEOTECHNICAL_SOIL_NAME_CODES, getBhrgtGeotechnicalSoilNameDescription } from './bhrgt-geotechnical-soil-name.js';
|
|
148
|
+
export { BHRGT_BOUNDARY_POSITIONING_METHOD_CODES, getBhrgtBoundaryPositioningMethodDescription } from './bhrgt-boundary-positioning-method.js';
|
|
149
|
+
export { BHRGT_GRAVEL_CONTENT_CLASS_CODES, getBhrgtGravelContentClassDescription } from './bhrgt-gravel-content-class.js';
|
|
150
|
+
export { BHRGT_GRAVEL_CONTENT_CLASS_NEN5104_CODES, getBhrgtGravelContentClassNEN5104Description } from './bhrgt-gravel-content-class-nen5104.js';
|
|
151
|
+
export { BHRGT_GRAVEL_MEDIAN_CLASS_CODES, getBhrgtGravelMedianClassDescription } from './bhrgt-gravel-median-class.js';
|
|
152
|
+
export { BHRGT_SOIL_NAME_NEN5104_CODES, getBhrgtSoilNameNEN5104Description } from './bhrgt-soil-name-nen5104.js';
|
|
153
|
+
export { BHRGT_SIZE_FRACTION_CODES, getBhrgtSizeFractionDescription } from './bhrgt-size-fraction.js';
|
|
154
|
+
export { BHRGT_CALCULATION_VALUE_SOURCE_CODES, getBhrgtCalculationValueSourceDescription } from './bhrgt-calculation-value-source.js';
|
|
155
|
+
export { BHRGT_ANGULARITY_CODES, getBhrgtAngularityDescription } from './bhrgt-angularity.js';
|
|
156
|
+
export { BHRGT_VOID_DISTRIBUTION_CODES, getBhrgtVoidDistributionDescription } from './bhrgt-void-distribution.js';
|
|
157
|
+
export { BHRG_TEMPORARY_CHANGE_CODES, getBhrgTemporaryChangeDescription } from './bhrg-temporary-change.js';
|
|
158
|
+
export { BHRGT_SAMPLE_CONTAINER_VOLUME_CODES, getBhrgtSampleContainerVolumeDescription } from './bhrgt-sample-container-volume.js';
|
|
159
|
+
export { BHRGT_DELIVERY_CONTEXT_CODES, getBhrgtDeliveryContextDescription } from './bhrgt-delivery-context.js';
|
|
160
|
+
export { BHRGT_SURVEY_PURPOSE_CODES, getBhrgtSurveyPurposeDescription } from './bhrgt-survey-purpose.js';
|
|
161
|
+
export { BHRGT_SURVEY_PROCEDURE_CODES, getBhrgtSurveyProcedureDescription } from './bhrgt-survey-procedure.js';
|
|
162
|
+
export { BHRGT_CARBONATE_CONTENT_CLASS_CODES, getBhrgtCarbonateContentClassDescription } from './bhrgt-carbonate-content-class.js';
|
|
163
|
+
export { BHRGT_COLOUR_CODES, getBhrgtColourDescription } from './bhrgt-colour.js';
|
|
164
|
+
export { BHRGT_POSITION_ON_GROUND_BODY_CODES, getBhrgtPositionOnGroundBodyDescription } from './bhrgt-position-on-ground-body.js';
|
|
165
|
+
export { BHRGT_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getBhrgtLocalVerticalReferencePointDescription } from './bhrgt-local-vertical-reference-point.js';
|
|
166
|
+
export { BHRGT_MAKING_METHOD_CODES, getBhrgtMakingMethodDescription } from './bhrgt-making-method.js';
|
|
167
|
+
export { BHRGT_MASS_PERCENTAGE_CLASS_CODES, getBhrgtMassPercentageClassDescription } from './bhrgt-mass-percentage-class.js';
|
|
168
|
+
export { BHRGT_MEDIUM_COARSE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtMediumCoarseGravelContentClassDescription } from './bhrgt-medium-coarse-gravel-content-class.js';
|
|
169
|
+
export { BHRGT_HORIZONTAL_POSITIONING_METHOD_CODES, getBhrgtHorizontalPositioningMethodDescription } from './bhrgt-horizontal-positioning-method.js';
|
|
170
|
+
export { BHRGT_FLUID_MUD_LAYER_POSITIONING_METHOD_CODES, getBhrgtFluidMudLayerPositioningMethodDescription } from './bhrgt-fluid-mud-layer-positioning-method.js';
|
|
171
|
+
export { BHRGT_VERTICAL_POSITIONING_METHOD_CODES, getBhrgtVerticalPositioningMethodDescription } from './bhrgt-vertical-positioning-method.js';
|
|
172
|
+
export { BHRGT_SAMPLE_QUALITY_CODES, getBhrgtSampleQualityDescription } from './bhrgt-sample-quality.js';
|
|
173
|
+
export { BHRGT_SAMPLE_MOISTNESS_CODES, getBhrgtSampleMoistnessDescription } from './bhrgt-sample-moistness.js';
|
|
174
|
+
export { BHRGT_EVENT_NAME_CODES, getBhrgtEventNameDescription } from './bhrgt-event-name.js';
|
|
175
|
+
export { BHRG_APPLIED_OPTICAL_MODEL_CODES, getBhrgAppliedOpticalModelDescription } from './bhrg-applied-optical-model.js';
|
|
176
|
+
export { BHRGT_DECOMPOSITION_CODES, getBhrgtDecompositionDescription } from './bhrgt-decomposition.js';
|
|
177
|
+
export { BHRGT_INFILL_MATERIAL_CODES, getBhrgtInfillMaterialDescription } from './bhrgt-infill-material.js';
|
|
178
|
+
export { BHRGT_ORGANIC_MATTER_CONTENT_CLASS_CODES, getBhrgtOrganicMatterContentClassDescription } from './bhrgt-organic-matter-content-class.js';
|
|
179
|
+
export { BHRGT_ORGANIC_MATTER_CONTENT_CLASS_NEN5104_CODES, getBhrgtOrganicMatterContentClassNEN5104Description } from './bhrgt-organic-matter-content-class-nen5104.js';
|
|
180
|
+
export { BHRGT_DEPOSITIONAL_AGE_CODES, getBhrgtDepositionalAgeDescription } from './bhrgt-depositional-age.js';
|
|
181
|
+
export { BHRGT_DRAINAGE_STRIP_ORIENTATION_CODES, getBhrgtDrainageStripOrientationDescription } from './bhrgt-drainage-strip-orientation.js';
|
|
182
|
+
export { BHRGT_NO_DESCRIPTION_REASON_CODES, getBhrgtNoDescriptionReasonDescription } from './bhrgt-no-description-reason.js';
|
|
183
|
+
export { BHRGT_RESULT_IRREGULARITY_CODES, getBhrgtResultIrregularityDescription } from './bhrgt-result-irregularity.js';
|
|
184
|
+
export { BHRGT_RING_DIAMETER_CODES, getBhrgtRingDiameterDescription } from './bhrgt-ring-diameter.js';
|
|
185
|
+
export { BHRGT_ROUGHNESS_CODES, getBhrgtRoughnessDescription } from './bhrgt-roughness.js';
|
|
186
|
+
export { BHRGT_SPHERICITY_CODES, getBhrgtSphericityDescription } from './bhrgt-sphericity.js';
|
|
187
|
+
export { BHRGT_PARTICULAR_CONSTITUENT_TYPE_CODES, getBhrgtParticularConstituentTypeDescription } from './bhrgt-particular-constituent-type.js';
|
|
188
|
+
export { BHRGT_CEMENT_TYPE_CODES, getBhrgtCementTypeDescription } from './bhrgt-cement-type.js';
|
|
189
|
+
export { BHRGT_ROCK_TYPE_CODES, getBhrgtRockTypeDescription } from './bhrgt-rock-type.js';
|
|
190
|
+
export { BHRGT_PEAT_TYPE_CODES, getBhrgtPeatTypeDescription } from './bhrgt-peat-type.js';
|
|
191
|
+
export { BHRGT_FLUSHING_ADDITIVE_CODES, getBhrgtFlushingAdditiveDescription } from './bhrgt-flushing-additive.js';
|
|
192
|
+
export { BHRGT_STABILITY_CODES, getBhrgtStabilityDescription } from './bhrgt-stability.js';
|
|
193
|
+
export { BHRGT_STEP_TYPE_CODES, getBhrgtStepTypeDescription } from './bhrgt-step-type.js';
|
|
194
|
+
export { BHRGT_STRENGTH_CLASS_CODES, getBhrgtStrengthClassDescription } from './bhrgt-strength-class.js';
|
|
195
|
+
export { BHRGT_STIFFNESS_CLASS_MEMBRANE_CODES, getBhrgtStiffnessClassMembraneDescription } from './bhrgt-stiffness-class-membrane.js';
|
|
196
|
+
export { BHRGT_STOP_CRITERION_CODES, getBhrgtStopCriterionDescription } from './bhrgt-stop-criterion.js';
|
|
197
|
+
export { BHRGT_STOP_CRITERION_DETERMINATION_CODES, getBhrgtStopCriterionDeterminationDescription } from './bhrgt-stop-criterion-determination.js';
|
|
198
|
+
export { BHRGT_STOP_CRITERION_FIELD_CODES, getBhrgtStopCriterionFieldDescription } from './bhrgt-stop-criterion-field.js';
|
|
199
|
+
export { BHRGT_ORGANIC_SOIL_TEXTURE_CODES, getBhrgtOrganicSoilTextureDescription } from './bhrgt-organic-soil-texture.js';
|
|
200
|
+
export { BHRGT_TEMPORARY_CHANGE_CODES, getBhrgtTemporaryChangeDescription } from './bhrgt-temporary-change.js';
|
|
201
|
+
export { BHRGT_USED_OPTICAL_MODEL_CODES, getBhrgtUsedOpticalModelDescription } from './bhrgt-used-optical-model.js';
|
|
202
|
+
export { BHRGT_PEAT_TENSILE_STRENGTH_CODES, getBhrgtPeatTensileStrengthDescription } from './bhrgt-peat-tensile-strength.js';
|
|
203
|
+
export { BHRGT_ANALYSIS_TYPE_CODES, getBhrgtAnalysisTypeDescription } from './bhrgt-analysis-type.js';
|
|
204
|
+
export { BHRGT_DISCONTINUITY_TYPE_CODES, getBhrgtDiscontinuityTypeDescription } from './bhrgt-discontinuity-type.js';
|
|
205
|
+
export { BHRGT_ACTIVITY_TYPE_CODES, getBhrgtActivityTypeDescription } from './bhrgt-activity-type.js';
|
|
206
|
+
export { BHRGT_MIXING_TYPE_CODES, getBhrgtMixingTypeDescription } from './bhrgt-mixing-type.js';
|
|
207
|
+
export { BHRGT_DISCIPLINE_CODES, getBhrgtDisciplineDescription } from './bhrgt-discipline.js';
|
|
208
|
+
export { BHRGT_DISCOLOURATION_CODES, getBhrgtDiscolourationDescription } from './bhrgt-discolouration.js';
|
|
209
|
+
export { BHRGT_VERTICAL_DATUM_CODES, getBhrgtVerticalDatumDescription } from './bhrgt-vertical-datum.js';
|
|
210
|
+
export { BHRGT_REMOVED_MATERIAL_CODES, getBhrgtRemovedMaterialDescription } from './bhrgt-removed-material.js';
|
|
211
|
+
export { BHRGT_PRE_TREATMENT_CODES, getBhrgtPreTreatmentDescription } from './bhrgt-pre-treatment.js';
|
|
212
|
+
export { BHRGT_PREPARATION_CODES, getBhrgtPreparationDescription } from './bhrgt-preparation.js';
|
|
213
|
+
export { BHRGT_SPECIMEN_SHAPE_CODES, getBhrgtSpecimenShapeDescription } from './bhrgt-specimen-shape.js';
|
|
214
|
+
export { BHRGT_WALL_FRICTION_CORRECTION_METHOD_CODES, getBhrgtWallFrictionCorrectionMethodDescription } from './bhrgt-wall-friction-correction-method.js';
|
|
215
|
+
export { BHRGT_EXCAVATED_MATERIAL_CODES, getBhrgtExcavatedMaterialDescription } from './bhrgt-excavated-material.js';
|
|
216
|
+
export { BHRG_DISCONTINUITY_TYPE_CODES, getBhrgDiscontinuityTypeDescription } from './bhrg-discontinuity-type.js';
|
|
217
|
+
export { BHRG_ACTIVITY_TYPE_CODES, getBhrgActivityTypeDescription } from './bhrg-activity-type.js';
|
|
218
|
+
export { BHRGT_SAND_MEDIAN_CLASS_CODES, getBhrgtSandMedianClassDescription } from './bhrgt-sand-median-class.js';
|
|
219
|
+
export { BHRGT_SAND_SORTING_CODES, getBhrgtSandSortingDescription } from './bhrgt-sand-sorting.js';
|
|
220
|
+
export { BHRGT_SAND_SORTING_NEN5104_CODES, getBhrgtSandSortingNEN5104Description } from './bhrgt-sand-sorting-nen5104.js';
|
|
221
|
+
export { BHRGT_VERY_COARSE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtVeryCoarseGravelContentClassDescription } from './bhrgt-very-coarse-gravel-content-class.js';
|
|
222
|
+
export { BHRGT_LATERAL_SUPPORT_CODES, getBhrgtLateralSupportDescription } from './bhrgt-lateral-support.js';
|
|
223
|
+
export { BHRGT_SALT_CORRECTION_METHOD_CODES, getBhrgtSaltCorrectionMethodDescription } from './bhrgt-salt-correction-method.js';
|
|
224
|
+
export { BHRG_DISCIPLINE_CODES, getBhrgDisciplineDescription } from './bhrg-discipline.js';
|
|
225
|
+
export { BHRG_VERTICAL_DATUM_CODES, getBhrgVerticalDatumDescription } from './bhrg-vertical-datum.js';
|
|
226
|
+
export { BHRG_VERTICAL_TREND_CODES, getBhrgVerticalTrendDescription } from './bhrg-vertical-trend.js';
|
|
227
|
+
export { BHRG_REMOVED_MATERIAL_CODES, getBhrgRemovedMaterialDescription } from './bhrg-removed-material.js';
|
|
228
|
+
export { BHRG_REMOVAL_METHOD_CARBONATE_CODES, getBhrgRemovalMethodCarbonateDescription } from './bhrg-removal-method-carbonate.js';
|
|
229
|
+
export { BHRG_REMOVAL_METHOD_ORGANIC_MATTER_CODES, getBhrgRemovalMethodOrganicMatterDescription } from './bhrg-removal-method-organic-matter.js';
|
|
230
|
+
export { BHRG_SATURATION_METHOD_CODES, getBhrgSaturationMethodDescription } from './bhrg-saturation-method.js';
|
|
231
|
+
export { BHRG_STAIN_COLOUR_CODES, getBhrgStainColourDescription } from './bhrg-stain-colour.js';
|
|
232
|
+
export { BHRG_VOLUME_PERCENTAGE_CLASS_CODES, getBhrgVolumePercentageClassDescription } from './bhrg-volume-percentage-class.js';
|
|
233
|
+
export { BHRG_PRE_TREATMENT_CODES, getBhrgPreTreatmentDescription } from './bhrg-pre-treatment.js';
|
|
234
|
+
export { BHRG_PREPARATION_CODES, getBhrgPreparationDescription } from './bhrg-preparation.js';
|
|
235
|
+
export { BHRG_MATERIAL_SHAPE_CODES, getBhrgMaterialShapeDescription } from './bhrg-material-shape.js';
|
|
236
|
+
export { BHRG_EXCAVATED_MATERIAL_CODES, getBhrgExcavatedMaterialDescription } from './bhrg-excavated-material.js';
|
|
237
|
+
export { BHRG_SAND_MEDIAN_CLASS_CODES, getBhrgSandMedianClassDescription } from './bhrg-sand-median-class.js';
|
|
238
|
+
export { BHRG_SAND_SORTING_CODES, getBhrgSandSortingDescription } from './bhrg-sand-sorting.js';
|
|
239
|
+
export { BHRG_VERY_COARSE_FRACTION_CONTENT_CLASS_CODES, getBhrgVeryCoarseFractionContentClassDescription } from './bhrg-very-coarse-fraction-content-class.js';
|
|
240
|
+
export { BHRG_VERY_COARSE_FRACTION_CONTENT_CLASS_ARCHIVE_CODES, getBhrgVeryCoarseFractionContentClassArchiveDescription } from './bhrg-very-coarse-fraction-content-class-archive.js';
|
|
241
|
+
export { BHRG_SALT_CORRECTION_METHOD_CODES, getBhrgSaltCorrectionMethodDescription } from './bhrg-salt-correction-method.js';
|
|
242
|
+
export { CPT_COORD_TRANSFORMATION_CODES, getCptCoordTransformationDescription } from './cpt-coord-transformation.js';
|
|
243
|
+
export { CPT_CORRECTION_REASON_CODES, getCptCorrectionReasonDescription } from './cpt-correction-reason.js';
|
|
244
|
+
export { CPT_DELIVERY_CONTEXT_CODES, getCptDeliveryContextDescription } from './cpt-delivery-context.js';
|
|
245
|
+
export { CPT_HORIZONTAL_CRS_CODES, getCptHorizontalCrsDescription } from './cpt-horizontal-crs.js';
|
|
246
|
+
export { CPT_HORIZONTAL_POSITIONING_METHOD_CODES, getCptHorizontalPositioningMethodDescription } from './cpt-horizontal-positioning-method.js';
|
|
247
|
+
export { CPT_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getCptLocalVerticalReferencePointDescription } from './cpt-local-vertical-reference-point.js';
|
|
248
|
+
export { CPT_CPT_METHOD_CODES, getCptCPTMethodDescription } from './cpt-cpt-method.js';
|
|
249
|
+
export { CPT_QUALITY_CLASS_CODES, getCptQualityClassDescription } from './cpt-quality-class.js';
|
|
250
|
+
export { CPT_REGISTRATION_STATUS_CODES, getCptRegistrationStatusDescription } from './cpt-registration-status.js';
|
|
251
|
+
export { CPT_CPT_STANDARD_CODES, getCptCPTStandardDescription } from './cpt-cpt-standard.js';
|
|
252
|
+
export { CPT_STOP_CRITERION_CODES, getCptStopCriterionDescription } from './cpt-stop-criterion.js';
|
|
253
|
+
export { CPT_SURVEY_PURPOSE_CODES, getCptSurveyPurposeDescription } from './cpt-survey-purpose.js';
|
|
254
|
+
export { CPT_VERTICAL_DATUM_CODES, getCptVerticalDatumDescription } from './cpt-vertical-datum.js';
|
|
255
|
+
export { CPT_VERTICAL_POSITIONING_METHOD_CODES, getCptVerticalPositioningMethodDescription } from './cpt-vertical-positioning-method.js';
|
|
256
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/reference-codes/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BRO Reference Codes
|
|
3
|
+
*
|
|
4
|
+
* Official code lists from the BRO (Basisregistratie Ondergrond) reference API.
|
|
5
|
+
* These provide human-readable descriptions for coded values in BRO XML files.
|
|
6
|
+
*
|
|
7
|
+
* @generated
|
|
8
|
+
* @see https://publiek.broservices.nl/bro/refcodes/v1/domains
|
|
9
|
+
*/
|
|
10
|
+
export { BHRG_BACKFILL_MATERIAL_CODES, getBhrgBackfillMaterialDescription } from './bhrg-backfill-material.js';
|
|
11
|
+
export { BHRG_CURRENT_PROCESS_CODES, getBhrgCurrentProcessDescription } from './bhrg-current-process.js';
|
|
12
|
+
export { BHRG_ANALYSIS_PROCEDURE_CODES, getBhrgAnalysisProcedureDescription } from './bhrg-analysis-procedure.js';
|
|
13
|
+
export { BHRG_SAMPLER_TYPE_CODES, getBhrgSamplerTypeDescription } from './bhrg-sampler-type.js';
|
|
14
|
+
export { BHRG_ARCHIVE_CLASS_CODES, getBhrgArchiveClassDescription } from './bhrg-archive-class.js';
|
|
15
|
+
export { BHRG_RELATIVE_ABUNDANCE_CLASS_CODES, getBhrgRelativeAbundanceClassDescription } from './bhrg-relative-abundance-class.js';
|
|
16
|
+
export { BHRG_MOTTLING_DENSITY_CODES, getBhrgMottlingDensityDescription } from './bhrg-mottling-density.js';
|
|
17
|
+
export { BHRG_SAMPLING_QUALITY_CODES, getBhrgSamplingQualityDescription } from './bhrg-sampling-quality.js';
|
|
18
|
+
export { BHRG_SAMPLING_METHOD_CODES, getBhrgSamplingMethodDescription } from './bhrg-sampling-method.js';
|
|
19
|
+
export { BHRG_SAMPLING_PROCEDURE_CODES, getBhrgSamplingProcedureDescription } from './bhrg-sampling-procedure.js';
|
|
20
|
+
export { BHRG_DETERMINED_HYDROPHYSICAL_PROPERTIES_CODES, getBhrgDeterminedHydrophysicalPropertiesDescription } from './bhrg-determined-hydrophysical-properties.js';
|
|
21
|
+
export { BHRG_DETERMINED_COMPOSITION_PROPERTIES_CODES, getBhrgDeterminedCompositionPropertiesDescription } from './bhrg-determined-composition-properties.js';
|
|
22
|
+
export { BHRG_DETERMINATION_METHOD_CODES, getBhrgDeterminationMethodDescription } from './bhrg-determination-method.js';
|
|
23
|
+
export { BHRG_DETERMINATION_PROCEDURE_CODES, getBhrgDeterminationProcedureDescription } from './bhrg-determination-procedure.js';
|
|
24
|
+
export { BHRG_DESCRIBED_MATERIAL_CODES, getBhrgDescribedMaterialDescription } from './bhrg-described-material.js';
|
|
25
|
+
export { BHRG_DESCRIPTION_QUALITY_CODES, getBhrgDescriptionQualityDescription } from './bhrg-description-quality.js';
|
|
26
|
+
export { BHRG_DESCRIPTION_LOCATION_CODES, getBhrgDescriptionLocationDescription } from './bhrg-description-location.js';
|
|
27
|
+
export { BHRG_DESCRIPTION_PROCEDURE_CODES, getBhrgDescriptionProcedureDescription } from './bhrg-description-procedure.js';
|
|
28
|
+
export { BHRG_MATERIAL_IRREGULARITY_CODES, getBhrgMaterialIrregularityDescription } from './bhrg-material-irregularity.js';
|
|
29
|
+
export { BHRG_PERFORMANCE_IRREGULARITY_CODES, getBhrgPerformanceIrregularityDescription } from './bhrg-performance-irregularity.js';
|
|
30
|
+
export { BHRG_SPECIAL_MATERIAL_CODES, getBhrgSpecialMaterialDescription } from './bhrg-special-material.js';
|
|
31
|
+
export { BHRG_SOIL_USE_CODES, getBhrgSoilUseDescription } from './bhrg-soil-use.js';
|
|
32
|
+
export { BHRG_VARIEGATION_CODES, getBhrgVariegationDescription } from './bhrg-variegation.js';
|
|
33
|
+
export { BHRG_BORING_PROCEDURE_CODES, getBhrgBoringProcedureDescription } from './bhrg-boring-procedure.js';
|
|
34
|
+
export { BHRG_BORING_TECHNIQUE_CODES, getBhrgBoringTechniqueDescription } from './bhrg-boring-technique.js';
|
|
35
|
+
export { BHRG_CASING_MATERIAL_CODES, getBhrgCasingMaterialDescription } from './bhrg-casing-material.js';
|
|
36
|
+
export { BHRG_FINE_SOIL_CONSISTENCY_CODES, getBhrgFineSoilConsistencyDescription } from './bhrg-fine-soil-consistency.js';
|
|
37
|
+
export { BHRG_ORGANIC_SOIL_CONSISTENCY_CODES, getBhrgOrganicSoilConsistencyDescription } from './bhrg-organic-soil-consistency.js';
|
|
38
|
+
export { BHRG_CORRECTION_REASON_CODES, getBhrgCorrectionReasonDescription } from './bhrg-correction-reason.js';
|
|
39
|
+
export { BHRG_DISPERSION_METHOD_CODES, getBhrgDispersionMethodDescription } from './bhrg-dispersion-method.js';
|
|
40
|
+
export { BHRG_DRYING_TEMPERATURE_CODES, getBhrgDryingTemperatureDescription } from './bhrg-drying-temperature.js';
|
|
41
|
+
export { BHRG_DRYING_PERIOD_CODES, getBhrgDryingPeriodDescription } from './bhrg-drying-period.js';
|
|
42
|
+
export { BHRG_FRACTION_DISTRIBUTION_LAB_CODES, getBhrgFractionDistributionLabDescription } from './bhrg-fraction-distribution-lab.js';
|
|
43
|
+
export { BHRG_USED_MEDIUM_CODES, getBhrgUsedMediumDescription } from './bhrg-used-medium.js';
|
|
44
|
+
export { BHRG_GEOLOGICAL_ORIGIN_CODES, getBhrgGeologicalOriginDescription } from './bhrg-geological-origin.js';
|
|
45
|
+
export { BHRG_GEOLOGICAL_SOIL_NAME_CODES, getBhrgGeologicalSoilNameDescription } from './bhrg-geological-soil-name.js';
|
|
46
|
+
export { BHRG_GEOTECHNICAL_SOIL_NAME_CODES, getBhrgGeotechnicalSoilNameDescription } from './bhrg-geotechnical-soil-name.js';
|
|
47
|
+
export { BHRG_MICA_CONTENT_CLASS_CODES, getBhrgMicaContentClassDescription } from './bhrg-mica-content-class.js';
|
|
48
|
+
export { BHRG_BOUNDARY_POSITIONING_METHOD_CODES, getBhrgBoundaryPositioningMethodDescription } from './bhrg-boundary-positioning-method.js';
|
|
49
|
+
export { BHRG_GRAVEL_CONTENT_CLASS_CODES, getBhrgGravelContentClassDescription } from './bhrg-gravel-content-class.js';
|
|
50
|
+
export { BHRG_GRAVEL_PROVENANCE_CODES, getBhrgGravelProvenanceDescription } from './bhrg-gravel-provenance.js';
|
|
51
|
+
export { BHRG_GRAVEL_MEDIAN_CLASS_CODES, getBhrgGravelMedianClassDescription } from './bhrg-gravel-median-class.js';
|
|
52
|
+
export { BHRG_SOIL_NAME_NEN5104_CODES, getBhrgSoilNameNEN5104Description } from './bhrg-soil-name-nen5104.js';
|
|
53
|
+
export { BHRG_CHUNK_SIZE_CLASS_CODES, getBhrgChunkSizeClassDescription } from './bhrg-chunk-size-class.js';
|
|
54
|
+
export { BHRG_CALCULATION_VALUE_ORIGIN_CODES, getBhrgCalculationValueOriginDescription } from './bhrg-calculation-value-origin.js';
|
|
55
|
+
export { BHRG_ANGULARITY_CODES, getBhrgAngularityDescription } from './bhrg-angularity.js';
|
|
56
|
+
export { BHRG_HORIZON_CODE_CODES, getBhrgHorizonCodeDescription } from './bhrg-horizon-code.js';
|
|
57
|
+
export { BHRG_UTENSIL_CODES, getBhrgUtensilDescription } from './bhrg-utensil.js';
|
|
58
|
+
export { BHRG_HYDROLOGICAL_SETTING_CODES, getBhrgHydrologicalSettingDescription } from './bhrg-hydrological-setting.js';
|
|
59
|
+
export { BHRG_SAMPLE_CONTAINER_VOLUME_CODES, getBhrgSampleContainerVolumeDescription } from './bhrg-sample-container-volume.js';
|
|
60
|
+
export { BHRG_DELIVERY_CONTEXT_CODES, getBhrgDeliveryContextDescription } from './bhrg-delivery-context.js';
|
|
61
|
+
export { BHRG_SURVEY_PURPOSE_CODES, getBhrgSurveyPurposeDescription } from './bhrg-survey-purpose.js';
|
|
62
|
+
export { BHRG_SURVEY_PROCEDURE_CODES, getBhrgSurveyProcedureDescription } from './bhrg-survey-procedure.js';
|
|
63
|
+
export { BHRG_CARBONATE_CONTENT_CLASS_CODES, getBhrgCarbonateContentClassDescription } from './bhrg-carbonate-content-class.js';
|
|
64
|
+
export { BHRG_COLOUR_CODES, getBhrgColourDescription } from './bhrg-colour.js';
|
|
65
|
+
export { BHRG_GRAIN_COLOUR_CODES, getBhrgGrainColourDescription } from './bhrg-grain-colour.js';
|
|
66
|
+
export { BHRG_DESCRIBED_SAMPLES_QUALITY_CODES, getBhrgDescribedSamplesQualityDescription } from './bhrg-described-samples-quality.js';
|
|
67
|
+
export { BHRG_LAYER_PROPORTION_CLASS_CODES, getBhrgLayerProportionClassDescription } from './bhrg-layer-proportion-class.js';
|
|
68
|
+
export { BHRG_STRATUM_THICKNESS_CLASS_CODES, getBhrgStratumThicknessClassDescription } from './bhrg-stratum-thickness-class.js';
|
|
69
|
+
export { BHRG_LANDSCAPE_ELEMENT_CODES, getBhrgLandscapeElementDescription } from './bhrg-landscape-element.js';
|
|
70
|
+
export { BHRG_POSITION_ON_GROUND_BODY_CODES, getBhrgPositionOnGroundBodyDescription } from './bhrg-position-on-ground-body.js';
|
|
71
|
+
export { BHRG_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getBhrgLocalVerticalReferencePointDescription } from './bhrg-local-vertical-reference-point.js';
|
|
72
|
+
export { BHRG_MASS_PERCENTAGE_CLASS_CODES, getBhrgMassPercentageClassDescription } from './bhrg-mass-percentage-class.js';
|
|
73
|
+
export { BHRG_WEATHERING_DEGREE_CODES, getBhrgWeatheringDegreeDescription } from './bhrg-weathering-degree.js';
|
|
74
|
+
export { BHRG_HUMAN_TRACE_CODES, getBhrgHumanTraceDescription } from './bhrg-human-trace.js';
|
|
75
|
+
export { BHRG_HORIZONTAL_POSITIONING_METHOD_CODES, getBhrgHorizontalPositioningMethodDescription } from './bhrg-horizontal-positioning-method.js';
|
|
76
|
+
export { BHRG_FLUID_MUD_LAYER_POSITIONING_METHOD_CODES, getBhrgFluidMudLayerPositioningMethodDescription } from './bhrg-fluid-mud-layer-positioning-method.js';
|
|
77
|
+
export { BHRG_VERTICAL_POSITIONING_METHOD_CODES, getBhrgVerticalPositioningMethodDescription } from './bhrg-vertical-positioning-method.js';
|
|
78
|
+
export { BHRG_SAMPLE_QUALITY_CODES, getBhrgSampleQualityDescription } from './bhrg-sample-quality.js';
|
|
79
|
+
export { BHRG_SAMPLE_MOISTNESS_CODES, getBhrgSampleMoistnessDescription } from './bhrg-sample-moistness.js';
|
|
80
|
+
export { BHRG_MUNSELL_HUE_CODES, getBhrgMunsellHueDescription } from './bhrg-munsell-hue.js';
|
|
81
|
+
export { BHRG_MUNSELL_VALUE_CODES, getBhrgMunsellValueDescription } from './bhrg-munsell-value.js';
|
|
82
|
+
export { BHRG_MUNSELL_CHROMA_CODES, getBhrgMunsellChromaDescription } from './bhrg-munsell-chroma.js';
|
|
83
|
+
export { BHRG_EVENT_NAME_CODES, getBhrgEventNameDescription } from './bhrg-event-name.js';
|
|
84
|
+
export { BHRG_ORGANIC_MATTER_CONTENT_CLASS_CODES, getBhrgOrganicMatterContentClassDescription } from './bhrg-organic-matter-content-class.js';
|
|
85
|
+
export { BHRG_ORGANIC_MATTER_CONTENT_CLASS_NEN5104_CODES, getBhrgOrganicMatterContentClassNEN5104Description } from './bhrg-organic-matter-content-class-nen5104.js';
|
|
86
|
+
export { BHRG_NO_DESCRIPTION_REASON_CODES, getBhrgNoDescriptionReasonDescription } from './bhrg-no-description-reason.js';
|
|
87
|
+
export { BHRG_SEDIMENTARY_PHENOMENON_CODES, getBhrgSedimentaryPhenomenonDescription } from './bhrg-sedimentary-phenomenon.js';
|
|
88
|
+
export { BHRG_SPHERICITY_CODES, getBhrgSphericityDescription } from './bhrg-sphericity.js';
|
|
89
|
+
export { BHRG_ARCHEOLOGICAL_CONSTITUENT_TYPE_CODES, getBhrgArcheologicalConstituentTypeDescription } from './bhrg-archeological-constituent-type.js';
|
|
90
|
+
export { BHRG_PARTICULAR_CONSTITUENT_TYPE_CODES, getBhrgParticularConstituentTypeDescription } from './bhrg-particular-constituent-type.js';
|
|
91
|
+
export { BHRG_ANIMAL_FOSSIL_TYPE_CODES, getBhrgAnimalFossilTypeDescription } from './bhrg-animal-fossil-type.js';
|
|
92
|
+
export { BHRG_ROCK_TYPE_CODES, getBhrgRockTypeDescription } from './bhrg-rock-type.js';
|
|
93
|
+
export { BHRG_GRAVEL_TYPE_CODES, getBhrgGravelTypeDescription } from './bhrg-gravel-type.js';
|
|
94
|
+
export { BHRG_SOIL_TYPE_CODES, getBhrgSoilTypeDescription } from './bhrg-soil-type.js';
|
|
95
|
+
export { BHRG_PLANT_REMAIN_TYPE_CODES, getBhrgPlantRemainTypeDescription } from './bhrg-plant-remain-type.js';
|
|
96
|
+
export { BHRG_SHELL_TAXON_CODES, getBhrgShellTaxonDescription } from './bhrg-shell-taxon.js';
|
|
97
|
+
export { BHRG_PEAT_TYPE_CODES, getBhrgPeatTypeDescription } from './bhrg-peat-type.js';
|
|
98
|
+
export { BHRG_FLUSHING_ADDITIVE_CODES, getBhrgFlushingAdditiveDescription } from './bhrg-flushing-additive.js';
|
|
99
|
+
export { BHRG_STOP_CRITERION_FIELD_CODES, getBhrgStopCriterionFieldDescription } from './bhrg-stop-criterion-field.js';
|
|
100
|
+
export { BHRG_STRUCTURE_CODES, getBhrgStructureDescription } from './bhrg-structure.js';
|
|
101
|
+
export { BHRGT_BACKFILL_MATERIAL_CODES, getBhrgtBackfillMaterialDescription } from './bhrgt-backfill-material.js';
|
|
102
|
+
export { BHRGT_DEPOSITIONAL_CHARACTERISTIC_CODES, getBhrgtDepositionalCharacteristicDescription } from './bhrgt-depositional-characteristic.js';
|
|
103
|
+
export { BHRGT_ANALYSIS_PROCEDURE_CODES, getBhrgtAnalysisProcedureDescription } from './bhrgt-analysis-procedure.js';
|
|
104
|
+
export { BHRGT_SAMPLER_TYPE_CODES, getBhrgtSamplerTypeDescription } from './bhrgt-sampler-type.js';
|
|
105
|
+
export { BHRGT_DRAINAGE_STRIP_COVERAGE_CODES, getBhrgtDrainageStripCoverageDescription } from './bhrgt-drainage-strip-coverage.js';
|
|
106
|
+
export { BHRGT_SAMPLING_QUALITY_CODES, getBhrgtSamplingQualityDescription } from './bhrgt-sampling-quality.js';
|
|
107
|
+
export { BHRGT_SAMPLING_METHOD_CODES, getBhrgtSamplingMethodDescription } from './bhrgt-sampling-method.js';
|
|
108
|
+
export { BHRGT_SAMPLING_PROCEDURE_CODES, getBhrgtSamplingProcedureDescription } from './bhrgt-sampling-procedure.js';
|
|
109
|
+
export { BHRGT_DETERMINED_PROPERTIES_CODES, getBhrgtDeterminedPropertiesDescription } from './bhrgt-determined-properties.js';
|
|
110
|
+
export { BHRGT_DETERMINATION_DIAMETER_CODES, getBhrgtDeterminationDiameterDescription } from './bhrgt-determination-diameter.js';
|
|
111
|
+
export { BHRGT_DETERMINATION_METHOD_CODES, getBhrgtDeterminationMethodDescription } from './bhrgt-determination-method.js';
|
|
112
|
+
export { BHRGT_EQUIVALENT_MASS_DETERMINATION_METHOD_CODES, getBhrgtEquivalentMassDeterminationMethodDescription } from './bhrgt-equivalent-mass-determination-method.js';
|
|
113
|
+
export { BHRGT_DETERMINATION_PROCEDURE_CODES, getBhrgtDeterminationProcedureDescription } from './bhrgt-determination-procedure.js';
|
|
114
|
+
export { BHRGT_DESCRIBED_MATERIAL_CODES, getBhrgtDescribedMaterialDescription } from './bhrgt-described-material.js';
|
|
115
|
+
export { BHRGT_DESCRIPTION_QUALITY_CODES, getBhrgtDescriptionQualityDescription } from './bhrgt-description-quality.js';
|
|
116
|
+
export { BHRGT_DESCRIPTION_LOCATION_CODES, getBhrgtDescriptionLocationDescription } from './bhrgt-description-location.js';
|
|
117
|
+
export { BHRGT_DESCRIPTION_PROCEDURE_CODES, getBhrgtDescriptionProcedureDescription } from './bhrgt-description-procedure.js';
|
|
118
|
+
export { BHRGT_TERTIARY_CONSTITUENT_CODES, getBhrgtTertiaryConstituentDescription } from './bhrgt-tertiary-constituent.js';
|
|
119
|
+
export { BHRGT_TERTIARY_ROCK_CONSTITUENT_CODES, getBhrgtTertiaryRockConstituentDescription } from './bhrgt-tertiary-rock-constituent.js';
|
|
120
|
+
export { BHRGT_MATERIAL_IRREGULARITY_CODES, getBhrgtMaterialIrregularityDescription } from './bhrgt-material-irregularity.js';
|
|
121
|
+
export { BHRGT_PERFORMANCE_IRREGULARITY_CODES, getBhrgtPerformanceIrregularityDescription } from './bhrgt-performance-irregularity.js';
|
|
122
|
+
export { BHRGT_SPECIAL_MATERIAL_CODES, getBhrgtSpecialMaterialDescription } from './bhrgt-special-material.js';
|
|
123
|
+
export { BHRGT_SOIL_USE_CODES, getBhrgtSoilUseDescription } from './bhrgt-soil-use.js';
|
|
124
|
+
export { BHRGT_BORING_PROCEDURE_CODES, getBhrgtBoringProcedureDescription } from './bhrgt-boring-procedure.js';
|
|
125
|
+
export { BHRGT_BORING_TECHNIQUE_CODES, getBhrgtBoringTechniqueDescription } from './bhrgt-boring-technique.js';
|
|
126
|
+
export { BHRGT_APERTURE_CLASS_CODES, getBhrgtApertureClassDescription } from './bhrgt-aperture-class.js';
|
|
127
|
+
export { BHRGT_APERTURE_CLASS_DISCONTINUITY_CODES, getBhrgtApertureClassDiscontinuityDescription } from './bhrgt-aperture-class-discontinuity.js';
|
|
128
|
+
export { BHRGT_CASING_MATERIAL_CODES, getBhrgtCasingMaterialDescription } from './bhrgt-casing-material.js';
|
|
129
|
+
export { BHRGT_FINE_SOIL_CONSISTENCY_CODES, getBhrgtFineSoilConsistencyDescription } from './bhrgt-fine-soil-consistency.js';
|
|
130
|
+
export { BHRGT_ORGANIC_SOIL_CONSISTENCY_CODES, getBhrgtOrganicSoilConsistencyDescription } from './bhrgt-organic-soil-consistency.js';
|
|
131
|
+
export { BHRGT_CONSOLIDATION_METHOD_CODES, getBhrgtConsolidationMethodDescription } from './bhrgt-consolidation-method.js';
|
|
132
|
+
export { BHRGT_CONUS_TYPE_CODES, getBhrgtConusTypeDescription } from './bhrgt-conus-type.js';
|
|
133
|
+
export { BHRGT_CORRECTION_METHOD_CODES, getBhrgtCorrectionMethodDescription } from './bhrgt-correction-method.js';
|
|
134
|
+
export { BHRGT_CORRECTION_REASON_CODES, getBhrgtCorrectionReasonDescription } from './bhrgt-correction-reason.js';
|
|
135
|
+
export { BHRGT_DISINTEGRATION_CODES, getBhrgtDisintegrationDescription } from './bhrgt-disintegration.js';
|
|
136
|
+
export { BHRGT_DISPERSED_INHOMOGENEITY_CODES, getBhrgtDispersedInhomogeneityDescription } from './bhrgt-dispersed-inhomogeneity.js';
|
|
137
|
+
export { BHRGT_DISPERSION_METHOD_CODES, getBhrgtDispersionMethodDescription } from './bhrgt-dispersion-method.js';
|
|
138
|
+
export { BHRGT_DRYING_TEMPERATURE_CODES, getBhrgtDryingTemperatureDescription } from './bhrgt-drying-temperature.js';
|
|
139
|
+
export { BHRGT_DRYING_PERIOD_CODES, getBhrgtDryingPeriodDescription } from './bhrgt-drying-period.js';
|
|
140
|
+
export { BHRG_ORGANIC_SOIL_TEXTURE_CODES, getBhrgOrganicSoilTextureDescription } from './bhrg-organic-soil-texture.js';
|
|
141
|
+
export { BHRGT_FINE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtFineGravelContentClassDescription } from './bhrgt-fine-gravel-content-class.js';
|
|
142
|
+
export { BHRGT_FRACTION_DISTRIBUTION_CODES, getBhrgtFractionDistributionDescription } from './bhrgt-fraction-distribution.js';
|
|
143
|
+
export { BHRGT_USED_MEDIUM_CODES, getBhrgtUsedMediumDescription } from './bhrgt-used-medium.js';
|
|
144
|
+
export { BHRGT_INTERBEDDING_CODES, getBhrgtInterbeddingDescription } from './bhrgt-interbedding.js';
|
|
145
|
+
export { BHRGT_BEDDING_CODES, getBhrgtBeddingDescription } from './bhrgt-bedding.js';
|
|
146
|
+
export { BHRGT_GEOTECHNICAL_DEPOSITIONAL_CHARACTERISTIC_CODES, getBhrgtGeotechnicalDepositionalCharacteristicDescription } from './bhrgt-geotechnical-depositional-characteristic.js';
|
|
147
|
+
export { BHRGT_GEOTECHNICAL_SOIL_NAME_CODES, getBhrgtGeotechnicalSoilNameDescription } from './bhrgt-geotechnical-soil-name.js';
|
|
148
|
+
export { BHRGT_BOUNDARY_POSITIONING_METHOD_CODES, getBhrgtBoundaryPositioningMethodDescription } from './bhrgt-boundary-positioning-method.js';
|
|
149
|
+
export { BHRGT_GRAVEL_CONTENT_CLASS_CODES, getBhrgtGravelContentClassDescription } from './bhrgt-gravel-content-class.js';
|
|
150
|
+
export { BHRGT_GRAVEL_CONTENT_CLASS_NEN5104_CODES, getBhrgtGravelContentClassNEN5104Description } from './bhrgt-gravel-content-class-nen5104.js';
|
|
151
|
+
export { BHRGT_GRAVEL_MEDIAN_CLASS_CODES, getBhrgtGravelMedianClassDescription } from './bhrgt-gravel-median-class.js';
|
|
152
|
+
export { BHRGT_SOIL_NAME_NEN5104_CODES, getBhrgtSoilNameNEN5104Description } from './bhrgt-soil-name-nen5104.js';
|
|
153
|
+
export { BHRGT_SIZE_FRACTION_CODES, getBhrgtSizeFractionDescription } from './bhrgt-size-fraction.js';
|
|
154
|
+
export { BHRGT_CALCULATION_VALUE_SOURCE_CODES, getBhrgtCalculationValueSourceDescription } from './bhrgt-calculation-value-source.js';
|
|
155
|
+
export { BHRGT_ANGULARITY_CODES, getBhrgtAngularityDescription } from './bhrgt-angularity.js';
|
|
156
|
+
export { BHRGT_VOID_DISTRIBUTION_CODES, getBhrgtVoidDistributionDescription } from './bhrgt-void-distribution.js';
|
|
157
|
+
export { BHRG_TEMPORARY_CHANGE_CODES, getBhrgTemporaryChangeDescription } from './bhrg-temporary-change.js';
|
|
158
|
+
export { BHRGT_SAMPLE_CONTAINER_VOLUME_CODES, getBhrgtSampleContainerVolumeDescription } from './bhrgt-sample-container-volume.js';
|
|
159
|
+
export { BHRGT_DELIVERY_CONTEXT_CODES, getBhrgtDeliveryContextDescription } from './bhrgt-delivery-context.js';
|
|
160
|
+
export { BHRGT_SURVEY_PURPOSE_CODES, getBhrgtSurveyPurposeDescription } from './bhrgt-survey-purpose.js';
|
|
161
|
+
export { BHRGT_SURVEY_PROCEDURE_CODES, getBhrgtSurveyProcedureDescription } from './bhrgt-survey-procedure.js';
|
|
162
|
+
export { BHRGT_CARBONATE_CONTENT_CLASS_CODES, getBhrgtCarbonateContentClassDescription } from './bhrgt-carbonate-content-class.js';
|
|
163
|
+
export { BHRGT_COLOUR_CODES, getBhrgtColourDescription } from './bhrgt-colour.js';
|
|
164
|
+
export { BHRGT_POSITION_ON_GROUND_BODY_CODES, getBhrgtPositionOnGroundBodyDescription } from './bhrgt-position-on-ground-body.js';
|
|
165
|
+
export { BHRGT_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getBhrgtLocalVerticalReferencePointDescription } from './bhrgt-local-vertical-reference-point.js';
|
|
166
|
+
export { BHRGT_MAKING_METHOD_CODES, getBhrgtMakingMethodDescription } from './bhrgt-making-method.js';
|
|
167
|
+
export { BHRGT_MASS_PERCENTAGE_CLASS_CODES, getBhrgtMassPercentageClassDescription } from './bhrgt-mass-percentage-class.js';
|
|
168
|
+
export { BHRGT_MEDIUM_COARSE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtMediumCoarseGravelContentClassDescription } from './bhrgt-medium-coarse-gravel-content-class.js';
|
|
169
|
+
export { BHRGT_HORIZONTAL_POSITIONING_METHOD_CODES, getBhrgtHorizontalPositioningMethodDescription } from './bhrgt-horizontal-positioning-method.js';
|
|
170
|
+
export { BHRGT_FLUID_MUD_LAYER_POSITIONING_METHOD_CODES, getBhrgtFluidMudLayerPositioningMethodDescription } from './bhrgt-fluid-mud-layer-positioning-method.js';
|
|
171
|
+
export { BHRGT_VERTICAL_POSITIONING_METHOD_CODES, getBhrgtVerticalPositioningMethodDescription } from './bhrgt-vertical-positioning-method.js';
|
|
172
|
+
export { BHRGT_SAMPLE_QUALITY_CODES, getBhrgtSampleQualityDescription } from './bhrgt-sample-quality.js';
|
|
173
|
+
export { BHRGT_SAMPLE_MOISTNESS_CODES, getBhrgtSampleMoistnessDescription } from './bhrgt-sample-moistness.js';
|
|
174
|
+
export { BHRGT_EVENT_NAME_CODES, getBhrgtEventNameDescription } from './bhrgt-event-name.js';
|
|
175
|
+
export { BHRG_APPLIED_OPTICAL_MODEL_CODES, getBhrgAppliedOpticalModelDescription } from './bhrg-applied-optical-model.js';
|
|
176
|
+
export { BHRGT_DECOMPOSITION_CODES, getBhrgtDecompositionDescription } from './bhrgt-decomposition.js';
|
|
177
|
+
export { BHRGT_INFILL_MATERIAL_CODES, getBhrgtInfillMaterialDescription } from './bhrgt-infill-material.js';
|
|
178
|
+
export { BHRGT_ORGANIC_MATTER_CONTENT_CLASS_CODES, getBhrgtOrganicMatterContentClassDescription } from './bhrgt-organic-matter-content-class.js';
|
|
179
|
+
export { BHRGT_ORGANIC_MATTER_CONTENT_CLASS_NEN5104_CODES, getBhrgtOrganicMatterContentClassNEN5104Description } from './bhrgt-organic-matter-content-class-nen5104.js';
|
|
180
|
+
export { BHRGT_DEPOSITIONAL_AGE_CODES, getBhrgtDepositionalAgeDescription } from './bhrgt-depositional-age.js';
|
|
181
|
+
export { BHRGT_DRAINAGE_STRIP_ORIENTATION_CODES, getBhrgtDrainageStripOrientationDescription } from './bhrgt-drainage-strip-orientation.js';
|
|
182
|
+
export { BHRGT_NO_DESCRIPTION_REASON_CODES, getBhrgtNoDescriptionReasonDescription } from './bhrgt-no-description-reason.js';
|
|
183
|
+
export { BHRGT_RESULT_IRREGULARITY_CODES, getBhrgtResultIrregularityDescription } from './bhrgt-result-irregularity.js';
|
|
184
|
+
export { BHRGT_RING_DIAMETER_CODES, getBhrgtRingDiameterDescription } from './bhrgt-ring-diameter.js';
|
|
185
|
+
export { BHRGT_ROUGHNESS_CODES, getBhrgtRoughnessDescription } from './bhrgt-roughness.js';
|
|
186
|
+
export { BHRGT_SPHERICITY_CODES, getBhrgtSphericityDescription } from './bhrgt-sphericity.js';
|
|
187
|
+
export { BHRGT_PARTICULAR_CONSTITUENT_TYPE_CODES, getBhrgtParticularConstituentTypeDescription } from './bhrgt-particular-constituent-type.js';
|
|
188
|
+
export { BHRGT_CEMENT_TYPE_CODES, getBhrgtCementTypeDescription } from './bhrgt-cement-type.js';
|
|
189
|
+
export { BHRGT_ROCK_TYPE_CODES, getBhrgtRockTypeDescription } from './bhrgt-rock-type.js';
|
|
190
|
+
export { BHRGT_PEAT_TYPE_CODES, getBhrgtPeatTypeDescription } from './bhrgt-peat-type.js';
|
|
191
|
+
export { BHRGT_FLUSHING_ADDITIVE_CODES, getBhrgtFlushingAdditiveDescription } from './bhrgt-flushing-additive.js';
|
|
192
|
+
export { BHRGT_STABILITY_CODES, getBhrgtStabilityDescription } from './bhrgt-stability.js';
|
|
193
|
+
export { BHRGT_STEP_TYPE_CODES, getBhrgtStepTypeDescription } from './bhrgt-step-type.js';
|
|
194
|
+
export { BHRGT_STRENGTH_CLASS_CODES, getBhrgtStrengthClassDescription } from './bhrgt-strength-class.js';
|
|
195
|
+
export { BHRGT_STIFFNESS_CLASS_MEMBRANE_CODES, getBhrgtStiffnessClassMembraneDescription } from './bhrgt-stiffness-class-membrane.js';
|
|
196
|
+
export { BHRGT_STOP_CRITERION_CODES, getBhrgtStopCriterionDescription } from './bhrgt-stop-criterion.js';
|
|
197
|
+
export { BHRGT_STOP_CRITERION_DETERMINATION_CODES, getBhrgtStopCriterionDeterminationDescription } from './bhrgt-stop-criterion-determination.js';
|
|
198
|
+
export { BHRGT_STOP_CRITERION_FIELD_CODES, getBhrgtStopCriterionFieldDescription } from './bhrgt-stop-criterion-field.js';
|
|
199
|
+
export { BHRGT_ORGANIC_SOIL_TEXTURE_CODES, getBhrgtOrganicSoilTextureDescription } from './bhrgt-organic-soil-texture.js';
|
|
200
|
+
export { BHRGT_TEMPORARY_CHANGE_CODES, getBhrgtTemporaryChangeDescription } from './bhrgt-temporary-change.js';
|
|
201
|
+
export { BHRGT_USED_OPTICAL_MODEL_CODES, getBhrgtUsedOpticalModelDescription } from './bhrgt-used-optical-model.js';
|
|
202
|
+
export { BHRGT_PEAT_TENSILE_STRENGTH_CODES, getBhrgtPeatTensileStrengthDescription } from './bhrgt-peat-tensile-strength.js';
|
|
203
|
+
export { BHRGT_ANALYSIS_TYPE_CODES, getBhrgtAnalysisTypeDescription } from './bhrgt-analysis-type.js';
|
|
204
|
+
export { BHRGT_DISCONTINUITY_TYPE_CODES, getBhrgtDiscontinuityTypeDescription } from './bhrgt-discontinuity-type.js';
|
|
205
|
+
export { BHRGT_ACTIVITY_TYPE_CODES, getBhrgtActivityTypeDescription } from './bhrgt-activity-type.js';
|
|
206
|
+
export { BHRGT_MIXING_TYPE_CODES, getBhrgtMixingTypeDescription } from './bhrgt-mixing-type.js';
|
|
207
|
+
export { BHRGT_DISCIPLINE_CODES, getBhrgtDisciplineDescription } from './bhrgt-discipline.js';
|
|
208
|
+
export { BHRGT_DISCOLOURATION_CODES, getBhrgtDiscolourationDescription } from './bhrgt-discolouration.js';
|
|
209
|
+
export { BHRGT_VERTICAL_DATUM_CODES, getBhrgtVerticalDatumDescription } from './bhrgt-vertical-datum.js';
|
|
210
|
+
export { BHRGT_REMOVED_MATERIAL_CODES, getBhrgtRemovedMaterialDescription } from './bhrgt-removed-material.js';
|
|
211
|
+
export { BHRGT_PRE_TREATMENT_CODES, getBhrgtPreTreatmentDescription } from './bhrgt-pre-treatment.js';
|
|
212
|
+
export { BHRGT_PREPARATION_CODES, getBhrgtPreparationDescription } from './bhrgt-preparation.js';
|
|
213
|
+
export { BHRGT_SPECIMEN_SHAPE_CODES, getBhrgtSpecimenShapeDescription } from './bhrgt-specimen-shape.js';
|
|
214
|
+
export { BHRGT_WALL_FRICTION_CORRECTION_METHOD_CODES, getBhrgtWallFrictionCorrectionMethodDescription } from './bhrgt-wall-friction-correction-method.js';
|
|
215
|
+
export { BHRGT_EXCAVATED_MATERIAL_CODES, getBhrgtExcavatedMaterialDescription } from './bhrgt-excavated-material.js';
|
|
216
|
+
export { BHRG_DISCONTINUITY_TYPE_CODES, getBhrgDiscontinuityTypeDescription } from './bhrg-discontinuity-type.js';
|
|
217
|
+
export { BHRG_ACTIVITY_TYPE_CODES, getBhrgActivityTypeDescription } from './bhrg-activity-type.js';
|
|
218
|
+
export { BHRGT_SAND_MEDIAN_CLASS_CODES, getBhrgtSandMedianClassDescription } from './bhrgt-sand-median-class.js';
|
|
219
|
+
export { BHRGT_SAND_SORTING_CODES, getBhrgtSandSortingDescription } from './bhrgt-sand-sorting.js';
|
|
220
|
+
export { BHRGT_SAND_SORTING_NEN5104_CODES, getBhrgtSandSortingNEN5104Description } from './bhrgt-sand-sorting-nen5104.js';
|
|
221
|
+
export { BHRGT_VERY_COARSE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtVeryCoarseGravelContentClassDescription } from './bhrgt-very-coarse-gravel-content-class.js';
|
|
222
|
+
export { BHRGT_LATERAL_SUPPORT_CODES, getBhrgtLateralSupportDescription } from './bhrgt-lateral-support.js';
|
|
223
|
+
export { BHRGT_SALT_CORRECTION_METHOD_CODES, getBhrgtSaltCorrectionMethodDescription } from './bhrgt-salt-correction-method.js';
|
|
224
|
+
export { BHRG_DISCIPLINE_CODES, getBhrgDisciplineDescription } from './bhrg-discipline.js';
|
|
225
|
+
export { BHRG_VERTICAL_DATUM_CODES, getBhrgVerticalDatumDescription } from './bhrg-vertical-datum.js';
|
|
226
|
+
export { BHRG_VERTICAL_TREND_CODES, getBhrgVerticalTrendDescription } from './bhrg-vertical-trend.js';
|
|
227
|
+
export { BHRG_REMOVED_MATERIAL_CODES, getBhrgRemovedMaterialDescription } from './bhrg-removed-material.js';
|
|
228
|
+
export { BHRG_REMOVAL_METHOD_CARBONATE_CODES, getBhrgRemovalMethodCarbonateDescription } from './bhrg-removal-method-carbonate.js';
|
|
229
|
+
export { BHRG_REMOVAL_METHOD_ORGANIC_MATTER_CODES, getBhrgRemovalMethodOrganicMatterDescription } from './bhrg-removal-method-organic-matter.js';
|
|
230
|
+
export { BHRG_SATURATION_METHOD_CODES, getBhrgSaturationMethodDescription } from './bhrg-saturation-method.js';
|
|
231
|
+
export { BHRG_STAIN_COLOUR_CODES, getBhrgStainColourDescription } from './bhrg-stain-colour.js';
|
|
232
|
+
export { BHRG_VOLUME_PERCENTAGE_CLASS_CODES, getBhrgVolumePercentageClassDescription } from './bhrg-volume-percentage-class.js';
|
|
233
|
+
export { BHRG_PRE_TREATMENT_CODES, getBhrgPreTreatmentDescription } from './bhrg-pre-treatment.js';
|
|
234
|
+
export { BHRG_PREPARATION_CODES, getBhrgPreparationDescription } from './bhrg-preparation.js';
|
|
235
|
+
export { BHRG_MATERIAL_SHAPE_CODES, getBhrgMaterialShapeDescription } from './bhrg-material-shape.js';
|
|
236
|
+
export { BHRG_EXCAVATED_MATERIAL_CODES, getBhrgExcavatedMaterialDescription } from './bhrg-excavated-material.js';
|
|
237
|
+
export { BHRG_SAND_MEDIAN_CLASS_CODES, getBhrgSandMedianClassDescription } from './bhrg-sand-median-class.js';
|
|
238
|
+
export { BHRG_SAND_SORTING_CODES, getBhrgSandSortingDescription } from './bhrg-sand-sorting.js';
|
|
239
|
+
export { BHRG_VERY_COARSE_FRACTION_CONTENT_CLASS_CODES, getBhrgVeryCoarseFractionContentClassDescription } from './bhrg-very-coarse-fraction-content-class.js';
|
|
240
|
+
export { BHRG_VERY_COARSE_FRACTION_CONTENT_CLASS_ARCHIVE_CODES, getBhrgVeryCoarseFractionContentClassArchiveDescription } from './bhrg-very-coarse-fraction-content-class-archive.js';
|
|
241
|
+
export { BHRG_SALT_CORRECTION_METHOD_CODES, getBhrgSaltCorrectionMethodDescription } from './bhrg-salt-correction-method.js';
|
|
242
|
+
export { CPT_COORD_TRANSFORMATION_CODES, getCptCoordTransformationDescription } from './cpt-coord-transformation.js';
|
|
243
|
+
export { CPT_CORRECTION_REASON_CODES, getCptCorrectionReasonDescription } from './cpt-correction-reason.js';
|
|
244
|
+
export { CPT_DELIVERY_CONTEXT_CODES, getCptDeliveryContextDescription } from './cpt-delivery-context.js';
|
|
245
|
+
export { CPT_HORIZONTAL_CRS_CODES, getCptHorizontalCrsDescription } from './cpt-horizontal-crs.js';
|
|
246
|
+
export { CPT_HORIZONTAL_POSITIONING_METHOD_CODES, getCptHorizontalPositioningMethodDescription } from './cpt-horizontal-positioning-method.js';
|
|
247
|
+
export { CPT_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getCptLocalVerticalReferencePointDescription } from './cpt-local-vertical-reference-point.js';
|
|
248
|
+
export { CPT_CPT_METHOD_CODES, getCptCPTMethodDescription } from './cpt-cpt-method.js';
|
|
249
|
+
export { CPT_QUALITY_CLASS_CODES, getCptQualityClassDescription } from './cpt-quality-class.js';
|
|
250
|
+
export { CPT_REGISTRATION_STATUS_CODES, getCptRegistrationStatusDescription } from './cpt-registration-status.js';
|
|
251
|
+
export { CPT_CPT_STANDARD_CODES, getCptCPTStandardDescription } from './cpt-cpt-standard.js';
|
|
252
|
+
export { CPT_STOP_CRITERION_CODES, getCptStopCriterionDescription } from './cpt-stop-criterion.js';
|
|
253
|
+
export { CPT_SURVEY_PURPOSE_CODES, getCptSurveyPurposeDescription } from './cpt-survey-purpose.js';
|
|
254
|
+
export { CPT_VERTICAL_DATUM_CODES, getCptVerticalDatumDescription } from './cpt-vertical-datum.js';
|
|
255
|
+
export { CPT_VERTICAL_POSITIONING_METHOD_CODES, getCptVerticalPositioningMethodDescription } from './cpt-vertical-positioning-method.js';
|
|
256
|
+
//# sourceMappingURL=index.js.map
|