KnownTerrainAlgorithm enum
Supported algorithms for terrain and index-based analysis
Fields
| Cast | Casts data to a different type |
| Ceil | Rounds values up to the nearest integer |
| Contours | Generates elevation contour lines |
| Floor | Rounds values down to the nearest integer |
| Hillshade | Creates hillshade visualization from elevation data |
| Max | Computes the maximum value across bands |
| Mean | Computes the mean value across bands |
| Median | Computes the median value across bands |
| Min | Computes the minimum value across bands |
| NormalizedIndex | Calculates normalized difference index between bands |
| Slope | Calculates slope from elevation data |
| Std | Computes the standard deviation across bands |
| Terrainrgb | Encodes elevation data in Mapbox TerrainRGB format |
| Terrarium | Encodes elevation data in Mapbox Terrarium RGB format |
| Var | Computes the variance across bands |