forked from r-spatial/stars
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
95 lines (95 loc) · 2 KB
/
DESCRIPTION
File metadata and controls
95 lines (95 loc) · 2 KB
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
Package: stars
Title: Spatiotemporal Arrays, Raster and Vector Data Cubes
Version: 0.3-2
Authors@R:
c(person(given = "Edzer",
family = "Pebesma",
role = c("aut", "cre"),
email = "edzer.pebesma@uni-muenster.de",
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://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.7-3)
Imports:
methods,
parallel,
classInt (>= 0.2-2),
lwgeom,
rlang,
units
Suggests:
PCICt,
RNetCDF (>= 1.8-2),
covr,
digest,
dplyr (>= 0.7-0),
future.apply,
ggforce,
ggplot2,
ggthemes,
gstat,
httr,
jsonlite,
knitr,
maps,
ncmeta (>= 0.0.3),
pbapply,
plm,
raster,
rmarkdown,
sp,
spacetime,
testthat,
viridis,
xts,
zoo,
starsdata
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 6.1.1
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'