cog
Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: False
--cog
null
null
Resource |
Impact |
---|---|
CPU |
●●○ | Medium |
GPU |
○○○ | None |
HDD |
●●○ | Medium |
RAM |
●●○ | Medium |
Time |
●●○ | Medium |
What Are Cloud Optimized GeoTIFFs (COGs)?
Cloud Optimized GeoTIFFs (COGs hereafter) are a special formulation of GeoTIFF files that take advantage of internal overivews as well as tiling (and various forms of compression).
In the case of WebODM, all GeoTIFFs will be generated as COGs because the 2D Map View uses the special attributes of COGs to enable rapid display and preview of the data generated by WebODM.
When are COGs appropriate?
COGs are most appropriate when the GeoTIFF is going to be hosted online and/or accessed by a program which can take advantage of HTTP GetRange Requests and/or internal overviews and tiles.
Why would one use COGs?
The COG structure (internal overviews and tiling) allows for rapid viewing of the data in programs which are capable of reading tiled data and overviews (most GIS software [QGIS etc]). This advantage holds true whether or not the file is hosted online and served via HTTP or whether it is stored locally.
With these features in place, a COG should display much more quickly in a given application than a more legacy formatted GeoTIFF with no overviews and striped structure.
Example Images
True: --cog
False: null
Learn to edit and help improve this page!