bfast icon indicating copy to clipboard operation
bfast copied to clipboard

How to get full list of breaks for one pixel

Open Thomasdht opened this issue 3 years ago • 2 comments

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

Thomasdht avatar Apr 27 '22 12:04 Thomasdht

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.

mortvest avatar May 04 '22 08:05 mortvest

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!

yongjingmao avatar Sep 05 '22 06:09 yongjingmao