You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'The file is greater than 512xH or Wx512, but is not tiled']
ifovr_count==0:
warnings+= [
'The file is greater than 512xH or Wx512, it is recommended '
'to include internal overviews']
This might be a special case but I have a 512x512 file without internal overview nor internal tiles (because my profile has default 512x512 tile size) and thus the script is not considering my file as a proper cog and telling me the file is greater than 512x512 which it isn't the case
IMO we should replace the >=512 bit >512 in L90.
The text was updated successfully, but these errors were encountered:
edits:
The scripts tells the file is a proper COG (🤦♂️) but warns about not having internal overview
The following warnings were found:
- The file is greater than 512xH or Wx512, it is recommended to include internal overviews
output.tif is a valid cloud optimized GeoTIFF
Hi, I'm a bit confused by the language used in
gdal/gdal/swig/python/samples/validate_cloud_optimized_geotiff.py
Lines 90 to 100 in 4baca75
This might be a special case but I have a 512x512 file without internal overview nor internal tiles (because my profile has default 512x512 tile size) and thus the script is not considering my file as a proper cog and telling me the file is greater than 512x512 which it isn't the case
IMO we should replace the
>=512
bit>512
in L90.The text was updated successfully, but these errors were encountered: