I am working on a hydrological model and I needed a DEM for the entire watershed, so I had to merge multiple DEM tiles in order to cover all of the watershed. There were 34 tiles to merge in total. I did the merge by using a virtual raster (GDAL - build virtual layer) and then saving it.
The problem is that any processing takes a very long time to finish, it can take up to a few days to complete and the merged DEM file alone is around 100gb.
Should I keep each tile separated or is there a better way to work with a single large DEM file?
-co tiled=yes? – user30184 Sep 29 '21 at 16:18