We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exiv2 (via CLI or API) brake something in the GeoTIFF cloud optimised format (COG) that do not allow to be read it via QGIS.
Steps to reproduce the behavior:
rio cogeo validate destination.tif
gdal_translate source.tif destination.tif -of GTiff -co COMPRESS=DEFLATE -co TILED=YES
rio cogeo create source.tif destination.tif
exiv2 -M "set Exif.Photo.CameraOwnerName Ascii aaaaaaaaaaa" destination.tif
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
exiv2 (via CLI or API) brake something in the GeoTIFF cloud optimised format (COG) that do not allow to be read it via QGIS.
To Reproduce
Steps to reproduce the behavior:
2.1) verify that is a valid COG with
rio cogeo validate destination.tif
gdal_translate source.tif destination.tif -of GTiff -co COMPRESS=DEFLATE -co TILED=YES
or with:
rio cogeo create source.tif destination.tif
exiv2 -M "set Exif.Photo.CameraOwnerName Ascii aaaaaaaaaaa" destination.tif
5.1) verify that it is no more a valid
rio cogeo validate destination.tif
Expected behavior
rio cogeo validate destination.tif
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: