-
Notifications
You must be signed in to change notification settings - Fork 5
/
NEWS
111 lines (67 loc) · 4.67 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
RSAGA 1.3.0
--------------------------------------------------------------------------------
General:
* RSAGA checks if the correct parameters are used in `rsaga.geoprocessor`
* RSAGA supports SAGA GIS 7.0.0
Bug fixes:
* Fixed `out.wetness` optional parameter bug in `rsaga.wetness.index`
RSAGA 1.2.0
--------------------------------------------------------------------------------
General:
* RSAGA supports SAGA GIS 6.4.0
Bug fixes:
* Warning messages for RSAGA functions that are not supported by certain SAGA GIS versions
RSAGA 1.1.1
--------------------------------------------------------------------------------
Bug fixes:
* Fix for CRAN warning about digest package
RSAGA 1.1.0
--------------------------------------------------------------------------------
General:
* We integrated RSAGA into the r-spatial.org community. If you find any bugs please report them at our new development repository (https://github.com/r-spatial/RSAGA).
* RSAGA supports SAGA GIS 6.3.0
* RSAGA locates the SAGA command line program and the SAGA module libraries on Unix systems also with the PATH and SAGA_MLB environment variable
Bug fixes:
* change curvature units form degrees to 1 / map units #4
RSAGA 1.0.0
--------------------------------------------------------------------------------
General:
* RSAGA 1.0.0 is now available on CRAN. It is a major update that adds support for SAGA GIS 2.3.1 LTS - 6.2.0. Older SAGA GIS versions might still work but are not supported anymore. Please report bugs to (https://github.com/r-spatial/RSAGA).
* RSAGA supports now SAGA GIS versions up to 6.2.0
Misc:
* rsaga.env is rewritten to automatically detect SAGA GIS on Windows and Unix again
RSAGA 0.94-5
--------------------------------------------------------------------------------
General:
* RSAGA 0.94-5 is now available on CRAN. This release is largely version updates to support SAGA GIS 2.2.3
RSAGA 0.94-4
--------------------------------------------------------------------------------
General:
* RSAGA 0.94-4 is now available on CRAN. Included in this release are updates to support SAGA GIS versions 2.2.1 and 2.2.2
* An additional function `rsaga.pisr2` has been added to support the Potential Incoming Solar Radiation module with SAGA 2.2.2
* **Unix note** - on some systems users have reported that `rsaga.*` functions with SAGA 2.2.0+ produce a warning message: "Error: select a tool". This can be suppressed by adding the argument `check.module.exists = FALSE` until the bug is addressed.
RSAGA 0.94-3
--------------------------------------------------------------------------------
General:
* RSAGA 0.94-3 is now available on CRAN. Included in this release are updates to support SAGA GIS version 2.2.0
* An [introductory vignette](https://cran.r-project.org/web/packages/RSAGA/vignettes/RSAGA-landslides.pdf) and associated data file `landslides` are now included with RSAGA. The vignette demonstrates how to initialize and run RSAGA, perform terrain analysis, and execute RSAGA grid functions using an example of generalized additive modeling for landslide susceptibility modeling with the included dataset.
RSAGA 0.94-1
--------------------------------------------------------------------------------
General:
* RSAGA 0.94-1 is now available on CRAN. Updates to the package support changes in SAGA GIS, particularly from SAGA GIS 2.1.0 - 2.1.4.
* **N.B.:** Some changes may affect older code:
Argument changes for SAGA GIS 2.1.1+:
* New function `rsaga.slope.asp.curv` has been added for use with SAGA 2.1.1+
* Continue to use `rsaga.local.morphometry` with SAGA versions below 2.1.1
* Calls using `rsaga.local.morphometry` with SAGA 2.1.1+ are redirected to `rsaga.slope.asp.curv`
* An additional method has been added in `rsaga.slope.asp.curv`, in the `3` position. Numeric arguments for `method`
are not supported with this function, and will stop with an error message.
* Plan and profile curvature calculations have changed with SAGA 2.1.1+. See [SAGA forum discussion]
(http://sourceforge.net/p/saga-gis/discussion/354013/thread/e9d07075/?limit=25#5727) for details.
* `rsaga.slope`, `rsaga.aspect`, `rsaga.curvature`, `rsaga.plan.curvature`, and `rsaga.profile.curvature`
use either `rsaga.slope.asp.curv` (version 2.1.1+) or `rsaga.local.morphometry` (version < 2.1.1).
Parallel Processing:
* `rsaga.parallel.processing` is not supported with SAGA 2.1.3+. See `rsaga.topdown.processing` for a similar function.
The handling of Boolean parameters:
* When using `rsaga.geoprocessor`, *not* passing a Boolean parameter will leave it as default, not necessarily `FALSE`.
See more details in [SAGA Release Wiki] (http://sourceforge.net/p/saga-gis/wiki/Compatibility%202.1.3/).