# Raster

## Create Maps

* To create exportable maps, click on the Edit tab after clicking on the desired pointcloud.&#x20;
* Click on the "Create Maps" Tool
* Specify the following:
  * Resolution \[pixels] of map
  * Type of Map to generate
  * Classification(s) to utilize during map generation
  * Interpolation Type
    * None
    * Local
      * Specify Local Interpolation Radius \[pixels]
    * Global
* Click "OK" to Generate Map

![](/files/-M_aBFtQ7boOV4JzweO9)

* Map name will be populated within the Project window under "Images"
* To export a desired map, find the name under "Images" and click on it
  * Click on the "Save Map Layer" button to save map to an image or GeoTIFF file
  * Available export file formats:
    * TIF
    * TIFF
    * PNG
    * BMP
    * JPG

![](/files/-M_bP3ZtihtmhLlW2mkV)

### Height (Mean) - Raster DTM

* Generates raster map displaying Digital Terrain Model&#x20;

### Density

* Generates raster map colored by point density. The scale is displayed in points per square meter

### Strip Index

* Generates raster map colored by strip number.

### Strip Overlap

* Generates raster map colored by number of overlapping strips.

### Geodetic Altitude

* Generates raster map colored by corresponding ellipsoidal elevation values.

### Intensity

* Generates raster map colored by corresponding laser intensity.

### Color

* Generates raster map colored by corresponding RGB pixel values from mission imagery.

### Classification&#x20;

* Generates raster map colored by Classification (top-down view).

### Classification (Bottom-up)

* Generates raster map colored by classification (bottom-up view).

### Height Above Ground - CHM

* Generates raster map colored by distances above ground model derived from ground classified points


---

# 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-6.phoenixlidar.com/lidarmill-desktop/post-processing/workflow-kk/data-products/create-maps.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.
