-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME.Rmd
More file actions
57 lines (38 loc) · 2.4 KB
/
Copy pathREADME.Rmd
File metadata and controls
57 lines (38 loc) · 2.4 KB
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[](https://ci.appveyor.com/project/edzerpebesma/sftime)
[](https://cran.r-project.org/package=sftime)
[](https://cran.r-project.org/web/checks/check_results_sftime.html)
# sftime
`sftime` provides time extension for simple features in R. `sftime` is an extension to the [`sf`](https://github.com/r-spatial/sf) package. It allows to store spatial features which are accompanied by time information, similar to the [`stars`](https://github.com/r-spatial/stars/) package.
`sftime` is a complement to the `stars` package: Whereas `stars` is dedicated to handle regular spatiotemporal data, where space and time represent array dimensions of data cubes, `sftime` provides a generic data format which can also handle irregular spatiotemporal data.
Examples for such data include earthquakes, accidents, disease or death cases, lightning
strikes, but also movement data which have further constraints.
## Installation
You can install the CRAN version of the package with:
```{r installation-CRAN, eval=FALSE}
install.packages("sftime")
```
You can install the development version of `sftime` from [GitHub](https://github.com/) with:
```{r installation-development, eval=FALSE}
library(remotes)
install_github("r-spatial/sftime")
```
## Contributing
* Contributions of all sorts are most welcome, issues and pull requests are the preferred ways of sharing them.
* Please note that the sftime project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## Acknowledgment
This project gratefully acknowledges financial [support](https://r-consortium.org/all-projects/2020-group-1.html#spatiotemporal-data-and-analytics) from the
<a href="https://r-consortium.org/all-projects/2020-group-1.html#spatiotemporal-data-and-analytics">
<img src="https://r-consortium.org/images/RConsortium_Horizontal_Pantone.webp" width="300">
</a>