https://github.com/r-spatial/sftime
time extension to sf objects
https://github.com/r-spatial/sftime
Last synced: 11 months ago
JSON representation
time extension to sf objects
- Host: GitHub
- URL: https://github.com/r-spatial/sftime
- Owner: r-spatial
- License: apache-2.0
- Created: 2019-10-01T09:29:51.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T19:24:11.000Z (over 1 year ago)
- Last Synced: 2025-07-11T04:30:34.748Z (11 months ago)
- Language: R
- Homepage: https://r-spatial.github.io/sftime/
- Size: 15.5 MB
- Stars: 50
- Watchers: 11
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{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://www.r-consortium.org/projects) from the