-
What a fantastic library - Thanks guys - I can see this being way faster for certain analysis compared to PetrelRE - assuming one had all the licences available. I'd like to use pythion and extract RFT data to compare with measured data, however I am struggling to determine how to extract the data from the .RFT file. I haven't found any examples and with limited python experience and its interaction with cpp , I haven't been able to decypher the library. The best I've been able to investigate is a long the lines of code below. There must be a simple way to extract a list of the data for a given well and date (be it RFT or PLT data), but I haven't worked it out hyet. The next step will be to then load the trajectory data to enable a comparison of the measured data in MD, and compare to the modelled data - but that's the next problem (any hints or pointers to some examples here appreciated too)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, have a look at https://github.com/equinor/ecl2df |
Beta Was this translation helpful? Give feedback.
-
Thanks berland - great link to more useful tools to investigate further. |
Beta Was this translation helpful? Give feedback.
Hi, have a look at
ecl2df
, which wraps thisecl
and provides a Pandas interface to parts of it, including the RFT support:https://github.com/equinor/ecl2df
https://equinor.github.io/ecl2df/
https://equinor.github.io/ecl2df/usage/rft.html
https://github.com/equinor/ecl2df/blob/master/ecl2df/rft.py