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

How to get full list of breaks for one pixel #46

Open
Thomasdht opened this issue Apr 27, 2022 · 2 comments
Open

How to get full list of breaks for one pixel #46

Thomasdht opened this issue Apr 27, 2022 · 2 comments

Comments

@Thomasdht
Copy link

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

@mortvest
Copy link
Collaborator

mortvest commented May 4, 2022

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.

@yongjingmao
Copy link

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!

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