UnitConversion

AllSource 1.3    |

サマリー

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

説明

For more information about how this function works, see the Unit Conversion raster function.

The referenced raster dataset for the raster object is temporary. To make it permanent, you can call the raster object's save method.

構文

UnitConversion (raster, {from_unit}, {to_unit})
パラメーター説明データ タイプ
raster

The input raster that will contain the converted units.

Raster
from_unit

The original unit type of the pixels.

  • MetersPerSecondMeters per second
  • KilometersPerHourKilometers per hour
  • KnotsKnots
  • FeetPerSecondFeet per second
  • MilesPerHourMiles per hour
  • CelsiusCelsius
  • FahrenheitFahrenheit
  • KelvinKelvin
  • inchesInches
  • FeetFeet
  • YardsYards
  • MilesMiles
  • NauticalMilesNautical miles
  • MillimetersMillimeters
  • CentimetersCentimeters
  • MetersMeters

(デフォルト値は次のとおりです None)

String
to_unit

The converted unit type of the pixels.

  • MetersPerSecondMeters per second
  • KilometersPerHourKilometers per hour
  • KnotsKnots
  • FeetPerSecondFeet per second
  • MilesPerHourMiles per hour
  • CelsiusCelsius
  • FahrenheitFahrenheit
  • KelvinKelvin
  • inchesInches
  • FeetFeet
  • YardsYards
  • MilesMiles
  • NauticalMilesNautical miles
  • MillimetersMillimeters
  • CentimetersCentimeters
  • MetersMeters

(デフォルト値は次のとおりです None)

String
戻り値
データ タイプ説明
Raster

The output raster.


このトピックの内容