Unit Conversion function

Overview

This function converts pixels from one unit to another. It supports conversion of distance, speed, and temperature.

Notes

The accepted units for each category are as follows:

  • Distance units—Centimeters, Decimeters, Feet, Inches, Kilometers, Meters, Miles, Millimeters, Nautical Miles, and Yards
  • Speed units—Feet per second, Kilometers per hour, Knots, Meters per second, and Miles per hour
  • Temperature units—Celsius, Fahrenheit, and Kelvin

Parameters

ParameterDescription

Raster

The input raster that will contain the converted units.

From Unit

The original unit type of the pixels.

To Unit

The converted unit type of the pixels.

Related topics


In this topic
  1. Overview
  2. Notes
  3. Parameters