-
Notifications
You must be signed in to change notification settings - Fork 50
/
DESCRIPTION
95 lines (95 loc) · 3.36 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
Package: MODIStsp
Title: Find, Download and Process MODIS Land Products
Data
Type: Package
Version: 2.1.0
Authors@R: c(person("Lorenzo", "Busetto",
role = c("aut"),
comment = c(ORCID = '0000-0001-9634-6038')),
person("Luigi", "Ranghetti",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = '0000-0001-6207-5188')),
person("Leah", "Wasser",
role = "rev",
comment = "Leah Wasser reviewed the package for rOpenSci, see
https://github.com/ropensci/software-review/issues/184"),
person("Jeff", "Hanson",
role = "rev",
comment = "Jeff Hanson reviewed the package for rOpenSci, see
https://github.com/ropensci/software-review/issues/184"),
person("Babak", "Naimi",
role = "ctb",
comment = "Babak Naimi wrote the function ModisDownload(),
on which some MODIStsp internal functions are based"))
Description: Allows automating the creation of time series of rasters derived
from MODIS satellite land products data. It performs several typical
preprocessing steps such as download, mosaicking, reprojecting and resizing
data acquired on a specified time period. All processing parameters
can be set using a user-friendly GUI. Users can select which layers of
the original MODIS HDF files they want to process, which additional
quality indicators should be extracted from aggregated MODIS quality
assurance layers and, in the case of surface reflectance products,
which spectral indexes should be computed from the original reflectance
bands. For each output layer, outputs are saved as single-band raster
files corresponding to each available acquisition date. Virtual files
allowing access to the entire time series as a single file are also created.
Command-line execution exploiting a previously saved processing options
file is also possible, allowing users to automatically update time series
related to a MODIS product whenever a new image is available.
For additional documentation refer to the following article:
Busetto and Ranghetti (2016) <doi:10.1016/j.cageo.2016.08.020>.
License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
assertthat,
bitops (>= 1.0-6),
data.table (>= 1.9.6),
gdalUtilities,
geojsonio,
httr (>= 1.4.2),
jsonlite,
parallel,
raster (>= 3.3.13),
sf (>= 0.9.3),
stringr (>= 1.0.0),
xml2 (>= 1.2.0),
xts (>= 0.9-7)
Suggests:
dplyr,
DT,
formatR,
ggplot2,
grid,
httptest,
knitr,
leafem (>= 0.1.3),
leaflet,
magrittr,
mapedit (>= 0.6.0),
png,
rappdirs,
rmarkdown,
shiny,
shinyalert (>= 3.0.0),
shinydashboard,
shinyFiles (>= 0.9.0),
shinyjs,
spelling,
testthat,
tibble,
tibbletime,
tidyr,
qpdf,
webshot,
xtable
SystemRequirements: GDAL (>= 2.1.2) with support for HDF4 format, PROJ (>= 4.9.1).
URL: https://github.com/ropensci/MODIStsp/, https://docs.ropensci.org/MODIStsp/
BugReports: https://github.com/ropensci/MODIStsp/issues
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US