Closed perolavsvendsen closed 2 months ago
Perhaps we create iteration
and realization
objects (similar to case
) in Sumo when first child object is seen referencing an iteration?
Also working on uploading separate Realization and Iteration objects: https://github.com/orgs/equinor/projects/517/views/2?sliceBy%5Bvalue%5D=equinor-ruaj&pane=issue&itemId=78417657 https://github.com/equinor/fmu-sumo-uploader/pull/83
While
Realization
andIteration
(Ensemble) are not explicitly represented as objects in Sumo (no explicit metadata made byfmu-dataio
), they are well known concepts, also in the context of results.Needs a bit of discussions, and is likely to involve some breaking changes.
Suggest
iteration
andrealization
objects that programmatically behave similar to thecase
object, something like:This will also make for a more unified user experience, as this virtualization is already done in the front-end. We could for instance envision that the front-end could produce ready Python snippets for interacting with specific ensembles/iterations.
Realization
object or aIteration
object directly, and then use it similar to how we useCase
object today.