equinor / fmu-dataio

FMU data standard and data export with rich metadata in the FMU context
https://fmu-dataio.readthedocs.io/en/latest/
Apache License 2.0
10 stars 15 forks source link

Define well data type #318

Open perolavsvendsen opened 1 year ago

perolavsvendsen commented 1 year ago

Context

This task is connected to #501

Subtasks

Definition of Done

perolavsvendsen commented 11 months ago

Discussions 13/12-2023 @jcrivenaes @HansKallekleiv

Consider doing this: ---- Iteration 0 ----

Options:

Well paths:

class: well_path??
data:
  name: <name as in RMS etc>
  content: well_path
  well_path:
    logrun: XX
    datum: msl

Well logs:

class: well_log??
data:
  name: <name as in RMS etc>
  content: well_log
  well_log:
    logrun: XX
    datum: msl
    discrete: True
    discrete_codes:
      1: ValueThree
      2: ValueTwo

OR export as one table path + logs? xtgeo.well.Well-object contains:

As one object:

data:
  content: well
  well:
    logrun: XX
    datum: msl
    logs:
      MyLog:
        discrete: True
        discrete_codes:
          1: ValueThree
          2: ValueTwo
      MyOtherLog:
        discrete: True
        discrete_codes:
          1: ValueThree
          2: ValueTwo

Sounds like we are leaning towards something like this:

Some basic requirements as always:

---- Iteration 1 ----

Ever-returning discussion: What about masterdata (for wells) in FMU?

Translation, as for stratigraphic column? "12/2-7": "smda":

HansKallekleiv commented 11 months ago

uwi exists in RMS. Accessible in the API as well.wellbore.uwi.
It might not always be defined, but if it is defined it should be enough to tie the well to masterdata.

==> Include uwi in metadata when exporting wells from rms.