Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Well deviation import- custom file format #11991

Open
RezaeiDoust opened this issue Dec 13, 2024 · 0 comments
Open

Well deviation import- custom file format #11991

RezaeiDoust opened this issue Dec 13, 2024 · 0 comments

Comments

@RezaeiDoust
Copy link
Collaborator

RezaeiDoust commented Dec 13, 2024

When a well deviation is exported from OpenWorks, the user needs to adjust the exported file to be able to make it importable by ResInsight.

the columns ordering and which column to be included needs to be done as extra step. it would be good and beneficial to be able to detect the columns and let the user to assign the correct columns to the required data.

the resulting file import editor (somehow available in data import in user data) can be used also in #11981. so these two issues could be inter-related.

Well_01.txt
Well_01_Editted.txt

the original setup in OW is like the following:

Well MD Inclination Azimuth TVDMSL TVDSS TVD East North
Well_01 0.00 0.0000 0.0000 -77.80 77.80 0.00 478176.94 7236531.44
Well_01 23.00 0.0000 0.0000 -54.80 54.80 23.00 478176.94 7236531.44
Well_01 230.00 0.3200 115.9900 152.20 -152.20 230.00 478177.46 7236531.19
Well_01 240.00 0.5100 112.2900 162.20 -162.20 240.00 478177.53 7236531.16
Well_01 250.00 0.7400 111.2500 172.20 -172.20 250.00 478177.63 7236531.12

and it needs to be editted to the following:

WELLNAME Well_01
#East North TVDMSL MD
478176.94 7236531.44 -77.80 0.00
478176.94 7236531.44 -54.80 23.00
478177.46 7236531.19 152.20 230.00
478177.53 7236531.16 162.20 240.00
478177.63 7236531.12 172.20 250.00
478177.76 7236531.07 182.20 260.00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant