On 12/5/2022 6:31 AM, Clive Swan wrote:
Greetings,

 I tried
-ps 3600 7200 
 -ps 3600,7200
-ps x=3600  y=7200
 
Just get errors, I don't see any option to select LZW or any compression??

The compression options are described on the geotiff driver page
you need to add
     -co compress=LZW
Also consider DEFLATE.Better compression faster decompression, slower to compress, though.
you might want to look at the PREDICTOR option as well
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to