bfast-explorer
bfast-explorer copied to clipboard
Breakpoint detection of Landsat pixel time series via BFAST-based algorithms, provided as a Shiny app
We have build documentation for the SEPAL platform and BFAST explorer is one of the (many) application that we provide to our users. The documentation is buid using sphinx so...
Using BFAST Explorer on Sepal, I attempted to upload a zip file containing a shape file of a polygon. Upon uploading, I receive an error saying "disconnected from server".
`ggmap` calls are now raising this warning:  ~The same might also be true for `ee` calls from inside Python. This needs to be checked.~
As I remember while developing bfast-explorer, some packages were used just for one or two specific functions. I think it is important to check if these functions are really necessary,...
[rPython was archived on 2020-04-13](https://cran.r-project.org/web/packages/rPython/index.html). It is now necessary to replace it. [`reticulate`](https://rstudio.github.io/reticulate/) seems like the way to go.
Happening when calling bsTooltip(id = "select_index") on ui.R. However, this issue is heavily dependent on an currently open issue from [shinyBS](https://github.com/ebailey78/shinyBS/issues/65). As, for now, it's not fixable.
Sepal doesn't allow Shiny apps to write into their installation directory, only the user home directory, so tutorial generation was commented out. Used OAuth2Credentials when ~/.google-access-token is exists.
Happens whenever input$satPlot suffers a change. Probably related to the reactive functioning of Shiny.