---
title: "Fixing the Too Far from Site Error in NavVis IVION"
slug: "toofa1-1"
description: "Resolve the \"Too far from site\" error in NavVis IVION by ensuring your spatial reference system matches the processed dataset for successful data transfer."
tags: ["Coordinate reference system", "Error message", "site coordinate", "SLAM Anchor", "spatial coordinate", "Troubleshooting"]
updated: 2026-05-21T12:05:42Z
published: 2026-05-21T12:05:42Z
canonical: "knowledge.navvis.com/toofa1-1"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.navvis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fixing the Too Far from Site Error in NavVis IVION

Use this guide when a processed dataset is marked with a “too far from site” status in NavVis IVION Processing, blocking you from adding it to Dataset Management. You’ll need admin-level access to your IVION site. By the end, you’ll have identified the coordinate mismatch and applied the correct fix. ![](https://cdn.document360.io/bf174766-fa1a-4fe1-a4d7-b1db1e7cb996/Images/Documentation/image-PF8MUWP6.png)

![](https://cdn.document360.io/bf174766-fa1a-4fe1-a4d7-b1db1e7cb996/Images/Documentation/image-9VXU99MG.png)

## Root cause

NavVis IVION limits each site to a 20,000 m radius around its base point. If a processed dataset falls outside that radius, NavVis IVION blocks the data transfer to Dataset Management and marks the dataset “too far from site.”

The mismatch is almost always caused by one of the following:

- The site location and the control points use different coordinate systems.
- The Easting and Northing values in the control points file are reversed, creating a left-handed coordinate system.
- The control points use very large coordinate values (more than 20,000 m from the coordinate origin).

## Troubleshooting procedure

### 1: Verify the site location type

Determine whether the site uses WGS 84 (latitude and longitude) or an EPSG spatial reference system.

1. Open your IVION site and enter Draft Mode.
2. **Go to**Settings**>**Edit Site Location.
3. Select **Show advanced settings>Spatial reference system.**
4. Note whether the site location is set to Latitude & Longitude (WGS 84) or Spatial Reference System (EPSG). If EPSG, note the code. ![](https://cdn.document360.io/bf174766-fa1a-4fe1-a4d7-b1db1e7cb996/Images/Documentation/image-0YA3YUWI.png)

### 2: Inspect the control points file

Download the control points file for the affected dataset to check which coordinate system was used during processing.

1. In NavVis IVION Processing, go to the **Processed data** tab.
2. Select the dataset marked “too far from site.”
3. Select **Download**, then select **Surveyed control points (.csv).**
4. Open the CSV file and inspect the first line.

- If the first line reads #, CRS, EPSG:xxxx, the data was processed using a specific spatial reference system.
- If that line is missing, the control points were treated as an arbitrary local coordinate system. ![](https://cdn.document360.io/bf174766-fa1a-4fe1-a4d7-b1db1e7cb996/Images/Documentation/image-U63XN1M8.png)

### 3: Download and check the quality report

The quality report confirms the coordinate system that was active when the data was processed.

1. In NavVis IVION Processing, select the dataset and download the quality report. For details, see [Downloading processed data](https://knowledge.navvis.com/docs/downloading-processed-data).
2. Open the quality report and note the coordinate system: **Local Reference System**or **Spatial Reference System**. ![](https://cdn.document360.io/bf174766-fa1a-4fe1-a4d7-b1db1e7cb996/Images/Documentation/image-HCSMMSAQ.png)

### 4: Identify the root cause and apply the fix

Compare the site location type (Step 1) with the control points (Step 2) and the quality report (Step 3), then apply the matching fix.

| **Site location** | **Control points** | **Fix** |
| --- | --- | --- |
| EPSG (spatial reference system) | No EPSG header (local system) | Reprocess the data and specify the correct EPSG code when uploading the control points. See [Processing Tasks](https://knowledge.navvis.com/v1/docs/processing-tasks-1), step 8b/c. |
| WGS 84 (latitude and longitude) | EPSG header present | Either change the site location to use the same EPSG system, or reprocess the data using a local reference system. |
| WGS 84 (latitude and longitude) | Local system, but coordinate values exceed 20,000 m | Truncate the control point coordinates by removing leading digits so all values are less than 20,000 m. Reprocess the data with the adjusted control points. |
| EPSG | EPSG (different system) | Update the site location to match the control points’ EPSG code and position so the difference is less than 20,000 m. |
| EPSG | EPSG (same system, but values differ by more than 20,000 m) | Adjust the site location to match the control points more closely. |

### Step 5: Check the base point coordinate order

If none of the scenarios in Step 4 apply, check whether the Easting and Northing values are in the correct order. Reversed values create a left-handed coordinate system and trigger the error.

- **Control points file:**ID, Easting/x, Northing/y, Height/z
- **Base point:**Easting/x, Northing/y, Height/z

If the values are reversed, correct the order in the control points file and reprocess the dataset.

## Contact support

> [!NOTE]
> If none of the steps above resolve the issue, contact NavVis Support at [support@navvis.com](mailto:support@navvis.com). Include temporary admin login details for the affected site.

## Related

- [Troubleshooting Too far away from site for processed data](/troubleshooting-too-far-away-from-site-for-processed-data.md)
- [How to identify the error source of a blocked dataset in NavVis IVION Processing](/how-to-identify-the-error-source-of-a-blocked-dataset-in-ivion-processing.md)
