Open perolavsvendsen opened 1 year 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:
xtgeo.well.Well
object.fmu.dataio.ExportData.export()
fmu-dataio
knows the objectuuid
for this well object, which is inserted into each resulting files metadata. That way, they can be linked afterwards.path
object to the existing log
objects, but that has to be done with care - what if we append/remove something later?Some basic requirements as always:
---- Iteration 1 ----
data.name
as for stratigraphic objects? Can data.name
be linked to uwi
(well name as a string, Universal Well ID)Ever-returning discussion: What about masterdata (for wells) in FMU?
Translation, as for stratigraphic column?
"12/2-7":
"smda":
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.
Context
This task is connected to #501
Subtasks
xtgeo.Well
objectDefinition of Done