equinor / fmu-config

Tool for a general YAML to YAML/IPL setup in FMU runs. Replaces manual global_variables.ipl
https://equinor.github.io/fmu-config/
GNU Lesser General Public License v3.0
0 stars 7 forks source link

API for well aliasing #34

Open berland opened 3 years ago

berland commented 3 years ago

fmu.config should provide an API for aliasing of wells, which usually have different names in RMS and Eclipse.

Configuration for aliasing should be in global_variables.yml, and should support both rule-based (to the degree possible) and explicit listing of alias names.

The API should both be able to answer queries pr. well, but should also be able to return alias lists in the format currently used in the FMU sphere (dictionaries, dataframes, etc) (rule-based alias configuration must probably fail here).

berland commented 3 years ago

https://github.com/equinor/subscript/blob/master/src/subscript/prtvol2csv/fipmapper.py is a first-implementation of this.