GeoTIFF with invalidated optimizations shows up as valid #259
Unanswered
mplough-kobold
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@mplough-kobold If the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps to reproduce with
rio-cogeo==3.5.1
:Use the files in input and output data.zip or get/generate them as follows.
Obtain
lcc-datum.tif
from https://download.osgeo.org/geotiff/samples/made_up/.Generate a slightly invalid COG
lcc-datum-cog.tif
as follows. Note that while COG does not support creation option TILED, this does run to completion generate a GeoTIFF.Package versions:
dask==2023.4.0
distributed==2023.4.0
rioxarray==0.14.0
xarray==2023.3.0
Run
rio cogeo validate lcc-datum-cog.tif
and view the output:Is this file a valid COG? Based on the warnings it looks like there are issues in the file's layout that rio-cogeo does not detect.
Beta Was this translation helpful? Give feedback.
All reactions