-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error: Scene B3DA causing error with no /bounds #94
Comments
are you sure about the scene id? from rio_tiler_pds.sentinel.aws.sentinel1 import S1L1CReader
sceneid="S1A_S3_GRDH_1SDV_20230807T171941_20230807T172010_049772_05FC2A_B3DA"
with S1L1CReader(sceneid) as src:
print(src.bounds)
InvalidSentinelSceneId: Could not match S1A_S3_GRDH_1SDV_20230807T171941_20230807T172010_049772_05FC2A_B3DA |
@vincentsarago , |
can you open an issue in rio-tiler-pds 🙏 |
Can do! Just note that I’m not sure the issue originated from rio-tiler-pds. I’ve not dig into this too deeply, since it doesn’t seem to happen often |
New example with the same behavior: Notes: |
KeyError: 'bounds'
at .get_bounds ( /app/cerulean_cloud/titiler_client.py:43 )`S1A_S3_GRDH_1SDV_20230807T171941_20230807T172010_049772_05FC2A_B3DA
Seems like this one image is repeatedly tossed on the queue, and keeps breaking the container because it does not have any bounds associated with it.
Looking at it, it seems quite strange:
The text was updated successfully, but these errors were encountered: