Skip to content
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

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

Open
tessieblink opened this issue Mar 16, 2021 · 3 comments
Open

Comments

@tessieblink
Copy link

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
Copy link
Author

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

Looking forward to your reply! thanks!

@hamun001
Copy link

hamun001 commented Mar 16, 2021 via email

@Sanctuary0327
Copy link

Did you solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants