WO2015152903A1 - Multi-z polyline to single-z horizons conversion - Google Patents
Multi-z polyline to single-z horizons conversion Download PDFInfo
- Publication number
- WO2015152903A1 WO2015152903A1 PCT/US2014/032576 US2014032576W WO2015152903A1 WO 2015152903 A1 WO2015152903 A1 WO 2015152903A1 US 2014032576 W US2014032576 W US 2014032576W WO 2015152903 A1 WO2015152903 A1 WO 2015152903A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- computer
- line segments
- polyline
- line segment
- lattice
- 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
- 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
- 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
- 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/30—Analysis
- G01V1/301—Analysis for determining seismic cross-sections or geostructures
- G01V1/302—Analysis for determining seismic cross-sections or geostructures in 3D data cubes
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—Two-dimensional [2D] image generation
- G06T11/20—Drawing from basic elements
- G06T11/23—Drawing from basic elements using straight lines or curves
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T15/00—Three-dimensional [3D] image rendering
- G06T15/08—Volume rendering
-
- 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
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three-dimensional [3D] modelling for computer graphics
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01V—GEOPHYSICS; GRAVITATIONAL MEASUREMENTS; DETECTING MASSES OR OBJECTS; TAGS
- G01V2210/00—Details of seismic processing or analysis
- G01V2210/60—Analysis
- G01V2210/64—Geostructures, e.g. in 3D data cubes
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01V—GEOPHYSICS; GRAVITATIONAL MEASUREMENTS; DETECTING MASSES OR OBJECTS; TAGS
- G01V2210/00—Details of seismic processing or analysis
- G01V2210/60—Analysis
- G01V2210/64—Geostructures, e.g. in 3D data cubes
- G01V2210/641—Continuity of geobodies
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 converting multi-Z polylines into single-Z line segments that may then be used to generate single-Z horizons or height fields.
- 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.
- These multi-Z polylines are extremely computationally intensive and require a significant amount of processing power, making it difficult and time- consuming for the imaging software to render the salt body image or model.
- FIG. 1 is an example of multi-Z polylines that may be converted to single-Z line segments according to the exemplary disclosed embodiments
- FIG. 2 is an example of a system that may be used to convert multi-Z polylines to single-Z line segments according to the exemplary disclosed embodiments;
- FIG. 3 is an example of an application that may be used to convert multi-Z polylines to single-Z line segments according to the exemplary disclosed embodiments;
- FIG. 4 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. 5 is an exemplary flowchart that may be used for identifying single-Z line segments according to the exemplary disclosed embodiments;
- FIGS. 6A-6D are exemplary multi-Z polylines and corresponding single-Z line segments according to the exemplary disclosed embodiments;
- FIG. 7 is an exemplary flowchart that may be used for adding single-Z line segments to a lattice according to the exemplary disclosed embodiments
- FIGS. 8A-8C are exemplary lattices composed of single-Z line segments according to the exemplary disclosed embodiments.
- FIG. 9 is an exemplary flowchart that may be used for rationalizing single-Z lattices according to the exemplary disclosed embodiments. DETAILED DESCRIPTION OF THE DISCLOSED EMBODIMENTS
- the exemplary disclosed embodiments relate to a computer-implemented method, system, and computer program product for 3-D imaging and modeling of subterranean geologic structures using seismic data.
- the embodiments involve converting multi-Z polylines into single-Z segments that may then be used to generate single-Z horizons or height fields for the geologic structures. It should be noted that although the following description and the figures focus on imaging salt bodies, 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.
- FIG. 1 an example of multi-Z polylines for a subterranean salt body is shown that are produced from data points or sample points manually selected by geologists and geophysicists. It is of course possible for the multi-Z 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. 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.
- one multi-Z polyline 100 lies in an inline plane 104 while the other multi-Z 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 intersect each other at the two circled intersection points 112 and 114 along the dashed line 108.
- such multi-Z polylines 100 and 102 may be converted to their single-Z line segments as described herein in order to make rendering of the 3-D salt body image more efficient and less processor-intensive.
- FIG. 2 An example of a 3-D imaging system that can reduce multi-Z polylines to their single-Z line segments according to the exemplary disclosed embodiments is depicted generally in FIG. 2 at 200.
- the exemplary 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 input devices 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 Lab VIEW (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 features and capabilities a single-Z conversion module 220.
- the single-Z conversion module 220 is capable of receiving or inputting the seismic interpretations for a geologic structure and converting that data, which would otherwise be processed as multi-Z polylines, into single-Z line segments. The single-Z segments may then be used to compose single-Z horizons or height fields for the geologic structure. This allows the 3-D imaging application 218 to draw or render the geologic structure in a manner that is more efficient and requires much less processing power.
- FIG. 3 illustrates the single-Z conversion module 220 in more detail according to the embodiments disclosed herein.
- the single-Z conversion 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.
- These functional components may include a single-Z line segment identification sub-module 300 that is capable of analyzing the seismic interpretations for a geologic structure and identifying single-Z line segments from the interpretations.
- the functional components may also include a lattice generation sub-module 302 that operates to combine the single-Z line segments identified by the single-Z line segment identification sub-module 300 into individual groups or lattices of related segments.
- the functional components may include a lattice rationalization sub-module 304 that functions to rationalize or break up each lattice as needed to ensure that no lattice folds back upon itself or overlaps itself.
- FIG. 4 General operation of the single-Z conversion module 220, and the sub- modules 300-304 therein, is depicted in FIG. 4 via a flow chart 400.
- the flow chart 400 shows a number of discrete blocks, it should be understood that any block may be divided into two more constituent blocks, and that two or more blocks may be combined to form a single block, without departing from the scope of the exemplary disclosed embodiments.
- the various blocks are arranged in a particular sequence in FIG. 4, it should be understood that one or more of the blocks may be performed outside the sequence shown, or omitted altogether in some cases, without departing from the scope of the exemplary disclosed embodiments.
- the single-Z conversion module 220 begins by receiving a multi-Z polyline reflecting a set of seismic interpretations at block 402.
- the single-Z conversion module 220 breaks, divides, or otherwise reduces the multi-Z polyline into a plurality of contiguous single-Z line segments.
- the single-Z conversion module 220 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 single-Z conversion module 220 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 single-Z conversion module 220 determines at block 406 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 single-Z conversion module 220 groups or otherwise assembles the single-Z line segments into one or more lattices at block 408, 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 412 and used to form compartments at block 414 in a manner well known to those having ordinary skill in the art.
- FIG. 5 shows an exemplary flowchart 500 of the steps that the single-Z conversion module 220, and specifically the single-Z segment identification sub-module 300 therein, may use for the single-Z line segment identification block 404 (see FIG. 4).
- the identification of single-Z line segments begins with receiving a multi-Z polyline at block 502.
- 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 single-Z conversion module 220 may also use the slope change comparisons of block 508 to identify whether the single-Z line segments belong in the top or bottom horizon.
- the single-Z conversion module 220 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. 6A-6D illustrate examples of multi-Z polylines and their corresponding single-Z line segments that may be identified by the single-Z conversion module 220 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. 6C and 6D 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.
- FIGS. 6A and 6B where the xline planes C and D are designated with short-dash lines labeled C and D, respectively, and likewise in FIGS. 6C and 6D 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. 6A a portion of an inline multi-Z polyline is shown, as represented by the solid line 600.
- This portion of the inline multi-Z polyline 600 may be reduced by the single-Z conversion module 220 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 600 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.
- the intersection points 0 and 1 from FIG. 6A may also be seen in FIG. 6C, along with the xline single-Z line segments 27 and 48 extending through these intersection points. Looking at FIG. 6C, it can be seen that the single-Z line segments 27 and 48 from FIG. 6A actually correspond to an xline multi-Z polyline 604.
- this xline multi-Z polyline 604 is not specifically depicted in FIG. 6 A, which instead shows the corresponding single-Z line segments 27 and 48 for clarity.
- FIG. 6C also shows the inline single-Z line segments 21 and 42 from FIG. 6A extending through the intersection points 0 and 1.
- FIG. D The other intersection points from FIG. 6A, 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 608. Again, to avoid clutter, this xline multi-Z polyline 608 is not specifically depicted in FIG. 6A, which shows the single-Z line segments 31 and 52 instead for clarity.
- FIGS. 6A-6D show a portion of an inline multi-Z polyline 602, 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. 6C and 6D.
- FIG. 6C shows an xline multi-Z polyline 604, 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. 6 A and 6B.
- FIG. 6D shows two xline multi-Z polylines 606 and 608, two xline single-Z line segments 29 and 50 resulting from the first polyline 606, and two xline single-Z line segments 31 and 52 resulting from the second polyline 608.
- Tables 1, 2 and 3 A simplistic example to illustrate the single-Z conversion concepts discussed above is provided below in Tables 1, 2 and 3.
- 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 single-Z conversion module 220 may assemble or otherwise group the line segments together to form lattices, as depicted in block 408 (see FIG. 4).
- An example of creating a lattice is shown in FIG. 7 in the form of a flowchart 700.
- lattice creation starts with receiving or inputting a single-Z line segment for a given multi-Z polyline at block 702.
- 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 704, and any top or bottom horizon single-Z line segments crossing through or connected to the intersection points are added accordingly at block 706.
- the newly added single-Z line segments are traced or followed out to their respective intersection points.
- a determination is then made at block 710 whether there are any additional top or additional bottom horizon single-Z line segments that need to be added to the lattice.
- FIGS. 8A-8C illustrate examples of single-Z line segments grouped together by the single-Z conversion module 220 to form lattices according to the exemplary embodiments discussed above.
- a top horizon lattice 800 is shown having five of the intersection points 0, 2, 4, 6, and 8 initially discussed with respect to FIGS. 6A-6D. 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 800 as shown.
- FIG. 8B shows a lattice 802 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. 8C shows a lattice 804 having one intersection point 7 and two bottom horizon single-Z line segments 44 and 50.
- the single-Z conversion module 220 constructs the lattices in some embodiments, it may be possible for a lattice to fold back over itself and overlap itself.
- One option for preventing this overlapping is to rationalize or break up the lattices so that no lattice contains single-Z line segments that lie in the same inline or xline plane, as discussed with respect to block 410 (see FIG. 4).
- FIG. 4 shows a lattice 804 having one intersection point 7 and two bottom horizon single-Z line segments 44 and 50.
- FIG. 9 shows an example of the single-Z conversion module 220, and specifically the lattice rationalization sub-module 304 therein, rationalizing a lattice in accordance with the exemplary disclosed embodiments.
- rationalization begins with receiving an inline or xline lattice at block 902.
- a determination is made whether any of the single-Z line segments in the lattice share the same plane. If the determination is yes, then at block 906, the lattice is broken at whichever single-Z line segment is: 1) nearest to the single-Z line segments sharing a plane, and 2) in a plane parallel to the shared plane.
- the top horizon lattice 800 shown here is an example of a lattice that has been rationalized by the single-Z conversion module 220.
- the top horizon lattice 800 includes two single-Z line segments 23 and 25 that share the same plane, namely, inline plane B (see FIG. 6B).
- the single-Z conversion module 220 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. 6A).
- the single-Z line segments 27, 29, and 31, on the other hand, reside in different xline planes C and D (see FIGS. 6C and 6D).
- the single-Z conversion module 220 has broken the top horizon lattice 800 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. 8 A by breaking the single-Z line segment 21 between the intersection points 0 and 2.
- the single-Z conversion module 220 does not need to break up the bottom horizon lattice 802 in FIG. 8B 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. 6A-6D, 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 804 in FIG. 8C 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. 6B and 6D).
- 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 and storing an imaging application executable by the central processing unit to render the seismic interpretations as multi-Z polylines, each multi-Z polyline being composed of a series of sample points defining a different contour of the geologic structure within a given plane, and each multi-Z polyline having a plurality of intersection points where the multi-Z polyline intersects other multi-Z polylines.
- the storage device further stores a single-Z conversion module executable by the central processing unit to convert the multi-Z polylines into single-Z line segments such that each multi-Z polyline is converted into a set of contiguous single-Z line segments, and each single-Z line segment has only one value in Z at any point along the single-Z line segment.
- 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 further comprises rendering the seismic interpretations as multi-Z polylines using a central processing unit, each multi-Z polyline being composed of a series of sample points defining a different contour of the geologic structure within a given plane, and each polyline having a plurality of intersection points where the multi-Z polyline intersects other multi-Z polylines.
- the multi-Z polylines are converted into single-Z line segments using the central processing unit such that each multi-Z polyline is converted into a set of contiguous single-Z line segments, and each single-Z line segment has only one value in Z at any point along the single-Z line segment.
- 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 further comprise instructions for causing the computer to render the seismic interpretations as multi-Z polylines, each multi-Z polyline being composed of a series of sample points defining a different contour of the geologic structure within a given plane, and each polyline having a plurality of intersection points where the multi-Z polyline intersects other multi-Z polylines.
- the multi-Z polylines are converted into single-Z line segments such that each multi-Z polyline is converted into a set of contiguous single-Z line segments, and each single-Z line segment has only one value in Z at any point along the single-Z
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Remote Sensing (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Life Sciences & Earth Sciences (AREA)
- Geometry (AREA)
- Computer Graphics (AREA)
- Software Systems (AREA)
- Acoustics & Sound (AREA)
- Environmental & Geological Engineering (AREA)
- Geology (AREA)
- General Life Sciences & Earth Sciences (AREA)
- Geophysics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Image Processing (AREA)
Abstract
Description
Claims
Priority Applications (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/US2014/032576 WO2015152903A1 (en) | 2014-04-01 | 2014-04-01 | Multi-z polyline to single-z horizons conversion |
| CA2939957A CA2939957C (en) | 2014-04-01 | 2014-04-01 | Multi-z polyline to single-z horizons conversion |
| GB1613442.1A GB2539815B (en) | 2014-04-01 | 2014-04-01 | Multi-Z Polyline to single-Z horizons conversion |
| AU2014389544A AU2014389544B2 (en) | 2014-04-01 | 2014-04-01 | Multi-Z polyline to single-Z horizons conversion |
| US15/122,923 US9846964B2 (en) | 2014-04-01 | 2014-04-01 | Multi-Z polyline to single-Z horizons conversion |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/US2014/032576 WO2015152903A1 (en) | 2014-04-01 | 2014-04-01 | Multi-z polyline to single-z horizons conversion |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2015152903A1 true WO2015152903A1 (en) | 2015-10-08 |
Family
ID=54241032
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2014/032576 Ceased WO2015152903A1 (en) | 2014-04-01 | 2014-04-01 | Multi-z polyline to single-z horizons conversion |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US9846964B2 (en) |
| AU (1) | AU2014389544B2 (en) |
| CA (1) | CA2939957C (en) |
| GB (1) | GB2539815B (en) |
| WO (1) | WO2015152903A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11460596B2 (en) * | 2016-11-17 | 2022-10-04 | Landmark Graphics Corporation | Multi-Z horizon visualization from seismic data |
Families Citing this family (5)
| 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 |
| US11087469B2 (en) * | 2018-07-12 | 2021-08-10 | Here Global B.V. | Method, apparatus, and system for constructing a polyline from line segments |
| CN113012258B (en) * | 2021-03-12 | 2023-07-28 | 北京百度网讯科技有限公司 | Method, device, electronic device and readable medium for generating multi-segment line graph |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040054475A1 (en) * | 2001-12-19 | 2004-03-18 | Earth Science Associates, Inc. | Method and system for creating irregular three-dimensional polygonal volume models in a three-dimensional geographic information system |
| US20060089806A1 (en) * | 2004-10-22 | 2006-04-27 | Clark Fitzsimmons | System and method for interpreting reverse faults and multiple z-valued seismic horizons |
| EP1279049B1 (en) * | 2000-05-02 | 2008-10-08 | Shell Internationale Researchmaatschappij B.V. | Borehole imaging |
| US20110091078A1 (en) * | 2007-08-31 | 2011-04-21 | Josselin Kherroubi | Identifying geological features in an image of an underground formation surrounding a borehole |
| US20120032962A1 (en) * | 2010-08-09 | 2012-02-09 | Verizon Patent And Licensing Inc. | Polyline vertex reduction |
-
2014
- 2014-04-01 CA CA2939957A patent/CA2939957C/en active Active
- 2014-04-01 GB GB1613442.1A patent/GB2539815B/en active Active
- 2014-04-01 AU AU2014389544A patent/AU2014389544B2/en not_active Ceased
- 2014-04-01 WO PCT/US2014/032576 patent/WO2015152903A1/en not_active Ceased
- 2014-04-01 US US15/122,923 patent/US9846964B2/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1279049B1 (en) * | 2000-05-02 | 2008-10-08 | Shell Internationale Researchmaatschappij B.V. | Borehole imaging |
| US20040054475A1 (en) * | 2001-12-19 | 2004-03-18 | Earth Science Associates, Inc. | Method and system for creating irregular three-dimensional polygonal volume models in a three-dimensional geographic information system |
| US20060089806A1 (en) * | 2004-10-22 | 2006-04-27 | Clark Fitzsimmons | System and method for interpreting reverse faults and multiple z-valued seismic horizons |
| US20110091078A1 (en) * | 2007-08-31 | 2011-04-21 | Josselin Kherroubi | Identifying geological features in an image of an underground formation surrounding a borehole |
| US20120032962A1 (en) * | 2010-08-09 | 2012-02-09 | Verizon Patent And Licensing Inc. | Polyline vertex reduction |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11460596B2 (en) * | 2016-11-17 | 2022-10-04 | Landmark Graphics Corporation | Multi-Z horizon visualization from seismic data |
Also Published As
| Publication number | Publication date |
|---|---|
| CA2939957C (en) | 2018-11-27 |
| US20170076492A1 (en) | 2017-03-16 |
| AU2014389544B2 (en) | 2017-09-21 |
| US9846964B2 (en) | 2017-12-19 |
| CA2939957A1 (en) | 2015-10-08 |
| AU2014389544A1 (en) | 2016-08-25 |
| GB2539815B (en) | 2020-11-25 |
| GB2539815A (en) | 2016-12-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8311779B2 (en) | Multipoint geostatistics method using branch runlength compression and local grid transformation | |
| CA2939957C (en) | Multi-z polyline to single-z horizons conversion | |
| US9922142B2 (en) | Systems and methods for subsurface reservoir simulation | |
| RU2600944C1 (en) | Formation of models of identified geological structures based on set of node points | |
| US8727017B2 (en) | System and method for obtaining data on an unstructured grid | |
| AU2013296421B2 (en) | Hybrid method of combining multipoint statistic and object-based methods for creating reservoir property models | |
| EP4030198B1 (en) | Building accurate training images for automatic seismic interpretation | |
| US9915742B2 (en) | Method and system for geophysical modeling of subsurface volumes based on label propagation | |
| US10234583B2 (en) | Vector based geophysical modeling of subsurface volumes | |
| US9110194B2 (en) | System and method for providing a time-based representation of data | |
| US10073190B2 (en) | Method and system for geophysical modeling of subsurface volumes based on computed vectors | |
| US9733391B2 (en) | Method and system for geophysical modeling of subsurface volumes | |
| CN103903061A (en) | Information comprehensive processing device and method in three-dimensional mineral resource prediction evaluation | |
| EA026208B1 (en) | Method and system of geological horizon identification | |
| Höllt et al. | Interactive seismic interpretation with piecewise global energy minimization | |
| CA2941145C (en) | Multi-z polylines intersection points editing | |
| Motta et al. | A 3D sketch-based formulation to model salt bodies from seismic data | |
| Xu et al. | Optimal construction and visualisation of geological structures | |
| Zoraster | A surface modeling algorithm designed for speed and ease of use with all petroleum industry data | |
| CN114879254A (en) | Time-varying window seismic waveform classification method and device based on dynamic time regular distance | |
| CN120823335B (en) | A CAD-based method, equipment, and medium for modeling three-dimensional terrain and geological models. | |
| Bogen et al. | Using Interactive Visualization and Machine Learning for Seismic Interpretation | |
| Höllt | Visual workflows for oil and gas exploration | |
| Wecker et al. | Context Sensitive Void Filling |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 14888016 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 201613442 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: 1613442.1 Country of ref document: GB |
|
| ENP | Entry into the national phase |
Ref document number: 2939957 Country of ref document: CA |
|
| ENP | Entry into the national phase |
Ref document number: 2014389544 Country of ref document: AU Date of ref document: 20140401 Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 15122923 Country of ref document: US |
|
| 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 ( EPO FORM 1205A DATED 30/03/17 ) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 14888016 Country of ref document: EP Kind code of ref document: A1 |

