You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Package: LandsatTS
2
2
Title: An R package to facilitate retrieval, cleaning, cross-calibration, and phenological modeling of Landsat time-series data
3
-
Version: 1.0.2
3
+
Version: 1.1.0
4
4
Authors@R:
5
5
c(
6
6
person(given = "Logan T.",
@@ -24,7 +24,7 @@ Authors@R:
24
24
email = "",
25
25
comment = c(ORCID = "0000-0002-6326-4308"))
26
26
)
27
-
Description: This software package facilitates sample-based time series analysis of surface reflectance and spectral indices derived from sensors on the Landsat satellites. The package includes functions that enable extraction of the full Landsat record for point sample locations or small study regions using Google Earth Engine directly accessed from R. Moreover, the package includes functions for (1) rigorous data cleaning, (2) cross-sensor calibration with machine learning, (3) phenological modeling, and (4) time series analysis.
27
+
Description: This software package facilitates sample-based time series analysis of surface reflectance and spectral indices derived from sensors on the Landsat satellites. The package includes functions that enable extraction of the full Landsat record for point sample locations or small study regions using Google Earth Engine directly accessed from R. Moreover, the package includes functions for (1) data cleaning, (2) cross-sensor calibration, (3) phenological modeling, and (4) time series analysis.
- Revised function lsat_fit_phenological_curves() with improve outlier screening
8
+
- Revised function lsat_calc_trend() so it no longer creates figures
6
9
7
-
## 1.0.1 (released: 2 June 2022)
10
+
## 1.0.1 (released: 2022-6-2)
8
11
- Bug fix to address error in lsat_get_pixel_centers() caused by change in the URL for the WRS2 geometries hosted by USGS. See Issue #35: https://github.com/logan-berner/lsatTS/issues/35
0 commit comments