bfast2 / geeBfastMonitor

Google Earth Engine implementation of the popular R bfast package
70 stars 28 forks source link

Use module directly but encountering error : Invalid number (25:20) #3

Open tessieblink opened 3 years ago

tessieblink commented 3 years ago

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!

tessieblink commented 3 years ago

And one more question: how to apply this module to other regions?

Looking forward to your reply! thanks!

hamun001 commented 3 years ago

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.

Sanctuary0327 commented 2 years ago

Did you solve this problem?