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

Support for blocked /modelled well logs #372

Open HansKallekleiv opened 1 year ago

HansKallekleiv commented 1 year ago

Implementation will require some discussion.

perolavsvendsen commented 1 year ago

https://github.com/equinor/webviz/issues/365

perolavsvendsen commented 1 year ago

Discussion 4 oct 2023:

Format? XTgeo uses xyz (csv) format

Should FMU metadata for wells be synched with current standards in SMDA? Probably need to have a record of uuids in SMDA in FMU, so that we can connect the two in outgoing metadata. Similar to links to stratigraphic column. Will RMS support lineage, so that these things can follow the data on input and be accessible when exporting back out?

Starting point: Export (blocked) wells out of FMU, populate with metadata, store in Sumo.

class: table
data:
  content: well # /(blocked_well)
  well:
    logs:
      - name: MyLog
        type: continuous
      - name: MyOtherLog
        type: discrete
    path:
     xx: yy
fmu:
  grid_model:
    xx

Wait:

@jcrivenaes @HansKallekleiv