forked from r-spatial/stars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
129 lines (129 loc) · 2.66 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Package: stars
Title: Spatiotemporal Arrays, Raster and Vector Data Cubes
Version: 0.6-7
Authors@R:
c(person(given = "Edzer",
family = "Pebesma",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8049-7069")),
person(given = "Michael",
family = "Sumner",
role = "ctb",
comment=c(ORCID = "0000-0002-2471-7511")),
person(given = "Etienne",
family = "Racine",
role = "ctb"),
person(given = "Adriano",
family = "Fantini",
role = "ctb"),
person(given = "David",
family = "Blodgett",
role = "ctb"),
person(given = "Krzysztof",
family = "Dyba",
role = "ctb",
comment=c(ORCID = "0000-0002-8614-3816")))
Description: Reading, manipulating, writing and plotting
spatiotemporal arrays (raster and vector data cubes) in 'R', using 'GDAL'
bindings provided by 'sf', and 'NetCDF' bindings by 'ncmeta' and 'RNetCDF'.
License: Apache License
URL: https://r-spatial.github.io/stars/, https://github.com/r-spatial/stars/
BugReports: https://github.com/r-spatial/stars/issues/
Additional_repositories: https://cran.uni-muenster.de/pebesma/
LazyData: true
Depends:
R (>= 3.3.0),
abind,
sf (>= 1.0-15)
Imports:
methods,
parallel,
classInt (>= 0.4-1),
rlang,
units
Suggests:
Cairo,
OpenStreetMap,
PCICt,
RNetCDF (>= 1.8-2),
clue,
covr,
cubble (>= 0.3.0),
cubelyr,
digest,
dplyr (>= 0.7-0),
exactextractr,
FNN,
future.apply,
ggforce,
ggplot2,
ggthemes,
gstat,
httr,
jsonlite,
knitr,
lwgeom,
maps,
mapdata,
ncdfgeom,
ncmeta (>= 0.0.3),
pbapply,
plm,
randomForest,
raster,
rmarkdown,
sp,
spacetime,
spatstat (>= 2.0-1),
spatstat.geom,
starsdata,
terra (>= 1.4-22),
testthat,
tibble,
tidyr,
tsibble,
viridis,
xts,
zoo
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Collate:
'aggregate.R'
'cubble.R'
'datasets.R'
'dimensions.R'
'extract.R'
'factors.R'
'geom.R'
'gt.R'
'init.R'
'intervals.R'
'mdim.R'
'mosaic.R'
'ncdf.R'
'ncproxy.R'
'OpenStreetMap.R'
'ops.R'
'plot.R'
'prcomp.R'
'proxy.R'
'rasterize.R'
'raster.R'
'read.R'
'rotate.R'
'sample.R'
'sf.R'
'spacetime.R'
'spatstat.R'
'sp.R'
'stars.R'
'subset.R'
'tidyverse.R'
'tile.R'
'transform.R'
'values.R'
'warp.R'
'write.R'
'xts.R'