Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Leutner committed Jan 8, 2019
1 parent d661c86 commit 8d7bc7e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@ moveVis OK


### Changelog:
RStoolbox 0.2.4
====================================
New:

* function `oneHotEncode()`: splits a single rasterLayer into multiple layers (one per class)
with one-hot encoding, i.e. pixel value = 1 for matches, pixel value = 0 for all other classes (background).
* `ggR()` can now display more than one layer. Each layer can be plotted to a subplot in a multi-panel grafic.
* `encodeQA()`, `decodeQA()` and `classifyQA()` can now deal with the new QA format introduced with Landsat Collection data. Legacy QA designations can still be interpreted by setting the `legacy` argument.
* new `predict()` method for unsupervised classification models (`unsuperClass`).

Changes:
* all `radCor()` DOS methods now work for Landsat 8 OLI

Fixes:
* fix `unsuperClass()` for algorithms other than Hartigan-Wong (reported by Alex Ilich)

0 comments on commit 8d7bc7e

Please sign in to comment.