<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 12/5/2022 6:31 AM, Clive Swan wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CA+kQ3mup=w+5ZFkz6ro=+Xuybbw49Wq9FAJhFCJB8a=M8A=BcQ@mail.gmail.com"><font
        size="4">Greetings,<br>
        <br>
      </font>
      <div><font size="4"> I tried <br>
        </font></div>
      <div><font size="4">-ps 3600 7200  <br>
        </font></div>
      <div><font size="4"> -ps 3600,7200</font></div>
      <div><font size="4">-ps x=3600  y=7200 </font><br>
      </div>
      <div> <br>
      </div>
      <div>Just get errors, I don't see any option to select LZW or any
        compression??</div>
    </blockquote>
    <br>
    The compression options are described on the <a
      moz-do-not-send="true"
      href="https://gdal.org/drivers/raster/gtiff.html#raster-gtiff">geotiff
      driver page</a><br>
    you need to add<br>
         -co compress=LZW<br>
    Also consider DEFLATE.Better compression faster decompression,
    slower to compress, though.<br>
    you might want to look at the PREDICTOR option as well<br>
  </body>
</html>