Abstract
Various means of extracting road boundary from mobile laser scanning data based on vehicle trajectories have been investigated. Independent of positioning and navigation data, this study estimated the scanner ground track from the spatial distribution of the point cloud as an indicator of road location. We defined a typical edge block consisting of multiple continuous upward fluctuating points by abrupt changes in elevation, upward slope, and road horizontal slope. Subsequently, such edge blocks were searched for on both sides of the estimated track. A pseudo-mileage spacing map was constructed to reflect the variation in spacing between the track and edge blocks over distance, within which road boundary points were detected using a simple linear tracking model. Experimental results demonstrate that the ground trajectory of the extracted scanner forms a smooth and continuous string just on the road; this can serve as the basis for defining edge block and road boundary tracking algorithms. The defined edge block has been experimentally verified as highly accurate and strongly noise resistant, while the boundary tracking algorithm is simple, fast, and independent of the road boundary model used. The correct detection rate of the road boundary in two experimental data is more than 99.2%.
1 Introduction and related works
Mobile laser scanning (MLS) is an advancing technology acquiring high-density object data more efficiently within detectable distances from moving platforms [1,2,3,4,5]. MLS has been widely applied in numerous fields including urban planning and management [6,7], intelligent transportation [8,9,10,11], and highways [12,13]. Extracting road boundary from MLS data is challenging for complex scene environments [4,9] with huge data volumes [2,14], occlusion [4,13], and the heterogeneous, sparse, and noisy states of point clouds [14].
To establish the topological relationship of point clouds, studies often project three-dimensional (3D) point clouds onto two-dimensional (2D) planes to form grid images. Thus, a series of image processing techniques such as feature extraction [1,15,16], image segmentation [8,17,18], and mathematical morphology [12,19] can be performed based on neighborhood pixels. For example, the elevation difference within a grid or adjacent pixels is often used as a boundary indicator [16,18,20,21,22,23,24]. It is more intuitive to distinguish raised edges from road cross-sections [3,23,25], while vehicle trajectories provide the direction of projection for edge generation. Xia et al. identified holes, detected break-lines from elevation image generated by point cloud, and matched patches along road for holes [26]. Constructing a 3D raster map with a unit volume called voxel (volume pixel) [5,8,27] is the other useful tool to simplify high-density point clouds. For example, a greater density gradient in more than one direction implies the existence of a road edge in ref. [5]. Considering the uneven density of raw data, Lin et al. generated super-voxels with adaptive resolution to preserve edges with smaller segmentation error [27]. Sha et al. further improved Lin’s method using geometric information to cluster the points when merging the point label into its neighbor representative points [28]. Xu et al. classified point clouds using trend features of super voxels [29].Despite its simplicity and convenience, converting point clouds into voxels may cause information loss and, consequently, reduces the accuracy [5].
On the contrary, extracting boundary directly from raw point clouds has gained increasing attention from point clouds experts. In this regard, k-dimensional (KD) trees [2,14,30] have been widely used to accelerate the nearest neighbor search in data organization. Numerous methods based on scan lines that use the original record order have been developed for road boundary extraction. A scan line was divided into several segments in ref. [2,20,31]. In addition, road segments were detected by line-based region growth and then fitted into straight lines [8] or polynomial curves [15,17,32] have detected boundary points using moving window operators on a scan line or adjacent lines based on abrupt changes in elevation, point density, surface roughness [13], and the angles formed by three consecutive points [21,33]. In most cases, the window size was fixed manually, and multiple thresholds were defined from experience and adjusted frequently to accommodate distinct point cloud distributions.
In these methods, candidate boundary points are usually extracted from segments or scan lines. The final boundary is determined via clustering, fitting, or boundary tracking algorithms. Continuous closed polygons is extracted in ref. [10] as a road boundary. Active contour models were applied in ref. [6] to fix the optimal road boundary on projected 2D raster images of elevation, reflectance, and pulse width. A discrete Kalman filter [11,16] and α-shape [3,4,8] algorithms are often adopted to identify and track boundary points. To reduce errors in tracking, multiple constraints are imposed to achieve desired edge clusters, e.g., the distance between adjacent points, direction of historical boundary formed by previously identified points [16], length constraints [1], and collinearity conditions of adjacent segments [15].
Although plenty of algorithms have been proposed for road boundary extraction from MLS data, there is a need for a framework to efficiently extract the road boundary. In majority methods, vehicle trajectories have been used as a reference to locate the road boundary [3,6,20,34,35]. Thanks to the road design parameters, unnecessary data located far from the road can be easily filtered out [9,17,18,21,36]. In addition, huge point clouds can be partitioned into several segments [8,37,38] or cross-sectional profiles [3,17,23,39] along the trajectory direction. However, trajectory data may not be packaged in the original “.las” files. Therefore, instead of using external data, this study estimates the scanner ground trajectory directly from raw point clouds, which is one of the key contributions of the paper.
Moreover, the routine height of curb stones is often used to extract edges that are highly uniform in height [20,24]. Candidate edge points are often detected as gathered clusters composed of many single points with large elevation gradients. As another contribution of this study, multiple points of continuous upward fluctuation are combined as a whole edge block without consideration of edge height.
In addition, boundary points are distributed near straight lines over a short distance [11]. Most road boundary vectorization is achieved by fitting straight lines to candidate edge points [18,20], which adapts for straight-line or large-radius mildly curved edges. However, setting curve boundaries requires prior knowledge to define an appropriate fitting model. Based on the approximate equidistant relationship between the road edge and scanner trajectory, this study transforms the process of edge point tracking onto a pseudo-mileage spacing map, to which a linear model can be applied.
The remainder of this paper is organized as follows. Section 2 details the proposed method. Section 3 presents and discusses the experimental results. Section 4 concludes the paper.
2 Methodology
In this study, we propose a three-part method to quickly extract road boundaries from MLS data based on the scanner ground track. First, the scanner track is estimated from raw data using point density and slope. Then, edge blocks composed of several continuously upward fluctuating points are searched from both outer sides of the estimated tracks. Finally, the spacing between the scanner trajectory and extracted edge blocks is depicted in a pseudo-spacing mileage map to describe trends in spacing over distance traveled. A simple linear model is deduced based on the proximity and collinearity of boundary feature points in the map to quickly detect and track boundary points. Figure 1 presents a simple flow chart of the proposed method.

Flowchart of the proposed road boundary extraction method.
2.1 Estimation of laser scanner ground tracks
This study estimated scanner ground tracks based on point density and slope in the three steps.
2.1.1 Extraction of road feature areas
As scan lines are perpendicular to vehicle trajectory, the scanner ground trajectory is located at the densest part of the point cloud with a slight slope [40]. Point density (J S) and slope (J n) are calculated using the following equations:
where 2k is the number of points counted in the neighborhood (at least 20, to weaken the effect of spacing variation because of missing points); and
2.1.2 Obtaining rough scanner tracks
Points high above a road with low slope may be extracted to TY because of environmental complexity. To remove them, we segmented TY by time interval Δt, based on GPS time T. Let m be the number of segments after

The rough estimated scanner ground tracks.
In Figure 2, the rough estimated trajectory (centers of gravity of the high point-density areas horizontally distributed) swings left and right, which is not consistent with the driving rules. Therefore, a refining process is necessary.
2.1.3 Refinement of the estimated scanner ground trajectory
In Figure 2, colored strips indicate the road feature area TYF divided by time interval Δt, in which CG points (in red) swing as the point distribution varies when the vehicle travels forward. To further refine CG i , we fitted them to an isochromatic series based on T. The CG points are first returned to the original point data based on the nearest neighbor principle (Euclidean distance). Then, the corresponding scan lines number to the CG points are detected. A test region of scan line frequency is constructed between CG i and CG i−1 shown in black rectangle in Figure 3.

Test region to obtain the scan lines CG i belongs to.
The test region is several times wider than the average point spacing and longer than the CG point spans. The value of T in test region has slightly change in points 1–4, 5–8, and 9–11, while sharp time difference occurs at points 4–5 and 8–9. The sharp difference indicates the approximate interval time between adjacent scan lines. Let it be t L. Then the scan line number CG i belongs to can be derived by:
where the variable SNl i denotes the sequence number of the scanline CGi belongs, take the scan line of the first point of data set P as line 1.
All CG i points from multiple measurements of laser foot points corresponding to the same scanning angle, and their time T should meet the isochromatic sequence shown in equation (4).
where t
1 and t
d represent the reliable estimate of acquisition time of the refined ground track points on the first scan line, and the elapsed time of each scan line, respectively. The point whose acquisition time closest to the refined
2.2 Composition of edge blocks
The raised curb is often detected as quantitative and discrete candidate boundary points. This study combines continuous fluctuating points into edge blocks by searching forward and backward from NPH i . Figure 4 illustrates the process of building edge blocks in four consecutive steps.

The process of composition of edge blocks.
As can be seen from this figure, in the first step, a moving window is created to detect upward fluctuating points (small squares in cyan in Figure 4) by height differences. Window size is expressed as the number of points contained within the window. The half width (BMW
i
) of the window can be determined by
The point at which
The second step is to filter points by slope. We only consider the slope between central point i of the window and the next point i + 1, which is given by:
Points with Slope
i
< tan(θ) are removed from the data. It is possible to have one or two continuous upward points that may not be near the road boundary. However, if continuous multiple points fluctuate upwards, they are more likely to belong to a boundary. We combined continuous upward fluctuation points into blocks in the third step. The consecutive number Bn
i
must satisfy
In the last step, the elevation of NPH i , extracted in Section 2.1.3, is used to remove blocks whose starting points are higher than the road surface.The filter is given in equation (7) and shown in Figure 4 with cyan shadows. Let (X i , Y i , Z i ) represent the position of NPH i and (BSXj , BSYj , BSZj ) denote the coordinates of the start points of the j-th block located on the NPH i scan line. The threshold value of Z th is taken from the greater of the two values of 0.1 m and 3% of the span according to the horizontal slope of the road (generally 1.5–2%).
As shown in Figure 4, the blue and green points are the first and rest points of blocks, respectively. After multiple constraints, there are few edge blocks on an NPH
i
scan line. If no edge blocks remain, the boundary point corresponding to NPH
i
is labeled as null. Otherwise, feature information of discovered blocks, including
where BEZj represents the elevation of the last point in the block.
2.3 Boundary tracking
Frequent lane switching is not allowed during scanning, which limits fluctuations in spacing between the road boundary and the scanner’s ground track. This relationship is reflected in a pseudo-mileage spacing map in Figure 5, in which NPH
i
points are represented as red circles. Blue and white rectangles denote the starting point of each block and generated candidate edge feature points, respectively. The gray line shows the scan lines located at NPH
i
. There may be more than one edge block extracted from NPH
i
. However, the first block in each scan line is highly likely to belong to the roadside when the road surface is relatively smooth. Points on the map are named candidate boundary feature points, corresponding to

The pseudo-mileage spacing map.
Process 1: Extracting the initial feature segment of the road boundary
In most cases, y i varies little in a certain range of Δx. However, there is always a segment from the map longer than 5 m that accords with a robust linear regression model of 95% confidence. These segments are found in the dataset composed of the first block of each scan line and are labeled the initial road boundary feature segments (red line in Figure 6). Inside points satisfying regression conditions are identified as boundary feature points, and end points at both sides are identified as the last identification points (red points in Figure 6).

Hunting zones derived by Δx and α.
In Figure 6, the initial feature segment of the road boundary is approximately in a straight line. We use this line as the direction to establish a possible area containing nearby boundary feature points at the end of the last identified feature points. The vertex angle of the possible area changes with the distance (x) from the vertex (the last identified points), whose size is determined from Process 2.
Process 2: Predicting the possible location of the next boundary feature point
The vehicle keeps moving in its original direction because of inertia. We first evaluated the separation of the vehicle from the road boundary based on the tail of recognized edge feature points (not less than 3 m) where Δy = y max − y min. If Δy r ≤ y th, where y th is a set threshold, then the vehicle runs parallel to the road boundary and the possible location of the next boundary feature point is close to the last recognized y i . Otherwise, the separation of vehicle from road boundary is represented as a regressed linear model. Then, y i+1 of the next boundary feature point at x i+1 can be predicted as:
where y = k l x + kb represents the regressed straight line derived from the tail of the recognized boundary feature points. Let ψ be the angle of the regressed line from the positive x-axis, then k i = tan(ψ). The threshold y th is set at 0.25 m, giving a maximum deviation of 5° from the road edge. It is common for vehicles to travel parallel to the road boundary. Then, the prediction y i+1 = y i improves tracking speed.
Process 3: Tracking boundary feature points using a hunting zone
We tracked boundary feature points using a hunting zone (black in Figure 6) controlled by a fan-shaped center angle α. As shown in Figure 6, α is opened along the predicted direction, the vertex of which refers to the last recognized boundary feature point (the last green point). We recommend an empirical model of α expressed as α = (a exp(−bΔx)) + c, where, a, b, and c are constant coefficients controlling the radian-unit fan-shaped angle. The recommended values of (0.86, 0.76, 0.12) cause
where [

Data segmentation in tracking process.
The red line on the left side of Figure 7 is the initial edge feature segment recognized for the first time. It divides dataset B into two segments B2 and B1, both of which contain red line segments. Starting from the end points (in red), the two sides are tracked in opposite directions. The identified edge feature points tracked in opposite directions are marked in green. If no point is marked in SL th from the last identified point, the data are disconnected. Beginning with the last green identified point, a new search dataset B3 is constructed, on which Processes 1–3 are executed again. The initial boundary feature segment (red line on the right side of Figure 7) is found for the second time. B3 is divided into B4 and B5 segments for forward and backward search, respectively. Note that the overlapping search area B6 undergoes a bidirectional search, forward search in the first dataset B1 and reverse search in B5. This can reduce the probability of missing boundary points. Provided that the recording order of data points in B2 and B5 is reversed, the same search steps as those in B1 and B3 can be used.
2.4 Post-processing
Once the connection relations of the extracted boundary points on the scan line are determined, a rough vectorized boundary can be quickly obtained. The selection of boundary mathematical models and the extraction of all point clouds in the road are not addressed in this paper. The following sections focus on determining the connection between adjacent boundary points.
Length density Ld (m−1) of two boundary points is defined as the ratio of the number of points in their spanning region to their distance. Figure 8 illustrates the span cube based on two adjacent points. In this figure, the red points are extracted edge points and the green lines connect two adjacent boundary points, cb1, cb2 (set at 0.2 and 0.1) depict the searching width in the direction of heading or departing from the road, and ch1, ch2 in Figure 8(c) indicate the height range of the cube, where ch1 is higher than the tallest point and ch2 lower than the lowest point (both set at 0.1). The connector Con describes the connection between adjacent boundary points as:
where

Span cube based on two adjacent edge points. (a)–(c) represent the search cube in axonometric, top, and side view, respectively; (d) illustrates the length of the span cube.
3 Results
3.1 Data
Experimental data were collected with the SSW-IV vehicle laser modeling and measurement system developed by the Chinese Academy of Surveying and Mapping. The laser scanner is located at the rear of the vehicle on the right and the scanning plane is perpendicular to the direction of travel. Within seconds, five million measurements and 100 scan lines are collected in a typical measurement range of 1–500 m with an angular accuracy of 0.1 milliradians. Traveling at a speed of 30 km/h resulted in average spacing of 8 cm between adjacent scan lines, and 0.6 cm between two adjacent points right below the vehicle. In addition, the scan angle information is not included in the original .las file.
The datasets shown in Figure 1 include two types of road edge line: straight lines and curves. Two types of curbstones are featured, with right angle and S-shaped cross-sections. Dataset 1 (185.4 MB, 5.7 million points, 308 m long) displayed in Figure 9(a) is located in an urban area with multiple road lanes, high-rise buildings, trees, a green belt, poles, and wires. One side of the road edge is a straight line, and the other consists of broken lines with different tilt angles. Dataset 2 (279.4 MB, 4.8 million points, 300 m long) depicted in Figure 9(b) lies on a winding highway with towering mountains on one side and low-lying valleys on the other; it is surrounded by several trees, sidewalks, fences, and electric facilities. With S-shaped cross-sectional roadside stones on both sides, the edges curve with changing radii.

The test area rendered by elevation in (a) Dataset 1 and (b) Dataset 2.
3.2 Estimation of laser scanner ground tracks
The algorithm was performed on three sample datasets. The ground track of the scanner was estimated from two datasets at time intervals of 0.05 s, with an average distance of 0.4–0.6 m. Figure 10 illustrates the differences between the two estimated scanner ground tracks and the actual scanner position (black points). Red and blue points indicate the horizontal position of NPH before and after refinement, respectively. As shown in Figure 10, points lie near the location of the vehicle in the road, and red dots are mixed with blue. After refinement, the estimated scanner trajectory (formed by blue points) is smoother. The results show that the deviation of NPH (blue points) from the true value is not affected by road curvature, but only to the roughness of the road surface. To verify the precision and accuracy of NPH, we compared horizontal deviation from NPH to the actual scanner location. Actual location of the scanner is acquired at a frequency several times that of NPH. We extracted scanner position data with the closest data acquisition time T.

Comparison of estimated scanner ground tracks with the real scanner position.
The result shows that the deviation from the roughly estimated scanner ground tracks of Dataset 1 (such as Area A in Figure 10) to the actual trajectory is relatively similar in each scanning line, while the estimated tracks of the Dataset 2 (gravity centers of high-density areas) swinging around the actual ones. This phenomenon may be because of the greater roughness of the road surface of the Dataset 2, especially on the right side of Area B in Figure 10. However, the refined algorithm redistributes the estimated deviation from each scan line so that the refined scanner trajectory is very close to the actual one. In fact, the more scan lines involved in the refinement, the more stable and accurate the refined tracks are.
The estimated NPH shows strong uniformity with the actual scanner location, with a maximum value of 14.3 cm, mean deviation 2.1 cm and standard deviation 1.3 cm. For the proposed boundary tracing algorithm, the minimum width of the buffer is 40 cm, which is five times larger than the horizontal difference of the estimated points. Thus, NPH can be used for boundary tracking.
Generally speaking, the point density of road surface closer to the scanner is much higher than that of other road points. MLS systems acquire the complete points in the lane under the scanning vehicle, i.e., the core data of the trajectory estimation algorithm. These dense points of the lanes provide the basis of the correctness of the rough scanner tracks, and consequently, ensure the accuracy of the trajectory estimation algorithm.
3.3 Extraction of edge blocks
Only boundary points on the scan line of estimated tracks were extracted. Compared to extracting on all scanning lines, the number of sampling boundary points is reduced and processing efficiency is improved. Table 1 shows the integrity and the noise of the edge blocks extracted from two datasets.
Results of road edge blocks detection
Data | Road boundary | NPH | Edge blocks | Road edge blocks | Real edge blocks | Missed detection (%) | Noise in the road | Noise outside the road |
---|---|---|---|---|---|---|---|---|
Dataset 1 | Left | 832 | 832 | 832 | 832 | 0 | 0 | 0 |
Right | 611 | 529 | 531 | 0.38 | 57 | 25 | ||
Dataset 2 | Left | 841 | 839 | 804 | 805 | 0.12 | 20 | 5 |
Right | 631 | 620 | 620 | 0 | 11 | 0 |
The extracted edge blocks in Dataset 1 are shown in Figure 11. The red points represent the starting point of edge blocks, and the green are other points contained in the block. Left of the road, 832 ground track points (blue) correspond to 832 edge blocks (red) arranged neatly along the roadside in Figure 11(c). Locating the test area in a clean urban area with no obstructions on this side may be the main reason for this result. On the right, many vehicles are parked on the roadside, scattering and fragmenting the extracted edge blocks. As Table 1 shows, most noisy points were caused by vehicle occlusion in the road; outside the road, noise is rare. Of the 813 edge blocks extracted on the right side of the road, only seven points correspond to three edge blocks; the rest correspond to two at most. At the end of the green belt, two low edge blocks were not extracted.

Extracted edge blocks in Dataset 1. (a) Location of the starting point of the extracted edge blocks; (b) and (c) are enlarged maps of red and green boxes, respectively.
Figure 12 demonstrates the extraction of edge blocks in Dataset 2, which encountered the same vehicle occlusion as Dataset 1; most edge block noises were located within the road surface. Only five noise blocks were not in the road and each NPH i corresponds to no more than two blocks in a scan line. Defined edge blocks are very reliable in finding the raised edge and have strong resistance to noise.

Extracted edge blocks in the winding road of Dataset 2. (a) Shows the location of the starting point of the extracted edge blocks; (b) and (c) are enlarged maps of green and red boxes, respectively.
Compared with other studies that extracted a greater number of candidate boundary points interspersed with noise [5,10,16,19], the proposed edge block detection method reduces noise as much as possible. In addition, even if more than one boundary point corresponds to NPH i , there is not much noise on the road surface. It is very likely that the first block extracted on each scan line belongs to the road edge. Each edge block occupies a certain length, leaving multiple edge blocks on a scan further apart than the hunting zone width used in the edge tracking algorithm. As a result, there are only two cases in boundary point tracking: there either is or is not a point within the zone, which makes boundary tracking efficient. Figure 13(b) and (d) shows the position of the starting point of the edge block. The extracted boundary points (red) accurately locate the road edge. The boundary points detected in Dataset 2 shown in Figure 13(d) are not as neat as those of the urban road in Figure 13(b). This may be because the gradient of S-shaped road curbstone constantly changes and tends to be gentle near the road surface.

Location of extracted boundary points displayed on axonometric and side view. (a) Axonometric view in Dataset 1. (b) Side view in Dataset 1. (c) Axonometric view in Dataset 2. (d) Side view in Dataset 2.
With slope restriction, a defined boundary point has a slope greater than 30° to the next point. Alternatively, poor data quality, affected by noise and wetness of the road surface, may be responsible.
There is a common phenomenon of missing point clouds, which is reflected in sudden changes in spacing between adjacent points in Figure 13(d). On the side view shown in Figure 13(a), extracted boundary points are clustered together, whereas they are scattered in Figure 13(c). However, they remain the closest point to the boundary on this scanning line.
Except for the minimal contact area between the lower part of a wheel and the road, the outline points of vehicles have abrupt changes in elevation and distance. These changes are often geometrically backward, that is, the horizontal distance (d) from the scanner is reduced, which is not in line with the law of the defined characteristics of the boundary points. Only a very small number of edge blocks at the lower part of wheels were detected, and subsequently were ignored in boundary tracking process. Therefore, occlusions because of the parking cars on the roadside cause little trouble to the boundary points detection.
3.4 Boundary tracking
Table 2 lists the boundary points identified by the tracking algorithm. The completeness of the boundary tracking step is above 99.2%. The continuous boundary on the left side of the road in Dataset 1 was completely detected. In addition, disconnected boundaries (the left side of Dataset 2) and the branches (the right side of Datasets 1 and 2) result in the removal – during boundary tracking – of four, two, and two boundary points, respectively, as they do not conform to the main convergence direction of boundary points in the neighborhood.
Tracing results of road boundary points
Experimental data | Road boundary | Number of road edge blocks | Identified boundary points | Missed boundary points in tracking | Detection rate (%) |
---|---|---|---|---|---|
Dataset 1 | Left | 832 | 832 | 0 | 100 |
Right | 529 | 525 | 4 | 99.2 | |
Dataset 2 | Left | 804 | 802 | 2 | 99.7 |
Right | 620 | 618 | 2 | 99.6 |
The road boundary tracking results of Dataset 1 on perspective are shown in Figure 14. In the figure, blue points denote NPH, and red points the starting point of the edge blocks. Tracked points are also shown in green. Although travel direction (in Figure 14(e)) is not consistent with the boundary, the spacing between the travel direction and the boundary can be traced linearly. There is one boundary point omitted in T1 as it is beyond the search length in both directions. Three points in T2 exceed the hunting zone because of a sudden turn in the branch. This may also occur at the end of the arc green belt and road forks, but the number of such omitted points is small. Ignoring the form of the boundary, boundary points in the red circle in Figure 14(c) are extracted; these are actually on the border rather than the curb. At Area 2, depicted in Figure 14(d), the boundary is broken into very short, widely spaced parts. The quality of this point cloud acquisition is insufficient for boundary extraction. Moreover, long tracking length results in poor reliability. However, this is a rare case. The disconnection overlap area has been searched twice from two directions to detect as lots of tracked points as possible, while controlling for the risk of omission and misjudgment.

Results of boundary tracking in Dataset 1. (a) Candidate boundary points and (b) boundary points recognized after tracking. (c), (d), and (e) are enlargement maps of Area 1, Area 2, and Area 3, respectively.
In contrast, there is only a small amount of occlusion in Dataset 2. The vehicle trajectory is consistent with the road boundary in most cases, which guarantees reliability of the boundary tracking algorithm. Except for loss of the track at the top of the greenbelt similar to T3 in Figure 15(d), ideal boundary tracking is achieved using spacing between the vehicle and the road edge as a model parameter. The tracking algorithm is not dependent on the line shape of the road. To further verify the universality of the algorithm, a T-junction was selected for experiments. The results are shown in Figure 16.

Results of boundary tracking in Dataset 2. (a) Candidate edge points and (b) boundary points recognized after tracking; (c) and (d) are further enlargement maps of Area 4 and Area 5, respectively.

Extraction of boundary points at a T-junction. (a) The inner bend and (b) the outer bend.
Travel speed varies greatly when turning, resulting in different NPH spacing. However, the estimated scanner ground trajectory (blue points) in Figure 16 is still smooth, illustrating the universal reliability of the presented method for estimating scanner trajectory. The boundary points of the main road continue to track along the original direction (red points in the upper part of Figure 16(b)) when the vehicle turns to the branch. Boundary points on the lateral bend at the turning are quickly tracked because of aggregation of candidate boundary points. Both sides of the bend show great extraction. At the intersection of the road, where road boundaries are not continuous, the proposed method is more efficient and convenient than fitting road boundaries based on multiple models.
With short occlusion length, the correctness and integrity of boundary point extraction are guaranteed by the proximity and collinearity of boundary points on a pseudo-mileage spacing map. Rather than directly establishing a tracking model for boundary lines that may require many different models to fit different segments [21,41], the presented method uses simple linear models to track spacing between the road boundary and the vehicle. The proposed algorithm does not require the road boundary to be strictly parallel to the direction of travel of the vehicle, nor is it related to the line shape of the road boundary. Another advantage is the speed of the algorithm. The execution time is extremely short as it uses the original recording order. Comparatively speaking, calculation of the scanner’s ground trajectory takes longer than that of searching the road edge blocks and tracking the boundary points, as they only operate in scan lines located on PG. If vehicle trajectory data are available, the extraction process can be completed in real time.
4 Conclusion
This study estimated a scanner’s ground track based on the spatial distribution of point clouds. With the estimated track point and multiple constraints of neighborhood elevation difference, slope, and continuity of fluctuation points, accurate edge blocks with strong resistance to noise are defined. Spacing between edge blocks and the scanner track is transformed into a pseudo-mileage spacing map. As the spacing varies little over a short distance, the edge is easy to detect and track using a simple linear model. Experiments on noisy data accurately extracted the location of edge blocks separated far from one another on a scan line, which guarantees the reliability of this linear tracking model and improves tracking speed. Our results suggest that the proposed method is not dependent on whether the road boundary is parallel to the direction of traveling path of the vehicle, nor the line type of the road boundary. Road edge points can be extracted quickly, effectively, and accurately as long as normal data acquisition quality can be guaranteed. However, the tracking model may fail to recognize lateral branch boundaries with a small number of edge points. In future research, we will focus on improving.
Acknowledgments
Thanks are due to Chuanshuai Zhang for his data collection and technological help, and to Jun Wang for assistance with the experiments.
-
Funding information: This study was supported by the National Natural Science Foundation of China, Grant Nos. 41890854; 41372330; 41671436; Natural Science Basic Research Plan in the Shaanxi Province of China, Grant No. 2021JQ-819.
-
Author contributions: L. C. S. and M. Q. Z. conceptualized the model. J. F. Z. and M. Q. Z. deduced the method and designed the experiment. J. F. Z. and X. W. developed the model code. M. Q. Z. and J. M. K. performed the data collation and accuracy verification. L. C. S. and J. F. Z. prepared the manuscript with contributions from all co-authors.
-
Conflict of interest: Authors state no conflict of interest.
References
[1] Yang B, Wei Z, Li Q, Li J. Automated extraction of street-scene objects from mobile lidar point clouds. Int J Remote Sens. 2012;33(18):5839–61.10.1080/01431161.2012.674229Search in Google Scholar
[2] Miyazaki R, Yamamoto M, Hanamoto E, Izumi H, Harada K. A line-based approach for precise extraction of road and curb region from mobile mapping data. ISPRS Ann Photogram Remote Sens Spat Inf Sci. 2014;II(5):243–50.10.5194/isprsannals-II-5-243-2014Search in Google Scholar
[3] Wu B, Yu B, Huang C, Wu Q, Wu J. Automated extraction of ground surface along urban roads from mobile laser scanning point clouds. Remote Sens Lett. 2016;7(2):170–9.10.1080/2150704X.2015.1117156Search in Google Scholar
[4] Yang B, Dong Z, Liu Y, Liang F, Wang Y. Computing multiple aggregation levels and contextual features for road facilities recognition using mobile laser scanning data. ISPRS J Photogram Remote Sens. 2017;126:180–94.10.1016/j.isprsjprs.2017.02.014Search in Google Scholar
[5] Xu S, Wang R, Zheng H. Road curb extraction from mobile LiDAR point clouds. IEEE Trans Geosci Remote Sens. 2017;55(2):996–1009.10.1109/TGRS.2016.2617819Search in Google Scholar
[6] Kumar P, Mcelhinney CP, Lewis P, Mccarthy T. An automated algorithm for extracting road edges from terrestrial mobile LiDAR data. ISPRS J Photogram Remote Sens. 2013;85(11):44–55.10.1016/j.isprsjprs.2013.08.003Search in Google Scholar
[7] Ibrahim S, Lichti D. Curb-based street floor extraction from mobile terrestrial lidar point cloud. ISPRS – Int Arch Photogram Remote Sens Spat Inf Sci. 2012;39:193–8.10.5194/isprsarchives-XXXIX-B5-193-2012Search in Google Scholar
[8] Zai D, Li J, Guo Y, Cheng M, Lin Y, Luo H, et al. 3-D road boundary extraction from mobile laser scanning data via supervoxels and graph cuts. IEEE Trans Intell Transp Syst. 2018;19(3):802–13.10.1109/TITS.2017.2701403Search in Google Scholar
[9] Guo J, Tsai M-J, Han J-Y. Automatic reconstruction of road surface features by using terrestrial mobile lidar. Autom Constr. 2015;58:165–75.10.1016/j.autcon.2015.07.017Search in Google Scholar
[10] Zhang W, editor. LIDAR-based road and road-edge detection. 2010 IEEE Intelligent Vehicles Symposium, June 21–24, 2010. La Jolla, CA, USA: IEEE; 2010. p. 845–8.10.1109/IVS.2010.5548134Search in Google Scholar
[11] Hervieu A, Soheilian B, editors. Road side detection and reconstruction using LIDAR sensor. 2013 IEEE Intelligent Vehicles Symposium (IV), June 23–26, 2013. Gold Coast, Australia: IEEE; 2013. p. 1247–52.10.1109/IVS.2013.6629637Search in Google Scholar
[12] Sherif Ibrahim DL. Curb-based street floor extraction from mobile terrestrial lidar point cloud. International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XXXIX-B5, 2012, XXII ISPRS Congress, 25 August–01 September 2012, Melbourne, Australia; 2012. p. 193–810.5194/isprsarchives-XXXIX-B5-193-2012Search in Google Scholar
[13] Yadav M, Singh AK, Lohani B. Extraction of road surface from mobile LiDAR data of complex road environment. Int J Remote Sens. 2017;38(16):4655–82.10.1080/01431161.2017.1320451Search in Google Scholar
[14] El-Halawany SI, Lichti DD. Detecting road poles from mobile terrestrial laser scanning data. GISci Remote Sens. 2013;50(6):704–22.10.1080/15481603.2013.866815Search in Google Scholar
[15] Yang B, Fang L, Li J. Semi-automated extraction and delineation of 3D roads of street scene from mobile laser scanning point clouds. ISPRS J Photogram Remote Sens. 2013;79:80–93.10.1016/j.isprsjprs.2013.01.016Search in Google Scholar
[16] Liu Z, Wang J, Liu D. A new curb detection method for unmanned ground vehicles using 2D sequential laser data. Sens (Basel). 2013;13(1):1102–20.10.3390/s130101102Search in Google Scholar PubMed PubMed Central
[17] Jung J, Che E, Olsen MJ, Parrish C. Efficient and robust lane marking extraction from mobile lidar point clouds. ISPRS J Photogram Remote Sens. 2019;147:1–18.10.1016/j.isprsjprs.2018.11.012Search in Google Scholar
[18] Rodríguez Cuenca B, García Cortés S, Ordóñez, Galán C, Alonso MC. An approach to detect and delineate street curbs from MLS 3D point cloud data. Autom Constr. 2015;51:103–12.10.1016/j.autcon.2014.12.009Search in Google Scholar
[19] Serna A, Marcotegui B. Urban accessibility diagnosis from mobile laser scanning data. ISPRS J Photogram Remote Sens. 2013;84:23–32.10.1016/j.isprsjprs.2013.07.001Search in Google Scholar
[20] Wijesoma WS, Kodagoda K, Balasuriya AP, editors. Road-boundary detection and tracking using ladar sensing. IEEE Transactions on Robotics and Automation. Lausanne, Switzerland: IEEE; 2004;20(3). p. 456–4.10.1109/TRA.2004.825269Search in Google Scholar
[21] Sun P, Zhao X, Xu Z, Wang R, Min H. A 3D LiDAR data-based dedicated road boundary detection algorithm for autonomous vehicles. IEEE Access. 2019;7:29623–38.10.1109/ACCESS.2019.2902170Search in Google Scholar
[22] Boyko A, Funkhouser T. Extracting roads from dense point clouds in large scale urban environment. ISPRS J Photogram Remote Sens. 2011;66(6):S2–12.10.1016/j.isprsjprs.2011.09.009Search in Google Scholar
[23] Guan H, Li J, Yu Y, Ji Z, Wang C. Using mobile LiDAR data for rapidly updating road markings. IEEE Trans Intell Transp Syst. 2015;16(5):2457–66.10.1109/TITS.2015.2409192Search in Google Scholar
[24] Zhang Y, Wang J, Wang X, Li C, Wang L. 3D LIDAR-based intersection recognition and road boundary detection method for unmanned ground vehicle. 2015 IEEE 18th International Conference on Intelligent Transportation Systems, September 15–18, 2015. Gran Canaria, Spain: IEEE; 2015. p. 499–504.10.1109/ITSC.2015.88Search in Google Scholar
[25] Yu Y, Li J, Guan H, Jia F, Wang C. Learning hierarchical features for automated extraction of road markings from 3-D Mobile LiDAR point clouds. IEEE J Sel Top Appl Earth Observ Remote Sens. 2015;8(2):709–26.10.1109/JSTARS.2014.2347276Search in Google Scholar
[26] Xia S, Chen D, Wang R. A breakline-preserving ground interpolation method for MLS data. Remote Sens Lett. 2019;10(12):1201–10.10.1080/2150704X.2019.1670517Search in Google Scholar
[27] Lin Y, Wang C, Zhai D, Li W, Li J. Toward better boundary preserved supervoxel segmentation for 3D point clouds. ISPRS J Photogram Remote Sens. 2018;143(Sep):39–47.10.1016/j.isprsjprs.2018.05.004Search in Google Scholar
[28] Sha Z, Chen Y, Li W, Wang C, Nurunnabi A, Li J. A boundary-enhanced supervoxel method for extraction of road edges in MLS point clouds. ISPRS – Int Arch Photogram Remote Sens Spat Inf Sci. 2020;XLIII(B1-2020):65–71.10.5194/isprs-archives-XLIII-B1-2020-65-2020Search in Google Scholar
[29] Xu Y, Ye Z, Yao W, Huang R, Stilla U. Classification of LiDAR point clouds using supervoxel-based detrended feature and perception-weighted graphical model. IEEE J Sel Top Appl Earth Observ Remote Sens. 2019;13:72–88.10.1109/JSTARS.2019.2951293Search in Google Scholar
[30] Ibrahim S, Lichti D. Curb-based street floor extraction from mobile terrestrial lidar point cloud. Int Arch Photogram Remote Sens Spat Inf Sci. 2012;XXXIX(B5):193–8.10.5194/isprsarchives-XXXIX-B5-193-2012Search in Google Scholar
[31] Han J, Kim D, Lee M, Sunwoo M. Enhanced road boundary and obstacle detection using a downward-looking LIDAR sensor. IEEE Trans Vehicular Technol. 2012;61(3):971–85.10.1109/TVT.2012.2182785Search in Google Scholar
[32] Yang M, Wan Y, Liu X, Xu J, Wei Z, Chen M, et al. Laser data based automatic recognition and maintenance of road markings from MLS system. Opt Laser Technol. 2018;107:192–203.10.1016/j.optlastec.2018.05.027Search in Google Scholar
[33] Antonio Martín-Jiménez J, Zazo S, Arranz Justel JJ, Rodríguez-Gonzálvez P, González-Aguilera D. Road safety evaluation through automatic extraction of road horizontal alignments from mobile LiDAR System and inductive reasoning based on a decision tree. ISPRS J Photogram Remote Sens. 2018;146:334–46.10.1016/j.isprsjprs.2018.10.004Search in Google Scholar
[34] Yalcin O, Sayar A, Arar OF, Akpinar S, Kosunalp S. Approaches of road boundary and obstacle detection using LIDAR. IFAC Proc Volumes. 2013;46(25):211–5.10.3182/20130916-2-TR-4042.00025Search in Google Scholar
[35] Wang H, Cai Z, Luo H, Cheng W, Li J, editors. Automatic road extraction from mobile laser scanning data. International Conference on Computer Vision in Remote Sensing, December 16–18, 2012. Xiamen, China: IEEE; 2013. p. 136–9.Search in Google Scholar
[36] Anttoni J, Juha H, Hannu H, Sensors KAJ. Retrieval algorithms for road surface modelling using laser-based mobile mapping. Sens (Basel). 2008;8(9):5238–49.10.3390/s8095238Search in Google Scholar PubMed PubMed Central
[37] Wang H, Luo H, Wen C, Cheng J, Li P, Chen Y, et al. Road boundaries detection based on local normal saliency from mobile laser scanning data. IEEE Geosci Remote Sens Lett. 2015;12(10):2085–9.10.1109/LGRS.2015.2449074Search in Google Scholar
[38] Zhang Y, Wang J, Wang X, Dolan JM. Road-segmentation-based curb detection method for self-driving via a 3D-LiDAR sensor. IEEE Trans Intell Transport Syst. 2018;19(12):3981–91.10.1109/TITS.2018.2789462Search in Google Scholar
[39] Guan H, Li J, Yu Y, Wang C, Chapman M, Yang B. Using mobile laser scanning data for automated extraction of road markings. ISPRS J Photogram Remote Sens. 2014;87:93–107.10.1016/j.isprsjprs.2013.11.005Search in Google Scholar
[40] Goulette F, Nashashibi F, Abuhadrous I, Ammoun S, Laurgeau C. An integrated on-board laser range sensing system for on-the-way city and road modelling. In Proceedings of the ISPRS Commission I Symposium “From Sensors to Imagery”, Paris, France; July 2006.Search in Google Scholar
[41] Wang X, Cai Y, Shi T, editors. Road edge detection based on improved RANSAC and 2D LIDAR Data. 2015 International Conference on Control, Automation and Information Sciences (ICCAIS), October 29–31, 2015. Changshu, China: IEEE. p. 191–6.Search in Google Scholar
© 2021 Lichun Sui et al., published by De Gruyter
This work is licensed under the Creative Commons Attribution 4.0 International License.
Articles in the same Issue
- Regular Articles
- Lithopetrographic and geochemical features of the Saalian tills in the Szczerców outcrop (Poland) in various deformation settings
- Spatiotemporal change of land use for deceased in Beijing since the mid-twentieth century
- Geomorphological immaturity as a factor conditioning the dynamics of channel processes in Rządza River
- Modeling of dense well block point bar architecture based on geological vector information: A case study of the third member of Quantou Formation in Songliao Basin
- Predicting the gas resource potential in reservoir C-sand interval of Lower Goru Formation, Middle Indus Basin, Pakistan
- Study on the viscoelastic–viscoplastic model of layered siltstone using creep test and RBF neural network
- Assessment of Chlorophyll-a concentration from Sentinel-3 satellite images at the Mediterranean Sea using CMEMS open source in situ data
- Spatiotemporal evolution of single sandbodies controlled by allocyclicity and autocyclicity in the shallow-water braided river delta front of an open lacustrine basin
- Research and application of seismic porosity inversion method for carbonate reservoir based on Gassmann’s equation
- Impulse noise treatment in magnetotelluric inversion
- Application of multivariate regression on magnetic data to determine further drilling site for iron exploration
- Comparative application of photogrammetry, handmapping and android smartphone for geotechnical mapping and slope stability analysis
- Geochemistry of the black rock series of lower Cambrian Qiongzhusi Formation, SW Yangtze Block, China: Reconstruction of sedimentary and tectonic environments
- The timing of Barleik Formation and its implication for the Devonian tectonic evolution of Western Junggar, NW China
- Risk assessment of geological disasters in Nyingchi, Tibet
- Effect of microbial combination with organic fertilizer on Elymus dahuricus
- An OGC web service geospatial data semantic similarity model for improving geospatial service discovery
- Subsurface structure investigation of the United Arab Emirates using gravity data
- Shallow geophysical and hydrological investigations to identify groundwater contamination in Wadi Bani Malik dam area Jeddah, Saudi Arabia
- Consideration of hyperspectral data in intraspecific variation (spectrotaxonomy) in Prosopis juliflora (Sw.) DC, Saudi Arabia
- Characteristics and evaluation of the Upper Paleozoic source rocks in the Southern North China Basin
- Geospatial assessment of wetland soils for rice production in Ajibode using geospatial techniques
- Input/output inconsistencies of daily evapotranspiration conducted empirically using remote sensing data in arid environments
- Geotechnical profiling of a surface mine waste dump using 2D Wenner–Schlumberger configuration
- Forest cover assessment using remote-sensing techniques in Crete Island, Greece
- Stability of an abandoned siderite mine: A case study in northern Spain
- Assessment of the SWAT model in simulating watersheds in arid regions: Case study of the Yarmouk River Basin (Jordan)
- The spatial distribution characteristics of Nb–Ta of mafic rocks in subduction zones
- Comparison of hydrological model ensemble forecasting based on multiple members and ensemble methods
- Extraction of fractional vegetation cover in arid desert area based on Chinese GF-6 satellite
- Detection and modeling of soil salinity variations in arid lands using remote sensing data
- Monitoring and simulating the distribution of phytoplankton in constructed wetlands based on SPOT 6 images
- Is there an equality in the spatial distribution of urban vitality: A case study of Wuhan in China
- Considering the geological significance in data preprocessing and improving the prediction accuracy of hot springs by deep learning
- Comparing LiDAR and SfM digital surface models for three land cover types
- East Asian monsoon during the past 10,000 years recorded by grain size of Yangtze River delta
- Influence of diagenetic features on petrophysical properties of fine-grained rocks of Oligocene strata in the Lower Indus Basin, Pakistan
- Impact of wall movements on the location of passive Earth thrust
- Ecological risk assessment of toxic metal pollution in the industrial zone on the northern slope of the East Tianshan Mountains in Xinjiang, NW China
- Seasonal color matching method of ornamental plants in urban landscape construction
- Influence of interbedded rock association and fracture characteristics on gas accumulation in the lower Silurian Shiniulan formation, Northern Guizhou Province
- Spatiotemporal variation in groundwater level within the Manas River Basin, Northwest China: Relative impacts of natural and human factors
- GIS and geographical analysis of the main harbors in the world
- Laboratory test and numerical simulation of composite geomembrane leakage in plain reservoir
- Structural deformation characteristics of the Lower Yangtze area in South China and its structural physical simulation experiments
- Analysis on vegetation cover changes and the driving factors in the mid-lower reaches of Hanjiang River Basin between 2001 and 2015
- Extraction of road boundary from MLS data using laser scanner ground trajectory
- Research on the improvement of single tree segmentation algorithm based on airborne LiDAR point cloud
- Research on the conservation and sustainable development strategies of modern historical heritage in the Dabie Mountains based on GIS
- Cenozoic paleostress field of tectonic evolution in Qaidam Basin, northern Tibet
- Sedimentary facies, stratigraphy, and depositional environments of the Ecca Group, Karoo Supergroup in the Eastern Cape Province of South Africa
- Water deep mapping from HJ-1B satellite data by a deep network model in the sea area of Pearl River Estuary, China
- Identifying the density of grassland fire points with kernel density estimation based on spatial distribution characteristics
- A machine learning-driven stochastic simulation of underground sulfide distribution with multiple constraints
- Origin of the low-medium temperature hot springs around Nanjing, China
- LCBRG: A lane-level road cluster mining algorithm with bidirectional region growing
- Constructing 3D geological models based on large-scale geological maps
- Crops planting structure and karst rocky desertification analysis by Sentinel-1 data
- Physical, geochemical, and clay mineralogical properties of unstable soil slopes in the Cameron Highlands
- Estimation of total groundwater reserves and delineation of weathered/fault zones for aquifer potential: A case study from the Federal District of Brazil
- Characteristic and paleoenvironment significance of microbially induced sedimentary structures (MISS) in terrestrial facies across P-T boundary in Western Henan Province, North China
- Experimental study on the behavior of MSE wall having full-height rigid facing and segmental panel-type wall facing
- Prediction of total landslide volume in watershed scale under rainfall events using a probability model
- Toward rainfall prediction by machine learning in Perfume River Basin, Thua Thien Hue Province, Vietnam
- A PLSR model to predict soil salinity using Sentinel-2 MSI data
- Compressive strength and thermal properties of sand–bentonite mixture
- Age of the lower Cambrian Vanadium deposit, East Guizhou, South China: Evidences from age of tuff and carbon isotope analysis along the Bagong section
- Identification and logging evaluation of poor reservoirs in X Oilfield
- Geothermal resource potential assessment of Erdaobaihe, Changbaishan volcanic field: Constraints from geophysics
- Geochemical and petrographic characteristics of sediments along the transboundary (Kenya–Tanzania) Umba River as indicators of provenance and weathering
- Production of a homogeneous seismic catalog based on machine learning for northeast Egypt
- Analysis of transport path and source distribution of winter air pollution in Shenyang
- Triaxial creep tests of glacitectonically disturbed stiff clay – structural, strength, and slope stability aspects
- Effect of groundwater fluctuation, construction, and retaining system on slope stability of Avas Hill in Hungary
- Spatial modeling of ground subsidence susceptibility along Al-Shamal train pathway in Saudi Arabia
- Pore throat characteristics of tight reservoirs by a combined mercury method: A case study of the member 2 of Xujiahe Formation in Yingshan gasfield, North Sichuan Basin
- Geochemistry of the mudrocks and sandstones from the Bredasdorp Basin, offshore South Africa: Implications for tectonic provenance and paleoweathering
- Apriori association rule and K-means clustering algorithms for interpretation of pre-event landslide areas and landslide inventory mapping
- Lithology classification of volcanic rocks based on conventional logging data of machine learning: A case study of the eastern depression of Liaohe oil field
- Sequence stratigraphy and coal accumulation model of the Taiyuan Formation in the Tashan Mine, Datong Basin, China
- Influence of thick soft superficial layers of seabed on ground motion and its treatment suggestions for site response analysis
- Monitoring the spatiotemporal dynamics of surface water body of the Xiaolangdi Reservoir using Landsat-5/7/8 imagery and Google Earth Engine
- Research on the traditional zoning, evolution, and integrated conservation of village cultural landscapes based on “production-living-ecology spaces” – A case study of villages in Meicheng, Guangdong, China
- A prediction method for water enrichment in aquifer based on GIS and coupled AHP–entropy model
- Earthflow reactivation assessment by multichannel analysis of surface waves and electrical resistivity tomography: A case study
- Geologic structures associated with gold mineralization in the Kirk Range area in Southern Malawi
- Research on the impact of expressway on its peripheral land use in Hunan Province, China
- Concentrations of heavy metals in PM2.5 and health risk assessment around Chinese New Year in Dalian, China
- Origin of carbonate cements in deep sandstone reservoirs and its significance for hydrocarbon indication: A case of Shahejie Formation in Dongying Sag
- Coupling the K-nearest neighbors and locally weighted linear regression with ensemble Kalman filter for data-driven data assimilation
- Multihazard susceptibility assessment: A case study – Municipality of Štrpce (Southern Serbia)
- A full-view scenario model for urban waterlogging response in a big data environment
- Elemental geochemistry of the Middle Jurassic shales in the northern Qaidam Basin, northwestern China: Constraints for tectonics and paleoclimate
- Geometric similarity of the twin collapsed glaciers in the west Tibet
- Improved gas sand facies classification and enhanced reservoir description based on calibrated rock physics modelling: A case study
- Utilization of dolerite waste powder for improving geotechnical parameters of compacted clay soil
- Geochemical characterization of the source rock intervals, Beni-Suef Basin, West Nile Valley, Egypt
- Satellite-based evaluation of temporal change in cultivated land in Southern Punjab (Multan region) through dynamics of vegetation and land surface temperature
- Ground motion of the Ms7.0 Jiuzhaigou earthquake
- Shale types and sedimentary environments of the Upper Ordovician Wufeng Formation-Member 1 of the Lower Silurian Longmaxi Formation in western Hubei Province, China
- An era of Sentinels in flood management: Potential of Sentinel-1, -2, and -3 satellites for effective flood management
- Water quality assessment and spatial–temporal variation analysis in Erhai lake, southwest China
- Dynamic analysis of particulate pollution in haze in Harbin city, Northeast China
- Comparison of statistical and analytical hierarchy process methods on flood susceptibility mapping: In a case study of the Lake Tana sub-basin in northwestern Ethiopia
- Performance comparison of the wavenumber and spatial domain techniques for mapping basement reliefs from gravity data
- Spatiotemporal evolution of ecological environment quality in arid areas based on the remote sensing ecological distance index: A case study of Yuyang district in Yulin city, China
- Petrogenesis and tectonic significance of the Mengjiaping beschtauite in the southern Taihang mountains
- Review Articles
- The significance of scanning electron microscopy (SEM) analysis on the microstructure of improved clay: An overview
- A review of some nonexplosive alternative methods to conventional rock blasting
- Retrieval of digital elevation models from Sentinel-1 radar data – open applications, techniques, and limitations
- A review of genetic classification and characteristics of soil cracks
- Potential CO2 forcing and Asian summer monsoon precipitation trends during the last 2,000 years
- Erratum
- Erratum to “Calibration of the depth invariant algorithm to monitor the tidal action of Rabigh City at the Red Sea Coast, Saudi Arabia”
- Rapid Communication
- Individual tree detection using UAV-lidar and UAV-SfM data: A tutorial for beginners
- Technical Note
- Construction and application of the 3D geo-hazard monitoring and early warning platform
- Enhancing the success of new dams implantation under semi-arid climate, based on a multicriteria analysis approach: Case of Marrakech region (Central Morocco)
- TRANSFORMATION OF TRADITIONAL CULTURAL LANDSCAPES - Koper 2019
- The “changing actor” and the transformation of landscapes
Articles in the same Issue
- Regular Articles
- Lithopetrographic and geochemical features of the Saalian tills in the Szczerców outcrop (Poland) in various deformation settings
- Spatiotemporal change of land use for deceased in Beijing since the mid-twentieth century
- Geomorphological immaturity as a factor conditioning the dynamics of channel processes in Rządza River
- Modeling of dense well block point bar architecture based on geological vector information: A case study of the third member of Quantou Formation in Songliao Basin
- Predicting the gas resource potential in reservoir C-sand interval of Lower Goru Formation, Middle Indus Basin, Pakistan
- Study on the viscoelastic–viscoplastic model of layered siltstone using creep test and RBF neural network
- Assessment of Chlorophyll-a concentration from Sentinel-3 satellite images at the Mediterranean Sea using CMEMS open source in situ data
- Spatiotemporal evolution of single sandbodies controlled by allocyclicity and autocyclicity in the shallow-water braided river delta front of an open lacustrine basin
- Research and application of seismic porosity inversion method for carbonate reservoir based on Gassmann’s equation
- Impulse noise treatment in magnetotelluric inversion
- Application of multivariate regression on magnetic data to determine further drilling site for iron exploration
- Comparative application of photogrammetry, handmapping and android smartphone for geotechnical mapping and slope stability analysis
- Geochemistry of the black rock series of lower Cambrian Qiongzhusi Formation, SW Yangtze Block, China: Reconstruction of sedimentary and tectonic environments
- The timing of Barleik Formation and its implication for the Devonian tectonic evolution of Western Junggar, NW China
- Risk assessment of geological disasters in Nyingchi, Tibet
- Effect of microbial combination with organic fertilizer on Elymus dahuricus
- An OGC web service geospatial data semantic similarity model for improving geospatial service discovery
- Subsurface structure investigation of the United Arab Emirates using gravity data
- Shallow geophysical and hydrological investigations to identify groundwater contamination in Wadi Bani Malik dam area Jeddah, Saudi Arabia
- Consideration of hyperspectral data in intraspecific variation (spectrotaxonomy) in Prosopis juliflora (Sw.) DC, Saudi Arabia
- Characteristics and evaluation of the Upper Paleozoic source rocks in the Southern North China Basin
- Geospatial assessment of wetland soils for rice production in Ajibode using geospatial techniques
- Input/output inconsistencies of daily evapotranspiration conducted empirically using remote sensing data in arid environments
- Geotechnical profiling of a surface mine waste dump using 2D Wenner–Schlumberger configuration
- Forest cover assessment using remote-sensing techniques in Crete Island, Greece
- Stability of an abandoned siderite mine: A case study in northern Spain
- Assessment of the SWAT model in simulating watersheds in arid regions: Case study of the Yarmouk River Basin (Jordan)
- The spatial distribution characteristics of Nb–Ta of mafic rocks in subduction zones
- Comparison of hydrological model ensemble forecasting based on multiple members and ensemble methods
- Extraction of fractional vegetation cover in arid desert area based on Chinese GF-6 satellite
- Detection and modeling of soil salinity variations in arid lands using remote sensing data
- Monitoring and simulating the distribution of phytoplankton in constructed wetlands based on SPOT 6 images
- Is there an equality in the spatial distribution of urban vitality: A case study of Wuhan in China
- Considering the geological significance in data preprocessing and improving the prediction accuracy of hot springs by deep learning
- Comparing LiDAR and SfM digital surface models for three land cover types
- East Asian monsoon during the past 10,000 years recorded by grain size of Yangtze River delta
- Influence of diagenetic features on petrophysical properties of fine-grained rocks of Oligocene strata in the Lower Indus Basin, Pakistan
- Impact of wall movements on the location of passive Earth thrust
- Ecological risk assessment of toxic metal pollution in the industrial zone on the northern slope of the East Tianshan Mountains in Xinjiang, NW China
- Seasonal color matching method of ornamental plants in urban landscape construction
- Influence of interbedded rock association and fracture characteristics on gas accumulation in the lower Silurian Shiniulan formation, Northern Guizhou Province
- Spatiotemporal variation in groundwater level within the Manas River Basin, Northwest China: Relative impacts of natural and human factors
- GIS and geographical analysis of the main harbors in the world
- Laboratory test and numerical simulation of composite geomembrane leakage in plain reservoir
- Structural deformation characteristics of the Lower Yangtze area in South China and its structural physical simulation experiments
- Analysis on vegetation cover changes and the driving factors in the mid-lower reaches of Hanjiang River Basin between 2001 and 2015
- Extraction of road boundary from MLS data using laser scanner ground trajectory
- Research on the improvement of single tree segmentation algorithm based on airborne LiDAR point cloud
- Research on the conservation and sustainable development strategies of modern historical heritage in the Dabie Mountains based on GIS
- Cenozoic paleostress field of tectonic evolution in Qaidam Basin, northern Tibet
- Sedimentary facies, stratigraphy, and depositional environments of the Ecca Group, Karoo Supergroup in the Eastern Cape Province of South Africa
- Water deep mapping from HJ-1B satellite data by a deep network model in the sea area of Pearl River Estuary, China
- Identifying the density of grassland fire points with kernel density estimation based on spatial distribution characteristics
- A machine learning-driven stochastic simulation of underground sulfide distribution with multiple constraints
- Origin of the low-medium temperature hot springs around Nanjing, China
- LCBRG: A lane-level road cluster mining algorithm with bidirectional region growing
- Constructing 3D geological models based on large-scale geological maps
- Crops planting structure and karst rocky desertification analysis by Sentinel-1 data
- Physical, geochemical, and clay mineralogical properties of unstable soil slopes in the Cameron Highlands
- Estimation of total groundwater reserves and delineation of weathered/fault zones for aquifer potential: A case study from the Federal District of Brazil
- Characteristic and paleoenvironment significance of microbially induced sedimentary structures (MISS) in terrestrial facies across P-T boundary in Western Henan Province, North China
- Experimental study on the behavior of MSE wall having full-height rigid facing and segmental panel-type wall facing
- Prediction of total landslide volume in watershed scale under rainfall events using a probability model
- Toward rainfall prediction by machine learning in Perfume River Basin, Thua Thien Hue Province, Vietnam
- A PLSR model to predict soil salinity using Sentinel-2 MSI data
- Compressive strength and thermal properties of sand–bentonite mixture
- Age of the lower Cambrian Vanadium deposit, East Guizhou, South China: Evidences from age of tuff and carbon isotope analysis along the Bagong section
- Identification and logging evaluation of poor reservoirs in X Oilfield
- Geothermal resource potential assessment of Erdaobaihe, Changbaishan volcanic field: Constraints from geophysics
- Geochemical and petrographic characteristics of sediments along the transboundary (Kenya–Tanzania) Umba River as indicators of provenance and weathering
- Production of a homogeneous seismic catalog based on machine learning for northeast Egypt
- Analysis of transport path and source distribution of winter air pollution in Shenyang
- Triaxial creep tests of glacitectonically disturbed stiff clay – structural, strength, and slope stability aspects
- Effect of groundwater fluctuation, construction, and retaining system on slope stability of Avas Hill in Hungary
- Spatial modeling of ground subsidence susceptibility along Al-Shamal train pathway in Saudi Arabia
- Pore throat characteristics of tight reservoirs by a combined mercury method: A case study of the member 2 of Xujiahe Formation in Yingshan gasfield, North Sichuan Basin
- Geochemistry of the mudrocks and sandstones from the Bredasdorp Basin, offshore South Africa: Implications for tectonic provenance and paleoweathering
- Apriori association rule and K-means clustering algorithms for interpretation of pre-event landslide areas and landslide inventory mapping
- Lithology classification of volcanic rocks based on conventional logging data of machine learning: A case study of the eastern depression of Liaohe oil field
- Sequence stratigraphy and coal accumulation model of the Taiyuan Formation in the Tashan Mine, Datong Basin, China
- Influence of thick soft superficial layers of seabed on ground motion and its treatment suggestions for site response analysis
- Monitoring the spatiotemporal dynamics of surface water body of the Xiaolangdi Reservoir using Landsat-5/7/8 imagery and Google Earth Engine
- Research on the traditional zoning, evolution, and integrated conservation of village cultural landscapes based on “production-living-ecology spaces” – A case study of villages in Meicheng, Guangdong, China
- A prediction method for water enrichment in aquifer based on GIS and coupled AHP–entropy model
- Earthflow reactivation assessment by multichannel analysis of surface waves and electrical resistivity tomography: A case study
- Geologic structures associated with gold mineralization in the Kirk Range area in Southern Malawi
- Research on the impact of expressway on its peripheral land use in Hunan Province, China
- Concentrations of heavy metals in PM2.5 and health risk assessment around Chinese New Year in Dalian, China
- Origin of carbonate cements in deep sandstone reservoirs and its significance for hydrocarbon indication: A case of Shahejie Formation in Dongying Sag
- Coupling the K-nearest neighbors and locally weighted linear regression with ensemble Kalman filter for data-driven data assimilation
- Multihazard susceptibility assessment: A case study – Municipality of Štrpce (Southern Serbia)
- A full-view scenario model for urban waterlogging response in a big data environment
- Elemental geochemistry of the Middle Jurassic shales in the northern Qaidam Basin, northwestern China: Constraints for tectonics and paleoclimate
- Geometric similarity of the twin collapsed glaciers in the west Tibet
- Improved gas sand facies classification and enhanced reservoir description based on calibrated rock physics modelling: A case study
- Utilization of dolerite waste powder for improving geotechnical parameters of compacted clay soil
- Geochemical characterization of the source rock intervals, Beni-Suef Basin, West Nile Valley, Egypt
- Satellite-based evaluation of temporal change in cultivated land in Southern Punjab (Multan region) through dynamics of vegetation and land surface temperature
- Ground motion of the Ms7.0 Jiuzhaigou earthquake
- Shale types and sedimentary environments of the Upper Ordovician Wufeng Formation-Member 1 of the Lower Silurian Longmaxi Formation in western Hubei Province, China
- An era of Sentinels in flood management: Potential of Sentinel-1, -2, and -3 satellites for effective flood management
- Water quality assessment and spatial–temporal variation analysis in Erhai lake, southwest China
- Dynamic analysis of particulate pollution in haze in Harbin city, Northeast China
- Comparison of statistical and analytical hierarchy process methods on flood susceptibility mapping: In a case study of the Lake Tana sub-basin in northwestern Ethiopia
- Performance comparison of the wavenumber and spatial domain techniques for mapping basement reliefs from gravity data
- Spatiotemporal evolution of ecological environment quality in arid areas based on the remote sensing ecological distance index: A case study of Yuyang district in Yulin city, China
- Petrogenesis and tectonic significance of the Mengjiaping beschtauite in the southern Taihang mountains
- Review Articles
- The significance of scanning electron microscopy (SEM) analysis on the microstructure of improved clay: An overview
- A review of some nonexplosive alternative methods to conventional rock blasting
- Retrieval of digital elevation models from Sentinel-1 radar data – open applications, techniques, and limitations
- A review of genetic classification and characteristics of soil cracks
- Potential CO2 forcing and Asian summer monsoon precipitation trends during the last 2,000 years
- Erratum
- Erratum to “Calibration of the depth invariant algorithm to monitor the tidal action of Rabigh City at the Red Sea Coast, Saudi Arabia”
- Rapid Communication
- Individual tree detection using UAV-lidar and UAV-SfM data: A tutorial for beginners
- Technical Note
- Construction and application of the 3D geo-hazard monitoring and early warning platform
- Enhancing the success of new dams implantation under semi-arid climate, based on a multicriteria analysis approach: Case of Marrakech region (Central Morocco)
- TRANSFORMATION OF TRADITIONAL CULTURAL LANDSCAPES - Koper 2019
- The “changing actor” and the transformation of landscapes