-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
47 lines (26 loc) · 1.39 KB
/
README.Rmd
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
---
title: "twinkle"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
A small set of R tools to use with [sf](https://CRAN.R-project.org/package=sf) and [stars](https://CRAN.R-project.org/package=stars) in species distribution modeling. See the [wiki](https://github.com/BigelowLab/twinkle/wiki) for usage examples.
## Requirements
+ [R v4+](https://www.r-project.org/)
+ [rlang](https://CRAN.R-project.org/package=rlang)
+ [dplyr](https://CRAN.R-project.org/package=dplyr)
+ [sf](https://CRAN.R-project.org/package=sf)
+ [stars](https://CRAN.R-project.org/package=stars)
+ [geometry](https://CRAN.R-project.org/package=geometry)
+ [RANN](https://CRAN.R-project.org/package=RANN)
## Resources
+ [RSeek.org](https://rseek.org/?q=stars+sf)
+ [rspatial.org](https://rspatial.org/)
+ [`sf` guide](http://r-spatial.github.io/sf/)
+ [`stars` guide](https://r-spatial.github.io/stars/)
+ [Geocomputation with R](https://geocompr.robinlovelace.net/)
## Intended usage
`stars` will handle a wide variety of data models, but this package is intended for use with regular grids with 3 dimensions such as [x, y, band], [x, y, time] or [x, y, z]. See about the `stars` data model [here](https://r-spatial.github.io/stars/articles/stars4.html).
## Wiki
The [wiki](https://github.com/BigelowLab/twinkle/wiki) provides a suite of examples.