Hello,
Is it possible in a simple evalscript that I can use in EO browser (not with API request) to specify a particular tile to be sampled - let say for a the tile 34TCN only and not the orbit
I imagined that it will be specified with preProcessScenes, but until now I couldn’t make it work
This is an undocumented feature as it does not work for all collections consistently.
That said, for e.g. Sentinel-2 L2A data you should be able to enter something along the lines of:
Your script works with that specific tile and if I change the date on the top with the date chooser widget , I no longer have a tile plotted. What I was trying to achieve is to fetch all images from specific tileFrame ID and not to be tied to a specific file name. As very soon I will be trying to retrieve a set of images for this tile in a range of dates.
I am quite new with the scripting, and probably I need more guidance than an experienced person as you are would expect. Sorry for that
When I ask for date 2020-09-09 (it shows in the widget there is an image available) nothing is visualized - I guess, this is somehow related to the mosaicking order to most resent by default. How can I access this other image? Let say I want to make average for a period of time and be able to sample all of the acquisitions.
By “the widget” you are referring to the calendar? This one is displaying all available imagery in the current window, and does not take into account the filtering in the custom script.
For the “average” - take a look at this script how the “max NDVI” is calculated. You can do similar with average.
Yes, the calendar I was describing. So first one have the date and the spatial window of the browser, and then we have the prepocessing settings to narrow down the search, right?
However overlapping zones are empty, and moreover, when I change the zoom level, some tiles disappear.
I have the mosaicking set to TILE, , but how to set the return code in order to see a complete coverage (for all the tiles in focus, plus overlapping zones) for a particular date?