-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNEWS
70 lines (42 loc) · 2.47 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
satellite 1.0.5 (2024-02-10)
Changes:
* Included terra imports of crop(), extend() conditional on raster version (#42).
satellite 1.0.3 2021-10-06
Changes:
* Revised JSS (and other) links (#40).
satellite 1.0.2
Changes:
* Replaced all class() calls with inherits(). Starting with R version 4.0.0, "matrix" objects also inherit from class "array", which invalidates code assuming that length(class(obj)) == 1.
* Fixed broken links.
* Switched to MIT license.
* Roxygen2 update.
satellite 1.0.1
Bugfixes:
* calcAtmosCorr() was not compatible with NA values, ie quantile() failed.
* compFilePathLandsat() failed when specifying metadata files with new naming standard as input.
* compMetaLandsat() assigned Landsat 7 metadata information, eg parameters required for radiometric rescaling, to wrong bands.
satellite 1.0.0
New features:
* Inverse squared relative earth-sun distance from calcEarthSunDist().
* calcTopoCorr,Raster*() methods accept additional arguments (via '...') passed to writeRaster().
* crop,Satellite-method takes a new argument 'snap' similar to raster::crop().
* extend,Satellite-method takes a new argument 'value' which is assigned to new cells similar to raster::extend().
* satellite is compatible with pre-collection Level-1 and Collection 1 Level-1 file naming.
* sortFilesLandsat() to automatically sort Landsat band files in ascending order.
Bugfixes:
* plot,Satellite-method ignored band codes to be visualized if 'bcde = ' assignment was not explicitly included.
* Solved 'Error in .local(.Object, ...) :' when trying to retrieve values from built-in data sets l7, l8.
Changes:
* calcHistMatch() and panSharp() moved to satelliteTools (https://github.com/environmentalinformatics-marburg/satelliteTools).
* Mandatory use of Rcpp functionality in calcPathRadDOS().
* Added helper functions in R/pck_data.R and R/pck_lut.R to .Rbuildignore.
* Revised sensor IDs for Landsat 4 (LT4 for 'Landsat Thematic Mapper') and 5 (LT5).
* Updated ESun values (https://landsat.usgs.gov/esun) for Landsat 4, 5 and 7.
* Updated spectral range of Landsat 7 band 7 (https://landsat.usgs.gov/landsat-7-history).
* Moved Rcpp from Depends to Imports.
* Built-in data sets l7, l8 now originate from Landsat Collection 1 Level-1 instead of previous Pre-Collection 1 Level-1.
* Removed deprecated convDN2RU(), users must switch to convSC2Rad(), convSC2Ref() and convRad2BT() instead.
satellite 0.2.0
* n/a
satellite 0.1.0
* Initial release