Using titiler with GEDTM30 Dem dataset to serve webmercator terrain tiles #1220
-
Hello, I am trying to serve webmercator DEM tiles in the Here is an example tile using the Copernicus DEM dataset (titiler instance is deployed on a lambda) ![]() And here is the same tile I try to serve from the GEDTM30 dataset COG file The altitude values of this tile are not correct when I try to display this in a javascript map client. When I use the hillshade encoding, they look pretty similar "visually": CopernicusDEM: ![]() GEDTM30 I am pretty sure I am missing some configuration param but couldn't find which one, here is how it looks when I open this COG in QGIS: Thanks a lot for the help 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The
TiTiler does not apply this scale by default so you need to set |
Beta Was this translation helpful? Give feedback.
-
FYI, also with a very good timing, the maintainers of this dataset have just published another version of it: openlandmap/GEDTM30#9 (comment) that seem to work out of the box:
|
Beta Was this translation helpful? Give feedback.
The
GEDTM30
COG is of type In int32, withscale
set to0.1
.