Design Comparison
Grade Check vs Design
The Grade Check tool lets you click points on the map to compare the survey elevation at each location against the design elevation, giving you instant pass, marginal, or fail results based on configurable tolerance bands. It is the primary tool for finished surface quality assurance.
![[Screenshot: Grade Check tool with several checked points on the CesiumJS map, colour-coded markers (green for pass, amber for marginal, red for fail), and a results table in the panel]](/images/placeholder.png)
What Grade Check Does
Grade Check compares two values at each point you click:
- Survey elevation β the height value from the site's DEM (Digital Elevation Model) at that location
- Design elevation β the height value from the selected design surface at that location
The difference between these two values is then evaluated against your configured tolerance to determine whether the point passes, is marginal, or fails.
Setting Up a Grade Check
Select the Design Surface
Before clicking points, select which design surface to check against. The dropdown lists all design surfaces uploaded to the current site. Choose the surface that represents the target finished level for the area you are inspecting.
Configure Tolerance Bands
Tolerance bands define what constitutes a pass, marginal result, or fail. SiteView provides preset tolerances and a custom option:
| Preset | Pass | Marginal | Fail |
|---|---|---|---|
| Tight (plus or minus 20mm) | Within 20mm of design | 20mm to 40mm from design | More than 40mm from design |
| Standard (plus or minus 50mm) | Within 50mm of design | 50mm to 100mm from design | More than 100mm from design |
| Loose (plus or minus 100mm) | Within 100mm of design | 100mm to 200mm from design | More than 200mm from design |
| Custom | You define the pass and marginal thresholds in millimetres |

π‘ Tip
For road subgrade work, a tolerance of plus or minus 50mm is common. For finished pavement or concrete surfaces, tighten it to plus or minus 20mm. Check your project specification for the required tolerance before running the grade check.
Checking Points
With the tool active and a design surface selected, click anywhere on the CesiumJS map where both DEM and design data exist. Each click:
- Samples the survey elevation from the DEM
- Samples the design elevation from the design surface
- Calculates the difference (survey minus design)
- Evaluates the difference against your tolerance bands
- Places a colour-coded marker on the map
- Adds a row to the results table
You can check as many points as needed. Each point is added to the running results.
Map Markers
Markers are colour-coded by result:
- Green β pass (within tolerance)
- Amber β marginal (outside pass tolerance but within marginal threshold)
- Red β fail (outside both tolerance bands)
Markers include a label showing the elevation difference value.
Results Table
The results table in the panel displays one row per checked point:
| Column | Description |
|---|---|
| Point | Sequential number (1, 2, 3, etc.) |
| Survey Elev. | The DEM elevation at the clicked location (metres) |
| Design Elev. | The design surface elevation at the clicked location (metres) |
| Difference | Survey minus design elevation (positive means survey is above design) |
| Status | Pass, Marginal, or Fail β based on the active tolerance |
The table updates in real time as you add points. You can scroll through results if many points have been checked.

βΉοΈ Did you know?
If you click a location where either the DEM or the design surface has no data, that point will show as "No Data" rather than a numeric result. This typically means the point is outside the DEM extent or the design surface boundary.
Exporting Grade Check Results
You can export the full results table for use in reports or project records:
- Copy to clipboard β pastes the table data for quick sharing
- Export as CSV β downloads a CSV file with all columns for import into spreadsheets or project documentation. See CSV Export.
- Export as PDF β generates a formatted PDF report with the results table and a map image. See PDF Reports.
Use Case: Finished Surface QA
A typical finished surface quality assurance workflow:
- Upload the design surface (target finished levels) to the site
- Fly a drone survey of the completed area
- Set the tolerance to match the project specification
- Click a grid of points across the finished surface
- Review the results β any fails indicate areas that need rework
- Export the results for the project quality record

β οΈ Watch out!
Grade Check compares against the DEM derived from drone photogrammetry. DEM accuracy depends on ground control, image quality, and processing settings. For high-precision QA (plus or minus 10mm or tighter), consider using RTK surveyed points instead β see Capturing Points.
What's Next?
- Compare to Design Volume β calculate cut and fill volumes against a design surface
- Cross-Section vs Design β visualise profile differences along a section line
- Cut/Fill Heat Map β generate a colour-coded overview of cut and fill across the site
- Grade Check (Measurement Tool) β the standalone grade check tool without a design comparison