I've encountered an issue while using STAC Browser. The method for discovering .ovr files is quite simplistic and fails when dealing with presigned URLs. As a result, georaster generates URLs like this:
https://.../analytic.tiff?X-Amz-Signature=db052c40c08fcff9c36746421df18c9a2554b43589d231ebc07e8ae930deaf28.ovr
This appends .ovr to the signature, which obviously doesn't work. I believe .ovr detection should be disabled for presigned URLs, as each file has a unique signature, making it impossible to access the .ovr file using the .tiff file's signature.
I've encountered an issue while using STAC Browser. The method for discovering
.ovrfiles is quite simplistic and fails when dealing with presigned URLs. As a result,georastergenerates URLs like this:This appends
.ovrto the signature, which obviously doesn't work. I believe.ovrdetection should be disabled for presigned URLs, as each file has a unique signature, making it impossible to access the.ovrfile using the.tifffile's signature.