RVT for ArcGIS Pro#

RVT can be used in ArcGIS Pro as a set of custom raster functions.

As described in the ArcGIS Pro documentation:

Raster functions are operations that apply processing directly to the pixels of imagery and raster datasets, as opposed to geoprocessing tools, which write out a new raster to disk. Calculations are applied to the pixels of the original data as displayed, so only pixels that are visible on your screen are processed. As you zoom and/or pan around, the calculations are performed on the fly. Because no intermediate datasets are created, processes can be applied quickly, as opposed to the time it would take to create a processed file on disk.

See also

Find out how to install RVT for ArcGIS in ArcGIS installation.


Setting up#

  1. Start ArcGIS Pro, open a project, and add a DEM layer.

    _images/ArcGISPro_dem.png
  2. Select Imagery Raster Functions.

    _images/ArcGISPro_ribbon_raster_functions.png
  3. Select Custom and open the group rvt-arcgis-pro.

    _images/ArcGISPro_raster_functions.png

Computing visualizations#

  1. Select the appropriate function, e.g. svf, specify the processing parameters and select Create new layer (or Save As).

    _images/ArcGISPro_svf_parameters.png
  2. The visualization is computed and displayed as a layer in the main window.

    _images/ArcGISPro_result_svf.jpg

Using the blender#

  1. The blender in ArcGIS is slightly different from the blender in the QGIS plugin and the Python package. The same blend mode options exist, but only two raster layers can be blended at one time.

Use the blender in the same way as a visualization function, by specifying the processing parameters and selecting Save As.