knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
sftime
provides time extension for simple features in R. sftime
is an extension to the sf
package. It allows to store spatial features which are accompanied by time information, similar to the 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.
You can install the CRAN version of the package with:
install.packages("sftime")
You can install the development version of sftime
from GitHub with:
library(remotes) install_github("r-spatial/sftime")
This project gratefully acknowledges financial support from the
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.