AspectSlope

Краткая информация

Создает растровый объект, который одновременно отображает экспозицию и уклон поверхности.

Обсуждение

Более подробно о том, как работает эта функция, см. в разделе Экспозиция Уклон.

Указанный набор растровых данных является временным для растрового объекта. Чтобы сделать его постоянным, вы можете вызвать метод растрового объекта save.

Синтаксис

AspectSlope (raster, {z_factor})
ПараметрОписаниеТип данных
raster

The input elevation raster.

Raster
z_factor

The z-factor is a scaling factor used to convert the elevation values for the following purposes:

  • Convert the elevation units (such as meters or feet) to the horizontal coordinate units of the dataset, which may be feet, meters, or degrees.
  • Add vertical exaggeration for visual effect.

If the x,y units and z units are in the same units of measure, the z-factor should be set to 1. The z-values of the input surface are multiplied by the z-factor when calculating the final output surface.

(Значение по умолчанию — 1)

Double
Возвращаемое значение
Тип данныхОписание
Raster

Выходной растр.