You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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?
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
The text was updated successfully, but these errors were encountered: