Open tessieblink opened 3 years ago
And one more question: how to apply this module to other regions?
Looking forward to your reply! thanks!
Pls send me your script to: @.***
Sent from Yahoo Mail on Android
On Tue, 16 Mar 2021 at 11:03, @.***> wrote:
And one more question: how to apply this module to other regions?
Looking forward to your reply! thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Did you solve this problem?
I want to use this module directly to find whether there is a break on a pixel, but the error "Invalid number" occurred. The parameters are the same as the original code you presented.
Here is my code: https://code.earthengine.google.com/7bf71db0079d907ca2ac8e1958ecc033
var engine = require('users/andreim/geeMonitor:monitor.js'); var result = engine.bfastMonitor({ roi:ee.Geometry.Point(-60.00, -14.33), historyStart:2013-01-01, historyEnd:2016-12-31, monitoringStart:2017-01-01, monitoringEnd:2018-12-31, h:0.25, period:10, alpha:0.05, magnitudeThreshold: -0.000000000000000000000000000000121, harmonics:1})
print(result)
Hope to get your reply soon!