Skip to content
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

B10 Band unavailable. #29

Closed
Blockchainforcommons opened this issue Oct 30, 2020 · 3 comments
Closed

B10 Band unavailable. #29

Blockchainforcommons opened this issue Oct 30, 2020 · 3 comments

Comments

@Blockchainforcommons
Copy link

Hi Vincent,

I'm battle testing Rio-tiler-PDS and so far some issues,

Mainly ran into cloud detection issues, as i could not get the "B10" band from L2A.

I'm also looking for the "CLD" bands, do you know how to get that one?

The B10 is available for on AWS, however Rio-tiler-PDS cannot retrieve it.

aws s3 ls s3://sentinel-s2-l1c/tiles/44/P/LU/2020/10/12/0/ --request-payer requester
2020-10-12 11:25:38 3672535 B01.jp2
2020-10-12 11:25:38 98640868 B02.jp2
2020-10-12 11:25:38 99913324 B03.jp2
2020-10-12 11:25:38 106900680 B04.jp2
2020-10-12 11:25:38 30355344 B05.jp2
2020-10-12 11:25:38 32663001 B06.jp2
2020-10-12 11:25:38 33809595 B07.jp2
2020-10-12 11:25:38 117991600 B08.jp2
2020-10-12 11:25:38 3420599 B09.jp2
2020-10-12 11:25:38 2114876 B10.jp2
2020-10-12 11:25:38 31471597 B11.jp2
2020-10-12 11:25:38 30893542 B12.jp2
2020-10-12 11:25:38 33728721 B8A.jp2
2020-10-12 11:25:38 135421286 TCI.jp2

@kylebarron
Copy link
Member

The B10 band doesn't exist for L2A

The cirrus band 10 is omitted, as it does not contain surface information.

https://sentinel.esa.int/web/sentinel/user-guides/sentinel-2-msi/processing-levels/level-2

@Blockchainforcommons
Copy link
Author

Thanks, got it

@daisy12321
Copy link

Sorry to post on a closed issue, but as I understand from the docs and this thread, the "B10" band does not exist for L2A, but why does the S2JP2Reader not retrieve B10 for L1C either? For example, I am interested in getting

with S2JP2Reader("S2A_L1C_20220129_30NVM_0") as s2:
    results = s2.preview(bands="B10")

but it still suggests that "B10" is not valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants