Skip to main content

Hi! Just arrived here, don’t hesitate to tell me if I’m doing things wrong.


Question 1: With the Sentinelhub package, is there a way to search for images intersecting a certain area (not a bbox) of interest before downloading them ?


Question 2: Still with the Sentinelhub package, is there a way to preview images footprints before downloading them ?


Thanks !

Very important question.


Short answer: yes.

A bit longer answer: it requires Sentinel-Hub account, some additional packages and some setting up. We have a blog post about it in preparation.


If you are not in hurry, follow https://medium.com/sentinel-hub, otherwise let me know and I’ll drop a notebook.


Best,

Matej


Hi Jonas,

Please find the notebook here: https://gist.github.com/batic/0214cb4eeb06a1e688f45c82d6af336d

It will at least allow you to preview imagery.


Hi

does the sentinelhub package support downloading atmospherically corrected Sentinel-2 products (level L2A) from the s3://sentinel-s2-l2a aws bucket?

(edited - removed ad)


Yes it does, check this post



Hi,
I want to download an index (e.g. NDVI) and I also need to download the cloudmasks from L2A which is called SCL.
I considered the problem, that L1C seems to have more images and thus outputs than L2A and adapted the WMS configurator so that the NDVI and the SCL layer use L2A as input.
Using a time range of 10 days (2017-08-01 until 2017-08-10), I get 2 results for the NDVI layer.
However, for the SCL layer I get 5 results, only 2 with content (same time than the 2 NDVI results) and 3 emp…


Hi @lilycolins1020,


sentinelhub Python package does support download of Sentinel-2 L2A products from s3 bucket. Please check examples how to download data via Python API and examples how to download data via command line. As you can see download of L1C and L2A data works in the same way. In some cases of L2A you also have to specify the data source parameter (which is by default set to L1C).


Reply