Closed zicai1 closed 1 year ago
idk how I can help you.
oh,thanks,i replace for with list.map(),it works,It seems that the imgcollection generated by the for loop cannot be used as an argument to the SavatskyGolayFilter parameter
you should never use for-loops in GEE, but happy to hear that the problem is fixed
Are there any specific requirements for collections in SavatskyGolayFilter? I have an imagecollection that works in SavatskyGolayFilter, but when I do some processing it can't run, my code is as follows:
merge_vi is a VI imagecollection,it can work in SavatskyGolayFilter,but the vi_col can’t work,even when i replace
vi_list = vi_list.add(image)
withvi_list = vi_list.add(ori)
,it still can't work