Open ThomasHalwax opened 4 years ago
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 areas that do not contain any elevation data.
The current version of gdal2tiles allows
-a <NODATA>, --srcnodata=<NODATA>
-x, --exclude
This will not speed up the process of creation but at least save space.
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 areas that do not contain any elevation data.