gaelysam / geo-mapgen

Minetest mod and Python script to generate a Minetest world from a GeoTIFF image
GNU Lesser General Public License v2.1
23 stars 4 forks source link

Enhancement: Join mulitple Elevation images together #3

Open dkartaschew opened 6 years ago

dkartaschew commented 6 years ago

Would like to ask to have the ability to join/merge/tile different SRTM files together to generate a larger area.

Either through instructions on how to merge multiple tiles of tif images from SRTM (using imagemagik or similar) or have the tool allow for tiles/set of elevation files to make up the world.

I've tried using imagemagik (IM) to merge tif images together but IM strips out the info needed by GDAL for processing.