[gdal-dev] Reading Sentinel-2 Data in AWS
Even Rouault
even.rouault at spatialys.com
Fri Dec 7 13:11:01 PST 2018
On vendredi 7 décembre 2018 13:02:09 CET Bborie Park wrote:
> You may want to look at Google's store of Sentinel-2 as Google faithfully
> follows the SAFE format, which looks to be what's expected in the Sentinel2
> driver.
>
> The data stored in AWS has been post-processed for SentinelHub so is not
> SAFE format.
Another important note is that while /vsis3/ and openjpeg or jp2kak
technically work, they cause a huge number of GET request to be issued,
and as AWS_REQUEST_PAYER=requester, you may end up with a significant bill
if you do mass processing.
If you read whole .jp2 files, you'd better download locally them in
a single GET request.
See
https://medium.com/@_VincentS_/do-you-really-want-people-using-your-data-ec94cd94dc3f
Even
--
Spatialys - Geospatial professional services
http://www.spatialys.com
More information about the gdal-dev
mailing list