loicdtx / bfastSpatial

Set of utilities and wrappers to perform change detection on satellite image time-series (Landsat and MODIS). Includes pre-processing steps and functions for spatial implementation of bfastmonitor change detection and post processing of the results.
93 stars 39 forks source link

Processing Landsat 8! #85

Open fyousef opened 6 years ago

fyousef commented 6 years ago

Are there any plans to include Landsat 8 processing capability to bfastsptial?

GreatEmerald commented 6 years ago

It already has it, but you need to use the develop branch for Collection 1 (#64).

fyousef commented 6 years ago

Thanks for you reply. I'm a bit new to Github. What is the develop branch for collection 1?

GreatEmerald commented 6 years ago

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").

fyousef commented 5 years ago

Thank you.