Open jome1 opened 1 month ago
Is it possible to save compressed .tif files with richdem.SaveGDAL()? If yes, how do I do it? Or do I need to save the file with rasterio to apply a "lzw" compression?
richdem.SaveGDAL()
rasterio
Is it possible to save compressed .tif files with
richdem.SaveGDAL()
? If yes, how do I do it? Or do I need to save the file withrasterio
to apply a "lzw" compression?