Home Spatial structure-preserving and conflict-avoiding methods for point settlement selection
Article Open Access

Spatial structure-preserving and conflict-avoiding methods for point settlement selection

  • Gong Xianyong EMAIL logo , Wu Fang EMAIL logo , Liu Chengyi , Xing Ruixing and Du Jiawei
Published/Copyright: October 15, 2022
Become an author with De Gruyter Brill

Abstract

Point settlement selection is one of the critical tasks in map generalization, which should consider spatial distribution, spatial conflict, proximity to objects, and other factors. By analyzing the current research, spatial structure-preserving and conflict-avoiding methods are proposed in this article for point settlement selection. On the one hand, in view of the shortcomings of the Voronoi diagram in measuring settlement density and spatial distribution, a spatial conflict-avoiding strategy is proposed, which utilizes the minimum distance between adjacent settlements to weight the Voronoi diagram area to avoid local conflicts. On the other hand, in order to solve the problem of excessive temporary solidification of adjacent settlements, an adaptive temporary solidification strategy considering local spatial characteristics is proposed, with an improved novel distance-constrained Voronoi diagram model suggested and employed. Comparative experiments and related quantitative analysis on the National Land Survey of Finland Topographic Database confirm that the above methods have good effect. The conflict-avoiding strategy can effectively prioritize map readability and legibility, while the adaptive temporary solidification method can better deal with the boundary effect of settlement groups.

1 Introduction

Map generalization is one of the most important technical means of digital map-making [1,2]. When performing map generalization on small- and medium-scale maps, the selection\elimination operation is one of the most challenging tasks, which has been a research focus for decades [2,3,4]. The selection operation is motivated by the fact that as the map scale decreases, limited by map load, map objects become crowded and spatial conflicts appear, resulting in weakening of map representation, readability, and legibility [2,4,5]. As a result, it is necessary to select representative and typical map objects to represent the originals [1,2].

From the perspective of the spatial information that the algorithm takes into account, the existing point group map generalization algorithms can be divided into two categories [6]: thematic information constraints and topological constraints. In the former, point settlement is selected by the importance of thematic information, but it may lead to the wrong transmission of geometric information [6]. The latter algorithms emphasize keeping the consistency of spatial distribution characteristics before and after map generalization as much as possible, focusing on the global or local spatial distribution of point groups [7], rather than just the importance of individual points, which have become current research hotspots and also difficulties.

First, local spatial distribution and conflict gain less attention in some existing research. Bereuter and Weibel [8] used the hierarchical division of quad-trees to achieve point settlement in real-time generalization. The operations involved, which include selection, simplification, and merging, are the selection of point groups in essence. Raposo et al. [9] utilized scale-dependent rectangular subdivisions to limit the point density in order to select point geometry objects and annotations. Schwartges et al. [10] treated the point selection on the dynamic map as an active range optimization problem and used the mixed integer linear programming method to solve it. Zhang et al. [11] used multiple offsets of the quad-tree grid to vote on the importance of large point symbols, which prioritizes spatial relationships and semantic importance over spatial distribution.

The aforementioned works used regular rectangles or circles as the spatial subdivision units (such as quad-tree approaches) and did not take into account global or local spatial distribution and conflict, which will also be proved in Sections 2.1 and 3.1.

Second, the capability of capturing spatial distribution in existing research is poor and needs to be improved. Voronoi diagrams or Delaunay triangulations are often used to measure the structural characteristics of geometries [12,13]. Structural selection algorithms such as those in refs [6,7] are classic studies of point group selection aimed at maintaining spatial distribution. The selection probability is calculated according to the importance of both point settlement and its Voronoi diagram. For the smallest probability, if it is not temporarily solidified, then mark it as a temporary deletion and temporarily solidify its first-order neighboring point settlements (which means these cannot be deleted in this iteration). The algorithm performs iteratively until the selection quantity is satisfied. Gao et al. [14] formulated different selection ratios for settlement groups with different densities, and their structural selection method is similar to that of refs [6,7]. Li et al. [15] used fixed-distance first-order proximity for solidification at the global level, but it still cannot reflect local characteristics.

In settlement selection, the preservation of spatial structure and the avoidance of spatial conflicts are two basic requirements, which are directly affected by the context and adjacent objects. The selection of neighboring settlements also has a greater impact on the current settlement during the process of point selection. In response to this, Yan and Wang [6] and Ai and Liu [7] employed the “temporary solidification” strategy of adjacent point settlements to preserve the spatial structure before and after. The “temporary solidification” of neighboring points means that when the algorithm determines whether the current point settlement needs to be deleted, it should comprehensively consider the conditions of the neighboring settlements. When the importance of the settlement k meets the conditions for deletion and the neighboring settlement has not been deleted, the settlement k can be marked as deleted. The purpose is to prevent the appearance of local spatial voids by ensuring that settlements are not deleted excessively and continuously in the local space with densely distributed point clusters.

However, in existing research, the most widely used tool to maintain spatial distribution is the Voronoi diagram. Voronoi will lead to the following two problems:

  • Since the Voronoi diagram only considers the division of space and does not quantitatively reflect the distance between objects, existing methods cannot fully and effectively avoid spatial conflict in results. Furthermore, the conflict detection and processing of the above selection result will be time-consuming and even aggravate the spread of generalization uncertainty and map error. Therefore, spatial conflicts must be avoided during the selection process.

  • The “temporary solidification” strategy employing the Voronoi diagram to qualitatively measure the neighbor relationship is also easy to cause excessive temporary solidification [15].

In essence, these two problems are all caused by Voronoi diagrams for qualitative measurement of neighbor relationships.

Hence, this article proposes an improved distance-constrained Voronoi (DCV) diagram model. To overcome the mentioned shortcomings, a novel selection method is proposed to maintain the spatial structure and avoid spatial conflicts.

2 Spatial conflict avoiding

2.1 Problems

The density index is one of the most effective means to reduce spatial conflicts in point group map generalization. Existing studies mostly use the area of the Voronoi diagram to measure the density of points to determine whether to select. However, if only the area of the Voronoi diagram is used, the spatial conflicts cannot be effectively avoided. For example, in Figure 1, the Voronoi diagrams of A and B are much larger than those of C and D. If only determined by the Voronoi diagram, C or D will be deleted first. But the distance between points A and B is less than the distance between points C and D. From the perspective of spatial conflict, it is more appropriate to delete either A or B first. Therefore, the area of the Voronoi diagram cannot be simply used to avoid spatial conflicts. Intuitively speaking, the distance between adjacent points is more suitable.

Figure 1 
                  Voronoi diagram and spatial conflict.
Figure 1

Voronoi diagram and spatial conflict.

2.2 An improved method of avoiding spatial conflicts

In order to more effectively avoid spatial conflict in the selection results, this article considers the conflict distance as a constraint condition. In our improvement, if the shortest distance between the two objects is less than a threshold, d Th, it is determined that the two are spatial conflicts. d Th can be determined according to the minimum visible distance on the map (noted as d v), generally 0.2 or 0.3 mm, or be manually set by the user. Let M be the denominator of the target map scale, then d Th can be calculated as

(1) d Th = d v × M × 10 3 .

Assume that the neighbors of settlement i are N = {N k }. The shortest distance between i and its neighbors is noted as

(2) mlen i = Mini ( Len ( i , N j ) ) , N j N ,

where Len() represents the length function.

The neighbor with the shortest distance from i is noted as p, that is, mlen i = Len(i, p). In this article, if mlen i d Th, then (i, p) is regarded as spatial conflicted. If one is selected, then the other should be deleted. The principle is to delete the settlement with the smallest neighboring shortest distance. That is,

(3) mlen ( i , p ) d Th mlen i mlen p delete ( i ) , mlen i > mlen p delete ( p ) .

The aforementioned principle gives priority to spatial conflict. Deleting the settlement with the shortest neighboring distance can also avoid subsequent possible conflicts to the greatest extent. If settlement importance is available and is prioritized, the deletion works as follows:

(4) imp i imp p delete ( i ) , imp i > imp p delete ( p ) ,

where imp represents the settlement importance.

If mlen i > d Th, the selection index should take into account both the Voronoi diagram and the neighboring shortest distance, which is recorded as VAD (Voronoi Area and Distance). For settlement i, its selection index VAD i is calculated as

(5) VAD i = Area i × mlen i , mlen ( i , p ) > d Th,

where Area i is the area of the Voronoi diagram corresponding. The larger the Area i , the larger its spatial influence area; the larger the mlen i , the greater the absolute distance between settlement i and neighbors, and the smaller the possibility of spatial conflict. Therefore, settlement i is more likely to be selected.

3 Excessive temporary solidification avoiding

3.1 Problems

According to refs [6,7], when a point is determined to be deleted, its first-order neighboring points are all temporarily solidified and are not allowed to be deleted. This will reduce the candidate number in the subsequent process and may result in the remaining points of high importance being mistakenly deleted. This phenomenon is called “excessive temporary solidification” [15].

In fact, some neighboring points at far distances need not be temporarily solidified. The root cause is the use of Voronoi diagrams to qualitatively measure spatial proximity. This drawback is even much worse in spatial conditions such as clusters and the boundary of groups [16].

On the other hand, the existing distance-based spatial proximity measuring methods lack the ability to continuously divide the spatial competition relationship. The buffer zone can determine the proximity relationship by the intersection (Figure 2a), but it cannot accurately determine the natural spatial competition relationship among objects and their domains of influence, that is, it cannot achieve the continuity and non-overlap division of the entire space. Although existing subdivisions, such as grids and hexagons, can perform continuous spatial division (as in Figure 2b), the division unit is generally global and is fixed. There are at least the following problems.

  1. It cannot be guaranteed that each object has a subdivision unit on its own, as in Figure 2b, even if the “window moving” strategy [11] is adopted.

  2. The spatial continuous division pays less attention to the natural spatial competition. The subdivision accuracy is still directly related to the grid size and cannot be natural and continuous.

Figure 2 
                  Different spatial divisions. (a) Buffer zone; (b) grid; and (c) DCV.
Figure 2

Different spatial divisions. (a) Buffer zone; (b) grid; and (c) DCV.

That is to say, the distance-based methods cannot overcome the shortcomings of the Voronoi diagram. Hence, we improve and design a DCV diagram model.

3.2 DCV diagram

Utilizing Voronoi diagrams to measure the proximity relationship has obvious shortcomings in point settlement selection [17], and the distance method cannot make up for its shortcomings. Basaraner used the intersection of the Voronoi zone and the buffer of buildings in a cluster as a generalization zone in displacement operations [18]. To this end, this article combines both the advantages of spatial division (such as Voronoi) and distance measurement and proposes a novel DCV diagram model, which is used to improve the spatial proximity measurement in settlement selection.

Actually, a good spatial division should satisfy two aspects: (1) determining a division principle and (2) constraining the spatial region by a certain distance measurement. Hence, we use the Voronoi diagram to achieve spatial division and employ the distance to constrain the Voronoi polygon to the specified spatial region. The proposed DCV diagram is the intersection of the original Voronoi and the distance-constrained region (such as a buffer analysis). The method is discussed subsequently in detail.

Take the point in Figure 2c as an example. Its ordinary Voronoi polygon is the polygon composed of six edges, A, B, C, D, E, and F. If we want to constrain the Voronoi polygon within a certain distance, we calculate its intersection with the distance-constrained buffer circle. The resulting shaded part, as in Figure 2c, is the expected DCV result.

Observing the Voronoi polygon and the distance-constrained buffer circle region, we can find that the edges of the Voronoi polygon can be divided into three categories.

  1. For the edges located inside the distance constraint circle buffer region, such as edge A, they have remained completely in DCV.

  2. For the edges that are intersected with the buffer, such as edges B, C, and F, the parts located inside are retained in DCV, and the other parts are replaced by the corresponding part of the buffer.

  3. For the edges outside the buffer, such as edges D and E, they are replaced by the corresponding part of the buffer.

The DCV not only achieves the continuous division of space but also realizes the quantitative proximity measure using distance constraints. Hence, the DCV is more scientific and reasonable in measuring neighboring relationships in the challenge cases of clustered settlement groups and their boundaries. Therefore, the DCV contributes to the selection map generalization operation in spatial distribution characteristics preserving.

3.3 Adaptive temporary solidification strategy to preserve spatial structure

The existing literature [6,7] temporarily solidifies all the first-order neighbors, failing to consider the local spatial characteristics. In fact, the local spatial characteristics around each object are usually different due to spatial heterogeneity [16].

In this section, an adaptive temporary solidification strategy is proposed. Aiming to avoid the phenomenon of excessive temporary solidification, the distance threshold is dynamically calculated and adapted to the local spatial characteristics.

For the Delaunay triangulation G of the point settlements, note the nodes as V = {v i ,0 ≤ iN v }, note the edges as E = {e i , 0 ≤ iN e }, and note the length of edge e i as L i . Then the length average of E can be calculated as:

(6) G Mean ( G ) = 1 Ne i = 0 Ne L i .

The length standard deviation of E is

(7) G Dev ( G ) = i = 0 Ne [ L i G Mean ( G ) ] 2 Ne 1 .

For node v i , according to the Voronoi-K nearest neighbor model method in ref. [19], query all its neighboring edges of K-order to form a set NE K ( v i ) = { e i } . And note the number of the set as n = NE K ( v i ) , that is, the number of neighboring edges. Thus, the local length average of the K-order local neighborhood of node v i is calculated as follows:

(8) L Mean K ( v i ) = 1 n k = 0 n L k ,

where L k is the length of e k NE K ( v i ) .

Therefore, for the point settlement i, in the temporary solidification stage by DCV, the local threshold r Th is dynamically calculated as follows:

(9) r Th ( v i ) = G Mean ( G ) + α × G Mean ( G ) L Mean K ( v i ) × G Dev ( G ) .

In formula (9), α is the harmonic coefficient, which is set to 1 by default. The larger the α, the larger the r Th, and the larger the temporary solidification region. It can be seen that the local threshold r Th of each settlement i is jointly determined by the global factor and the local K-order neighbors.

Taking the point settlements in Figure 3 as an example, the ordinary Voronoi diagram is shown in Figure 3a. In Figure 3b, the DCV is constrained by the global length mean of the Delaunay triangulation, which is globally calculated and fixed according to ref. [15]. In Figure 3c, the DCV is constrained by r Th, which is adaptively and dynamically calculated as above. By comparison, it can be found that:

  1. For a settlement that is far away, the proximity determined by the ordinary Voronoi diagram is considered to be spatially adjacent. However, it is obviously unreasonable, which is also against the first law of geography. More details are discussed in ref. [17]. Furthermore, the influence of the settlement at the boundary of the group may be erroneously amplified; that is, the boundary effect of the group cannot be handled well.

  2. For the DCV diagram, the distance is critical. If it is manually set as a fixed threshold, then it requires prior knowledge, which is generally difficult to obtain. The DCV in Figure 3b considers the global scope, and all the influence domains are the same, which cannot reflect spatial heterogeneity. The adaptive DCV in Figure 3c can reflect both the global and local characteristics of each settlement, which is more advantageous.

Figure 3 
                  Different Voronoi diagram. (a) Ordinary Voronoi diagram, (b) global DCV, and (c) adaptive DCV.
Figure 3

Different Voronoi diagram. (a) Ordinary Voronoi diagram, (b) global DCV, and (c) adaptive DCV.

However, for some isolated settlements, their DCVs may be the buffers of the same size. Their selection criteria are not distinguishable enough. Hence, in the selection operation, the VAD in Section 2 is used as the selection criterion, and the DCV in Section 3 is used to conduct the temporary solidification.

Since the geometrical type of settlement in this article is the point, the computing complexity of the Voronoi diagram and buffer circle is greater than that of the distance between points. Therefore, a simplified version of DCV is adopted. The basic idea is as follows: if the Voronoi diagrams of two points are adjacent, they are treated as candidate neighbors; furthermore, if the distance between them is less than r Th, they are determined as true neighbors, and the temporary solidification will work only in this situation.

At this time, a temporary solidification strategy works as follows: for the settlement i that is marked as deletion, if the distance between i and its true neighbor j is less than r Th, then settlement j is temporarily solidified and cannot be deleted in this iteration.

4 Schematic process of the overall selection methodology

With the aforementioned methods, the existing algorithms are improved in two aspects, namely conflict-avoiding and structure-preserving. The schematic process of the overall selection methodology is shown in Figure 4. The proposed approach for point settlement selection can be achieved by the following steps.

Figure 4 
               The schematic process of the overall selection methodology.
Figure 4

The schematic process of the overall selection methodology.

Step 1: Input the point settlement dataset. Calculate the deletion quantity, Ndel.

Step 2: Create Delaunay and Voronoi for the input points. The former is for finding neighbors, and the latter is for calculating the importance. Initialize the variable n = 0, which means that n point settlements have been marked as deletion.

Step 3: Calculate the importance set {VAD i } according to formula (5), where i means the ith point settlement. Sort {VAD i } in ascending order.

Step 4: For every point i, if it is not marked as temporary solidification, then find the neighbor set {N k }.

Step 5: Find the neighbor point p in {N k } with minimum distance to point i.

Step 5.1: If mlen(i, p) > d Th, then mark point i as a deletion. If mlen(i, p) < d Th, then (i, p) is regarded as spatial conflicted. Compare the importance of VAD i of point i and VAD p of point p. If VAD i < VAD p , then mark point i as a deletion; else mark point p as a deletion. Let n ++. If n > Ndel, go to Step 7.

Step 5.2: If mlen(i, p) < r Th, temporary solidification should be employed. If point i is marked as deletion, then mark point p as temporary solidification. Otherwise, if point p is marked as deletion, then mark point i as temporary solidification.

Step 6: Delete all the points marked as deletion. Update Ndel = Ndel-n. Go to Step 2.

Step 7: Delete all the points marked as deletion. The remaining points are the result.

5 Experiments and discussion

5.1 Spatial conflict-avoiding experiments

Two experiments were conducted to verify the effectiveness. In Experiment 1, although spatial conflicts occur, the selection number can still meet the quantity determined by the Radical Law after the spatial conflicts are removed. In Experiment 2, because of the spatial conflict, the selection number does not meet the selection quantity determined by the Radical Law. The purpose of the latter is to confirm that our method gives more attention to guaranteeing the map quality and readability than mechanically maintaining selection quantity. All the results are rendered in quantum geographical information system. The data are from the National Land Survey of Finland Topographic Database, which are freely available at https://www.maanmittauslaitos.fi/en/e-services/open-data-file-download-service.

In the first experiment, point settlements on a scale of 1:250,000 are tested. The dataset contains 421 point settlements, such as both solid and hollow ones in Figure 5a. Limited to page size, they are not displayed at the real map scale. In order to verify the superiority of our method in spatial conflict-avoiding, comparative experiments were conducted with the method in refs [6,7]. The target map scale is 1:500,000. The selection number is about 295, which was calculated according to the Radical Law [20,21]. Assuming that the minimum visible distance on the map is 0.2 mm, the corresponding field distance is 100 m, so the parameter d Th = 100 m.

Figure 5 
                  Comparison of the spatial conflict-avoiding selection results between (a) the existing research and (b) our method.
Figure 5

Comparison of the spatial conflict-avoiding selection results between (a) the existing research and (b) our method.

Using the method of refs [6,7], the selection result has 295 settlements, as the solid points shown in Figure 5a, where the hollow points represent the unselected ones. It can be seen that some unreasonable phenomena, such as symbol clutter, exist in the selection result, as boxes A and B in Figure 5a.

In our method, the original dataset is first scaled to the target scale to detect spatial conflicts. The conflict results are shown in Figure 6a, where the solid points connected by lines represent the conflicted settlement pairs. Using the method in Section 2 to solve the spatial conflict, 39 settlements are deleted. Using our proposed method, there are also 295 settlements selected, as shown in Figure 5b. Compared with Figure 5a, the spatial conflicts are basically resolved in Figure 5b.

Limited to page size, only the result in box A in Figure 5a is enlarged for further analysis, as shown in Figure 6b–d. Figure 6b shows the spatial conflicts, where the settlement pairs connected by lines indicate that the distance is less than 100 m. Figure 6c is the selection result of the existing method, and it can be seen that some settlements with spatial conflicts are unreasonably selected, as the details shown in boxes A and B in Figure 6c. Figure 6d shows the selection results by our method, where the spatial conflicts are basically removed. It should be noted that Figure 6c and d is the collaborative generalization results of spatial conflict-avoiding, structural, and geometrical selection algorithms, instead of only considering the spatial conflict-avoiding. Therefore, the conflicted settlement pairs are both deleted in some cases.

Figure 6 
                  Spatial conflicts and the selection results, including (a) the spatial conflicts, (b) the enlarged view, (c) the selection result of the existing research, and (d) the selection result of our method.
Figure 6

Spatial conflicts and the selection results, including (a) the spatial conflicts, (b) the enlarged view, (c) the selection result of the existing research, and (d) the selection result of our method.

In the second experiment, the map scale is 1:500,000. The dataset contains 238 point settlements. The target map scale is 1:1,000,000. The selection number is about 167, according to the Radical Law. Assuming that the minimum visible distance on the map is 0.2 mm, the corresponding field distance is 200 m, so the parameter d Th = 200 m.

About 168 settlements are selected by the method of refs [6,7], as shown by the solid points in Figure 7a. It is obvious that some unreasonable phenomena, such as symbol clutter, exist, as shown by the boxes in Figure 7a. Using our proposed method, 146 settlements are selected, as shown in Figure 7b. It is obvious that the unreasonable symbol clutter in Figure 7a is removed in Figure 7b. Compared with Figure 7a, extra 22 settlements are deleted due to the spatial conflict, which means we give more priority to quality rather than quantity.

Figure 7 
                  Comparison of selection results between (a) the existing research and (b) our method, where (c–f) are the enlarged views.
Figure 7

Comparison of selection results between (a) the existing research and (b) our method, where (c–f) are the enlarged views.

Due to page limitations, only the results in boxes A and B in Figure 7a are enlarged for comparative analysis, as shown in Figure 7c–f. It can be seen from the enlarged views that the spatial conflicts in the existing method are all resolved.

5.2 Excessive temporary solidification-avoiding experiments

In order to verify the effectiveness of the DCV in avoiding excessive temporary solidification, experimental point settlements at a scale of 1:25,000 are tested. The dataset contains 347 point settlements with heterogenetic spatial density and obvious clusters. Hence, the excessive temporary solidification avoiding strategy using DCV is employed. The target map scale is 1:50,000. The selection number is about 243, calculated according to the Radical Law. Using the method of refs [6,7], the selection result has 243 settlements as shown in Figure 8a. Figure 8b shows the result of our proposed method, which has 242 settlements.

Figure 8 
                  Comparison of the excessive temporary solidification selection results between (a) the existing research and (b) our adaptive DCV method.
Figure 8

Comparison of the excessive temporary solidification selection results between (a) the existing research and (b) our adaptive DCV method.

Since the algorithm is an iterative process, in order to better observe the effectiveness of avoiding excessive temporary solidification avoiding method, the first iteration of both methods is selected and shown in Figure 9a and b, respectively. In both methods, 92 point settlements are deleted. In Figure 9a, the settlement pairs connected by the same arrow are regarded as neighbors based on the ordinary Voronoi diagram. According to refs [6,7], they cannot be simultaneously deleted. However, from the perspective of human spatial cognition, these marked pairs obviously belong to different groups, respectively, and therefore should not be temporarily solidified by each other. That is to say, the spatial proximity relationship obtained by the ordinary Voronoi diagram brings unreasonable, excessive temporary solidification. Compared with Figure 9a, the settlement pairs connected by the same arrow in Figure 9b are not regarded as neighbors by DCV because they do not share common edges, so they will not affect each other. This confirms the fact that the adaptive DCV pays more attention to the local spatial characteristics and can avoid unreasonable, excessive temporary solidification phenomena.

Figure 9 
                  The first iteration selection results of (a) ordinary Voronoi diagram and (b) adaptive DCV.
Figure 9

The first iteration selection results of (a) ordinary Voronoi diagram and (b) adaptive DCV.

5.3 Experiment of the Overall Selection Methodology

Next, the experiment is carried out on the whole scope of Finland to verify the overall proposed selection methodology. The source map scale is 1:2,000,000, and the target map scales are 1:4,500,000 and 1:8,000,000. The original data contain 454 point settlements. According to the classic Radical Law, the corresponding selection numbers of the two target scales are calculated to be about 299 and 226, respectively. The d Th of the two target scales are 900 and 1,600 m, respectively. According to the algorithm in this article, the corresponding results are shown in Figure 10. Limited to page space, only part of the map result is displayed. The analysis is as follows.

  1. The shortest distances between points on the two target maps are 3812.10 and 7728.19 m, respectively, which are both greater than the minimum visible distance on the map at the target scales. It proves that the proposed method can effectively solve the spatial conflict.

  2. According to the current results, the spatial structure characteristics such as spatial density have been basically maintained. The settlements in dense regions of the source map have not been continuously deleted. The relative density contrasts between different regions are still well remained. There is no unreasonable phenomenon that spatial density or structure suffers a dramatic sharp change. This also reflects the effectiveness and advantage of this article in maintaining the spatial structure.

  3. The present experiment is only to verify the effectiveness of this article in conflict-avoiding and spatial structure-preserving. So the two results only consider the settlements. We display the selection results using OpenStreetMap as the base map for visual evaluation. In practical application, it is necessary to comprehensively consider the mutual influence of other objects, such as road networks, the object grade, map use, different cartographic specifications, and data characteristics. The collaborative map generalization has a very larger research scope and depends highly on many other technologies, which go beyond the focus of this article. So the above figures are not the final results of the published map products. Figure 10 is also not displayed at the real map scale but limited to page space.

  4. The selection quantity here is calculated only using the original classic Radical Law. In practical application, it needs to be modified according to the amount of map information load so as to meet the unification of map legibility and map readability and interpretation. Hence, the selection quantity may be more or less.

Figure 10 
                  Selection results at different map scales. (a) The source map at the scale of 1:2,000,000, (b) the target map at the scale of 1:4,500,000, and (c) the target map at the scale of 1:8,000,000.
Figure 10

Selection results at different map scales. (a) The source map at the scale of 1:2,000,000, (b) the target map at the scale of 1:4,500,000, and (c) the target map at the scale of 1:8,000,000.

6 Conclusions

Spatial structure-preserving and conflict-avoiding are important and hot topics in a settlement selection operation. Aiming at the existing shortcomings, this article improves the research and makes contributions in the following aspects:

  1. Spatial conflict avoiding. Existing methods mostly focus on structural selection and pay less attention to spatial conflicts. This article improves the existing structural selection method. On the basis of maintaining the spatial characteristics, it fully considers the avoidance of spatial conflicts at the local level, which can ensure the good readability and legibility of the selection result as well as the density distribution. The comparative analysis of multiple experiments shows that the method in this article can realize settlement selection under the premise of ensuring good map readability. When the selection number is against the spatial conflict, the selection quality (i.e., there is no spatial conflict) is given more priority than quantity.

  2. Spatial distribution characteristics are preserved. A DCV diagram model is proposed, which avoids the excessive temporary solidification caused by the existing qualitative acquisition method of neighboring relationships. The proposed DCV could well reflect the clustering and grouping characteristics. Experiments show that this strategy can avoid the pseudo-neighborhood of settlements at group boundaries, thereby avoiding unreasonable selection caused by excessive mechanical dependence on the ordinary Voronoi diagram.

Collaborative map generalization can be divided into three levels: multi-object collaboration, multi-operation collaboration, and multi-algorithm collaboration. Multi-object collaborative map generalization includes both the same and different types of geographic object collaboration. This article contributes to the former. This article analyzes the influence of neighboring objects to achieve spatial structure-preserving and conflict-avoiding. It is still necessary to further study the influence of other types of neighboring objects (such as rivers and roads) to promote the collaborative map generalization of multiple-type objects.

Acknowledgments

The authors would like to thank the editors and anonymous reviewers for their helpful and constructive comments that greatly contributed to improving the manuscript.

  1. Funding information: This work was supported by the National Natural Science Foundation of China under Grant (Nos. 41801396 and 41471386) and the Excellent Youth Foundation of He’nan Scientific Committee (No. 212300410014).

  2. Conflicts of interest: The authors declare no conflict of interest.

  3. Data availability statement: Some or all data, models, or codes generated or used during the study are freely available from the corresponding author by request. The data are from the National Land Survey of Finland Topographic Database 05/2017, which are freely available at https://www.maanmittauslaitos.fi/en/e-services/open-data-file-download-service.

References

[1] Mackaness WA, Ruas A, Sarjakoski LT, editors. Generalisation of geographic information: Cartographic modelling and applications. Amsterdam: Elsevier; 2007.Search in Google Scholar

[2] Wu F, Gong X, Du J. Overview of the research progress in automated map generalization. Acta Geod Cartograp Sin. 2017;46(10):1645–64.Search in Google Scholar

[3] Sen A, Gokgoz T, Sester M. Model generalization of two different drainage patterns by self-organizing maps. Cartograp Geog Inf Sci. 2014;41(2):151–65.10.1080/15230406.2013.877231Search in Google Scholar

[4] Gong X. Research on settlement generalization methods considering spatial pattern and road networks. PhD thesis. Zhengzhou, China: Information Engineering University; 2017.Search in Google Scholar

[5] Gong X, Wu F, Li J, Du J. An extended morphing approach for linear feature displacement. J Geomat Sci Technol. 2018;35(3):291–7.Search in Google Scholar

[6] Yan H, Wang J. A generic algorithm for point cluster generalization based on Voronoi diagrams. J Image Graph. 2005;10(5):633–6.Search in Google Scholar

[7] Ai T, Liu Y. A method of point cluster simplification with spatial distribution properties preserved. Acta Geod Cartograp Sin. 2002;31(2):175–81.Search in Google Scholar

[8] Bereuter P, Weibel R. Real-time generalization of point data in mobile and web mapping using quadtrees. Cartograp Geog Inf Sci. 2013;40(4):1–11.10.1080/15230406.2013.779779Search in Google Scholar

[9] Raposo P, Brewer CA, Stanislawski LV. Label and attribute-based topographic point thinning. 16th ICA Workshop on Generalisation and Multiple Representation, Dresden, Germany; August, 2013. p. 23–4.Search in Google Scholar

[10] Schwartges N, Allerkamp D, Haunert JH, Wolff A. Optimizing active ranges for point selection in dynamic maps. 16th ICA Workshop on Generalisation and Multiple Representation, Dresden, Germany; August, 2013. p. 23–4.Search in Google Scholar

[11] Zhang X, Wang S, Wang Y. Clutter-free visualization of large point symbols at multiple scales by offset quadtrees. Acta Geod Cartograph Sin. 2016;45(8):983–91.Search in Google Scholar

[12] Du J, Wu F, Li J. Line simplification method based on multi-bends groups division. J Comput Des Comput Graph. 2017;29(9):1705–12.10.3724/SP.J.1089.2017.16609Search in Google Scholar

[13] Xing R, Wu F, Li J, Gong X. A fast algorithm of contour generation considering ambiguity. J Comput-Aided Design Comput Graph. 2017;29(9):1705–12.Search in Google Scholar

[14] Gao K, Yang M, Zhang Y. A method of automatic selection of hash-style habitation with spatial distribution characteristics preserved. J Geomat Sci Technol. 2015;32(6):626–30.Search in Google Scholar

[15] Li S, Zhang L, Wen L, Jia S. An improved algorithm of point cluster selection based on Voronoi diagrams and its application in aids to navigation selection. Hydrograph Surv Charting. 2015;35(6):50–4.Search in Google Scholar

[16] Shi Y, Liu Q, Deng M, Lin X. A hybrid spatial clustering method based on graph theory and spatial density. Geomat Inf Sci Wuhan Univ. 2012;37(11):1276–80.Search in Google Scholar

[17] Sang ETK. Voronoi diagrams without bounding boxes. Proceedings of the Joint International Geoinformation Conference 2015, Kuala Lumpur, Malaysia; 2015. II-2/W2:p. 235–9.10.5194/isprsannals-II-2-W2-235-2015Search in Google Scholar

[18] Basaraner M. A zone-based iterative building displacement method through the collective use of Voronoi Tessellation, spatial analysis and multicriteria decision making. Bull Geod Sci. 2011;17(2):161–87.10.1590/S1982-21702011000200001Search in Google Scholar

[19] Gong X. Research on typical map pattern recognition in Urban building groups. Master thesis. Zhengzhou, China: Information Engineering University; 2014.Search in Google Scholar

[20] Gong X, Cui X, Xing R, Liu C. A novel interpolation square root model for multi-scale spatial database. IOP Conf Series Earth and Environ Sci. 2019;310:022042. 10.1088/1755-1315/310/2/022042.Search in Google Scholar

[21] Töpfer F, Pillewizer W. The principles of selection. Cartogr J. 1966;3:10–6.10.1179/caj.1966.3.1.10Search in Google Scholar

Received: 2021-08-06
Revised: 2022-01-03
Accepted: 2022-09-20
Published Online: 2022-10-15

© 2022 Gong Xianyong et al., published by De Gruyter

This work is licensed under the Creative Commons Attribution 4.0 International License.

Articles in the same Issue

  1. Regular Articles
  2. Study on observation system of seismic forward prospecting in tunnel: A case on tailrace tunnel of Wudongde hydropower station
  3. The behaviour of stress variation in sandy soil
  4. Research on the current situation of rural tourism in southern Fujian in China after the COVID-19 epidemic
  5. Late Triassic–Early Jurassic paleogeomorphic characteristics and hydrocarbon potential of the Ordos Basin, China, a case of study of the Jiyuan area
  6. Application of X-ray fluorescence mapping in turbiditic sandstones, Huai Bo Khong Formation of Nam Pat Group, Thailand
  7. Fractal expression of soil particle-size distribution at the basin scale
  8. Study on the changes in vegetation structural coverage and its response mechanism to hydrology
  9. Spatial distribution analysis of seismic activity based on GMI, LMI, and LISA in China
  10. Rock mass structural surface trace extraction based on transfer learning
  11. Hydrochemical characteristics and D–O–Sr isotopes of groundwater and surface water in the northern Longzi county of southern Tibet (southwestern China)
  12. Insights into origins of the natural gas in the Lower Paleozoic of Ordos basin, China
  13. Research on comprehensive benefits and reasonable selection of marine resources development types
  14. Embedded deformation of the rubble-mound foundation of gravity-type quay walls and influence factors
  15. Activation of Ad Damm shear zone, western Saudi Arabian margin, and its relation to the Red Sea rift system
  16. A mathematical conjecture associates Martian TARs with sand ripples
  17. Study on spatio-temporal characteristics of earthquakes in southwest China based on z-value
  18. Sedimentary facies characterization of forced regression in the Pearl River Mouth basin
  19. High-precision remote sensing mapping of aeolian sand landforms based on deep learning algorithms
  20. Experimental study on reservoir characteristics and oil-bearing properties of Chang 7 lacustrine oil shale in Yan’an area, China
  21. Estimating the volume of the 1978 Rissa quick clay landslide in Central Norway using historical aerial imagery
  22. Spatial accessibility between commercial and ecological spaces: A case study in Beijing, China
  23. Curve number estimation using rainfall and runoff data from five catchments in Sudan
  24. Urban green service equity in Xiamen based on network analysis and concentration degree of resources
  25. Spatio-temporal analysis of East Asian seismic zones based on multifractal theory
  26. Delineation of structural lineaments of Southeast Nigeria using high resolution aeromagnetic data
  27. 3D marine controlled-source electromagnetic modeling using an edge-based finite element method with a block Krylov iterative solver
  28. A comprehensive evaluation method for topographic correction model of remote sensing image based on entropy weight method
  29. Quantitative discrimination of the influences of climate change and human activity on rocky desertification based on a novel feature space model
  30. Assessment of climatic conditions for tourism in Xinjiang, China
  31. Attractiveness index of national marine parks: A study on national marine parks in coastal areas of East China Sea
  32. Effect of brackish water irrigation on the movement of water and salt in salinized soil
  33. Mapping paddy rice and rice phenology with Sentinel-1 SAR time series using a unified dynamic programming framework
  34. Analyzing the characteristics of land use distribution in typical village transects at Chinese Loess Plateau based on topographical factors
  35. Management status and policy direction of submerged marine debris for improvement of port environment in Korea
  36. Influence of Three Gorges Dam on earthquakes based on GRACE gravity field
  37. Comparative study of estimating the Curie point depth and heat flow using potential magnetic data
  38. The spatial prediction and optimization of production-living-ecological space based on Markov–PLUS model: A case study of Yunnan Province
  39. Major, trace and platinum-group element geochemistry of harzburgites and chromitites from Fuchuan, China, and its geological significance
  40. Vertical distribution of STN and STP in watershed of loess hilly region
  41. Hyperspectral denoising based on the principal component low-rank tensor decomposition
  42. Evaluation of fractures using conventional and FMI logs, and 3D seismic interpretation in continental tight sandstone reservoir
  43. U–Pb zircon dating of the Paleoproterozoic khondalite series in the northeastern Helanshan region and its geological significance
  44. Quantitatively determine the dominant driving factors of the spatial-temporal changes of vegetation-impacts of global change and human activity
  45. Can cultural tourism resources become a development feature helping rural areas to revitalize the local economy under the epidemic? An exploration of the perspective of attractiveness, satisfaction, and willingness by the revisit of Hakka cultural tourism
  46. A 3D empirical model of standard compaction curve for Thailand shales: Porosity in function of burial depth and geological time
  47. Attribution identification of terrestrial ecosystem evolution in the Yellow River Basin
  48. An intelligent approach for reservoir quality evaluation in tight sandstone reservoir using gradient boosting decision tree algorithm
  49. Detection of sub-surface fractures based on filtering, modeling, and interpreting aeromagnetic data in the Deng Deng – Garga Sarali area, Eastern Cameroon
  50. Influence of heterogeneity on fluid property variations in carbonate reservoirs with multistage hydrocarbon accumulation: A case study of the Khasib formation, Cretaceous, AB oilfield, southern Iraq
  51. Designing teaching materials with disaster maps and evaluating its effectiveness for primary students
  52. Assessment of the bender element sensors to measure seismic wave velocity of soils in the physical model
  53. Appropriated protection time and region for Qinghai–Tibet Plateau grassland
  54. Identification of high-temperature targets in remote sensing based on correspondence analysis
  55. Influence of differential diagenesis on pore evolution of the sandy conglomerate reservoir in different structural units: A case study of the Upper Permian Wutonggou Formation in eastern Junggar Basin, NW China
  56. Planting in ecologically solidified soil and its use
  57. National and regional-scale landslide indicators and indexes: Applications in Italy
  58. Occurrence of yttrium in the Zhijin phosphorus deposit in Guizhou Province, China
  59. The response of Chudao’s beach to typhoon “Lekima” (No. 1909)
  60. Soil wind erosion resistance analysis for soft rock and sand compound soil: A case study for the Mu Us Sandy Land, China
  61. Investigation into the pore structures and CH4 adsorption capacities of clay minerals in coal reservoirs in the Yangquan Mining District, North China
  62. Overview of eco-environmental impact of Xiaolangdi Water Conservancy Hub on the Yellow River
  63. Response of extreme precipitation to climatic warming in the Weihe river basin, China and its mechanism
  64. Analysis of land use change on urban landscape patterns in Northwest China: A case study of Xi’an city
  65. Optimization of interpolation parameters based on statistical experiment
  66. Late Cretaceous adakitic intrusive rocks in the Laimailang area, Gangdese batholith: Implications for the Neo-Tethyan Ocean subduction
  67. Tectonic evolution of the Eocene–Oligocene Lushi Basin in the eastern Qinling belt, Central China: Insights from paleomagnetic constraints
  68. Geographic and cartographic inconsistency factors among different cropland classification datasets: A field validation case in Cambodia
  69. Distribution of large- and medium-scale loess landslides induced by the Haiyuan Earthquake in 1920 based on field investigation and interpretation of satellite images
  70. Numerical simulation of impact and entrainment behaviors of debris flow by using SPH–DEM–FEM coupling method
  71. Study on the evaluation method and application of logging irreducible water saturation in tight sandstone reservoirs
  72. Geochemical characteristics and genesis of natural gas in the Upper Triassic Xujiahe Formation in the Sichuan Basin
  73. Wehrlite xenoliths and petrogenetic implications, Hosséré Do Guessa volcano, Adamawa plateau, Cameroon
  74. Changes in landscape pattern and ecological service value as land use evolves in the Manas River Basin
  75. Spatial structure-preserving and conflict-avoiding methods for point settlement selection
  76. Fission characteristics of heavy metal intrusion into rocks based on hydrolysis
  77. Sequence stratigraphic filling model of the Cretaceous in the western Tabei Uplift, Tarim Basin, NW China
  78. Fractal analysis of structural characteristics and prospecting of the Luanchuan polymetallic mining district, China
  79. Spatial and temporal variations of vegetation coverage and their driving factors following gully control and land consolidation in Loess Plateau, China
  80. Assessing the tourist potential of cultural–historical spatial units of Serbia using comparative application of AHP and mathematical method
  81. Urban black and odorous water body mapping from Gaofen-2 images
  82. Geochronology and geochemistry of Early Cretaceous granitic plutons in northern Great Xing’an Range, NE China, and implications for geodynamic setting
  83. Spatial planning concept for flood prevention in the Kedurus River watershed
  84. Geophysical exploration and geological appraisal of the Siah Diq porphyry Cu–Au prospect: A recent discovery in the Chagai volcano magmatic arc, SW Pakistan
  85. Possibility of using the DInSAR method in the development of vertical crustal movements with Sentinel-1 data
  86. Using modified inverse distance weight and principal component analysis for spatial interpolation of foundation settlement based on geodetic observations
  87. Geochemical properties and heavy metal contents of carbonaceous rocks in the Pliocene siliciclastic rock sequence from southeastern Denizli-Turkey
  88. Study on water regime assessment and prediction of stream flow based on an improved RVA
  89. A new method to explore the abnormal space of urban hidden dangers under epidemic outbreak and its prevention and control: A case study of Jinan City
  90. Milankovitch cycles and the astronomical time scale of the Zhujiang Formation in the Baiyun Sag, Pearl River Mouth Basin, China
  91. Shear strength and meso-pore characteristic of saturated compacted loess
  92. Key point extraction method for spatial objects in high-resolution remote sensing images based on multi-hot cross-entropy loss
  93. Identifying driving factors of the runoff coefficient based on the geographic detector model in the upper reaches of Huaihe River Basin
  94. Study on rainfall early warning model for Xiangmi Lake slope based on unsaturated soil mechanics
  95. Extraction of mineralized indicator minerals using ensemble learning model optimized by SSA based on hyperspectral image
  96. Lithofacies discrimination using seismic anisotropic attributes from logging data in Muglad Basin, South Sudan
  97. Three-dimensional modeling of loose layers based on stratum development law
  98. Occurrence, sources, and potential risk of polycyclic aromatic hydrocarbons in southern Xinjiang, China
  99. Attribution analysis of different driving forces on vegetation and streamflow variation in the Jialing River Basin, China
  100. Slope characteristics of urban construction land and its correlation with ground slope in China
  101. Limitations of the Yang’s breaking wave force formula and its improvement under a wider range of breaker conditions
  102. The spatial-temporal pattern evolution and influencing factors of county-scale tourism efficiency in Xinjiang, China
  103. Evaluation and analysis of observed soil temperature data over Northwest China
  104. Agriculture and aquaculture land-use change prediction in five central coastal provinces of Vietnam using ANN, SVR, and SARIMA models
  105. Leaf color attributes of urban colored-leaf plants
  106. Application of statistical and machine learning techniques for landslide susceptibility mapping in the Himalayan road corridors
  107. Sediment provenance in the Northern South China Sea since the Late Miocene
  108. Drones applications for smart cities: Monitoring palm trees and street lights
  109. Double rupture event in the Tianshan Mountains: A case study of the 2021 Mw 5.3 Baicheng earthquake, NW China
  110. Review Article
  111. Mobile phone indoor scene features recognition localization method based on semantic constraint of building map location anchor
  112. Technical Note
  113. Experimental analysis on creep mechanics of unsaturated soil based on empirical model
  114. Rapid Communications
  115. A protocol for canopy cover monitoring on forest restoration projects using low-cost drones
  116. Landscape tree species recognition using RedEdge-MX: Suitability analysis of two different texture extraction forms under MLC and RF supervision
  117. Special Issue: Geoethics 2022 - Part I
  118. Geomorphological and hydrological heritage of Mt. Stara Planina in SE Serbia: From river protection initiative to potential geotouristic destination
  119. Geotourism and geoethics as support for rural development in the Knjaževac municipality, Serbia
  120. Modeling spa destination choice for leveraging hydrogeothermal potentials in Serbia
Downloaded on 27.9.2025 from https://www.degruyterbrill.com/document/doi/10.1515/geo-2022-0413/html?lang=en
Scroll to top button