You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear @sacridini , firstly, congratulations on the amazing tool that did you create!
I've a problem using the function max(), when I use it in my script, the error message is shown:
"roi.geometry is not a function
in max(), line 1525
..."
I'm declaring in the function only the image and the scale, like this: var geet = require('users/elacerda/geet:geet'); var img_max = geet.min(SAR_linear,{scale:10});
Dear @sacridini , firstly, congratulations on the amazing tool that did you create!
I've a problem using the function max(), when I use it in my script, the error message is shown:
"roi.geometry is not a function
in max(), line 1525
..."
I'm declaring in the function only the image and the scale, like this:
var geet = require('users/elacerda/geet:geet'); var img_max = geet.min(SAR_linear,{scale:10});
If you want, follows the link to my code: https://code.earthengine.google.com/cfcf6616ff698e3fdd812377669e33e4
Thank you!
The text was updated successfully, but these errors were encountered: