forked from e-sensing/sits
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
108 lines (108 loc) · 2.45 KB
/
DESCRIPTION
File metadata and controls
108 lines (108 loc) · 2.45 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
96
97
98
99
100
101
102
103
104
105
106
107
108
Package: sits
Type: Package
Title: Satellite Image Time Series Analysis
Version: 0.8.25
Date: 2017-08-25
Authors@R: c(person('Gilberto', 'Camara', role = c('aut', 'cre'), email = 'gilberto.camara@inpe.br'),
person('Rolf', 'Simoes', role = c('aut'), email = 'rolf.simoes@inpe.br'),
person('Victor', 'Maus', role = c('aut'), email = 'vwmaus1@gmail.com'),
person('Luiz', 'Assis', role = c('ctb')),
person('Alexandre', 'Carvalho', role = c('ctb')),
person('Adeline', 'Marinho', role = c('ctb')),
person('Lorena', 'Santos', role = c('ctb')),
person('Gilberto', 'Queiroz', role = c('ctb'))
)
Maintainer: Gilberto Camara <gilberto.camara@inpe.br>
Description: A set of tools for working with satellite image time series.
Supports data retrieval from a WTSS (web time series service).
Provides different visualisation methods for image time series.
Enables different clustering methods.
Provides smoothing methods for noisy time series.
Classifies time series using TWDTW method contained in the dtwSat package.
URL: https://github.com/gilbertocamara/sits/
BugReports: https://github.com/gilbertocamara/sits/issues
License: GPL-2 | file LICENSE
LazyData: true
Imports:
dtwSat,
magrittr,
wtss,
caret,
dendextend,
e1071,
ensurer,
entropy,
dplyr,
dtw,
dtwclust,
gbm,
ggplot2,
glmnet,
graphics,
grDevices,
h2o,
kohonen,
jsonlite,
lattice,
lubridate,
MASS,
methods,
mgcv,
nnet,
parallel,
plyr,
ptw,
purrr,
purrrlyr,
randomForest,
raster,
readr,
reshape2,
RCurl,
R.utils,
signal,
snow,
sp,
stats,
stringr,
roxygen2,
tibble,
tidyr,
tools,
utils,
wtsps,
TSdist,
zoo
LinkingTo:
Rcpp
Remotes:
e-sensing/wtss,
e-sensing/wtsps,
rolfsimoes/dtwSat
RoxygenNote: 6.0.1
Collate:
'RcppExports.R'
'sits_SCIDB.R'
'sits_TWDTW.R'
'sits_WTSPS.R'
'sits_WTSS.R'
'sits_assessment.R'
'sits_cluster.R'
'sits_colors.R'
'sits_dendrogram.R'
'sits_distances.R'
'sits_factory.R'
'sits_filters.R'
'sits_gam.R'
'sits_getdata.R'
'sits_init.R'
'sits_kohonen.R'
'sits_labels.R'
'sits_machine_learning.R'
'sits_patterns.R'
'sits_pipe.R'
'sits_plot.R'
'sits_save.R'
'sits_smooth.R'
'sits_stack_proc.R'
'sits_table.R'