We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caf839 commit 98defecCopy full SHA for 98defec
src/titiler/core/titiler/core/algorithm/dem.py
@@ -132,7 +132,7 @@ def __call__(self, img: ImageData) -> ImageData:
132
class TerrainRGB(BaseAlgorithm):
133
"""Encode DEM into RGB (Mapbox Terrain RGB)."""
134
135
- title: str = "Terrarium"
+ title: str = "TerrainRGB"
136
description: str = "Encode DEM into RGB (Mapbox Terrain RGB)."
137
138
# parameters
0 commit comments