12.2 Spot Elevations & Contour Interpolation Calculations

Key Takeaways

  • Linear interpolation locates a contour by proportion: the horizontal distance to the target contour equals total run multiplied by the elevation difference to the target divided by the total elevation difference.
  • Spot elevations are carried to two decimal places on paving and structures and to one decimal place on lawn and planting areas, because false precision on soft surfaces cannot be constructed.
  • A standard vertical barrier curb is 6 inches high, so the top of curb spot elevation is 0.50 feet above the adjacent gutter flow line.
  • At an accessible passenger loading zone and along accessible routes the curb must be replaced by a flush condition or curb ramp, so top and bottom of curb elevations converge at the access aisle.
  • Spot elevations govern over interpolated contours where the two disagree, because spot elevations are explicit design instructions and contours are graphic interpretations.
Last updated: September 2026

1. Spot Elevations: Purpose, Symbols, and Precision

While contour lines depict broad, undulating three-dimensional surfaces, they lack the millimeter-level precision required to construct structural pavements, building interfaces, and gravity drainage networks. Spot elevations indicate the exact vertical elevation of a discrete point on the ground plane, referenced to two decimal places (hundredths of a foot, e.g., 104.25') in US Imperial units, or three decimal places (e.g., 31.750 m) in metric units.

Critical Application Points for Spot Elevations

Landscape architects must specify spot elevations at all critical physical discontinuities and hydraulic control nodes:

  1. Finished Floor Elevation (FFE): The elevation of the interior structural ground floor slab. As a universal life-safety rule, the FFE must be set a minimum of 6 to 12 inches (0.50' to 1.00') above adjacent finished exterior grade (FG) to prevent surface runoff intrusion during extreme precipitation events.
  2. Building Corners: Spot elevations at every exterior building envelope angle establish baseline clearance and dictate the direction of perimeter swales sloping away from foundations.
  3. Curbs and Gutters: Curbs introduce an immediate vertical grade separation between vehicular pavements and pedestrian sidewalks. Spot elevations must define both the top and bottom of the curb:
    • TC (Top of Curb): The elevation of the horizontal top surface of the concrete curb.
    • BC (Bottom of Curb) / FL (Flow Line) / GUT (Gutter): The elevation at the base of the curb face where the pavement meets the concrete gutter pan.
    • Curb Reveal Formula: The vertical curb face (reveal) is calculated directly as: Reveal = TC - BC Standard municipal barrier curbs maintain a 6-inch (0.50') reveal (e.g., TC 102.50 / BC 102.00). Curbs along pedestrian drop-offs or transition ramps taper to zero reveal (TC = BC).
  4. Drainage Structures (Inlets, Catch Basins, Manholes):
    • Rim Elevation: The top surface elevation of the cast-iron grate or manhole cover, set flush with finished pavement or 1 to 2 inches below turf grade to encourage inflow.
    • Invert Elevation (IE or INV): The elevation of the lowest inside bottom surface of the pipe where water enters or exits the structure.
    • Structure Depth Formula: The total vertical depth of a drainage vault is: Structure Depth = Rim - Invert
  5. Tops and Bottoms of Retaining Walls: Denoted as TW (Top of Wall) and BW (Bottom of Wall). The total structural height of the wall is TW - BW.
  6. High Points (HP) and Low Points (LP): Placed at drainage divides along road crowns, parking lot valley gutters, and swales to establish flow direction.

Hierarchy of Authority: Spot Elevations vs. Contours

In construction contract documents, spot elevations take legal and mathematical precedence over contour lines. If an interpolated contour line conflicts with a labeled spot elevation on a grading plan, the contractor must build to the spot elevation. Proposed contours are understood to be graphic representations interpolating between the rigid framework of control established by spot elevations.


2. Contour Interpolation Techniques & Calculations

Contour interpolation is the mathematical or graphical process of locating contour lines between points of known spot elevation, or conversely, calculating the precise spot elevation of an arbitrary point located between two known contour lines.

The Uniform Slope Assumption

All linear interpolation operates under the foundational premise that the ground plane between two surveyed control points slopes at a constant, uniform gradient. While natural terrain possesses micro-topographic irregularities, engineering interpolation assumes a straight, planar geometric line connects point A and point B.

Linear Interpolation Mathematical Formulas

Interpolation utilizes proportional geometric triangles where the horizontal distance between two points is directly proportional to their elevation difference.

dx / D = delta_ex / delta_E <==> dx = D * [(ex - e1) / (e2 - e1)]

Where:

  • D = Total horizontal distance between Point 1 and Point 2 (measured in feet via scale or coordinates)
  • delta_E = Total vertical elevation difference between Point 1 and Point 2 (e2 - e1)
  • ex = Target contour elevation being plotted (must lie between e1 and e2)
  • delta_ex = Elevation difference between the target contour and the starting point (ex - e1)
  • dx = Horizontal distance from Point 1 along the line toward Point 2 where contour ex crosses
Elevation (Z)
   e2 +-------------------------------------------* Point 2 (e2)
      |                                         / |
   ex +-------------------------* Contour (ex) /  |
      |                       / |             /   | delta_E = e2 - e1
      |         delta_ex     /  |            /    |
   e1 +---* Point 1 (e1)    /   |           /     |
      |   |                /    |          /      |
      +---+----------------+----+---------+-------+--> Distance (X)
          |<----- dx ----->|              |
          |<-------------- D ------------>|

Step-by-Step Interpolation Calculation

Problem: On a proposed park grading plan, Spot Elevation A is labeled 102.40' and Spot Elevation B is labeled 107.20'. The scaled horizontal distance between Point A and Point B is 80.0 feet. Locate where the intermediate 104.00', 105.00', and 106.00' contours intersect the line connecting Point A to Point B.

Solution Steps:

  1. Calculate total vertical elevation change (delta_E): delta_E = 107.20' - 102.40' = 4.80 feet
  2. Calculate the uniform slope gradient (S): S = delta_E / D = 4.80' / 80.0' = 0.060 (or 6.0%)
  3. Locate the 104.00' contour: delta_e_104 = 104.00' - 102.40' = 1.60 feet d_104 = D * (delta_e_104 / delta_E) = 80.0' * (1.60' / 4.80') = 80.0' * 0.3333 = 26.67 feet from Point A
  4. Locate the 105.00' contour: delta_e_105 = 105.00' - 102.40' = 2.60 feet d_105 = 80.0' * (2.60' / 4.80') = 80.0' * 0.5417 = 43.33 feet from Point A
  5. Locate the 106.00' contour: delta_e_106 = 106.00' - 102.40' = 3.60 feet d_106 = 80.0' * (3.60' / 4.80') = 80.0' * 0.7500 = 60.00 feet from Point A

Verification Check: Notice that between 104.00 and 105.00, the distance is 43.33' - 26.67' = 16.67'. Between 105.00 and 106.00, the distance is 60.00' - 43.33' = 16.67'. For a 1-foot vertical rise at a 6% gradient, the horizontal distance required is always L = 1.00' / 0.06 = 16.67 feet. The mathematics confirms perfect consistency.

Graphical Interpolation (The Engineer's Scale Ray Method)

When manual drafting or verifying calculations without digital calculators, landscape architects utilize the proportional ray method based on Euclid's geometric theorem of similar triangles:

  1. Lay a sheet of tracing paper over the two spot elevations (Point A and Point B).
  2. Using an engineer's scale, align a graduation matching Point A's elevation (e.g., 2.4 on the 10-scale for 102.40') over Point A.
  3. Pivot the scale until the graduation matching Point B's elevation (7.2 for 107.20') aligns with a parallel ray drawn through Point B.
  4. Mark the whole-number tick marks (3.0, 4.0, 5.0, 6.0, 7.0) along the scale edge and project perpendicular lines back to the survey line to instantly locate contours 103.00' through 107.00' without manual division.

3. Real-World Case Scenario: Setting High Points and Flow Lines in an Urban Plaza

Scenario: A landscape architect is designing a pedestrian plaza bounded by an academic building with an established Finished Floor Elevation (FFE) of 154.50' on the north side and an active street curb on the south side with a Top of Curb (TC) of 151.00' and Bottom of Curb (BC) of 150.50'. The north exterior wall requires a 6-inch step-down to finished exterior grade to protect against driving rain intrusion. Surface drainage must not sheet across the pedestrian building entrance; instead, runoff must flow into a longitudinal decorative stone swale running east-west across the plaza center, discharging into a catch basin located at the west property line.

Grading Resolution:

  1. Set building perimeter spot elevations: FFE = 154.50'. The finished grade at the foundation wall is established at 154.50' - 0.50' = 154.00'.
  2. Establish walkway cross-slope: From the building wall to the swale centerline (a distance of 20 feet), the pavement slopes south at a compliant 2.0% gradient: delta_e = 20.0' * 0.02 = 0.40' The top edge of the swale is set at spot grade 154.00' - 0.40' = 153.60'.
  3. Size the catch basin: At the discharge terminal, the catch basin rim is set flush with the plaza pavement at 151.50'. To accommodate a 12-inch reinforced concrete storm pipe with 2.0 feet of structural soil cover, the invert elevation (IE) of the outlet pipe is engineered at 147.50', yielding a total catch basin vault depth of 151.50' - 147.50' = 4.00 feet.
  4. Tie contours to existing grades: Proposed solid contour lines 153.00', 152.00', and 151.00' sweep across the plaza, point uphill along the swale centerline to convey water west, and daylight smoothly into existing dashed contours at the eastern boundary.

4. Exam Traps & Pitfalls

  1. The Swale vs. Ridge Orientation Reversal: The single most common error on Section 4 is confusing whether contour "V" shapes point uphill or downhill. Always visualize water flowing inside the shape: if the "V" points uphill (e.g., toward 110 from 100), water rushes down into the apex and exits along the channel. Contours pointing uphill equal a swale or valley; contours pointing downhill equal a ridge or spur.
  2. The Depression Contour First-Line Value: When labeling a depression with hachures, candidates frequently drop the elevation immediately on the first hachured ring. In reality, the first hachured contour repeats the exact elevation of the lowest surrounding regular contour line before the subsequent interior rings decrease.
  3. Contours Passing Through Building Footprints: Contours never run through a building envelope on an architectural grading plan. The interior of a building is flat at the FFE; proposed contour lines must terminate at the exterior face of the foundation wall or wrap around the structure.
  4. Retaining Wall Contour Discontinuity: Contours cannot cross a vertical retaining wall uninterrupted. When a contour strikes a retaining wall, it must either stop at the wall face, run along the wall coincidentally, or step vertically, requiring spot elevations labeled on both sides: Top of Wall (TW) and Bottom of Wall (BW).
  5. Non-Uniform Interpolation Fallacy: Never interpolate across a grade break, swale centerline, curb, or ridge line. Linear interpolation is only valid along a single, unbroken, uniform plane. If a curb sits between Point A and Point B, you must calculate to the curb face, apply the curb reveal step, and recalculate from the opposite curb face.
Test Your Knowledge

A grading plan depicts Spot Elevation X at 112.50 feet and Spot Elevation Y at 117.50 feet. The horizontal distance between the two surveyed points is exactly 125.0 feet. Assuming a uniform gradient between Point X and Point Y, at what horizontal distance from Point X does the 114.00-foot contour line cross?

A
B
C
D
Test Your Knowledge

A grading plan for a commercial entrance details a standard 6-inch vertical barrier curb adjacent to an accessible drop-off area. The Top of Curb (TC) spot elevation is specified at 142.85 feet. A nearby stormwater catch basin has a Rim elevation set flush with the asphalt pavement at 142.35 feet and an outlet pipe Invert Elevation (IE) of 138.85 feet. What are the Bottom of Curb (BC) elevation and the total vertical structure depth of the catch basin?

A
B
C
D