Convert LAS (Conversion)—ArcGIS Pro | Documentation

LabelExplanationData Type
Input LAS

The .las, .zlas, or .laz files that will be converted. Multiple files can be processed by specifying the folder containing the files or a LAS dataset.

Layer File; LAS Dataset Layer; Folder; File
Target Folder

The existing folder where the output files will be written.

Folder
File Version (Optional)

Specifies the file version that will be used for the output files.

  • Same As InputThe output file version will be the same as the input. This is the default.
  • 1.0The base version for the LAS format that supported 256 class codes will be used.
  • 1.1The output file version will be 1.1. Class codes were reduced to 32, but support for classification flags was added.
  • 1.2The output file version will be 1.2. Support for red-green-blue (RGB) color channels and GPS time was added.
  • 1.3The output file version will be 1.3. Storage of lidar waveform data for point record formats that are not supported in the ArcGIS platform was added.
  • 1.4 The output file version will be 1.4. Support for coordinate system definition using Well Known Text (WKT) convention, 256 class codes, up to 15 discrete returns per pulse, higher precision scan angle, and overlap classification flag was added.
String
Point Format (Optional)

Specifies the point record format that will be used for the output files. The available options will vary based on the output LAS format file version.

  • 0The base type for storing discrete LAS points that supports attributes such as lidar intensity, return values, scan angle, scan direction, and edge of flight line will be used.
  • 1GPS time is added to the attributes supported in point format 0, which will be used.
  • 2RGB values are added to the attributes supported in point format 0, which will be used.
  • 3RGB values and GPS time are added to the attributes supported in point format 0, which will be used.
  • 6The preferred base type for storing discrete LAS points in LAS file version 1.4 will be used.
  • 7RGB values are added to the attributes supported in point format 6, which will be used.
  • 8RGB and near-infrared values are added to the attributes supported in point format 6, which will be used.
String
Compression (Optional)

Specifies whether the output files will be stored in a compressed or uncompressed format.

  • No CompressionOutput files will be in the uncompressed LAS format (*.las). This format supports edits to classification codes and flags. This is the default.
  • zLAS CompressionOutput files will be compressed in the zLAS format (*.zlas). This format supports edits to classification codes and flags.
  • LAZ CompressionOutput files will be compressed in the LAZ format (*.laz).
  • Edited zLAS to Non-Edited zLASEdited .zlas files will be converted to unedited .zlas files. Creating unedited *.zlas files preserves the classification edits while allowing the files to be usable in ArcGIS Pro 3.1 and earlier. When this option is used on a LAS dataset referencing any combination of .las files, edited .zlas files, and unedited .zlas files, only the edited .zlas files will be processed.
String
LAS Options(Optional)

Specifies the modifications that will be made to the output files that will reduce their size and improve their performance in display and analysis.

  • Rearrange PointsPoints will be rearranged to improve display and analysis performance. Statistics will be automatically computed during this process. This is the default.
  • Remove Variable Length RecordsVariable-length records that are added after the header as well as the points records of each file will be removed.
  • Remove Extra BytesExtra bytes that may be present with each point from the input file will be removed.
String
Output LAS Dataset (Optional)

The output LAS dataset referencing the newly created .las files.

LAS Dataset
Define Input Coordinate System (Optional)

Specifies how the coordinate system of each input file will be defined.

  • No LAS FilesThe coordinate system of each input file will be defined by the information in its header. Any file that lacks spatial reference information will be treated as having an unknown coordinate system. This is the default.
  • All LAS FilesThe coordinate system of each input file will be defined by the Input Coordinate System parameter.
  • LAS Files with No Spatial ReferenceThe coordinate system of any input file that does not have spatial reference information in its header will be defined by the Input Coordinate System parameter.
String
Input Coordinate System (Optional)

The coordinate system that will be used to define the spatial reference of some or all input files based on the Define Input Coordinate System parameter value.

Coordinate System

Tag » How To Convert Ply To Laz