Sentinel2 L1C requester pays
See original GitHub issueIssue Description
Hi @vincentsarago 👋
It happened, AWS now requires a requester pays header for Sentinel2 L1C 😢 . How do we move forward with rio tiler
from here?
This is the message I get when running the first example in the README
from rio_tiler import sentinel2
tile, mask = sentinel2.tile('S2A_tile_20170729_19UDP_0', 77, 89, 8)
# rasterio._err.CPLE_AWSAccessDeniedError: Access Denied
Interestingly when I run the command again I get this
# rasterio._err.CPLE_OpenFailedError: '/vsis3/sentinel-s2-l1c/tiles/19/U/DP/2017/7/29/0/preview.jp2' does not exist in the file system, and is not recognized as a supported dataset name.
which is more inline with what my (previously working) lambda sentinel2 tiler is now saying…
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Changes of the access rights to L1C bucket at AWS Public ...
End of June we will set S2 L1C bucket as “Requester pays” similarly as it is for S2 L2A and S1 GRD. This...
Read more >Sentinel-2 - Registry of Open Data on AWS
Resources on AWS. Description: Level 1C scenes and metadata, in Requester Pays S3 bucket; Resource type: S3 Bucket Requester Pays; Amazon ...
Read more >What happened to AWS Sentinel2 website? [duplicate]
This question was about a free service that no longer exists for viewing Sentinel 2 data from AWS before the 'requester pays' condition...
Read more >How-to for sentinel 2 on AWS - snap - STEP Forum
As for the pricing itself, there's a free tier of 15 GB per month for one year, then you pay $0.0245 per GB...
Read more >Is there a recent issue with the Sentinel-2 on AWS reader?
Sentinel-2 data on amazon is now on a pay per use system. ... -of-the-access-rights-to-l1c-bucket-at-aws-public-datasets-requester-pays/172 for details.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
FYI There was a ticket couples years ago about the same subject on rasterio: https://github.com/mapbox/rasterio/issues/692
@samsammurphy I’m going to close this, except if it’s still a blocker!