Skip to content

Commit 98defec

Browse files
authored
fix: fixed title of terrainrgb algorithm (#804)
1 parent 8caf839 commit 98defec

File tree

1 file changed

+1
-1
lines changed
  • src/titiler/core/titiler/core/algorithm

1 file changed

+1
-1
lines changed

src/titiler/core/titiler/core/algorithm/dem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __call__(self, img: ImageData) -> ImageData:
132132
class TerrainRGB(BaseAlgorithm):
133133
"""Encode DEM into RGB (Mapbox Terrain RGB)."""
134134

135-
title: str = "Terrarium"
135+
title: str = "TerrainRGB"
136136
description: str = "Encode DEM into RGB (Mapbox Terrain RGB)."
137137

138138
# parameters

0 commit comments

Comments
 (0)