<div dir="ltr">Hi<div><br></div><div>I can see that the COG driver does some pre-processing (eg. overviews and reprojection) and then passes on the work to the GTiff driver. However I've been trying to understand the relationship between the create options which the COG driver accepts and the create options for the GTiff driver.</div><div><br></div><div>Some of the options are explicitly copied over, such as:</div><div>  BIGTIFF</div><div>  NUM_THREADS</div><div>  GEOTIFF_VERSION</div><div>  SPARSE_OK</div><div>some have a slightly different name (why?), such as:</div><div>  BLOCKSIZE (instead of BLOCKXSIZE)</div><div>  LEVEL (instead of ZLEVE)</div><div>some are necessarily additional, such as:</div><div>  OVERVIEWS</div><div>  TARGET_SRS</div><div>some are removed, such as:</div><div>  TILED (because it's implicit in COG)</div><div>but that leaves a whole bunch of others which are not documented, and I can't see in the code how they might be handled:</div><div>  NBITS</div><div>  DISCARD_LSB</div><div>  ALPHA</div><div>  PIXELTYPE</div><div>  PROFILE</div><div>  PHOTOMETRIC</div><div>  GEOTIFF_KEYS_FLAVOR</div><div>  TFW, RPB, RPCTXT</div><div><br></div><div>Andrew</div><div><br></div></div>