Packages

object Hillshade

Computes Hillshade (shaded relief) from a raster.

The resulting raster will be a shaded relief map (a hill shading) based on the sun altitude, azimuth, and the z factor. The z factor is a conversion factor from map units to elevation units.

Returns a raster of ShortConstantNoDataCellType.

This operation uses Horn's method for computing hill shading.

If Hillshade operations encounters NoData in its neighborhood, that neighborhood cell well be treated as having the same elevation as the focal cell.

See also

Esri Desktop's description of Hillshade.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Hillshade
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(tile: Tile, n: raster.Neighborhood, bounds: Option[GridBounds[Int]], cs: CellSize, az: Double, al: Double, z: Double, target: raster.TargetCell = TargetCell.All): Tile
  2. def indirect(aspect: Tile, slope: Tile, azimuth: Double, altitude: Double): Tile

    Indirect calculation of hill shading of a tile that uses Aspect and Slope operation results