Skip to main content

Terrain To Raster (3D Analyst Tools)

Summary

Interpolates a raster using z-values from a terrain dataset.

Usage

  • To extract a subset of the terrain, define the extent using the geoprocessing environment settings.

Parameters

Label Explanation Data type

Input Terrain

The terrain dataset that will be processed.

Terrain Layer

Output Raster

The location and name of the output raster. When storing a raster dataset in a geodatabase or in a folder such as an Esri Grid, do not add a file extension to the name of the raster dataset. A file extension can be provided to define the raster's format when storing it in a folder, such as .tif to generate a GeoTIFF or .img to generate an ERDAS IMAGINE format file.

If the raster is stored as a .tif file or in a geodatabase, the raster compression type and quality can be specified using geoprocessing environment settings.

Raster Dataset

Output Data Type

(Optional)

Specifies the type of numeric values that will be stored in the output raster.

  • Floating PointThe output raster will use 32-bit floating point, which supports values ranging from -3.402823466e+38 to 3.402823466e+38. This is the default.

  • IntegerThe output raster will use an appropriate integer bit depth. This option will round z-values to the nearest whole number and write an integer to each raster cell value.

String

Method

(Optional)

The interpolation method that will be used to calculate cell values.

  • LinearApplies a distance based weight to the Z of each node in the triangle encompassing the center of a given cell, then sums the weighted values to assign the cell value. This is the default.

  • Natural NeighborsApplies an area based weighting scheme that uses Voronoi polygons to determine cell values.

String

Sampling Distance

(Optional)

The sampling method and distance used to define the cell size of the output raster.

  • ObservationsDefines the number of cells that divide the longest side of the output raster. This method is used by default with the value of 250.

  • Cell SizeDefines the cell size of the output raster.

String

Pyramid Level Resolution

(Optional)

The z-tolerance or window-size resolution of the terrain pyramid level that will be used. The default is 0, or full resolution.

Double

Sampling Value

The value that corresponds with the Sampling Distance for specifying the output raster's cell size.

Double

Environments

Current Workspace, Output Coordinate System, Extent, Snap Raster, Pyramid, Compression, Output CONFIG Keyword, Auto Commit, Raster Statistics, Minimize memory use during analysis on terrains

Licensing information

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