bfast
bfast copied to clipboard
GPU Implementation for BFAST
I am unable to install bfast (with pip or from GitHub) due to the following issue: ``` jan@eceo-ws12:~/Documents/bfast$ pip install bfast Collecting bfast Using cached bfast-0.7.tar.gz (306 kB) Preparing metadata...
I have some image time series of length 730 time steps. I tried with multiple examples but I still get `-2 corresponds to not enough data for a pixel` for...
Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Can only the first break be discovered using this package or does it also support the detection of multiple breaks in the time series? If yes, how could it be...
Whenever one of the dates fed to `model.fit()` has the hour or minute set to something else then 0, the error `IndexError: boolean index did not match indexed array along...
I am using this implementation of BFAST in the [Bfast-gpu](https://github.com/12rambau/bfast_gpu) module of the SEPAL platform and I wanted to check how they behave on a GPU machine. I did my...
Hello, I went throw the [documentation ](http://bfast.readthedocs.org/) and it seems that we can only get the date of the first break for one pixel. Is it possible to get the...
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
it's it the same vein as #37. I've corrected some of the bug in my own fork but i'm now seeing another issue. At line https://github.com/diku-dk/bfast/blob/4fd0c1727ec6ac309966d0ecfeef67e3ef02776b/setup.py#L132, the setup.py file is...
Hi, I had a look at the python version and if I'm not mistaken a stable history period is never determined as in section 2.4 of the [paper](http://bfast.r-forge.r-project.org/Verbesselt+Zeileis+Herold-2012.pdf). Am I...