Traverse Computations
A series of consecutive lines whose lengths and directions are determined from field measurements. Used to establish control points and locate details.
Types of Traverses
Classifications
- Open Traverse: Does not return to the starting point or close upon a point of known position.
- Use: Route surveys (roads, pipelines).
- Check: No geometric check available unless tied to control points.
- Closed Traverse:
- Loop Traverse: Begins and ends at the same point.
- Link Traverse: Begins and ends at points of known position.
- Use: Property boundaries, construction control.
- Check: Sum of angles and coordinates must close.
Methods of Traversing
Field Methods
- Interior Angle Traverse: Measuring the angles inside a closed polygon. The sum of the angles is checked against .
- Deflection Angle Traverse: Measuring the angle by which the next line deflects from the prolongation of the previous line (Right or Left). Common in route surveys (open traverses).
- Azimuth Traverse: Measuring the azimuth of each line directly using a compass or by backsighting and turning the angle. It allows for quick calculation of latitudes and departures without intermediate bearing conversions.
Latitudes and Departures
To plot a traverse or compute coordinates, each course is resolved into two components:
- Latitude (): The projection of a traverse line on the North-South meridian ().
Latitude
-
North Latitude: Positive ()
-
South Latitude: Negative ()
-
Departure (): The projection of a line on the East-West line.
Departure
- East Departure: Positive ()
- West Departure: Negative ()
Error of Closure
In a theoretically perfect closed loop traverse, the algebraic sum of latitudes () and departures () should be zero. Due to errors, they are usually not.
- Linear Error of Closure (): The distance from the starting point to the computed end point.
Linear Error
- Relative Error of Closure (): A measure of precision.
Relative Error
Where is the total length (perimeter). Expressed as a ratio (e.g., 1:5000).
Interactive Traverse Tool
Visualize a traverse and automatically calculate closure errors and area.
Traverse & Area Tool
Traverse Lines
1
2
3
4
Plot
Closure Error: 0.0000 m
Precision: 1:3,109,888,511,975,475
Area: 15000.00 m²
* Y-axis is inverted for SVG rendering (North is up)
Balancing a Traverse
Adjusting the latitudes and departures so their algebraic sums become zero (or match the known difference for link traverses).
1. Compass Rule (Bowditch Rule)
- Assumption: Errors in distance and angle are equal.
- Application: Used for most surveys where tape and compass/transit are used.
Compass Rule
(Correction is proportional to the length of the side ).
2. Transit Rule
- Assumption: Angular errors are less than linear errors. It assumes the direction of lines is more certain than their lengths. The theoretical basis is that coordinate magnitudes dictate the error.
- Application: Used when angles are measured more precisely than distances (e.g., precise theodolite with stadia distance).
Transit Rule
(Correction is proportional to the absolute magnitude of the latitude/departure of the side, rather than lengths as in the Compass rule).
3. Crandall's Method
- Assumption: All angular errors are completely eliminated (assumed perfect) before adjusting linear distances. It distributes the closure error entirely to the distance measurements based on a least-squares principle.
- Mathematical Concept: The sum of the squares of the distance corrections, weighted inversely by their expected precision, is minimized (, where is the residual and is the weight).
- Application: Used when angular measurements are exceptionally more precise than distance measurements.
4. Least Squares Method
- Assumption: The sum of the squares of the weighted residuals is minimized.
- Application: The most mathematically rigorous method for adjusting any traverse or survey network. Best suited for complex networks with redundant measurements. Easily handled by modern surveying software.
Key Takeaways
- Latitude: (North-South component).
- Departure: (East-West component).
- Linear Error of Closure (LEC): .
- Compass Rule: Adjusts based on side length (assumes equal error probability).
- Transit Rule: Adjusts based on coordinate magnitude (assumes angle is more precise).