"

Chapter 14. Adding Tiles to an Existing .lasd Dataset

Chapter 13. Combining Tiles into One .lasd Dataset provided instructions on combining multiples tiles into one .lasd file or LAS dataset. This chapter will provide instructions on adding additional tiles to an already established LAS dataset, updating statistics, and removing a tile from a LAS dataset.

Create a new local scene for Mesa County lidar data. Add the three separate tiles downloaded in Chapter 7. Locating Lidar Data (Figure 14.1).

Mesa County tiles downloaded in Chapter 7
Figure 14.1 Individual Mesa County Files

Create a combined LAS dataset for these three tiles and remove the individual datasets (Figure 14.2).

Figure 14.2 Combined Mesa County Files
Figure 14.2 Combined Mesa County Files

Go back to the Mesa County Colorado GIS website (https://emap.mesacounty.us/DownloadData/) to obtain additional lidar tiles. If you don’t recall how to navigate the site, review Chapter 7. Locating Lidar Data. Recall the location of the original three tiles selected in Chapter 7 and choose three additional adjacent tiles (indicated by the red dots in Figure 14.3).

Three tiles adjacent to those from Chapter 7
Figure 14.3 Identifying the New Tiles to Download

When selected, the tiles are highlighted (yellowish) (Figure 14.4).

The selected tiles
Figure 14.4 Downloading the New Tiles

Download the three new tiles and unzip them into the same file folder as the original three tiles (Figure 14.5).

The three downloaded and unzipped files.
Figure 14.5 Unzipping the New Download

The new tiles can be added to the LAS dataset in two ways—using Catalog View or using a geoprocessing tool.  We will demonstrate both.

Adding a new tile using Catalog

Open Catalog View, locate the combined .lasd dataset created above, right-click on the dataset name and select Properties (Figure 14.6).

Navigating to properties for the las dataset
Figure 14.6 The Combined Dataset in Catalog View

Select LAS Files and click Add Files (Figure 14.7).

Figure 14.7 LAS Files Tab under Properties
Figure 14.7 LAS Files Tab under Properties

Navigate to the folder where the newly downloaded tiles are saved (Figure 14.8).

Figure 14.8 Mesa County Tiles
Figure 14.8 Mesa County Tiles

For this example, choose only the file 395130.las; the other two tiles will be added using a geoprocessing tool later in this chapter. Once the selected tile is populated in File name, click Open (Figure 14.9).

Selecting only 395130.las
Figure 14.9 Choosing 1 New Tile

The .lasd dataset now shows four tiles (Figure 14.10).

The .lasd dataset showing four tiles
Figure 14.10 LAS Files Tab Now Showing 4 Datasets

Now choose the Statistics option (Figure 14.11). Note the message at the bottom of the window: 1 file (s) have outdated or no statistics. Click Update. If Update is not enabled, check the box for Force recalculate and the Update button will activate.

Update button under the Statistics option
Figure 14.11 Updating Statistics

A Calculating Statistics progress bar opens. Once the update finishes, note the message at the bottom of the Statistics pane: Statistics up to date. (Figure 14.12).

Statistics pane – Statistics up to date
Figure 14.12 Statistics Updated

Now, go to the Scene tab (Figure 14.13).

The Scene tab
Figure 14.13 Going back to Scene

The .lasd dataset should have the additional .las tile (Figures 14.14 and 14.15).

The .lasd with the additional tile
Figure 14.14 Updated Combined Dataset

 

The .lasd with the additional tile zoomed in to show points
Figure 14.15 Updated Combined Point Cloud

If the data does not display the update, click Refresh on the status bar in the bottom right corner of ArcGIS Pro® (Figure 14.16).

The location of the refresh button
Figure 14.17 Refresh Button in Scene

If it still does not update the display, right-click the file name and remove it. (Figure 14.17).

Removing the LAS dataset
Figure 14.17 Removing a File in Scene

Then add it back (Figure 14.18). The data display should now be updated.

The LAS dataset added back in
Figure 14.18 Updated Scene

Using Geoprocessing Tools to add a new tile.

Select the Analysis tab, click on Tools and search for “Add Files to LAS Dataset (Figure 14.19).

Searching for "add las" in the Geoprocessing pane
Figure 14.19 Add Files to LAS Dataset Search

Open the tool Add Files to LAS Dataset (Figure 14.20).

Figure 14.20 Add Files to LAS Dataset Tool
Figure 14.20 Add Files to LAS Dataset Tool

Complete the tool as shown in Figure 14.21. Using the down arrow at the end of the line, choose the Input LAS Dataset (the one with the 4 tiles, in this case All_Mesa_County.lasd), then under LAS Files or Folders, navigate to and select each of the additional tiles to add (400130 and 400140). Leave the other items blank—Surface Constraints are discussed in the final two chapters. Click Run.

Add Files to LAS Dataset with form completed
Figure 14.21 Adding Two More Tiles

As with all geoprocessing tools, a status/progress bar runs at the bottom (Figure 14.22).

status/progress bar running at the bottom
Figure 14.22 Geoprocessing Status Bar

Once the tool finishes, the .lasd dataset is updated and displays all six tiles as one dataset (Figure 14.23).

Updated .lasd dataset with all 6 tiles as one dataset
Figure 14.23 Combined Dataset with Two More Tiles

Right-click the .lasd dataset in Contents and go to Properties > Source. Note the message under Statistics—Incomplete or outdated (Figure 14.24). Every time the dataset is changed, either adding or removing tiles, Statistics must be updated.

Source tab of Properties showing Statistics incomplete or outdated
Figure 14.24 Source Tab in Properties Showing Outdated Statistics

Statistics can be updated in multiple ways.

Go to the Analysis tab and click on Toolboxes. Under the Find Tools type LAS Dataset Statistics (Figure 14.25).

Figure 14.25 LAS Dataset Statistics Tool Search
Figure 14.25 LAS Dataset Statistics Tool Search

Open the tool and add the Mesa County dataset that has all six tiles. Leave all other settings default (Figure 14.26).

The LAS Dataset Statistics tool with the Mesa County dataset added
Figure 14.26 Completing the LAS Dataset Statistics Tool

Choose Run (Figure 14.27).

Running the LAS Dataset Statistics tool
Figure 14.27 Geoprocessing Tool Status

When the tool finishes, right-click on the file name and go to Properties > Source > StatisticsThey are Present and up to date (Figure 14.28).

Properties, Source – Statistics – Present and up to date
Figure 14.28 Source Tab under Properties showing Statistics Present and up to date

The other way to update Statistics is to click on the Data tab for the LAS Dataset Layer (Figure 14.29). Drop down the Statistics arrow and choose Compute LAS Statistics.   The complete process is not demonstrated here since statistics is up to date.

Figure 14.29 Computing Statistics using Data>Statistics button
Figure 14.29 Computing Statistics using Data>Statistics button

Removing tiles from a LAS dataset can be accomplished in two ways. This chapter will not demonstrate the process but will identify the two methods. The process to remove tiles is the same as adding tiles.

First using Catalog View (Figure 14.31), right-click on the .lasd file name, go to Properties > LAS Files. Selecting the tile to be removed activates the Remove button.

Removing tiles from a .lasd dataset using Catalog
Figure 14.31 Removing a Tile in Catalog View

Tiles can also be removed using the Remove Files from LAS Dataset geoprocessing tool (Figure 14.32).

Figure 14.32 The Remove Files from LAS Dataset Tool
Figure 14.32 The Remove Files from LAS Dataset Tool

Feel free to remove and add tiles to the Mesa County LAS dataset to practice the processes. But don’t forget, Statistics must be recalculated every time a new tile is added or removed.

This concludes the chapter. Up to this point, this book has provided basic information on using ArcGIS Pro®, and detailed information on finding, downloading and adding individual lidar tiles to ArcGIS Pro®. Chapter 13. Combining Tiles into One .lasd Dataset demonstrated creating a single .lasd dataset from multiple tiles and this chapter demonstrated adding tiles to and removing tiles from an existing LAS dataset.

Subsequent chapters will review display settings, symbology, classifying points in a point cloud and surface constraints.

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Working with Lidar Using ArcGIS Pro (2nd Edition) Copyright © 2025 by Virginia View, its partners, and other participating AmericaView consortium Members is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.