TerrainAlgorithm type
Supported algorithms for terrain and index-based analysis
KnownTerrainAlgorithm can be used interchangeably with TerrainAlgorithm,
this enum contains the known values that the service supports.
Known values supported by the service
hillshade: Creates hillshade visualization from elevation data
contours: Generates elevation contour lines
normalizedIndex: Calculates normalized difference index between bands
terrarium: Encodes elevation data in Mapbox Terrarium RGB format
terrainrgb: Encodes elevation data in Mapbox TerrainRGB format
slope: Calculates slope from elevation data
cast: Casts data to a different type
ceil: Rounds values up to the nearest integer
floor: Rounds values down to the nearest integer
min: Computes the minimum value across bands
max: Computes the maximum value across bands
median: Computes the median value across bands
mean: Computes the mean value across bands
std: Computes the standard deviation across bands
var: Computes the variance across bands
type TerrainAlgorithm = string