Traverse Closure & Bowditch Adjustment

Closed traverses — departures and latitudes, linear misclosure, relative precision, Bowditch compass-rule adjustment, and a full worked example.

Foundation

Introduction

Establishing a reliable horizontal control network is fundamental in civil engineering, boundary determination, and construction monitoring. Horizontal traversing remains the most versatile field method for extending coordinates and checking spatial consistency. Traversing yields connected lines whose directions and lengths are measured successively.

Professional traverse resolution splits into two phases: analyze raw measurements for geometric closure, then apply a systematic adjustment to distribute random measurement error. Surveying Core provides:

Closed Traverses in Engineering Surveying

A horizontal traverse is a sequence of legs between control stations. The goal is plane rectangular coordinates (eastings and northings) relative to a project grid or geodetic datum.

Traverses are open (start known, end unknown — no redundancy) or closed:

  1. Closed-loop (polygon) — starts and ends at the same station; interior-angle and coordinate sums check against theory.
  2. Closed-link (connecting) — starts at known control, runs through new stations, closes on a different known point — common for corridors anchored to geodetic control.

Field data per station: clockwise horizontal angles (backsight to foresight) and horizontal distances (EDM or tape). Slope reduction and curvature/refraction are pre-processing steps before the horizontal model discussed here.

Computing Traverse Closure

Project each leg onto the horizontal plane using grid azimuth θ\theta (clockwise from north, decimal degrees) and horizontal distance DD.

Departures and latitudes (coordinate increments):

ΔE=DsinθΔN=Dcosθ\Delta E = D \sin\theta \qquad \Delta N = D \cos\theta

For a perfect closed loop:

ΔE=0ΔN=0\sum \Delta E = 0 \qquad \sum \Delta N = 0

For a closed link from station SS to EE:

ΔE=EendEstartΔN=NendNstart\sum \Delta E = E_{\text{end}} - E_{\text{start}} \qquad \sum \Delta N = N_{\text{end}} - N_{\text{start}}

Raw field sums rarely hit these targets. Misclosure components:

eE=ΔEtarget ΔEeN=ΔNtarget ΔNe_E = \sum \Delta E - \text{target } \Delta E \qquad e_N = \sum \Delta N - \text{target } \Delta N

Linear misclosure:

e=eE2+eN2e = \sqrt{e_E^2 + e_N^2}

Misclosure azimuth:

θe=atan2(eE,eN)\theta_e = \text{atan2}(e_E, e_N)

The Traverse closure calculator assumes a closed loop (target misclosure 00, 00).

Misclosure and Relative Precision

Absolute misclosure ee must be judged against traverse size. Relative precision normalizes quality:

P=DiRelative precision=ePN=PeP = \sum D_i \qquad \text{Relative precision} = \frac{e}{P} \qquad N = \frac{P}{e}

Formatted as 1 : NN — one unit of error per NN units measured. Example: 1 : 10,000 means ~1 m error per 10 km surveyed.

Relative precision indicates observation consistency, not absolute positional accuracy at every point. High 1 : NN can still hide systematic orientation or scale errors (uncalibrated EDM, wrong starting azimuth).

Is the Traverse Acceptable?

Before adjustment, compare relative precision to project specifications. Adjusting a traverse that fails tolerance only spreads bad data through the network.

Survey order / classMinimum relative precisionTypical applications
First-order1 : 100,000National geodetic control, deformation monitoring
Second-order, Class I1 : 50,000Major infrastructure, municipal control
Second-order, Class II1 : 20,000Engineering control, construction baselines
Third-order, Class I1 : 10,000Local layout, suburban boundaries, topo control
Third-order, Class II1 : 5,000Rural boundaries, preliminary route surveys

Closed loops also require angular closure. For nn sides:

Theoretical sum=(n2)180°\text{Theoretical sum} = (n - 2) \cdot 180°

Angular misclosure must not exceed c=knc = k\sqrt{n} ( kk in seconds, instrument-dependent). Balance within tolerance before computing preliminary azimuths; reject and re-observe if over limit.

Why Adjustment is Mathematically Necessary

Even at 1 : 25,000, unadjusted coordinates are inconsistent — the closing station gets two positions. That causes CAD/GIS gaps, stakeout disagreements between legs, and boundary geometry that does not close legally.

Adjustment distributes random error across legs so one consistent coordinate set exists per station. Systematic errors should be removed by calibration and field procedure first.

Bowditch (Compass Rule) Adjustment

The Bowditch or compass rule (Bowditch / Adrain, c. 1808) suits traverses where angles and distances have comparable relative precision. Corrections to each leg are proportional to leg length relative to total perimeter.

For leg ii with distance DiD_i and perimeter PP:

CE,i=eEDiPCN,i=eNDiPC_{E,i} = -e_E \cdot \frac{D_i}{P} \qquad C_{N,i} = -e_N \cdot \frac{D_i}{P}

Adjusted components:

ΔEi,adj=ΔEi,raw+CE,iΔNi,adj=ΔNi,raw+CN,i\Delta E_{i,\text{adj}} = \Delta E_{i,\text{raw}} + C_{E,i} \qquad \Delta N_{i,\text{adj}} = \Delta N_{i,\text{raw}} + C_{N,i}

Then ΔEi,adj\sum \Delta E_{i,\text{adj}} and ΔNi,adj\sum \Delta N_{i,\text{adj}} match targets. Progressive coordinates:

Ei+1=Ei+ΔEi,adjNi+1=Ni+ΔNi,adjE_{i+1} = E_i + \Delta E_{i,\text{adj}} \qquad N_{i+1} = N_i + \Delta N_{i,\text{adj}}

Back-calculate adjusted distance and azimuth:

Di,adj=ΔEi,adj2+ΔNi,adj2D_{i,\text{adj}} = \sqrt{\Delta E_{i,\text{adj}}^2 + \Delta N_{i,\text{adj}}^2}

θi,adj=atan2(ΔEi,adj,ΔNi,adj)\theta_{i,\text{adj}} = \text{atan2}(\Delta E_{i,\text{adj}}, \Delta N_{i,\text{adj}})

Run the full workflow in the Bowditch adjustment calculator.

Worked Example: 4-Leg Closed Loop

Control station A: EA=1000.0000E_A = 1000.0000 m, NA=5000.0000N_A = 5000.0000 m.

Raw field observations

LegAzimuth (°)Distance (m)
AB45.000120.00
BC135.000150.00
CD225.000110.00
DA311.170150.30

Step 1: Raw components

LegΔE\Delta E (m)ΔN\Delta N (m)
AB84.852884.8528
BC106.0660−106.0660
CD−77.7817−77.7817
DA−113.139898.9418

Step 2: Misclosure and precision

  • P=530.30P = 530.30 m
  • eE=0.0027e_E = -0.0027 m, eN=0.0531e_N = -0.0531 m
  • e=0.0532e = 0.0532 m
  • Relative precision \approx 1 : 9,965 (acceptable for urban design control)

Step 3: Bowditch corrections

Corrections oppose misclosure (+0.0027+0.0027 m easting, +0.0531+0.0531 m northing total):

LegCEC_E (m)CNC_N (m)
AB+0.0006+0.0120
BC+0.0008+0.0150
CD+0.0006+0.0110
DA+0.0007+0.0151

Step 4: Adjusted coordinates

StationEasting (m)Northing (m)
A1000.00005000.0000
B1084.85345084.8648
C1190.92024978.8138
D1113.13914901.0431
A (closed)1000.00005000.0000

Step 5: Adjusted azimuths and distances

LegAdj. azimuth (°)Adj. distance (m)
AB44.996120.009
BC134.996149.990
CD225.004109.992
DA311.175150.309

Field book summary

StationLegRaw θ (°)Raw DD (m)Raw ΔE\Delta ERaw ΔN\Delta NCorr ΔE\Delta ECorr ΔN\Delta NAdj ΔE\Delta EAdj ΔN\Delta NAdj θ (°)Adj DD (m)Coordinates (EE, NN)
A1000.0000, 5000.0000
AB45.000120.0084.852884.85280.00060.012084.853484.864844.996120.009
B1084.8534, 5084.8648
BC135.000150.00106.0660−106.06600.00080.0150106.0668−106.0510134.996149.990
C1190.9202, 4978.8138
CD225.000110.00−77.7817−77.78170.00060.0110−77.7811−77.7707225.004109.992
D1113.1391, 4901.0431
DA311.170150.30−113.139898.94180.00070.0151−113.139198.9569311.175150.309
A1000.0000, 5000.0000
Sum530.30−0.0027−0.05310.00270.05310.00000.0000

Bowditch vs. Least Squares

Bowditch is empirical and suited to a single loop or link. Least squares minimizes weighted observation residuals, handles redundant interconnected networks, and yields error ellipses — the geodetic standard for complex control.

FeatureBowditch (compass)Transit ruleLeast squares
BasisEmpirical; ∝ leg lengthEmpirical; ∝ ΔE\|\Delta E\|, ΔN\|\Delta N\|Statistical optimization
Angle vs. distanceAssumes comparable precisionAssumes angles more preciseCustom weights
TopologySingle loop/linkSingle loop/linkArbitrary networks
UncertaintyRelative precision onlyRelative precision onlyError ellipses
LimitationsNo redundancy metricsWeak theoretical basisRequires software

Bowditch remains appropriate for most local engineering, topo, and construction traverses.

Common Errors

Wrong sign on corrections

CE,i=eE(Di/P)C_{E,i} = -e_E (D_i/P). Negative eEe_E requires positive departure corrections. Same-sign corrections double the error.

Balancing angles before checking linear misclosure

Angular balancing can mask distance blunders. Compute raw ΔE\Delta E, ΔN\Delta N first to detect field book errors.

Using slope distances

Apply horizontal reduction before traverse math; raw slope distances distort perimeter and misclosure.

Uncorrected field errors

Temperature, tension, sag, meteorological EDM corrections, and similar systematic effects propagate through every leg.

Next Steps

  1. Enter raw azimuths and horizontal distances in the Traverse closure calculator — check misclosure and 1 : NN.
  2. If within tolerance, run the Bowditch adjustment calculator for balanced coordinates and adjusted legs.
  3. Use the Bearing & distance calculator for auxiliary grid conversions.