question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sentinel2 L1C requester pays

See original GitHub issue

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:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vincentsaragocommented, Aug 10, 2018

FYI There was a ticket couples years ago about the same subject on rasterio: https://github.com/mapbox/rasterio/issues/692

0reactions
vincentsaragocommented, Jan 29, 2019

@samsammurphy I’m going to close this, except if it’s still a blocker!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found