bfastSpatial
bfastSpatial copied to clipboard
Processing Landsat 8!
Are there any plans to include Landsat 8 processing capability to bfastsptial?
It already has it, but you need to use the develop branch for Collection 1 (#64).
Thanks for you reply. I'm a bit new to Github. What is the develop branch for collection 1?
As in, to process Landsat Collection 1 imagery (including Landsat 8), use the develop branch of this git repository: https://github.com/loicdtx/bfastSpatial/tree/develop
You can install it with devtools::install_github("loicdtx/bfastSpatial@develop").
Thank you.