syncpoint / terrain-rgb

A detailed tutorial about how to convert geo-tiff files containing Digital Elevation Model (DEM) data into a pyramid of png tiles
118 stars 15 forks source link

Artefacts in the alps not a bug #7

Closed joeyeschner closed 2 years ago

joeyeschner commented 2 years ago

Hey I just stumbled upon this repository and wanted to say that the artefacts in the alps are actually intended behavior. As far as I see it the dark areas are just elevations with heights that exceed what can be stored in the green channel (I guess > ~3300m) and therefore they appear darker.

If you compare it with the official documentation you can see the same effect in the alps there: https://docs.mapbox.com/data/tilesets/reference/mapbox-terrain-dem-v1/

ThomasHalwax commented 2 years ago

@joeyeschner Thanks for the clarification!