Skip to content
Discussion options

You must be logged in to vote

For the case of converting GeoTIFF into COG it is required to re-write the file. This is also true in general for enabling compression on an uncompressed file (for formats that support compression), or for changing the type of compression used (e.g., with GeoTIFF format which supports several compression methods). The file must be re-written in order to do that. In the case of COG, there is also more involved, e.g., "Optimized layout of TIFF sections to minimize the number of GET requests needed by a reader doing random read access." This requires rewriting the file so we need translate() including the c("-of", "COG") command-line arguments passed in cl_arg.

Besides that, there are severa…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ctoney
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants