Open Thomasdht opened 2 years ago
Hello,
Sadly, it is not possible since the BFAST Monitor algorithm only detects a single breakpoint per pixel. If you wish to detect more breakpoints, you would have to use BFAST or BFASTLite. The R implementation is available here. There is also a very early prototype for BFAST (python backend only) in the bfast-experimental branch.
Hello,
I am also interested in the full list of breaks (and corresponding magnitudes) too. With the experimental branch you mentioned above, could you add an example to show how to achieve this even with python backend?
Thanks you!
Hello,
I went throw the documentation and it seems that we can only get the date of the first break for one pixel. Is it possible to get the full list of breaks (in the case where there are several) for one pixel during the monitoring period ?
Thank you very much