terrain-rgb
terrain-rgb copied to clipboard
A detailed tutorial about how to convert geo-tiff files containing Digital Elevation Model (DEM) data into a pyramid of png tiles
Hi, I use my DEM generate from Drone using OpenDroneMap. After that, I use gdal_warp to re-project my DSM to EPSG:3857 and transform the greyscale data into the RGB data...
[rasterio](https://github.com/rasterio/rasterio/releases) has been updated to a new version, so we should update all tools to their current version.
A huge amount of tiles do not contain any data. In order to speed up the process of tile creation and to save lots of space we should skip all...
Since MapBox also provides tiles with a size of 512x512 pixels we should also show how to create those. > By default, 256x256 tiles are returned. You can use @2x...