-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNEWS
63 lines (37 loc) · 1.19 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
gfcanalysis 1.8
===============
* Deprecate rgeos and rgdal
* Update to 2022 forests data
* Miscellaneous minor bug fixes
gfcanalysis 1.7
===============
* Support latest Hansen datasets (up to 2020 data)
* Export `calc_pixel_areas()`
gfcanalysis 1.6
===============
* Support latest Hansen datasets (up to 2019 data)
* Fix bug arising when aoi falls on the boundary of gfc tiles
* AOI can now be defined using a sf file
gfcanalysis 1.5
===============
* Support latest Hansen datasets using "datatset" parameter
* Change maintainer from Alex Zvoleff to Matthew Cooper
gfcanalysis 1.4
===============
* Add option to download only certain layers.
* Add data_year argument to support new dataset versions.
* Misc doc and CRAN check fixes.
gfcanalysis 1.2
===============
* Fix output as GeoTIFF with LZW compression. Smaller file sizes are
advantageous when analyzing large areas.
* Upgrade to roxygen2 > 4.0.2
* Switch to gConvexHull in calc_gfc_tiles to avoid potential errors from
gUnaryUnion.
gfcanalysis 1.1
===============
* Move "snow" from Suggests to Enhances
* Update inst/examples/analyze_GFC.R to test or "snow"
gfcanalysis 1.0
===============
* Initial release to CRAN.