bfast2 / bfast2/geeBfastMonitor
Use module directly but encountering error : Invalid number (25:20)
- Dominant language
- JavaScript
- Stars
- 75
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.