-
Notifications
You must be signed in to change notification settings - Fork 39
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
In Colab, using OEEL #26
Comments
can you provide an example code ? |
%%capture def sgfun(infromedImage,estimationImage): def reproj(imge): return image window_size = 15; roi = ee.Geometry.Polygon( ndviset = ee.ImageCollection('MODIS/MOD09GA_006_NDVI') ndviset2 = ndviset ndvisetmeg=ndviset1.merge(ndviset2) NDVI_sg=oeel.ImageCollection.SavatskyGolayFilter(ndvisetmeg, |
Hi, teacher, has this issue been resolved? |
In Colab, using OEEL for SG filtering previously worked successfully, but now it stays in a running state without producing results. How can this be resolved?
The text was updated successfully, but these errors were encountered: