# Import Moasure CSV Data into Uvision (Realtime Landscaping Architect)

Moasure’s measurement data can be imported into Uvision using Moasure’s CSV exports in conjunction with Uvision’s Terrain Elevation Import Wizard. This wizard enables mapping Moasure’s format with Uvision’s.\
\
Here's a step-by-step guide:

1. **Export the Data from Moasure:**

* Open the measurement you want to import using the Moasure app.
* Tap "File" > "Export," then select "CSV."
* Configure the export settings by choosing what data to include. For a simpler import, switch off all toggles except “Include Column Heading.”

2\. **Open the Import Wizard in Uvision:**<br>

* Open Uvision, go to the "Tools" menu, and select "Terrain Elevation Import Wizard."
* Click "Next" to proceed.

3\. **Match the Columns:**<br>

* When prompted to specify which columns contain the X, Y, and Z data, select "manual" instead of the default "automatically determine."
* Match Moasure CSV columns with Uvision's as follows:
* Start Column: Choose the column containing X coordinates (note this should not be path or point, which the public csv file starts with). It should be the X column.
* Order of XYZ Data: Select X, Y, Z as the required order.
* Units: Ensure this is set to the right unit matching the export units set in Moasure.

4\. **Choose Contour Intervals:**

* Set the contour interval to your preference, like 6 inches or another suitable interval.

After completing these steps, your Moasure data should import smoothly into Uvision.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moasure.com/en/use-cases/import-moasure-csv-data-into-uvision-realtime-landscaping-architect.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
