International Journal of Interactive Mobile Technologies (iJIM) - Vol. 4, No. 1, January 2010 A COST EFFECTIVE METHOD FOR DETERMINING THE POSITION OF MINE HAUL ROAD DEFECTS FROM THE ROAD EDGE A Cost Effective Method for Determining the Position of Mine Haul Road Defects From the Road Edge doi:10.3991/ijim.v4i1.1067 F. Sokolic 1,2, M. Rawlins2 and K.J. Duffy1 1 Durban University of Technology, Durban, South Africa 2 Energy Combustion Services, Durban Abstract—This paper describes a simple method for estimat- ing haul road defect positions from alongside roads. It is a method that is cheap and easy to implement, needing only a minimal amount of field equipment and training. Observers are required to estimate the bearing and distance to a de- fect, and to record their location using a GPS receiver. All further processing is automated and can be done entirely within a spatially-enabled database management system such as Microsoft SQL Server or PostgreSQL. Index Terms—rangefinder, GPS, position measurement, road maintenance. I. INTRODUCTION In open-pit mines the maintenance of haul roads is an ongoing and expensive process with major implications for haul truck fuel efficiency. Not only do poorly main- tained roads lead to increases in fuel consumption, they also negatively impact on the operational efficiency of the mine itself. To counter this, regular monitoring and main- tenance of mine haul roads is carried out. In a typical haul road monitoring and maintenance programme, observers monitor road conditions on an ongoing basis, recording the type, severity and position of all road defects. This information is then passed on to maintenance crews who are responsible for repairing the defects. All information on defect detection, monitoring and repair is typically recorded in a computerised management system. A major problem experienced by haul road mainte- nance personnel in operational open-pit mines is that the activities of large haul trucks often makes it too dangerous for them to stand on the road itself when recording the locations of road defects such as potholes. To reduce the risks to the observer road defects must be located from the edge of roads. A method has been devised whereby the defects are recorded from the side of the road, with the bearing and distance to the defect being estimated by the observer. The proposed method does not rely on expensive equipment such as laser range-finders or laser theodolites which can cost up to $12,000 [1]. Rather, the method described here is a low-technological solution requiring only a hand-held Global Positioning System (GPS) re- ceiver and, optionally, a hand held compass. II. METHODOLOGY The initial step in determining the position of a road de- fect sees an observer standing alongside the road and estimating the distance and bearing to the defect. The position at which the observer is standing, along with the bearing and distance to the defect define a defect vector from which the true position of the defect can be deter- mined. This is done using a series of steps in which the defect bearing is first corrected using the orientation of road, and then, together with the vector length, is used to calculate x and y offset values that are applied to the de- fect vector origin to give the actual position of the defect itself. The complete procedure for calculating the position of the defect is based on trigonometrical principles and is made up of three basic steps: 1. Measure the defect vector 2. Convert the defect vector bearing from a relative to a true bearing 3. Calculate the coordinates of the defect The first step is performed on-site in the mine, while steps 2 and 3 can either be performed on-site or as part of a post-processing procedure. A. Step 1: Measure the defect vector Road defects are recorded by observers equipped with a GPS receiver and possibly also a compass. When a defect is located, the observer stands alongside the road and estimates the distance and bearing to the defect as shown in Figure 1. Figure 1. Measurement of a defect position from alongside the road. The bearing (120°), distance (31 metres) and origin (observer location [DVX DVY]) define a defect vector, shown in red. 38 http:www.i-jim.org http://dx.doi.org/10.3991/ijim.v4i1.1067� A COST EFFECTIVE METHOD FOR DETERMINING THE POSITION OF MINE HAUL ROAD DEFECTS FROM THE ROAD EDGE The estimated distance to the defect is given in metres while the bearing is measured in degrees measured in a clockwise direction relative to the road alongside which the observer is standing. Using a GPS the observer also records the current position, thereby defining the defect vector origin. These three measurements, namely the defect distance, defect bearing, and GPS capture position make up a defect vector that provides all the information required to determine the true position of the defect. B. Step 2: Convert the defect bearing from relative to true In this step the true bearing (i.e. relative to True North) of the road is determined. The road bearing is then applied as a correction to the defect vector bearing to convert it to a true bearing. The first task in this process is to determine the geomet- ric relationship between the defect vector and the road next to which it was measured. This is essential because two different defect bearings are possible depending on whether the observer is standing on the left- or the right- hand side of the road. These two bearings will differ by 180°. A point to note here is that the defect bearing is measured using the geographic convention of angle meas- urement, in which angles are measured in a clockwise direction (Figure 2). The arithmetic system of angle measurement, on the other hand, sees angles increasing in an anticlockwise direction. This difference between the two systems is important as the trigonometrical steps that follow use arithmetic and not geographic angles. How- ever, the advantage of recording defect bearings as geo- graphic angles is that this allows them to be measured in the field using a simple hand-held compass. The process of determining the road bearing starts in a Geographic Information System (GIS) where the road centre-lines are represented by a series of edges (or lines) and nodes (or points) which together make up a network model of the mine haul road system (Figure 3). Figure 2. Measurement of geographic angles (left) and arithmetic angles (right). Figure 3. Network model of haul roads (shown in grey) as imple- mented in a GIS. Nodes (red circles) are connected by edges (black lines). Each edge has one start node and one end node that determine the direction in which the edge is traversed. Once the defect vector origin is imported into the GIS a simple spatial query is used to select the closest network edge (Figure 4). The nearest edge is defined by start and end nodes, the coordinates of which can be determined by the GIS. Using trigonometrical principles it is then a fairly simple process to calculate the bearing of the road using these start and end node coordinates. Before doing so, however, it should be ensured that the start and end nodes define a right-to-left traversal of the road relative to the defect vector origin. In other words, when viewing the nodes from the defect vector origin the start node should always be to the right of the end node. This ensures that the calculated road bearings will always increase in an anticlockwise direction, as would be expected with arith- metic angles. If it is found that the nodes define a left-to- right traversal of the road then the nodes must be swapped around, i.e. the start node becomes the end node and vice versa. With the geometry of the start and end nodes known, the bearing of the road can be calculated and ap- plied to the defect vector bearing (Figure 5). Figure 4. A GIS is used to identify the closest network edge (shown in blue) to the defect vector origin. The start (A) and end (B) nodes of the closest edge are indicated with red circles. Figure 5. The coordinates of the start and end nodes allow the true bearing of the road to be calculated (140°). The difference between the road bearing and the relative defect vector bearing gives the true bearing of the defect (20° = 140° - 120°). True bearings are given using arithme- tic angles, where 0° is equivalent to 90° geographic, i.e. East. iJIM – Volume 4, Issue 1, January 2010 39 A COST EFFECTIVE METHOD FOR DETERMINING THE POSITION OF MINE HAUL ROAD DEFECTS FROM THE ROAD EDGE The procedure outlined above can be implemented as follows: • Import the coordinates of the defect vector (DV) ori- gin into a GIS. If necessary the coordinates should be converted from geographic longitude/latitude values to metres-based Cartesian coordinates. These are de- noted as the coordinate pair (DVX;DVY) • Find the network edge (E) closest to the defect vector origin • Obtain the coordinates of the start (A) and end (B) nodes of this nearest edge. These are denoted as co- ordinate pairs (AX;AY) and (BX;BY) and should also be metres-based Cartesian coordinates • Calculate the bearings from the defect vector origin to the start and end nodes, using ATan2 to ensure that values in the range ±180° are obtained: Abearing = ATan2(AX-DVX, AY-DVY) Bbearing = ATan2(BX-DVX, BY-DVY) • Make sure that the start node is to the right of the end node: If (Abearing-Bbearing < -180°) OR (Abearing-Bbearing ≥ 0° AND Abearing-Bbearing < 180°) then swap A and B (i.e. set AX=BX, AY=BY, BX=AX, BY=AY) • Calculate the bearing of the network edge: Ebearing = ATan2(BX-AX, BY-AY) • Subtract the edge bearing from the defect vector bearing to give the true bearing of the defect (Defbear- ing): Defbearing = DVbearing - Ebearing C. Step 3: Calculate the true coordinates of the defect With the true bearing to the defect now known, it is a simple matter to calculate the coordinates of the defect using trigonometry. In this step the offsets of the defect along the x- and y-axes are calculated and added to the coordinates of the defect vector origin (Figure 6). The resulting coordinate pair ( DefX;DefY) represents the true position of the defect in the Cartesian coordinate system being used. If necessary these defect coordinates can be converted into longitude/latitude coordinates. Figure 6. The offsets of the defect on the x- and y-axes are calculated using the cosine and sine rules. The offsets are added to the coordinates of the defect vector origin (DVX;DVY) to give the true coordinates of the defect (DefX;DefY). These steps can be implemented as follows: • Calculate the true coordinates of the defect: DefX = DVX + (Cos(Defbearing) * DVlength) DefY = DVY + (Sin(Defbearing) * DVlength) • [Optional] Reproject the defect coordinates to longi- tude/latitude values III. DISCUSSION Recording haul road defects in an operational mine holds risks for the observers due to the activities of mining equipment and haul trucks. The method presented in this paper attempts to mitigate these risks by providing a means of recording defect positions while standing in a safe position next to the road. When designing and implementing such a system it is important to understand the accuracy levels that can be achieved. The proposed system can be split into two phases, namely a human phase and an automated phase. The human phase, which is where potential errors and inaccuracies can arise, consists of the measurement of the defect vector. The subsequent steps of calculating the true position of the defect can be carried out entirely by com- puter using accurate and well-understood formulas. If these algorithms are correctly implemented they should not introduce any errors apart from minor inaccuracies due to rounding off of numbers. Measurement of the defect vector requires the observer to estimate the distance to, and bearing of, the defect. At the same time the observer's position is recording using a GPS receiver. All three of these steps are subject to inac- curacy. Of the three, estimating distances is the most diffi- cult at relies entirely on the ability of the observer to do so accurately. While this ability can be improved through training and experience, some observers will always be better at judging distances than others. However, given the typical distances and defect sizes that will be encountered in a mine, the error introduced by estimating distances is not considered to be a serious hindrance. For example, for a haul road that is 40 metres wide, an observer would be able to get to within 40 metres of a defect even if the de- fect were on the far side of the road. If the observer's esti- mate of the distance to the defect was out by 10%, i.e. 4 metres, this would still be smaller than the positional error of typical modern hand-held GPS receivers, which have accuracies of approximately 10 metres. Furthermore, it is also smaller than the areal extent of most defects. Distance errors can be eliminated by using laser range finders but this defeats the main reason for developing this low cost and easily implementable defect measuring system. Determining the bearing to the defect is also subject to error, although, as with the estimation of distance, this should improve with experience. The measurement of defect bearings can also made easier by using a hand-held compass. The observer would need to align the compass dial so that the North reading (0°) points to the left and the South reading (180°) to the right. The defect bearing is then read off from the compass dial. Note that for the purposes of measuring the defect bearing, the direction in which the compass needle points is irrelevant as it is the defect bearing relative to the road that is of importance, not the bearing relative to Magnetic North. The accuracy of the third step in defining the defect vector, namely recording the defect vector origin using a GPS receiver, can be improved by using methods such as 40 http:www.i-jim.org A COST EFFECTIVE METHOD FOR DETERMINING THE POSITION OF MINE HAUL ROAD DEFECTS FROM THE ROAD EDGE differential correction. Once again, this would lead to increased costs. Although the three components of the defect vector are all subject to measurement error, these are generally smaller than the sizes of the defects being measured. What is required from the methodology outlined above is that maintenance teams be able to locate defects using the defect position calculated using the defect vector method. Given the areal extent of typical haul road defects, guiding maintenance crews to within ten metres of the defect would allow them to see the defect anyway. REFERENCES [1] L. P. Sicking, “Rangefinder comparison”, http://www.fs.fed.us/ eng/pubs/html/98241307/98241307.html AUTHORS K. J. Duffy is the Director of the Centre for Systems Research (CSR) at the Durban University of Technology in Durban, South Africa (e-mail: kevind@ dut.ac.za). He has a Ph.D. from the University of Virginia, USA. M. Rawlins is CEO of Energy Combustion Services (ECS) in Durban (e-mail: mark.rawlins@enerserv.co.za). He has a Doctor of Technology degree from the Durban University of Technology. F. Sokolic is a consultant with GI Solutions in Durban and works with both ECS and the CSR (e-mail: soko- lic@worldonline.co.za). He has an M.Sc. from the Uni- versity of KwaZulu-Natal in Durban. This work was supported in part by the South African National Research Foundation’s Technology and Human Resources for Industry Pro- gramme. Submitted, September, 28, 2009. Published as resubmitted by the authors on December, 02, 2009. iJIM – Volume 4, Issue 1, January 2010 41 http://www.fs.fed.us/eng/pubs/html/98241307/98241307.html� http://www.fs.fed.us/eng/pubs/html/98241307/98241307.html�