-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Not able to identify Converted tiff files #1
Comments
Thank you for flagging this issue. Would you be able to share the file? Or the gdal command you used? |
Sample tiff files link : https://file-examples.com/index.php/sample-images-download/sample-tiff-download/ gdal_translate -co TILED=YES -co COMPRESS=DEFLATE -co BIGTIFF=YES ${inputTiffPath} ${outputCogPath} First Download any of the file from above link and then convert it to cog using the command and check using the is-cog package |
Thank you. Having a test file definitely makes things easier. I downloaded the first tiff file: https://file-examples.com/wp-content/storage/2017/10/file_example_TIFF_1MB.tiff Here's output of running gdalinfo ~/Downloads/file_example_TIFF_1MB.tiff
The files don't appear to have any Geospatial metadata associated with them, which means they are missing the G in COG. Please let me know if I missed anything. Thank you! |
The package is not able to identify the files that has been converted to cog using gdal
The text was updated successfully, but these errors were encountered: