Exploring Lidar data

 Before tackling this tutorial, you will need to download and install a dataset following these instructions:

Open the GIS project

The project consists of an empty ArcGIS Pro project (except for the default background layer) and a LAZ data file covering  parts of the Colby campus (currently not loaded in the map project). This sample dataset was extracted from the full lidar dataset originally downloaded from the USGS website. If you wish to work off of other lidar datasets, point your browser at https://apps.nationalmap.gov/downloader/.


ArcGIS Pro will work directly with LAS file formats but not with LAZ formats which is the format more commonly found on the internet. LAZ formats are simply a compressed version of the LAS file that can be converted in ArcGIS as outlined in the next step.

Converting LAZ to LAS

After the geoprocess completes, you should see a new Colby.las file appear in the lidar project folder. 

Note that you might need to refresh the Catalog pane to see the newly created file. You can refresh the window by clicking the F5 key or by right-clicking the lidar folder and select Refresh.

Viewing the LAS data

Note that the points will not be visible at all zoom levels. For example, if you zoom out to a scale of 1:10,000, the layer displays a red box that delineates the lidar point extent. 

With the Colby.las file selected in the Contents pane, you will note the presence of a new LAS Dataset Layer tab.

The LAS ribbon offers many of the same visualization tools seen with vector datasets, but it adds an additional button, LAS Points, that allows the user to filter Lidar points by classification and return types. 

In the next step, you limit the Lidar  points to those associated with ground elevation.

You should now see a subset of points. Note that the points  representing building rooftops have been filtered out.

Feel free to explore other filters from the LAS Points pull-down menu.

Creating raster layers from LAS points

Next, you will create a raster layer of ground elevation from Lidar point data.

Note that you should be careful in choosing pixel sizes when working with large spatial extents. Given that the current extent is small, a 1 meter pixel size is manageable.


You should now see a ground elevation raster layer in your current map window. Feel free to change its symbology following techniques highlighted in another tutorial.

Exploring  Lidar data in  3D scene view

ArcGIS will automatically recognize the LAS datatype and add it to the 3D Layers group in the Contents pane.

Feel free to navigate the layer in 3D mode. For example, to tilt the scene, click and hold the middle mouse button while moving the mouse forward or backward. 

Left mouse button: Press and hold to pan around the map 

Middle mouse button:  Press and hold to tilt up and down and to rotate map. 

Right mouse button: Press and hold to zoom in and out 

Scroll middle mouse wheel: Use to zoom in and out 

Note that this option will slow down the rendering of the 3D scene so you may want to turn it off when working with larger datasets.

Note that as in the Map view, you can filter the Lidar point data by classification type in the Las Dataset Layer ribbon.

This completes this tutorial.