Hello everyone,
I’m very new to using custom SentinelHub scripts so I apologize in advance if my question is obvious.
I am a Python programmer and I don’t have a lot of javascript experience, so I’m accessing Sentinel hub with the python API but I still have to use JS for custom evalscripts.
I’m trying to retrieve a mosaic of a very small area (1km x 1 km) without clouds, by aggregating imagery over a month. I have seen the cloudless mosaic script :
Sentinel Hub custom scripts
Cloudless mosaic
A repository of custom scripts that can be used with Sentinel-Hub services.
But it gathers all imagery within the last year, while I’m only interested in images within a specified time interval, let’s say from 2022-02-01 to 2022-02-28.
The script presented in answer to this post seems to contain such a function :
I am back again with another orbit-related question about mosaic products!
When I order a Sentinel 2 mosaic that covers multiple Sentinel 2 relative orbits, what is happening in the areas that are covered by multiple orbits? Are all pixels from all possible orbits evaluated in the evaluatePixel function? Or does evaluatePixel operate on data from each orbit separately then combine the independent results later? The information in the mosaicking documentation seems to be relevant but I do not fu…
I have no idea in this case where the time_interval (s1,s2) is defined, does it take input from the time_interval argument of the SentinelHubRequest?
I would like to merge these 2 scripts to create a mosaic of a time window I am able to define. I would also love if you could explain me where to define this time window or interval when using the sentinelhub-py api!
Thanks a lot in advance