Download WorldView Data with specific geometry and date (Geojson)

Hello,

I just got access to SentinelHub via the ESA NoR program and I would like to download some data from SentinelHub. What I have is a geojson with that contains: a date, a geometry polygon and a month. Similar to this:

     date  month                                           geometry

0 2019-01-19 1 POLYGON ((-160.74797 55.30165, -160.74396 55.3…
1 2019-01-16 1 POLYGON ((-57.19548 52.50388, -57.19173 52.503…
2 2018-01-27 1 POLYGON ((15.44968 60.48447, 15.45432 60.48445…
3 2018-01-27 1 POLYGON ((16.49700 60.53035, 16.50164 60.53030…
4 2018-01-27 1 POLYGON ((16.30879 61.08070, 16.31352 61.08065…

now what I want to do is download an each geometry at this specific date, if the cloud cover is below 5%, otherwise download any image from that month with that geometry if the cloud cover is below 5%.

I have tried to use the EO Browser for this, however, I am not sure how I can define the date range for each image individually.

What would be the easiest way to do this?

Thanks!

Hi Marvin,

I would recommend making each request individually, you could do this either in EO Browser or using Request Builder to do this directly via the API. There is much more information about this in the docs here. There are also examples of ordering here.