forked from fdetsch/MODIS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.15 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
Package: MODIS
Title: Acquisition and Processing of MODIS Products
Version: 1.2.9
URL: https://github.com/fdetsch/MODIS
BugReports: https://github.com/fdetsch/MODIS/issues
Authors@R: c(
person("Matteo", "Mattiuzzi", role = "aut", email = "[email protected]"),
person("Florian", "Detsch", role = c("cre", "aut"), email = "[email protected]"))
Description: Download and processing functionality for the Moderate Resolution
Imaging Spectroradiometer (MODIS). The package provides automated access to the
global online data archives LP DAAC (<https://lpdaac.usgs.gov/>), LAADS
(<https://ladsweb.modaps.eosdis.nasa.gov/>) and NSIDC (<https://nsidc.org/home>)
as well as processing capabilities such as file conversion, mosaicking,
subsetting and time series filtering.
License: MIT + file LICENSE
Depends:
mapdata,
R (>= 3.5.0),
raster
Imports:
bitops,
curl,
devtools,
grDevices,
graphics,
mapedit,
maps,
maptools,
methods,
parallel,
ptw,
rgdal,
rgeos,
sf,
sp,
stats,
utils
ByteCompile: TRUE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests: tinytest