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
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.
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
The text was updated successfully, but these errors were encountered: