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
*mlr3spatial* is the package for spatial objects within the [mlr3](https://mlr3.mlr-org.com) ecosystem.
33
33
The package directly loads data from [sf](https://CRAN.R-project.org/package=sf) objects to train any mlr3 learner.
34
-
The learner can predict on various raster formats ([{terra}](https://CRAN.R-project.org/package=terra), [{raster}](https://CRAN.R-project.org/package=raster) and [{stars}](https://CRAN.R-project.org/package=stars)) and writes the prediction raster to disk.
34
+
The learner can predict on various raster formats ([terra](https://CRAN.R-project.org/package=terra), [raster](https://CRAN.R-project.org/package=raster) and [stars](https://CRAN.R-project.org/package=stars)) and writes the prediction raster to disk.
35
35
mlr3spatial reads large raster objects in chunks to avoid memory issues and predicts the chunks in parallel.
36
36
Check out [mlr3spatiotempcv](https://github.com/mlr-org/mlr3spatiotempcv) for spatiotemporal resampling within mlr3.
37
37
@@ -101,14 +101,14 @@ plot(land_cover, col = c("#440154FF", "#443A83FF", "#31688EFF",
101
101
<details>
102
102
<summary>Will mlr3spatial support spatial learners?</summary>
103
103
<br>
104
-
Eventually. It is not yet clear whether these would live in mlr3extralearners or in {mlr3spatial}.
104
+
Eventually. It is not yet clear whether these would live in mlr3extralearners or in mlr3spatial.
105
105
So far there are none yet.
106
106
</details>
107
107
108
108
<details>
109
-
<summary>Why are there two packages, {mlr3spatial} and {mlr3spatiotempcv}?</summary>
109
+
<summary>Why are there two packages, mlr3spatial and mlr3spatiotempcv?</summary>
110
110
<br>
111
111
mlr3spatiotempcv is solely devoted to resampling techniques.
112
112
There are quite a few and keeping packages small is one of the development philosophies of the mlr3 framework.
113
-
Also back in the days when mlr3spatiotempcv was developed it was not yet clear how we want to structure additional spatial components such as prediction support for spatial classes and so on.
113
+
Also back in the days when mlr3spatiotempcv was developed, it was not yet clear how we want to structure additional spatial components such as prediction support for spatial classes and so on.
0 commit comments