-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: 'FUNCTION TO REDUCE COLLECTION TO SINGLE IMAGE PER YEAR BY MEDOID' #40
Comments
I modified the codes like this:
Could you please let me know what you think about it. Thanks a lot! |
Can you send a script that shows how you arrived at these conclusions?
Thank you! |
Thank you so much for your kind response.
If you inspect a point, you see band values of both Output_ReducerMin & closestToMedianImage and compare those with the bands in the list of images in ImageCollection: True Color (432) and the median image. I will be waiting to hear back from you. Thanks Again! |
Thank you so much for developing the amazing tool in GEE. I found that medoid method was applied to create yearly landsat composite (article link). I found the relevant codes in GEE for this operation (medoid method):
Here,
.reduce(ee.Reducer.min(7)
gave me output with the lowest value of the pixels rather than the closest value to the median. I am not so sure through, this may lead to the inappropriate result. Could you please confirm that the tool actually used medoid method to prepare yearly single image? I will be very grateful for that.I might be wrong. If so, please accept my apologies and let me know why it is alright. Thank you so much! I will be looking forward to your kind response.
The text was updated successfully, but these errors were encountered: