- lsat_get_pixel_centers(): Updated to work with Landsat Collection 2 now that Collection 1 has been deprecated.
- lsat_calc_trend(): Added option to calculate trends using linear regression, in addition to the default method that uses Mann-Kendall tests and Theil-Sen slopes.
- lsat_summarize_growing_seasons(): Removed z-score based outlier filtering that caused years with one observation to be accidentally removed since a standard deviation can not be computed. Outlier detection and removal is less important in this function now that lsat_fit_phenological_curves() includes enhanced outlier detection and filtering as of v. 1.1.0.
- lsat_fit_phenological_curves(): Fixed error that caused all observations from a focal period to be returned instead of only observations from a specific focal year. Subsequent testing showed strong correlation (mean r = 0.95, n = 100) between NDVImax time series before and after the fix.
- lsat_calibrate_poly(): Updated help file
- Fixed NAMESPACE issues
- Compressed RDA files to reduce package size
- Made more function calls explicit
- Defined a set of global variables
- Changed package name from lsatTS to LandsatTS
- Added function lsat_calibrate_poly()
- Added function lsat_plot_trend_hist()
- lsat_fit_phenological_curves(): Revised function to improve outlier screening
- lsat_calc_trend(): Revised function so it no longer creates figures
- lsat_get_pixel_centers(): Bug fix to address error caused by change in the URL for the WRS2 geometries hosted by USGS. See Issue #35: #35
- First public release of lsatTS.