You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only time fmu-dataio will convert data.name to the stratigraphic name is if the name input is defined as key in the stratigraphy block in the config. Should it not also check if the name is within any alias list, and then do the conversion? What is the purpose of the alias list if not? It is added as metadata, but it doesn't seem very usable in the current state.
and exporting a surface with name="TopVOLANTIS" will produce metdata with data.name="TopVOLANTIS" and stratigraphic=False but should rather be data.name="VOLANTIS GP. Top" and stratigraphic=True
The text was updated successfully, but these errors were encountered:
Currently the only time
fmu-dataio
will convertdata.name
to the stratigraphic name is if thename
input is defined as key in thestratigraphy
block in the config. Should it not also check if the name is within any alias list, and then do the conversion? What is the purpose of the alias list if not? It is added as metadata, but it doesn't seem very usable in the current state.e.g.
and exporting a surface with
name="TopVOLANTIS"
will produce metdata withdata.name="TopVOLANTIS"
andstratigraphic=False
but should rather bedata.name="VOLANTIS GP. Top"
andstratigraphic=True
The text was updated successfully, but these errors were encountered: