-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
63 lines (63 loc) · 1.73 KB
/
DESCRIPTION
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
57
58
59
60
61
62
63
Package: sftime
Title: Classes and Methods for Simple Feature Objects that Have a Time Column
Description: Classes and methods for spatial objects that have a registered time
column, in particular for irregular spatiotemporal data. The time column can
be of any type, but needs to be ordinal. Regularly laid out spatiotemporal
data (vector or raster data cubes) are handled by package 'stars'.
Version: 0.3.0.9000
Depends:
sf (>= 1.0.9)
Imports: methods
Suggests:
knitr,
spacetime,
rmarkdown,
dplyr (>= 0.8-3),
trajectories (>= 0.2.2),
stars,
ncmeta,
tidyr,
ggplot2,
magrittr,
sp,
rlang,
vctrs,
spatstat.geom,
spatstat.linnet,
sftrack,
cubble (>= 0.3.0)
Authors@R:
c(person(given = "Henning",
family = "Teickner",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3993-1182")),
person(given = "Edzer",
family = "Pebesma",
role = c("aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8049-7069")),
person(given = "Benedikt",
family = "Graeler",
role = c("aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5443-4304")))
License: Apache License
Type: Package
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.3
URL: https://r-spatial.github.io/sftime/, https://github.com/r-spatial/sftime
BugReports: https://github.com/r-spatial/sftime/issues/
Collate:
sftime.R
init.R
join.R
plot.R
st_cast.R
st_geometry.R
st_time.R
tidyverse.R
bind.R
crop.R
geom-transformers.R