WO2015152902A1 - Multi-z polylines intersection points editing - Google Patents
Multi-z polylines intersection points editing Download PDFInfo
- Publication number
- WO2015152902A1 WO2015152902A1 PCT/US2014/032570 US2014032570W WO2015152902A1 WO 2015152902 A1 WO2015152902 A1 WO 2015152902A1 US 2014032570 W US2014032570 W US 2014032570W WO 2015152902 A1 WO2015152902 A1 WO 2015152902A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- polyline
- computer
- mis
- tie
- intersection
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01V—GEOPHYSICS; GRAVITATIONAL MEASUREMENTS; DETECTING MASSES OR OBJECTS; TAGS
- G01V1/00—Seismology; Seismic or acoustic prospecting or detecting
- G01V1/28—Processing seismic data, e.g. for interpretation or for event detection
- G01V1/34—Displaying seismic recordings or visualisation of seismic data or attributes
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three-dimensional [3D] modelling for computer graphics
- G06T17/05—Geographic models
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T15/00—Three-dimensional [3D] image rendering
- G06T15/10—Geometric effects
- G06T15/40—Hidden part removal
- G06T15/405—Hidden part removal using Z-buffer
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01V—GEOPHYSICS; GRAVITATIONAL MEASUREMENTS; DETECTING MASSES OR OBJECTS; TAGS
- G01V1/00—Seismology; Seismic or acoustic prospecting or detecting
- G01V1/28—Processing seismic data, e.g. for interpretation or for event detection
- G01V1/34—Displaying seismic recordings or visualisation of seismic data or attributes
- G01V1/345—Visualisation of seismic data or attributes, e.g. in 3D cubes
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2210/00—Indexing scheme for image generation or computer graphics
- G06T2210/21—Collision detection, intersection
Definitions
- the exemplary embodiments disclosed herein relate generally to techniques for 3-D imaging and modeling of subterranean geologic structures using seismic data acquired from seismic reflection surveys taken of the subterranean formations, and particularly to a computer-implemented method, system, and computer program product for interpreting multi-Z polylines representing complex multi-Z geological structures like deepwater salt bodies.
- Seismic reflection surveys can reveal many structural details about a subterranean formation, including the location of subterranean faults, mineral deposits, and the like. It is desirable to accurately image and model the location and extent of these geologic structures owing to their importance in a number of commercial applications. For example, in hydrocarbon exploration, it is important to accurately model salt bodies and similar structures because such salt bodies are known to trap significant amounts of oil and gas in the formation underneath.
- a common and widely used method of generating 3-D images of a salt body from seismic reflection surveys is to define the salt boundaries using horizons or height fields.
- an upward-facing or top horizon and a downward-facing or bottom horizon are defined for the salt body, then the salt structure between the top and bottom horizons is filled in by performing a flood fill.
- the data representing the horizons is usually stored and processed by imaging software using a 2-D array or grid where the elements in the grid represent points on the surface of the salt body in the horizontal direction (i.e., X and Y axes), and the value contained in each element indicates the depth (i.e., Z axis) of the salt boundary at that point.
- salt bodies are closed structures, the polylines almost always encircle the salt body and are therefore almost always closed-ended. This means virtually every element in the 2-D array or grid for the image of a salt body will have at least two values in Z, with some elements having as many as four or more Z values, depending on the shape of the salt body.
- using polylines to describe the salt body can lead to inconsistencies ("mis-ties") at the point where two polylines are intended to intersect.
- editing any one polyline can introduce even more mis-ties to other polylines. These mis-ties typically cause the rendering of the salt body to breakdown.
- editing has to be performed on both polylines, which can be very time consuming.
- FIG. 1 is an example of two multi-Z polylines having mis-ties according to the exemplary disclosed embodiments
- FIG. 2 is an example of a system that may be used to correct mis-ties according to the exemplary disclosed embodiments
- FIG. 3 is an example of an application that may be used to correct mis-ties according to the exemplary disclosed embodiments;
- FIG. 4 is an exemplary flowchart that may be used to correct mis-ties according to the exemplary disclosed embodiments;
- FIG. 5 is an exemplary flowchart that may be used for merging mis-ties according to the exemplary disclosed embodiments
- FIG. 6 is an example of two multi-Z polylines having mis-ties that have been corrected according to the exemplary disclosed embodiments
- FIG. 7 is an exemplary flowchart that may be used for converting multi-Z polylines to single-Z line segments according to the exemplary disclosed embodiments
- FIG. 8 is an exemplary flowchart that may be used for identifying single-Z line segments according to the exemplary disclosed embodiments
- FIGS. 9A-9D are exemplary multi-Z polylines and corresponding single-Z line segments according to the exemplary disclosed embodiments.
- FIG. 10 is an exemplary flowchart that may be used for adding single-Z line segments to a lattice according to the exemplary disclosed embodiments
- FIGS. 1 1A-1 1C are exemplary lattices composed of single-Z line segments according to the exemplary disclosed embodiments.
- FIG. 12 is an exemplary flowchart that may be used for rationalizing single-Z lattices according to the exemplary disclosed embodiments.
- the exemplary embodiments disclosed herein relate to an improved way to correct such mis-ties.
- the exemplary embodiments correct the mis- ties by identifying on the affected polylines the sample or data points closest to the mis- ties, adjusting the sample or data points so they coincide or merge, setting the merged data points as intersection points in the affected polylines, and associating the intersection points of the affected polylines with one another.
- These embodiments may be implemented on a standalone basis, or they may be incorporated into an existing application, such as a 3-D imaging application for modeling subterranean geologic structures.
- the exemplary embodiments may be implemented as part of a 3-D imaging application for converting multi-Z polylines into single-Z segments to produce single-Z horizons or height fields for the geologic structures.
- the presence of intersection points on the polylines is important because the intersection points allow the polylines to be modified and otherwise manipulated (e.g., edited, moved, changed, etc.) in the 3-D imaging application in a different way from other points on the polylines.
- the principles and teachings disclosed herein may also be applied to imaging other types of geologic structures by those having ordinary skill in the art.
- polylines for a subterranean salt body are produced from data points or sample points manually selected by geologists and geophysicists. It is of course possible for the polylines to be produced using automatically selected sample points without departing from the scope of the disclosed embodiments, as the particular way in which the sample points are selected is not critical to the practice of embodiments.
- the polylines are multi-Z polylines, meaning every point in the polylines will have at least two values in Z. Only two multi-Z polylines 100 and 102 are shown here for clarity and economy of the description, whereas a typical 3-D salt body image may include several dozen multi-Z polylines or more.
- the first polyline 100 lies in an inline plane 104 while the second polyline 102 lies in an xline plane 106.
- the inline plane 104 and the xline plane 106 are orthogonal to one another and intersect each other along the dashed line indicated at 108. Depth is indicated by the Z indicator.
- each polyline 100 and 102 are a plurality of small crosses resembling x's, one of which is indicated at 110, that represent data points or sample points manually selected by the geologists and geophysicists.
- the two polylines 100 and 102 are intended to intersect each other at the two circled areas labeled 1 12 and 114 along the dashed line 108, but due to errors and inconsistencies in seismic interpretations, the polylines 100 and 102 do not actually intersect in this example, resulting in mis-ties in the indicated areas.
- the mis-ties may be corrected by adding a new data point to each polyline 100 and 102 at or near (e.g., a nearest point within a defined search radius) the intended intersection to "tie" the two polylines together.
- the new data points may then be merged or otherwise adjusted so they coincide with one another.
- the merged data points may then be set as intersection points on each polyline 100 and 102, respectively. These intersection points may then be associated with one another to tie the polylines 100 and 102 together.
- the foregoing process may be repeated for any additional mis-ties as needed.
- intersection points associated with the edited intersection point on every polyline are updated in a coordinated manner.
- One or more neighboring data points around the intersection point may also be updated in some embodiments according to the influence of the edited intersection point.
- influence may be based, for example, on the distance from the neighboring data points to the edited intersection point, and the like.
- FIG. 2 is an example of a imaging system 200 that may be used to correct mis- ties according to the exemplary disclosed embodiments.
- the exemplary system 200 is a 3-D imaging system capable of modeling and rendering 3-D images of subterranean geologic structures.
- Such a 3-D imaging system 200 may be a conventional workstation, desktop, or laptop computer, or it may be a custom computing system developed for a particular application.
- the system 200 includes a bus 202 or other communication pathway for transferring information within the 3-D imaging system 200, and a CPU 204 coupled with the bus 202 for processing the information.
- the 3-D imaging system 200 may also include a main memory 206, such as a random access memory (RAM) or other dynamic storage device coupled to the bus 202 for storing computer-readable instructions to be executed by the CPU 204.
- the main memory 206 may also be used for storing temporary variables or other intermediate information during execution of the instructions to be executed by the CPU 204.
- the 3-D imaging system 200 may further include a read-only memory (ROM) 208 or other static storage device coupled to the bus 202 for storing static information and instructions for the CPU 204.
- a computer-readable storage device 210 such as a nonvolatile memory (e.g., Flash memory) drive or magnetic disk, may be coupled to the bus 202 for storing information and instructions for the CPU 204.
- the CPU 204 may also be coupled via the bus 202 to a display 212 for displaying information to a user.
- One or more data input units 214 including alphanumeric and other keyboards, mouse, trackball, cursor direction keys, and so forth, may be coupled to the bus 202 for communicating information and command selections to the CPU 204.
- a network or communications interface 216 may be provided for allowing the 3-D imaging system 200 to receive or input data and otherwise communicate with an external device, system, or network.
- Non-volatile media may include, for example, optical or magnetic disks, such as the storage device 210.
- Volatile media may include dynamic memory, such as main memory 206.
- Transmission media may include coaxial cables, copper wire and fiber optics, including wires of the bus 202.
- Transmission itself may take the form of electromagnetic, acoustic or light waves, such as those generated during radio frequency (RF) and infrared (IR) data communications.
- RF radio frequency
- IR infrared
- Common forms of computer-readable media may include, for example, magnetic medium, optical medium, memory chip, and any other medium from which a computer can read.
- a 3-D imaging application 218, or rather the computer-readable instructions therefor, may also reside on or be downloaded to the storage device 210.
- the 3-D imaging application 218 is a computer program that can receive or input a plurality of data points reflecting seismic interpretations and render a 3-D image of a geologic structure, such as a salt body, based on those data points. Examples of commercially available 3-D imaging applications may include DecisionSpace® Geophysics from Landmark Graphics Corporation.
- the 3-D imaging application 218 may be executed by the CPU 204 and/or other components of the 3-D imaging system 200 to generate a model or image of the geologic structure.
- Such a 3-D imaging application 218 may be written in any suitable computer programming language known to those having ordinary skill in the art using any suitable software development environment known to those having ordinary skill in the art.
- suitable programming languages may include C, C++, C#, FORTRAN, MATLAB (from The MathWorks, Inc.), and LabVIEW (from National Instruments, Inc.), and the like.
- suitable software development environments include Visual Studio from Microsoft Corporation, and the like.
- the 3-D imaging application 218 may include among its other features and capabilities a mis-tie corrections module 220.
- the mis-tie corrections module 220 is capable of correcting mis-ties that may arise as a result of errors and inconsistencies in seismic interpretation.
- the mis-tie corrections module 220 may operate on a standalone basis, or it may be used in conjunction with other features and capabilities of the 3-D imaging application 218.
- the mis-tie corrections module 220 may operate to correct mis-ties in closed polylines such as those shown in FIG. 1, or it may be used with open polylines, or a hybrid representation that includes both.
- FIG. 3 illustrates the mis-tie corrections module 220 in more detail according to the embodiments disclosed herein.
- the mis-tie corrections module 220 is composed of several functional components that, in some embodiments, may be software components, hardware components, or a combination of software and hardware components.
- the functional components include a multi-Z polyline creation component 300, a mis-tie deification component 302, a data points adjustment component 304, and an intersection point association component 306.
- the mis-tie corrections module 220 generally begins at block 402, where an inline polyline is received or otherwise inputted by the mis-tie corrections module.
- a mis-tie is identified for an xline polyline that is supposed to intersect the inline polyline.
- a data point from the xline polyline at or near e.g., a nearest point within a defined search radius
- the mis-tie is added to the inline polyline.
- a data point from the inline polyline at or near e.g., a nearest point within a defined search radius
- the two added data points are merged so that they coincide with each other, and the resulting data point is used as an intersection point for the two polylines.
- the two intersection points are associated with each other such that if one of the intersection points is changed, the other intersection point is automatically adjusted to reflect the same change.
- a determination is thereafter made at block 414 whether there are any additional mis-ties for the xline polyline. If the determination is yes, then the mis-tie correction described above is repeated for the additional mis-ties.
- FIG. 5 illustrates an example of the merging shown in block 410 via a flowchart 500.
- merging may be performed using any known method of merging two data points, including averaging, interpolating, curve fitting, regression analysis, convergence, and the like, without departing from the scope of the disclosed embodiments.
- the first data point to be merged e.g., from the xline polyline
- the second data point to be merged is similarly received or otherwise inputted.
- the value in Z of the two data points are averaged, and the resulting average value is used as the value in Z for both data points.
- the merged data point is then used as intersection points for the two polylines in any subsequent processing as needed.
- one or more of the neighboring data points around the intersection points in each polyline i.e., the data points before and after the intersection point
- Such smoothing may be accomplished, for example, using spline smoothing to soften the surrounding area.
- Mis-tie correction may also be performed in a manner similar to the above for any mis-tie corrections that may be needed for a Z polyline intersecting the inline polyline. Moreover, the mis-tie corrections may be performed for existing polylines that were already defined, or the corrections may be performed while in the process of creating a new polyline. In the latter case, a geologist or geophysicist would be able to define and edit the intersection points in near real time while he/she is interpreting seismic data to create a new polyline. This allows the geologist or geophysicist to adjust the intersection points to existing polylines as needed so there will be no mis-ties that need to be corrected afterward. [0036] FIG.
- FIG. 6 shows the mis-ties of FIG. 1 after mis-tie correction has been performed in accordance with the exemplary disclosed embodiments.
- the mis-ties previously shown in FIG. 1 in the circles labeled as 112 and 114 have now been corrected such that the polylines 100 and 102 now intersects one another in the indicated areas.
- the intersection points shown within the circles 112 and 114 may now be used to modify and/or manipulate (e.g., edited, moved, changed, etc.) the polylines 100 and 102 as needed without having to modify and/or manipulate each individual polyline separately.
- Tables 1-4 An example of a corrected mis-tie is provided in Tables 1-4 below, which provide a rudimentary illustration of the 2-D arrays or grids for a given polyline.
- Clearly there is a mis-tie here as the same X and Y in the two polylines would have the same value in Z in the real world.
- the exemplary mis-tie correction embodiments disclosed herein may be implemented on a standalone basis or as part of a 3-D imaging application that is capable of converting multi-Z polylines into single-Z segments.
- These multi-Z polylines are extremely computationally intensive and difficult for imaging software to render. The difficulty is compounded when there are mis-ties as well in the multi-Z polylines.
- the 3-D imaging application may be used to convert the multi-Z polylines into single-Z segments and as well as correct any mis-ties in conjunction with the single-Z conversion.
- FIG. 7 illustrates the general operation of the 3-D imaging application with respect to the single-Z conversion.
- single-Z conversion begins by receiving a multi-Z polyline reflecting a set of seismic interpretations at block 702.
- the 3-D imaging application may be used to perform mis-tie correction in the manner described above.
- the 3-D imaging application breaks, divides, or otherwise reduces the multi-Z polyline into a plurality of contiguous single-Z line segments.
- the 3-D imaging application identifies sections or segments along the multi-Z polyline such that no point along an individual segment has more than one value in Z. This identification process continues until the entire multi-Z polyline has been converted to single-Z line segments.
- the 3-D imaging application also assigns every single-Z line segments a unique identifier that allows it to be referenced as needed.
- the unique identifiers for the single-Z line segments may be any suitable identifier, such as an integer value, a numeric or alphanumeric sequence reflecting the relationship between the single-Z line segments and the multi-Z polyline, and the like.
- the 3-D imaging application determines at block 708 whether there are additional multi-Z polylines that need to be converted. If the determination is yes, then the above process is repeated for the additional multi-Z polylines. If the determination is no, then the 3-D imaging application groups or otherwise assembles the single-Z line segments into one or more lattices at block 710, as explained in more detail herein.
- the lattices are rationalized or broken up as needed to ensure that no lattice folds back upon itself or overlaps itself. Thereafter, the rationalized lattices are gridded at block 714 and used to form compartments at block 716 in a manner well known to those having ordinary skill in the art.
- FIG. 8 shows an exemplary flowchart 800 of the steps that the 3-D imaging application may use for the single-Z line segment identification block 706 (see FIG. 7).
- the identification of single-Z line segments begins with receiving a multi-Z polyline at block 802.
- the slope or average slope of a line segment along the multi-Z polyline between a given sample point N-l and the next sample point N is determined, and a comparison is made between that slope and the slope or average slope of a line segment between sample point N and sample point N+l .
- the 3-D imaging application may also use the slope change comparisons of block 808 to identify whether the single-Z line segments belong in the top or bottom horizon.
- the single-Z conversion may perform the top or bottom horizon determination by traversing the multi-Z polyline in a clockwise direction according to the orientation of the polyline. Then, a sign change in the slope between successive line segments not only indicates the start of a new single-Z line segment, but also indicates the horizon for the new single-Z line segment. Specifically, a sign change from positive to negative indicates the new single-Z line segment belongs in the bottom horizon, whereas a sign change from negative to positive indicates the new single-Z line segment belongs in the top horizon.
- FIGS. 9A-9D illustrate examples of multi-Z polylines and their corresponding single-Z line segments that may be identified by the 3-D imaging application according to the exemplary embodiments disclosed herein.
- inline planes labeled A and B are shown, respectively, that are parallel to one another and to the surface of the page.
- FIGS. 9C and 9D show xline planes labeled C and D, respectively, that are parallel to one another and to the surface of the page, but orthogonal to the inline planes A and B.
- the relative orientations may be seen in FIGS. 9A and 9B where the xline planes C and D are designated with short-dash lines labeled C and D, respectively, and likewise in FIGS. 9C and 9D where the inline planes A and B are designated with short-dash lines labeled A and B, respectively.
- solid lines within the various planes represent multi-Z polylines similar to those commonly rendered in a typical workflow based on seismic interpretations.
- the long dash lines and the dash-dot lines represent single-Z line segments corresponding to the multi-Z polylines identified according to the exemplary disclosed embodiments.
- the long dash lines represent single-Z line segments that reside in one of the height fields, for example, the top horizon
- the dash-dot lines represent single-Z line segments that reside in the other height field, for example, the bottom horizon.
- the small crosses resembling x's represent points where the various inline and xline multi-Z polylines intersect one another.
- FIG. 9A a portion of an inline multi-Z polyline is shown, as represented by the solid line 900.
- This portion of the inline multi-Z polyline 900 may be reduced by the 3-D imaging application in the manner described above to a top horizon single-Z line segment 21 and a bottom horizon single-Z line segment 42.
- At least four xline multi-Z polylines intersect the inline multi-Z polyline 900 at intersection points 0, 1, 2, and 3.
- These four xline multi-Z polylines may also be reduced in the manner described above to a top horizon single-Z line segment 27 that crosses intersection point 0, a bottom horizon single-Z line segment 48 that crosses intersection point 1, another top horizon single-Z line segment 31 that crosses intersection point 2, and another bottom horizon single-Z line segment 52 that crosses intersection point 3.
- intersection points 0 and 1 from FIG. 9A may also be seen in FIG. 9C, along with the xline single-Z line segments 27 and 48 extending through these intersection points.
- FIG. 9C it can be seen that the single-Z line segments 27 and 48 from FIG. 9A actually correspond to an xline multi-Z polyline 904. To avoid clutter, this xline multi-Z polyline 904 is not specifically depicted in FIG. 9A, which instead shows the corresponding single-Z line segments 27 and 48 for clarity.
- FIG. 9C also shows the inline single-Z line segments 21 and 42 from FIG. 9A extending through the intersection points 0 and 1.
- FIG. 9A The other intersection points from FIG. 9A, points 2 and 3, may also be seen in FIG. D, along with the xline single-Z line segments 31 and 52 extending through them. These single-Z line segments 31 and 52 correspond to xline multi-Z polyline 908. Again, to avoid clutter, this xline multi-Z polyline 908 is not specifically depicted in FIG. 9A, which shows the single-Z line segments 31 and 52 instead for clarity.
- FIGS. 9A-9D show a portion of an inline multi-Z polyline 902, two top horizon single-Z line segments 23 and 25 resulting therefrom, two bottom horizon single-Z line segments 44 and 46 resulting therefrom, and six intersection points 4, 5, 6, 7, 8, and 9 that are intersected, respectively, by six single-Z line segments 27, 48, 29, 50, 31, and 52. All of these intersection points and the inline single-Z line segments extending through them may also be seen and cross referenced in FIGS. 9C and 9D.
- FIG. 9C shows an xline multi-Z polyline 904, a top horizon single- Z line segment 27 resulting therefrom, a bottom horizon single-Z line segment 48 resulting therefrom, and four intersection points 0, 1, 4, and 5 that are intersected, respectively, by four inline single-Z line segments 21, 42, 23, and 46. All of these intersection points and the single-Z line segments extending through them may also be seen and cross referenced in FIGS. 9A and 9B.
- FIG. 9D shows two xline multi-Z polylines 906 and 908, two xline single-Z line segments 29 and 50 resulting from the first polyline 906, and two xline single-Z line segments 31 and 52 resulting from the second polyline 908.
- Tables 5, 6 and 7 A simplistic example to illustrate the 3-D imaging application concepts discussed above is provided below in Tables 5, 6 and 7.
- the tables are rough facsimiles of a portion of the 2-D arrays or grids of a given multi-Z polyline for a geologic structure.
- the 3-D imaging application may assemble or otherwise group the line segments together to form lattices, as depicted in block 710 (see FIG. 7).
- An example of creating a lattice is shown in FIG. 10 in the form of a flowchart 1000.
- lattice creation starts with receiving or inputting a single-Z line segment for a given multi-Z polyline at block 1002.
- additional top or additional bottom horizon line segments may be added to the lattice.
- the received single-Z line segment is traced or followed out to its intersection points at block 1004, and any top or bottom horizon single-Z line segments crossing through or connected to the intersection points are added accordingly at block 1006.
- the newly added single-Z line segments are traced or followed out to their respective intersection points.
- a determination is then made at block 1010 whether there are any additional top or additional bottom horizon single-Z line segments that need to be added to the lattice. If the determination is yes, then the previous adding steps at blocks 1006 and 1008 are repeated, and the process continues in a recursive manner until all intersection points branching off from the initial single-Z line segment have been walked, and all top or bottom single-Z line segments connected to those intersection points have been added to the lattice accordingly.
- FIGS. 1 lA-1 1C illustrate examples of single-Z line segments grouped together by the 3-D imaging application to form lattices according to the exemplary embodiments discussed above. In the example of FIG.
- FIG. 1 1A a top horizon lattice 1100 is shown having five of the intersection points 0, 2, 4, 6, and 8 initially discussed with respect to FIGS. 9A-9D. These intersection points are connected to each other by the single-Z line segments 21, 23, 25, 27, 29, and 31, to form the lattice 1 100 as shown.
- FIG. 1 IB shows a lattice 1102 having four intersection points 1, 3, 5, and 9 that are connected to one another by the bottom horizon single-Z line segments 42, 46, 48, and 52.
- FIG. 11C shows a lattice 1104 having one intersection point 7 and two bottom horizon single-Z line segments 44 and 50.
- FIG. 12 shows an example of the 3-D imaging application rationalizing a lattice in accordance with the exemplary disclosed embodiments. In general, referring to the flowchart 1200 in FIG. 12 rationalization begins with receiving an inline or xline lattice at block 1202.
- the top horizon lattice 1 100 shown here is an example of a lattice that has been rationalized by the 3-D imaging application.
- the top horizon lattice 1100 includes two single-Z line segments 23 and 25 that share the same plane, namely, inline plane B (see FIG. 9B).
- the 3-D imaging application has determined the single-Z line segment 21 to be the nearest line segment that also resides in a plane parallel to the single-Z line segments 23 and 25 (see FIG. 9A).
- the single -Z line segments 27, 29, and 31, on the other hand, reside in different xline planes C and D (see FIGS. 9C and 9D).
- the 3-D imaging application has broken the top horizon lattice 1 100 at the single-Z line segment 21 such that the single-Z line segments 23 and 25 no longer have a continuous, unbroken path between them via the single-Z line segment 21. This may be achieved in the example of FIG. 11 A by breaking the single-Z line segment 21 between the intersection points 0 and 2.
- the 3-D imaging application does not need to break up the bottom horizon lattice 1 102 in FIG. 1 IB because none of its single-Z line segments 42, 46, 48, or 52 share the same plane. This may be verified by reference to FIGS. 9A-9D, which shows each of the single-Z line segments 42, 46, 48, and 52 residing in different planes from one another. Likewise, the bottom horizon lattice 1 104 in FIG. 11C also does not need to be broken up, as none of its single-Z line segments 44 and 50 share the same plane (see FIGS. 9B and 9D).
- the embodiments disclosed herein may be implemented in a number of ways.
- the exemplary disclosed embodiments relate to a computer-based imaging system for imaging a geologic structure in a subterranean formation.
- the system comprises, among other things, a central processing unit mounted within the computer-based imaging system, a display electrically connected to the central processing unit and displaying a three-dimensional (3-D) image of the geologic structure, and a data input unit electrically connected to the central processing unit, the data input unit receiving seismic interpretations for the geologic structure, the seismic interpretations comprising interpretations of data acquired from a seismic reflection survey taken of the subterranean formation.
- the system further comprises a storage device electrically connected to the central processing unit, the storage device storing an imaging application executable by the central processing unit to render the seismic interpretations as multi-Z polylines, each multi-Z polyline defining a different contour of the geologic structure within a given plane and having a plurality of intersection points where the multi-Z polyline intersects other multi-Z polylines, at least one multi-Z polyline having a mis-tie resulting from the multi-Z polyline missing an expected intersection with at least one other multi-Z polyline.
- the storage device further stores a mis-tie corrections module executable by the central processing unit to tie the multi-Z polyline to the other multi-Z polyline near the expected intersection, the central processing unit executing the mis-tie corrections module either after the multi-Z polyline has been defined or while the Z polyline is being defined.
- the exemplary disclosed embodiments relate to a computer-based method of imaging a geologic structure in a subterranean formation.
- the method comprises, among other steps, receiving seismic interpretations for the geologic structure through a data input unit, the seismic interpretations comprising interpretations of data acquired from a seismic reflection survey taken of the subterranean formation.
- the method additionally comprises rendering the seismic interpretations as multi-Z polylines using a central processing unit, each multi-Z polyline defining a different contour of the geologic structure within a given plane and having a plurality of intersection points where the multi-Z polyline intersects other multi-Z polylines, at least one multi-Z polyline having a mis-tie resulting from the multi-Z polyline missing an expected intersection with at least one other multi-Z polyline.
- the method further comprises tying the multi-Z polyline to the other multi-Z polyline near the expected intersection to correct the mis-tie using the central processing unit, wherein the multi-Z polyline is tied to the other multi-Z polyline either after the multi-Z polyline has been defined or while the Z polyline is being defined.
- the exemplary disclosed embodiments relate to a computer-readable medium storing computer-readable instructions for causing a computer to image a geologic structure in a subterranean formation.
- the computer- readable instructions comprise instructions for causing the computer to, among other things, receive seismic interpretations for the geologic structure, the seismic interpretations comprising interpretations of data acquired from a seismic reflection survey taken of the subterranean formation.
- the computer-readable instructions additionally comprise instructions for causing the computer to render the seismic interpretations as multi-Z polylines, each multi-Z polyline defining a different contour of the geologic structure within a given plane and having a plurality of intersection points where the multi-Z polyline intersects other multi-Z polylines, at least one multi-Z polyline having a mis-tie resulting from the multi-Z polyline missing an expected intersection with at least one other multi-Z polyline.
- the computer-readable instructions further comprise instructions for causing the computer to tie the multi-Z polyline to the other multi-Z polyline near the expected intersection to correct the mis-tie, wherein the multi-Z polyline is tied to the other multi-Z polyline either after the multi-Z polyline has been defined or while the Z polyline is being defined.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Remote Sensing (AREA)
- Geometry (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Life Sciences & Earth Sciences (AREA)
- Theoretical Computer Science (AREA)
- Computer Graphics (AREA)
- Acoustics & Sound (AREA)
- Environmental & Geological Engineering (AREA)
- Geology (AREA)
- General Life Sciences & Earth Sciences (AREA)
- Geophysics (AREA)
- Image Processing (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims
Priority Applications (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| GB1613767.1A GB2537318B (en) | 2014-04-01 | 2014-04-01 | Multi-Z polylines intersection points editing |
| CA2941145A CA2941145C (en) | 2014-04-01 | 2014-04-01 | Multi-z polylines intersection points editing |
| AU2014389543A AU2014389543B2 (en) | 2014-04-01 | 2014-04-01 | Multi-Z polylines intersection points editing |
| US14/758,692 US10353097B2 (en) | 2014-04-01 | 2014-04-01 | Multi-Z polylines intersection points editing |
| PCT/US2014/032570 WO2015152902A1 (en) | 2014-04-01 | 2014-04-01 | Multi-z polylines intersection points editing |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/US2014/032570 WO2015152902A1 (en) | 2014-04-01 | 2014-04-01 | Multi-z polylines intersection points editing |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2015152902A1 true WO2015152902A1 (en) | 2015-10-08 |
Family
ID=54241031
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2014/032570 Ceased WO2015152902A1 (en) | 2014-04-01 | 2014-04-01 | Multi-z polylines intersection points editing |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US10353097B2 (en) |
| AU (1) | AU2014389543B2 (en) |
| CA (1) | CA2941145C (en) |
| GB (1) | GB2537318B (en) |
| WO (1) | WO2015152902A1 (en) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2018093599A1 (en) * | 2016-11-17 | 2018-05-24 | Landmark Graphics Corporation | Multi-z horizon interpretation and editing within seismic data |
| WO2018093597A1 (en) * | 2016-11-17 | 2018-05-24 | Landmark Graphics Corporation | Multi-z horizon interpretation and visualization from seismic data |
| AU2017360491A1 (en) * | 2016-11-18 | 2019-03-28 | Landmark Graphics Corporation | Multi-Z horizon auto-tracking |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7098908B2 (en) * | 2000-10-30 | 2006-08-29 | Landmark Graphics Corporation | System and method for analyzing and imaging three-dimensional volume data sets |
| US7283911B2 (en) * | 2004-10-22 | 2007-10-16 | Landmark Graphics Corporation | System and method for interpreting reverse faults and multiple z-valued seismic horizons |
| US20100225642A1 (en) * | 2009-03-04 | 2010-09-09 | Murray Donald J | Three-dimensional visualization of images in the earth's subsurface |
| EP2031423B1 (en) * | 2007-08-31 | 2013-05-15 | Services Pétroliers Schlumberger | Identifying geological features in an image of an underground formation surrounding a borehole |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1430427A1 (en) * | 2001-08-28 | 2004-06-23 | Volume Interactions Pte. Ltd. | Methods and systems for interaction with three-dimensional computer models |
| US6757615B2 (en) * | 2001-09-14 | 2004-06-29 | Exxonmobil Upstream Research Company | Method for automated horizon transfer and alignment through the application of time-shift volumes |
| US8594939B2 (en) * | 2009-01-16 | 2013-11-26 | Fairfield Industries, Incorporated | Method for calibrating seismic imaging velocities |
-
2014
- 2014-04-01 WO PCT/US2014/032570 patent/WO2015152902A1/en not_active Ceased
- 2014-04-01 US US14/758,692 patent/US10353097B2/en active Active
- 2014-04-01 AU AU2014389543A patent/AU2014389543B2/en not_active Ceased
- 2014-04-01 CA CA2941145A patent/CA2941145C/en active Active
- 2014-04-01 GB GB1613767.1A patent/GB2537318B/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7098908B2 (en) * | 2000-10-30 | 2006-08-29 | Landmark Graphics Corporation | System and method for analyzing and imaging three-dimensional volume data sets |
| US7283911B2 (en) * | 2004-10-22 | 2007-10-16 | Landmark Graphics Corporation | System and method for interpreting reverse faults and multiple z-valued seismic horizons |
| EP2031423B1 (en) * | 2007-08-31 | 2013-05-15 | Services Pétroliers Schlumberger | Identifying geological features in an image of an underground formation surrounding a borehole |
| US20100225642A1 (en) * | 2009-03-04 | 2010-09-09 | Murray Donald J | Three-dimensional visualization of images in the earth's subsurface |
| US20130055149A1 (en) * | 2009-03-04 | 2013-02-28 | Landmark Graphics Corporation | Visualization of Images on User-Defined Folded Structures in a Three-Dimensional Subsurface Environment |
Also Published As
| Publication number | Publication date |
|---|---|
| US20160252638A1 (en) | 2016-09-01 |
| CA2941145C (en) | 2020-10-27 |
| AU2014389543A1 (en) | 2016-08-18 |
| CA2941145A1 (en) | 2015-10-08 |
| GB2537318B (en) | 2020-11-25 |
| US10353097B2 (en) | 2019-07-16 |
| GB2537318A (en) | 2016-10-12 |
| AU2014389543B2 (en) | 2017-08-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6360193B2 (en) | Modeling cross faults and complex wells in reservoir simulation | |
| US8635052B1 (en) | Method and appartus for transforming a stratigraphic grid | |
| EP2300933B1 (en) | Distribution of properties in a 3d volumetric model using a maximum continuity field | |
| RU2600944C1 (en) | Formation of models of identified geological structures based on set of node points | |
| EP3293552B1 (en) | System and method for editing geological models by switching between volume-based models and surface-based structural models augmented with stratigraphic fiber bundles | |
| CA2939957C (en) | Multi-z polyline to single-z horizons conversion | |
| US10073190B2 (en) | Method and system for geophysical modeling of subsurface volumes based on computed vectors | |
| GB2320968A (en) | Automatic 3D modelling of faulted horizons | |
| Alvers et al. | A novel warped-space concept for interactive 3D-geometry-inversion to improve seismic imaging | |
| CA2941145C (en) | Multi-z polylines intersection points editing | |
| Höllt et al. | Interactive seismic interpretation with piecewise global energy minimization | |
| US20200049844A1 (en) | Computer implemented method for improving a velocity model for seismic imaging | |
| CN119888115B (en) | Three-dimensional geological structure modeling method of graph neural network | |
| CN119152141B (en) | Method and device for realizing three-dimensional geological modeling using point layer thickness grid model | |
| Oke et al. | Application of machine learning-assisted fault interpretation on large carbonate field with subtle throws | |
| Olsen et al. | Hinged, pseudo-grid triangulation method for long, near-linear cliff analyses | |
| CN109584369A (en) | Method and device for generating full hexahedral grid in actual formation | |
| US10620341B2 (en) | System and method for modifying an earth model | |
| CN120823335B (en) | A CAD-based method, equipment, and medium for modeling three-dimensional terrain and geological models. | |
| GB2587909A (en) | Method of three dimensional (3D) modelling a reservoir system using dip-domain boundaries | |
| Hjelle | A Hamilton-Jacobi Framework for Modeling Geological Folding and Deformation | |
| EP3997489B1 (en) | A method for adapting an unstructured mesh model of a geological subsurface | |
| CN121831957A (en) | Method for describing internal structure of carbonate table edge hillside by combining forward modeling and inversion technology | |
| Yao et al. | A method of geological surface reconstruction with reverse fault | |
| WO2018183992A1 (en) | Smooth surface wrapping of features in an imaged volume |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 14758692 Country of ref document: US |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 14888506 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 201613767 Country of ref document: GB Kind code of ref document: A Free format text: PCT FILING DATE = 20140401 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 1613767.1 Country of ref document: GB |
|
| ENP | Entry into the national phase |
Ref document number: 2014389543 Country of ref document: AU Date of ref document: 20140401 Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 2941145 Country of ref document: CA |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC - FORM 1205A (17.01.2017) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 14888506 Country of ref document: EP Kind code of ref document: A1 |




