-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.22 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
Package: scidbst
Type: Package
Title: Spatio Temporal Extension for SciDB (scidbst)
Version: 1.0.0
Author: Florian Lahn
Maintainer: Florian Lahn <[email protected]>
Description: This package extends the package scidb for spatial and temporal
referenced dimensions. A set of functions were modified in order to maintain the
correct references, when applying the functions in scidb.
License: AGPL-3
LazyData: TRUE
RoxygenNote: 5.0.1
VignetteBuilder: knitr
Encoding: UTF-8
BuildVignette: FALSE
Depends:
scidb,raster
Imports:
spacetime,xts,sp,methods,stats,utils
Suggests:
knitr
Collate:
'SRS-class-decl.R'
'TRS-class-decl.R'
'TemporalExtent-class-decl.R'
'scidbst-class-decl.R'
'ncol.R'
'nrow.R'
'SRS-class.R'
'TRS-class.R'
'TemporalExtent-class.R'
'affine.R'
'scidbst-class.R'
'aggregate.R'
'apply.R'
'utils.R'
'coerce.R'
'crop.R'
'crs.R'
'cumulate.R'
'dimension.R'
'extent.R'
'join.R'
'pkg.R'
'project.R'
'regrid.R'
'repart.R'
'resolution.R'
'scidb-basic.R'
'scidbsteval.R'
'slice.R'
'spplot.R'
'stream.R'
'subarray.R'
'subset.R'
'textent.R'
'transfer.R'
'transform-apply.R'