12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- Package: MODIS
- Type: Package
- Title: Acquisition and Processing of MODIS Products
- Version: 1.1.3
- Date: 2018-02-02
- URL: https://github.com/MatMatt/MODIS
- BugReports: https://github.com/MatMatt/MODIS/issues
- Authors@R: c(
- person("Matteo", "Mattiuzzi", role = c("aut")),
- person("Jan", "Verbesselt", role = "ctb"),
- person("Tomislav", "Hengl", role = "ctb"),
- person("Anja", "Klisch", role = "ctb"),
- person("Forrest", "Stevens", role = "ctb"),
- person("Steven", "Mosher", role = "ctb"),
- person("Bradley", "Evans", role = "ctb"),
- person("Agustin", "Lobo", role = "ctb"),
- person("Koen", "Hufkens", role = "ctb"),
- person("Florian", "Detsch", role = c("cre", "aut"), email = "[email protected]"))
- Description: Download and processing functionalities for the Moderate Resolution
- Imaging Spectroradiometer (MODIS). The package provides automated access to the
- global online data archives LP DAAC (<https://lpdaac.usgs.gov/>) and LAADS
- (<https://ladsweb.modaps.eosdis.nasa.gov/>) and processing capabilities such
- as file conversion, mosaicking, subsetting and time series filtering.
- License: MIT + file LICENSE
- LazyData: TRUE
- Depends:
- mapdata,
- R (>= 2.10),
- raster
- Imports:
- bitops,
- devtools,
- grDevices,
- graphics,
- mapedit,
- maps,
- maptools,
- methods,
- parallel,
- ptw,
- RCurl,
- rgdal,
- rgeos,
- sf,
- sp,
- stats,
- utils,
- XML
- ByteCompile: TRUE
- RoxygenNote: 6.0.1
- Suggests: testthat
|