forked from r-spatial/stars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
104 lines (104 loc) · 2.2 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
Package: stars
Title: Spatiotemporal Arrays, Raster and Vector Data Cubes
Version: 0.4-2
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"))
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: http://gis-bigdata.uni-muenster.de/pebesma/
Depends:
R (>= 3.3.0),
abind,
sf (>= 0.9-0)
Imports:
methods,
parallel,
classInt (>= 0.4-1),
lwgeom,
rlang,
units
Suggests:
PCICt,
RNetCDF (>= 1.8-2),
covr,
cubelyr,
digest,
dplyr (>= 0.7-0),
exactextractr,
future.apply,
ggforce,
ggplot2,
ggthemes,
gstat,
httr,
jsonlite,
knitr,
maps,
ncdfgeom,
ncmeta (>= 0.0.3),
pbapply,
plm,
raster,
rmarkdown,
sp,
spacetime,
spatstat,
starsdata,
testthat,
viridis,
xts,
zoo
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.0
Collate:
'init.R'
'stars.R'
'read.R'
'sf.R'
'dimensions.R'
'values.R'
'plot.R'
'tidyverse.R'
'transform.R'
'ops.R'
'write.R'
'raster.R'
'sp.R'
'spacetime.R'
'ncdf.R'
'proxy.R'
'factors.R'
'rasterize.R'
'subset.R'
'warp.R'
'aggregate.R'
'xts.R'
'intervals.R'
'geom.R'
'mosaic.R'
'spatstat.R'
'OpenStreetMap.R'
'sample.R'
'extract.R'