Creating just one image with time intervals #70
Replies: 2 comments 1 reply
-
Hi @mcihadarslanoglu ! Thank you a lot for your message! Passing a date range (here, I think I understand you would like one image only for the whole period. However, many pixels appear several times at different dates and would need to be somehow combined. What criterion/method would you like to use? Would you like to sum them up? Average them? One item that is on my TODO list of new features is a (potentially per-pixel) mosaicing based on the solar zenith angle to choose a given pixel when several ones are available over the same period (mainly over the same day). |
Beta Was this translation helpful? Give feedback.
-
maybe flexible structrue can be insterted. If I give parameter as sum, then it should sum. If I give avg, it should apply avg operator on the pixels. |
Beta Was this translation helpful? Give feedback.
-
When we set time intervals like
["2022-04-01", "2022-04-15"]
, it returns a lot of scene images. However, I just want to have one image which includes the all bounding box.As you can see there are many images, can we merge them and get just one image ? Maybe we can do it when mergin the patches as well ?
Here code I used
Beta Was this translation helpful? Give feedback.
All reactions