Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-spatial/sftime
time extension to sf objects
https://github.com/r-spatial/sftime
Last synced: 3 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T10:23:53.000Z (about 1 year ago)
- Last Synced: 2024-05-21T02:10:51.464Z (6 months ago)
- Language: R
- Homepage: https://r-spatial.github.io/sftime/
- Size: 9.82 MB
- Stars: 49
- Watchers: 12
- 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%"
)
```[![Build Status](https://travis-ci.org/r-spatial/sftime.png?branch=master)](https://travis-ci.org/r-spatial/sftime) [![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)
[![codecov](https://codecov.io/gh/r-spatial/sftime/branch/master/graph/badge.svg)](https://codecov.io/gh/r-spatial/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