Topo to 3D

From DiLab
Revision as of 12:40, 23 July 2019 by Leo (talk | contribs)
Jump to: navigation, search

How to make a printable 3D model from topo maps - notes.


Get the topo map, in GeoTiff format. Possible sources are:


Convert the GeoTiff to ASCII DEM. Possible tools are:

sudo apt install gdal-bin
gdal_translate -of AAIGrid /yoursourcepath/output_alos.tif /youroutputpath/out.asc