Skip to content

Class for mapping LAS data object to Wellbore record

Niall McDaid requested to merge feature/wellbore-record-mapper into main

The class contains a function to map a LAS data object (created by the file_loader) to a Wellbore Record. A wellbore record has four attributes: kind, acl, legal and data.

The class requires the following inputs from a user before being able to build the Wellbore Record object: data_partition_id, acl_domain, legal_tag, legal_relevant_data_countries, legal_status.

Note: Some of this may be restructured in the next PR for the well log mapper as certain methods will be used by both. The general content and functionality tests won't change though.

Edited by Niall McDaid

Merge request reports