-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.Rmd
57 lines (38 loc) · 2.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
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%"
)
```
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/r-spatial/sftime?branch=master&svg=true)](https://ci.appveyor.com/project/edzerpebesma/sftime)
[![CRAN](https://www.r-pkg.org/badges/version/sftime)](https://cran.r-project.org/package=sftime)
[![cran checks](https://badges.cranchecks.info/worst/sftime.svg)](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://www.r-consortium.org/projects) from the
<a href="https://www.r-consortium.org/all-projects/awarded-projects/2020-group-1#spatiotemporal+data+and+analytics">
<img src="https://www.r-consortium.org/wp-content/uploads/sites/13/2016/09/RConsortium_Horizontal_Pantone.png" width="300">
</a>