Description Usage Arguments Details Value Author(s) References Examples
Best Index Slope Extraction (BISE) function for removing noise from satellite NDVI data.
1 | BISE(x, slide_period = 20, slope_threshold=0.2)
|
x |
A sequence of equally-spaced values, for example, from daily NDVI or meteorological data. |
slide_period |
Days to look ahead for decrease. |
slope_threshold |
Percentage decrease threshold. |
This is a simple implementation of the BISE algorithm for reducing noise in time-series data where sudden drops in value (for example, due to cloud in satellite imagery) should be ignored. It is based on Viovy et al. 1992.
A vector of corrected data.
Grant Williamson
Viovy, N., Arino, O., & Belwards, A.S. (1992) The Best Index Slope Extraction (BISE): A method for reducing noise in NDVI time-series. International Journal of Remote Sensing. 13:8, 1585-1590.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.