Skip to content

COG driver not found #272

Answered by davidfrantz
charalamm asked this question in Q&A
Feb 17, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @charalamm,

yes, COG is only available from GDAL >= 3.1. Our Docker container still runs on 3.0.4.
Note that updating the GDAL version often breaks things. This is why I stick to versions that are rigorously tested.

However, the designated COG driver is only a convenient shortcut for producing COGs. They can also be generated using GeoTiff driver and some specific configuration options, please see here:
https://trac.osgeo.org/gdal/wiki/CloudOptimizedGeoTIFF

Cheers,
David

PS: if you really want to upgrade GDAL, it would be best to update the base image (https://github.com/davidfrantz/base_image), and then use this as basis for building a new FORCE. However, as said, accidents might happ…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by charalamm
Comment options

You must be logged in to vote
1 reply
@davidfrantz
Comment options

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