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
Describe the bug
A clear and concise description of what the bug is.
I'm trying to show tiff on the map, but when I add my tiff path e.g. https://abc.s3.amazonaws.com/abc/2022-03-14/abc.tif and run the program , it adds .ovr at the end
To Reproduce
Steps to reproduce the behavior:
Here is the code
Hi, @krishnaglodha . Thank you for submitting this issue. My best guess is that GeoRasterLayer might not support the projection of your GeoTIFF. Could you provide the GeoTIFF? If you don't feel comfortable posting a link, you could email it to [email protected].
Regarding the .ovr issue, this is a feature not a bug :-) GeoRasterLayer automatically tries to find and load an overview file in addition to the main .tif file. If it can't find a .ovr file, nothing changes. The reason why it appears in red is that there's no way for the lib to know if an overview file exists without issuing a network request. Because it's a network failure, I can't catch and suppress the error logging. I'm hoping to make this configurable in the future, but too many higher priorities at the moment.
Describe the bug
A clear and concise description of what the bug is.
I'm trying to show tiff on the map, but when I add my tiff path e.g.
https://abc.s3.amazonaws.com/abc/2022-03-14/abc.tif
and run the program , it adds.ovr
at the endTo Reproduce
Steps to reproduce the behavior:
Here is the code
Expected behavior
I should be able to see tiff on the map
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: