LAS Dataset To TIN (3D Analyst)

ArcGIS Pro 3.4 | | Help archive

Summary

Exports a triangulated irregular network (TIN) from a LAS dataset.

Illustration

LAS Dataset to TIN

Usage

  • You can have the LAS dataset layer limit the LAS points that are displayed and processed by selecting any combination of classification codes, classification flags, and return values in the layer's filter settings. The filters can be defined on the Layer Properties dialog box or in the Make LAS Dataset Layer tool.

  • The LAS dataset layer can also be used to control the enforcement of surface constraint features that may be referenced by the LAS dataset. The constraints are enforced when displaying or processing the LAS dataset as a triangulated surface.

  • While the total number of points that a TIN can support can exceed 15 million points, it is recommended that you limit TIN datasets to no more than 5 million points to ensure a responsive performance when displaying and analyzing the data. The TIN node count can be reduced using point thinning methods and controlling the output processing extent.

    Note:

    Consider using a Window Size thinning type (thinning_type="WINDOW_SIZE" in Python) when you need more predictable control of how LAS points are thinned in the generation of the output TIN.

Parameters

LabelExplanationData Type
Input LAS Dataset

The LAS dataset that will be processed.

LAS Dataset Layer
Output TIN

The TIN dataset that will be generated.

TIN
Thinning Type
(Optional)

Specifies the type of thinning to be used to reduce the LAS data points saved as the nodes in the resulting TIN.

  • No ThinningNo thinning is applied. This is the default.
  • RandomLAS data points are randomly selected based on the corresponding Thinning Method selection and Thinning Value entry.
  • Window SizeThe LAS dataset is divided into square tiles defined by Thinning Value and LAS points are selected using Thinning Method.
String
Thinning Method
(Optional)

Specifies the technique to be used to reduce the LAS data points, which impacts the interpretation of Thinning Value. The available options depend on the selected Thinning Type.

  • PercentThinning value will reflect the percentage of LAS points that will be preserved in the output
  • Node CountThinning value will reflect the total number of nodes that are allowed in the output
  • Minimum ZSelects the LAS data point with the lowest elevation in each window size area
  • Maximum ZSelects the LAS data point with the highest elevation in each of the automatically determined window size areas
  • Closest To Mean ZSelects the LAS data point with the elevation closest to the average value found in the automatically determined window size areas
String
Thinning Value
(Optional)

The thinning value's interpretation depends on the selection made for Thinning Type.

If Thinning Type is set to Window Size, this value represents the sampling area by which the LAS dataset will be divided.

If Thinning Type is set to Random and Thinning Method is set to Percent, this value represents the percentage of LAS points that will be exported to the TIN.

If Thinning Type is set to Random and Thinning Method is set to Node Count, this value represents the total number of LAS points that can be exported to the TIN.

Double
Maximum Number of Output Nodes
(Optional)

The maximum number of nodes permitted in the output TIN. The default is 5 million.

Double
Z Factor
(Optional)

The factor by which z-values will be multiplied. This is typically used to convert z linear units to match x,y linear units. The default is 1, which leaves elevation values unchanged. This parameter is not available if the spatial reference of the input surface has a z-datum with a specified linear unit.

Double
Clip to Extent
(Optional)

Specifies whether the resulting TIN will be clipped against the analysis extent. This only has an effect if the analysis extent is a subset of the input LAS dataset.

  • Checked—Clips the output TIN against the analysis extent. This is the default.
  • Unchecked—Does not clip the output TIN against the analysis extent.
Boolean

Licensing information

  • Basic: Requires 3D Analyst
  • Standard: Requires 3D Analyst
  • Advanced: Requires 3D Analyst

Related topics