CN112214811B - Geological profile closed region searching and filling method based on BFS algorithm - Google Patents

Geological profile closed region searching and filling method based on BFS algorithm Download PDF

Info

Publication number
CN112214811B
CN112214811B CN202011071224.3A CN202011071224A CN112214811B CN 112214811 B CN112214811 B CN 112214811B CN 202011071224 A CN202011071224 A CN 202011071224A CN 112214811 B CN112214811 B CN 112214811B
Authority
CN
China
Prior art keywords
point
intersection
geological
points
intersection points
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.)
Active
Application number
CN202011071224.3A
Other languages
Chinese (zh)
Other versions
CN112214811A (en
Inventor
陈刚
吴汶垣
徐晓晖
孔辰
全有维
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing China Construction Eighth Bureau Smart Technology Co ltd
Original Assignee
Third Construction Co Ltd of China Construction Eighth Engineering Divison Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Third Construction Co Ltd of China Construction Eighth Engineering Divison Co Ltd filed Critical Third Construction Co Ltd of China Construction Eighth Engineering Divison Co Ltd
Priority to CN202011071224.3A priority Critical patent/CN112214811B/en
Publication of CN112214811A publication Critical patent/CN112214811A/en
Application granted granted Critical
Publication of CN112214811B publication Critical patent/CN112214811B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/12Geometric CAD characterised by design entry means specially adapted for CAD, e.g. graphical user interfaces [GUI] specially adapted for CAD

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Geometry (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Computational Mathematics (AREA)
  • Architecture (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The invention provides a BFS algorithm-based geological profile closed region searching and filling method, belonging to the technical field of geological profile drawing; on the basis of the traditional BFS algorithm, the method adopts a multiple path search method to search the closed region formed by the initial geological section line generated by the survey data management system, and can effectively avoid the problem of search omission of the nested closed region; the invention expands the adjacency list data structure of the intersection points formed by geological section lines, can automatically search the closed area and fill corresponding textures according to the information recorded in the adjacency list, is more convenient, quicker and more accurate for drawing the geological section map, can greatly improve the efficiency of drawing the geological section by an engineer, and realizes the real cloud geological section map delivery based on data.

Description

Geological profile closed region searching and filling method based on BFS algorithm
Technical Field
The invention belongs to the technical field of geological profile drawing, and particularly relates to a BFS algorithm-based geological profile closed region searching and filling method.
Background
Currently, a commonly used geological profile drawing software is AutoCAD software developed by american Autodesk company, which is desktop-end standalone software, and can automatically search all closed areas formed by a plurality of multi-segment lines in a geological profile for engineers, and manually designate and fill geological material patterns in the closed areas by the engineers, so as to finally draw a complete geological profile.
However, with the progress of geological industry informatization and digitization, more and more engineers need to automatically generate a geological profile by a survey data management system at a webpage end or a cloud end instead of manually drawing the geological profile by using desktop end software similar to AutoCAD, and therefore, it is urgently needed to develop an efficient closed area searching method suitable for automatically drawing the geological profile so that the survey data management system can automatically identify the position of a stratum from any multiple segment lines drawn by a computer or manually and fill the geological material.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a BFS algorithm-based geological profile closed region searching and filling method, which is used for searching a closed region by utilizing a multi-time path searching method on the basis of the traditional BFS algorithm, effectively avoiding the problem of missing of the closed region, automatically filling textures according to expanded adjacency list information, and being more convenient, quicker and more accurate in drawing a geological profile.
The present invention achieves the above-described object by the following technical means.
A BFS algorithm-based geological profile closed region searching and filling method comprises the following steps:
inputting the drawn geological section line into a survey data management system, searching a closed region formed by the geological section line by using an improved BFS algorithm, recording information of the closed region, outputting the closed region according to the recorded information of the closed region, filling geological material textures into the closed region, and finally outputting a geological section map by the survey data management system.
Further, the process of searching for the closed region by using the improved BFS algorithm is as follows: the method comprises the steps of obtaining intersection points formed by geological section lines by using a Bentley-Ottmann algorithm, judging geological material attributes corresponding to the intersection points, constructing an undirected graph by using all the obtained intersection points, expanding an adjacency list data structure of all the intersection points of the undirected graph, searching and outputting a closed region by using a multi-time path searching method, and recording closed region information in the searching process in an adjacency list.
Further, the intersection adjacency list has 5 data structures, which are: GEO, COLOR, P, D, M, where GEO represents the geological material of the intersection, COLOR represents the COLOR of the intersection, P represents the parent of the intersection, D represents the distance of the intersection to the source intersection, and M represents the linked list structure.
Further, the multiple path searching method comprises the following steps: selecting source intersection points in an undirected graph and coloring the source intersection points grey, conducting first search outwards from the source intersection points, coloring all the intersection points searched for the first time grey, conducting second search outwards by taking the intersection points searched for the first time as new source intersection points, coloring all the intersection points searched for the second time grey, wherein the intersection points searched repeatedly are colored black, the intersection points not searched are white, and repeating the above process until all the intersection points are searched, so that a first round of closed area is obtained; sequentially taking the meeting points in a point set consisting of all meeting points in the searching process as new source intersection points for searching to obtain a second round of closed areas; when a new meeting point in the second round of closed region and a meeting point serving as a source intersection point have appeared in the first round of closed region at the same time, the closed region is not output, otherwise, the closed region is output.
Further, the closed region information recording process is as follows: when the adjacent intersection points searched by the source intersection points are gray, increasing records about the source intersection points in an M data structure of the adjacent intersection points; and simultaneously recording other 4 kinds of data structure information of the adjacent intersection points, wherein the GEO data structure information is consistent with the attribute of the geological material.
Furthermore, the closed area is composed of a group of intersection point sets which are sequentially ordered, the intersection points in the sets find source intersection points through a backtracking path from a parent intersection point to form a main path, other intersection points in the intersection point chain table structure form other main paths, a plurality of main paths have one same source intersection point, and the source intersection point and the main paths jointly form the closed area.
Further, the closed region output process includes two cases: when the number of the intersection points of the closed area is odd, the D data structure information of the meeting points in the closed area is the same as the D data structure information of the intersection points in the linked list structure, the meeting points are traced back along respective main paths at the same time, the same source intersection points are found, and the closed area is constructed and output; when the number of the intersection points of the closed area is an even number, the D data structure information value of the meeting point in the closed area is larger than that of the intersection point in the chain table structure, the meeting point returns to the first level after backtracking along the main path, the path is backtracked simultaneously with the intersection point in the chain table structure again, the same source intersection point is found, and the closed area is constructed and output.
Further, in the geological material texture filling process, the number of intersection points of each drilling central line and the closed area is obtained according to intersection points which are not empty in GEO data structure information; when the number of the intersection points is 1, taking the intersection point as R, and then respectively taking the farthest intersection point on the central line of the drill hole as T and the farthest intersection point on the lower central line of the drill hole as B; t = R if there is no intersection point above, and B = R if there is no intersection point below; when the T point is located in the closed area, taking the R point as a geological material marking point; when the point B is positioned in the closed area, taking the point B as a geological material marking point; when the number of the intersection points is more than 1, taking the intersection point of the central line of the drilling hole and the lowest part of the closed area as a geological material marking point; r, T, B each indicate an intersection number.
Further, the geological material mark point is GqWherein q represents the number of the q-th drilling hole, and q is a positive integer; all geological material mark points in the closed region form a point set Gq};
{GqWhen the GEO attributes in the sealing area are not the same geological material, the sealing area is not filled with the geological material;
{ Gqwhen the GEO attributes in the closed area are the same geological material and the GEO attributes of the drilling boundary points in the closed area are not all the geological material, the closed area is not filled with the geological material; and when the GEO attributes of the drilling boundary points in the closed area are all the geological materials, filling corresponding geological material textures into the closed area.
Further, the borehole boundary points represent formation demarcation points on the borehole centerline.
The invention has the following beneficial effects:
(1) the BFS algorithm is applied to the field of geological profile drawing, and on the basis of the traditional BFS algorithm, aiming at the actual situation of the geological profile, namely the existence of a nested closed region, the closed region is searched by adopting a multi-path searching method, so that the problem of missing of the closed region caused by the existing one-time searching method can be effectively avoided, and the searching result is more accurate.
(2) The traditional BFS algorithm simply searches all points in the undirected graph, but the invention expands the data structure of the intersection point adjacency list in the undirected graph on the basis, adds 5 data structures for representing intersection point geological materials, intersection point colors, parent intersection points and the distance from the intersection point to the source intersection point in the adjacency list, and records the closed area information into the adjacency list in the process of searching the closed area, thereby being convenient for backtracking a path according to the recorded information, searching the closed area and simultaneously being convenient for automatically filling the corresponding geological material textures.
(3) According to the geological material texture filling method, the geological material marking point set is obtained based on the number of intersection points of the drilling central line and the closed area, the geological material texture filling judgment is carried out by comprehensively considering the GEO attribute conditions of the set and the drilling boundary points, and the filling can be ensured to be more accurate.
(4) By adopting the method provided by the invention, the efficiency of an engineer in drawing the geological profile can be greatly improved, and the real cloud geological profile delivery based on data can be realized.
Drawings
Fig. 1 is a schematic structural diagram of undirected graph G = (V, E) according to the present invention;
FIG. 2 is a diagram illustrating an extended adjacency list structure of the undirected graph according to the present invention;
FIG. 3 is a schematic view of a nested closed area according to the present invention;
FIG. 4 is a schematic diagram of a closed region with odd number of intersections according to the present invention;
FIG. 5 is a schematic diagram of an adjacency list of x and y points in the closed region V (x, y, m) according to the present invention, wherein FIG. 5 (a) is a schematic diagram of an adjacency list of x points, and FIG. 5 (b) is a schematic diagram of an adjacency list of y points;
FIG. 6 is a schematic diagram of a closed region with an even number of intersections according to the present invention;
FIG. 7 is a schematic diagram of an adjacency list of r points in the closed region VII (r, u, k, t) according to the present invention;
fig. 8 is a flowchart of the method for searching and filling the closed region according to the present invention.
Detailed Description
The invention will be further described with reference to the following figures and specific examples, but the scope of the invention is not limited thereto.
The english letters "a", "B", "c", "d", "e", "f", "g", "h", "i", "x", "y", "n", "s", "j", "k", "T", "u", "v", "p", "R", "T", "B" mentioned in the present embodiment all represent the numbers of the intersection points, and "Q" represents the set of meeting points, and is only for the convenience of describing the present invention, and thus cannot be construed as limiting the present invention; the "gray" and "black" mentioned in the present embodiment are only for convenience of describing the present invention and thus should not be construed as limiting the present invention; the specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
The specific process of the geological profile closed area searching and filling method based on the Breadth-First-Search (BFS) algorithm is shown in FIG. 8:
step 1: inputting geological section line data drawn by a computer or a person into a survey data management system;
step 2: searching a closed region for the geological section line by using an improved BFS algorithm, and outputting the closed region;
step 2.1: acquiring intersections of a plurality of line segments in the geological section line generated in the step 1 by utilizing a Bentley-Ottmann algorithm; when obtaining the nodical, judge the geological material attribute that the nodical corresponds, the later stage of being convenient for is to the judgement of closed area geological material, and concrete process is: according to the center line of the drill hole, the geological material attribute of each layer of bottom points in the drill hole is taken as the geological material of the current layer, and the geological material attribute of the top point of the drill hole is taken as the material of the first layer of geological body; taking the geological material attribute of a point on the first drilling center line which is vertically encountered downwards as the geological material attribute of the intersection point obtained by intersecting all other line segments and the drilling center line; for intersections that are not intersected by the borehole centerline, the geologic material property for that intersection is null.
Step 2.2: constructing an undirected graph G = (V, E) as shown in FIG. 1 by using all the obtained intersection points, so as to facilitate the search of a closed region, wherein V represents an intersection point, namely a circle in FIG. 1; e denotes a line connecting the two intersections.
Step 2.3: expanding an adjacency list data structure aiming at the intersection points in the undirected graph; the adjacency list with 5 data structures as shown in fig. 2 is expanded for each intersection in the undirected graph, and the 5 data structures are specifically: GEO, COLOR, P, D, M, wherein GEO represents the geological material of the intersection point, consistent with the geological material properties of each intersection point in step 2.1; COLOR indicates the COLOR of the intersection point for marking the search track; p represents a parent intersection of the intersection; d represents the distance from the intersection point to the source intersection point; m denotes a linked list structure for recording the found closed region information.
Step 2.4: searching a closed region by using an improved BFS algorithm;
taking the undirected graph of fig. 3 as an example, searching for a closed region is performed: all the intersections in FIG. 3 are denoted by a, b, c, d, e, f, g, h, i in this order; determining a source intersection point a, coloring the point a grey, searching outwards from the intersection point, searching all the intersection points which can be reached from the point a, and coloring all the intersection points (b and c) searched for the first time grey, namely coloring the points b and c grey; respectively starting second search by taking the point b and the point c as new source intersection points, searching all intersection points which can be reached from the new source intersection points, and coloring all the intersection points (a, e and d) searched for the second time gray, wherein the intersection points searched for repeatedly are colored black, namely the point a is black, and the point e and the point d are gray; and starting a third search by taking the point e and the point d as new source intersection points respectively, and coloring all the intersection points (c, h, f, b and g) searched for the third time in grey, wherein the intersection points searched for repeatedly are colored in black, namely the point c and the point b are colored in black, and the point h, the point f and the point g are colored in grey. And continuously circulating the process until all the intersection points are searched, finding two meeting points of the point i and the point f after the search is finished, and searching a closed area I (i, h, e, c, a, b, d, g) and a closed area II (f, e, c, a, b, d) by using the two meeting points to trace back a path, but omitting a closed area III (f, e, h, i, g, d).
In the practical application process, the phenomenon of closed region nesting as shown in fig. 3 often occurs, and the problem of missing a closed region is easily caused only by adopting the search method, so that the invention carries out a multi-path search method based on the BFS algorithm to solve the problem:
after the point a is used as the initial intersection point, all the meeting points form a point set Q, the point set Q in the graph 3 comprises the point i and the point f, the meeting points in the point set Q are sequentially taken as new source intersection points to be searched, if the new meeting points and the meeting points which are taken as the source intersection points are found to be simultaneously appeared in the existing closed region during searching, the closed region is not output, otherwise, the closed region is output. In fig. 4, when the point f is used as the source intersection point for searching, two meeting points, namely, the point a and the point i, can be obtained, and a closed region ii (f, e, c, a, b, d) and a closed region iii (f, e, h, i, g, d) can be obtained at the same time; the point a and the point f are already simultaneously appeared in the existing closed area II, so that the closed area II is not output any more, and the point i and the point f are never simultaneously appeared in any existing closed area, so that the closed area III is output; for point i, the search is also performed in the same manner; by the multi-path searching method, all closed areas in the graph can be searched out, and omission is avoided.
Step 2.5: recording the closed region information into an adjacency list of the intersection point;
after traversing all the intersection points by adopting the improved BFS algorithm in the step 2.4, finding the position of the closed region according to traversal information and outputting the closed region, wherein the meeting point formed by the meeting of two gray intersection points is a typical characteristic of forming the closed region, and in the searching process, when the gray intersection points are searched, namely when the gray intersection points meet, the closed region information needs to be recorded in the gray intersection point adjacency list; in the actual search, there are two cases where gray intersections meet: the first is the case that the number of intersection points of the closed area is odd; the second is the case where the number of intersections of the closed region is even.
For the case that the number of the intersection points of the closed region is odd, taking fig. 4 as an example for explanation, the intersection points in fig. 4 are respectively represented by s, m, n, x and y, the s point is a source intersection point, the m point is found by the first search, and the s point, the n point, the x point and the y point are found by the second search; during the third search, the search is sent from the point n, if the adjacent intersection point x is found to be gray, a record about the point n is added in the data structure of the adjacency list M of the point x, and the COLOR data structure information, the P data structure information and the D data structure information of the point x are recorded at the same time, so that a closed area IV (x, n, M) is constructed; and then searching outwards from the point x, meanwhile, not searching for the blackened point n, continuously finding the grey point y, adding a record related to the point x in the data structure of the adjacency list M of the point y, and simultaneously recording the COLOR data structure information, the P data structure information and the D data structure information of the point y for constructing the closed region V (x, y, M). The adjacency list of x dots after information recording is shown in fig. 5 (a), and the adjacency list of y dots is shown in fig. 5 (b).
For the case that the number of the intersection points of the closed region is even, the case is described by taking fig. 6 as an example, the j point is a source intersection point, the k point is found by the first search, and the j point, the t point, the u point and the v point are found by the second search; and in the third search, starting the search from the point t, finding a white intersection point r, changing the COLOR of the point r into gray, then respectively sending the points u and v for searching, and searching the gray intersection point r, adding two records about the points u and v in the data structure of the adjacency list M of the point r, simultaneously recording COLOR data structure information, P data structure information and D data structure information of the point r, and respectively constructing a closed region VII (r, u, k, t) and a closed region VI (r, v, k, t). Fig. 7 shows an adjacency list of r dots after information recording.
Step 2.6: outputting the closed area;
the closed area is formed by a group of intersection point sets which are sequentially ordered, for any intersection point, a source intersection point can be gradually found through a father intersection point of the intersection point, so that a main path is formed, each intersection point in the intersection point linked list structure can also form other main paths, the main paths have one same source intersection point, and the source intersection point and the main path form the closed area together; for the case that the number of the intersection points of the closed region is odd number and even number, different closed region output methods need to be adopted.
When the number of the intersection points of the closed region is odd, the D data structure information of the intersection point in the encounter point adjacency table in the closed region is the same as the D data structure information of the intersection point in the M data structure, which is described by taking fig. 4 as an example: in the figure, D [ y ] = D [ x ] =2, where D [ y ] represents the distance from the y point to the source intersection point, and D [ x ] represents the distance from the x point to the source intersection point; the main path of y point is y → P [ y ] → P [ P [ y ] ], i.e. y → m → s, and the main path of x point is x → P [ x ] → P [ P [ x ] ], i.e. x → m → s, wherein P [ y ] denotes the parent intersection of y points and P [ x ] denotes the parent intersection of x points; the point y and the point x are traced back along the main path at the same time, a first same source intersection point m is found, and a closed region V (x, y, m) can be constructed and output; by the method, other closed regions with odd intersection numbers can be constructed and output.
When the number of the intersection points of the closed region is even, the D data structure information value in the encounter point adjacency table in the closed region is greater than the D data structure information value of the intersection point in the M data structure information, which is described with fig. 6 as an example: in the figure, D [ r ] =3, D [ u ] =2, D [ r ] > D [ u ], where D [ r ] denotes a distance from an r point to a source intersection point, and D [ u ] denotes a distance from a u point to the source intersection point; the main path at point r is r → P [ r ] → P [ P [ r ] ] → P [ P [ P [ r ] ] ], i.e. r → t → k → j, and the main path at point u is u → P [ u ] → P [ P [ u ] ] →, i.e. u → k → j; the point r is traced back along the main path first, then returns to the first stage, is traced back along the path t → k → j, and is traced back simultaneously with the main path of the point u, the same first source intersection point k is found, and the closed region VII (r, u, k, t) can be constructed and output; by the method, other closed regions with even number of intersections can be constructed and output.
And step 3: filling geological materials in the searched closed area;
after all the closed areas are output through the step 2.5, the closed areas need to be filled with corresponding geological material textures, the selection of the geological material textures depends on geological material (GEO) information forming intersection points of the closed areas, and the geological material (GEO) information is obtained through geological material attributes of the intersection points in the step 2.1; obtaining the number of intersection points of each drilling center line and a certain closed area according to the intersection points of which all GEO data structure information is not empty;
for the condition that the number of the intersection points is only 1, taking the intersection point as R, then respectively taking the farthest upper intersection point on the central line of the drill hole as T, the farthest lower intersection point as B, if the upper intersection point does not exist, T = R, and if the lower intersection point does not exist, B = R; if the T point is located in the closed area, taking the R point as a geological material marking point; and if the point B is located in the closed area, taking the point B as a geological material marking point. For the number of intersectionsAnd if the number of the drilling holes is more than 1, taking the intersection point of the central line of the drilling hole and the lowest part of the closed area as a geological material marking point. Marking the mark point of geological material as GqWherein the subscript q denotes the number of the qth borehole, q being a positive integer.
All geological material mark points in the closed area form a point set GqThere are two cases for this set of points:
(1){Gqwhen the GEO attributes in the geological data are not the same geological material, the geological material of the closed area is not unique, and the closed area is not filled with the geological material;
(2){ Gqfinding out all the drilling boundary points positioned in the closed area when the GEO attributes in the geological formations are the same; when the GEO attribute of the drilling boundary point is not completely the geological material, the geological material of the closed area is not unique, and the geological material filling is not carried out on the closed area; when the GEO attributes of the drilling boundary points are all the geological materials, the geological materials of the closed area are unique, and corresponding geological material textures are filled in the closed area; wherein the borehole boundary points represent formation demarcation points on the borehole centerline.
And 4, step 4: the survey data management system outputs a geological profile map that is populated with geological material textures via step 3.
The present invention is not limited to the above-described embodiments, and any obvious improvements, substitutions or modifications can be made by those skilled in the art without departing from the spirit of the present invention.

Claims (7)

1. A BFS algorithm-based geological profile closed region searching and filling method is characterized by comprising the following steps:
inputting the drawn geological section line into a survey data management system, searching a closed region formed by the geological section line by using an improved BFS algorithm, recording closed region information, outputting the closed region according to the recorded closed region information, filling geological material textures into the closed region, and finally outputting a geological section map by the survey data management system;
the process of searching the closed region by using the improved BFS algorithm comprises the following steps: acquiring intersection points formed by geological section lines by using a Bentley-Ottmann algorithm, judging geological material attributes corresponding to the intersection points, constructing an undirected graph by using all the acquired intersection points, expanding an adjacency list data structure of all the intersection points of the undirected graph, searching and outputting a closed region by using a multi-time path searching method, and simultaneously recording closed region information in the searching process in an adjacency list;
the intersection adjacency list has 5 data structures, which are respectively: GEO, COLOR, P, D and M, wherein GEO represents geological materials of the intersection point, COLOR represents the COLOR of the intersection point, P represents a father intersection point of the intersection point, D represents the distance from the intersection point to the source intersection point, and M represents a linked list structure;
the multiple path searching method comprises the following steps: selecting source intersection points in an undirected graph and coloring the source intersection points grey, conducting first search outwards from the source intersection points, coloring all the intersection points searched for the first time grey, conducting second search outwards by taking the intersection points searched for the first time as new source intersection points, coloring all the intersection points searched for the second time grey, wherein the intersection points searched repeatedly are colored black, the intersection points not searched are white, and repeating the above process until all the intersection points are searched, so that a first round of closed area is obtained; sequentially taking the meeting points in a point set consisting of all meeting points in the searching process as new source intersection points for searching to obtain a second round of closed areas; when a new meeting point in the second round of closed region and a meeting point serving as a source intersection point have appeared in the first round of closed region at the same time, the closed region is not output, otherwise, the closed region is output.
2. The BFS algorithm-based geological profile closed area searching and filling method is characterized in that the closed area information recording process is as follows: when the adjacent intersection points searched by the source intersection points are gray, increasing records about the source intersection points in an M data structure of the adjacent intersection points; and simultaneously recording other 4 kinds of data structure information of the adjacent intersection points, wherein the GEO data structure information is consistent with the attribute of the geological material.
3. The BFS algorithm-based geological profile closed area searching and filling method as recited in claim 1, wherein said closed area is composed of a set of intersection points ordered in sequence, wherein the intersection points in the set form a main path by finding source intersection points from parent intersection point backtracking paths, other intersection points in the intersection point chain table structure form other main paths, a plurality of main paths have one same source intersection point, and the source intersection point and the main path together form the closed area.
4. The BFS algorithm-based geological profile enclosed area searching and filling method is characterized in that the enclosed area output process comprises two conditions: when the number of the intersection points of the closed area is odd, the D data structure information of the meeting points in the closed area is the same as the D data structure information of the intersection points in the linked list structure, the meeting points are traced back along respective main paths at the same time, the same source intersection points are found, and the closed area is constructed and output; when the number of the intersection points of the closed area is an even number, the D data structure information value of the meeting point in the closed area is larger than that of the intersection point in the chain table structure, the meeting point returns to the first level after backtracking along the main path, the path is backtracked simultaneously with the intersection point in the chain table structure again, the same source intersection point is found, and the closed area is constructed and output.
5. The BFS algorithm-based geological profile closed region searching and filling method as recited in claim 1, wherein in said geological material texture filling process, the intersection points whose GEO data structure information is not empty are used to obtain the intersection point number of each drilling central line and closed region; when the number of the intersection points is 1, taking the intersection point as R, and respectively taking the farthest intersection point above the central line of the drill hole as T, the farthest intersection point below the central line of the drill hole as B, wherein T is equal to R when the intersection point does not exist above the central line of the drill hole, and B is equal to R when the intersection point does not exist below the central line of the drill hole; when the T point is located in the closed area, taking the R point as a geological material marking point; when the point B is positioned in the closed area, taking the point B as a geological material marking point; when the number of the intersection points is more than 1, taking the intersection point of the central line of the drilling hole and the lowest part of the closed area as a geological material marking point; r, T, B each indicate an intersection number.
6. The BFS algorithm-based geological profile enclosed area searching and filling method as recited in claim 5, wherein said geological material mark point is GqWherein q represents the number of the q-th drilling hole, and q is a positive integer; all geological material mark points in the closed region form a point set Gq};
{GqWhen the GEO attributes in the sealing area are not the same geological material, the sealing area is not filled with the geological material;
{Gqwhen the GEO attributes in the closed area are the same geological material and the GEO attributes of the drilling boundary points in the closed area are not all the geological material, the closed area is not filled with the geological material; and when the GEO attributes of the drilling boundary points in the closed area are all the geological materials, filling corresponding geological material textures into the closed area.
7. The BFS algorithm-based geological profile enclosed area searching and filling method as recited in claim 6, wherein said borehole boundary points represent formation boundary points on the borehole centerline.
CN202011071224.3A 2020-10-09 2020-10-09 Geological profile closed region searching and filling method based on BFS algorithm Active CN112214811B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011071224.3A CN112214811B (en) 2020-10-09 2020-10-09 Geological profile closed region searching and filling method based on BFS algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011071224.3A CN112214811B (en) 2020-10-09 2020-10-09 Geological profile closed region searching and filling method based on BFS algorithm

Publications (2)

Publication Number Publication Date
CN112214811A CN112214811A (en) 2021-01-12
CN112214811B true CN112214811B (en) 2021-12-31

Family

ID=74052859

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011071224.3A Active CN112214811B (en) 2020-10-09 2020-10-09 Geological profile closed region searching and filling method based on BFS algorithm

Country Status (1)

Country Link
CN (1) CN112214811B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114491718B (en) * 2022-01-26 2023-03-24 广西路桥工程集团有限公司 Geological profile multi-segment line optimization method and system for finite element analysis

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4093440B2 (en) * 1999-08-27 2008-06-04 株式会社リコー Method for determining inclusion relationship of closed region and recording medium recording program for executing this method
US8345056B2 (en) * 2008-01-18 2013-01-01 Autodesk, Inc User-directed path-based region filling
CN102411789B (en) * 2011-10-21 2014-07-09 克拉玛依红有软件有限责任公司 Method for searching and filling region by adopting geometric topology
WO2017075255A1 (en) * 2015-10-29 2017-05-04 Shell Oil Company Computer system and method for generating attribute renderings from a seismic data volume
CN106600661B (en) * 2016-12-20 2019-06-07 黄河勘测规划设计研究院有限公司 The method for accurately generating segmental arc geologic section
CN106777391A (en) * 2017-02-21 2017-05-31 河海大学 Geologic section modeling method based on drill hole information and knowledge reasoning technology
CN106934842B (en) * 2017-03-10 2020-10-02 广州视源电子科技股份有限公司 Method and device for identifying closed area
CN106920269A (en) * 2017-03-10 2017-07-04 广州视源电子科技股份有限公司 Graphics processing method and device
CN111710022B (en) * 2020-06-08 2021-03-23 嘉兴学院 Rapid forming slice processing method for avoiding contour intersection

Also Published As

Publication number Publication date
CN112214811A (en) 2021-01-12

Similar Documents

Publication Publication Date Title
CN109147045B (en) Topological partition based three-dimensional automatic modeling method for geology of urban area
US7584086B2 (en) Characterizing connectivity in reservoir models using paths of least resistance
CN104574511B (en) A kind of quick progressive three-dimensional geological modeling method
CN103279986B (en) Three-dimensional horizontal geologic profile figure preparation method and application thereof
WO2016070587A1 (en) Method for looking for oil and gas reservoir on the basis of trap-3d software
CN106600661B (en) The method for accurately generating segmental arc geologic section
CN106484943A (en) A kind of online generation method of the log sheet based on nonlinear fitting control
CN102881039B (en) Based on the tree three-dimensional vector model construction method of laser three-dimensional scanning data
CN106547941A (en) A kind of method that BIM Engineering Exploration Information Systems are built based on revit figure models
CN112214811B (en) Geological profile closed region searching and filling method based on BFS algorithm
CN108986213A (en) A kind of three dimensional contour line method based on stacking technology
CN115757604A (en) GDP (generalized projection) space-time evolution analysis method based on noctilucent image data
CN107492130B (en) Non-continuous equivalent cloud picture generation method based on layer rendering
US9026418B2 (en) Method for determining distinct alternative paths between two object sets in 2-D and 3-D heterogeneous data
CN104504756A (en) Dynamic updating method of ore deposit three dimension geology model
CN112581558B (en) Model construction method and system for intrusion structure in cut geological section
US20150047903A1 (en) Analysis of geological objects
CN116721227A (en) Automatic modeling method for three-dimensional geologic model of complex geologic body
CN106504319B (en) Reservoir Three Dimensional Contrast map generalization method and device between well
CN111966732B (en) Full-intelligent geological mapping method, device, equipment and readable storage medium
CN109359402B (en) Three-dimensional soil layer construction method and device
CN112926150B (en) Continuous drilling layout method applied to geotechnical engineering investigation industry
CN117372643B (en) Method for constructing three-dimensional stratum model layer by layer from top to bottom based on drilling data
CN116612248B (en) Stratum space expansion and modeling method based on mark layer and control point
CN106291706B (en) A kind of earthquake flattening method based on cross-correlation

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20240628

Address after: Room 103-18, Building 8, No. 2 Shuanglong Street, Qinhuai District, Nanjing City, Jiangsu Province, 210022

Patentee after: Nanjing China Construction Eighth Bureau Smart Technology Co.,Ltd.

Country or region after: China

Address before: 210046 Yao Yao Road, 18 Yao Road, Jiangsu, Nanjing

Patentee before: THE THIRD CONSTRUCTION Co.,Ltd. OF CHINA CONSTRUCTION EIGHTH ENGINEERING DIVISION

Country or region before: China

TR01 Transfer of patent right