Sentinelhub-py cannot download Sentinel-2 data (.SAFE format) by Product ID after the Requester Pays. How should we change codes to access sentinel data?
I have changed it, and the program send this message:
The requested data is in Requester Pays AWS bucket. In order to download the data please set your access key in command line:\n$ sentinelhub.config --aws_access_key_id <your AWS key> --aws_secret_access_key <your AWS secret key>
If I use my AWS account, are there any additional fees?
Basically you pay for amount of data downloaded and for each GET request. The number of GET requests will be about the same as the number of downloaded files.
There package won’t make any additional fees that you wouldn’t have if downloading without it.
And another question is how to definate the DATA TRANSFER OUT. Is it means download imagery from Amazon S3 (Frankfurt) to local PC, or transform to another Amazon S3 ?
Hi, looks like your AWS signup is processing, and if it doesn’t complete in the stated time, contacting support there will be your best course of action.
For the egress pricing, there is a separate charge for transfer in between regions and out to your local PC. You can see the pricing here under the Data Transfer section, make sure to chose the Frankfurt region.