Skip to main content

LAS Dataset Statistics (Data Management Tools)

Summary

Calculates or updates statistics for a LAS dataset and generates an optional statistics report.

Usage

  • Computing statistics will create a spatial and attribute index that helps optimize display and analysis performance. Statistics also provide a more accurate estimate for average point spacing, and additional details about point attributes. The statistics are stored in a file with the same name as its corresponding LAS file, but ending in the .lasx extension.

  • Statistics enable filtering options for a LAS dataset layer to automatically display the available class codes and return values in the LAS files. The LAS dataset layer can be filtered through its Layer Properties dialog box or the Make LAS Dataset Layer tool.

  • The optional statistics report file provides an overview of LAS properties of all files in the LAS dataset or each individual LAS file in a text format that can be imported into any number of applications.

  • If a LAS file's classification codes or flags are modified, its statistics get invalidated and will need to be recomputed. Similarly, if a LAS dataset has new LAS file references added, it also will result in the statistics being invalidated.

Parameters

Label Explanation Data type

Input LAS Dataset

The LAS dataset that will be processed.

LAS Dataset Layer

Skip Existing

(Optional)

Specifies whether statistics will be calculated for all lidar files or only for those that do not have statistics:

  • CheckedLAS files with up-to-date statistics will be skipped, and statistics will only be calculated for newly added LAS files or ones that were updated since the initial calculation. This is the default.

  • UncheckedStatistics will be calculated for all LAS files, including ones that have up-to-date statistics. This is useful if the LAS files were modified in an external application that went undetected by ArcGIS.

Boolean

Output Statistics Report Text File

(Optional)

The output text file that will contain the summary of the LAS dataset statistics.

Text File

Summary Level

(Optional)

Specify the type of summary contained in the report.

  • Aggregate Statistics for All FilesThe report will summarize statistics for the entire LAS dataset. This is the default.

  • Statistics for Each LAS FileThe report will summarize statistics for the LAS files referenced by the LAS dataset.

String

Delimiter

(Optional)

The delimiter that will be used to indicate the separation of entries in the columns of the text file table.

  • SpaceA space will be used to delimit field values. This is the default.

  • CommaA comma will be used to delimit field values. This option is not applicable if the decimal separator is also a comma.

String

Decimal Separator

(Optional)

The decimal character that will be used in the text file to differentiate the integer of a number from its fractional part.

  • PointA point will be used as the decimal character. This is the default.

  • CommaA comma will be used as the decimal character.

String

Derived output

Label Explanation Data type

Updated Input LAS Dataset

The updated LAS dataset.

LAS Dataset Layer

Environments

Current Workspace

Licensing information

  • Basic: Requires 3D Analyst or Spatial Analyst
  • Standard: Yes
  • Advanced: Yes