Closed Ahleroy closed 1 year ago
Mmm I'm not immediately sure, but I don't think that ESA makes any promises that a given area on Earth will always be captured in the "same" way.
STAC will return any item intersecting with your area of interest. You might want to check that the geometry of returned item is what you're looking for.
I solved the issue. The error was in the least_cloudy_item
. This specific zone is in the intersection of two product areas (T28PHV and T28PGV in this specific case). The least cloudy item was switching from one to the other between two successive dates.
Glad to hear it! In case it's helpful, you can filter on the s2:mgrs_tile
field in the call to search
using the query
parameter.
I am trying to create a temporal series of a unique area of interest. The following code extracts the visual image once for every single month since 2017.
Yet, instead of having one single output dimensions, I have two different ones (one being a cropped version of the other).
Full image:
Cropped image:
The following code :
Any idea why we have inconsistent dimensions over time ?