MODIS package in R

Matteo 56d73d0fec recusrive dir.create() of folder .../.auxiliaries in case of fresh install (localArcPath and outDirPath do not exist). 6 年之前
R 56d73d0fec recusrive dir.create() of folder .../.auxiliaries in case of fresh install (localArcPath and outDirPath do not exist). 6 年之前
inst a5a9b9c1da Bug-fix: "object 'tid' not found" when trying to download CMG products. 6 年之前
man 61cb0ad3fd Update: 'localArcPath', 'outDirPath', and 'MODIS_Opts.R' are no longer written to '~/' by default. 6 年之前
tests 3184421eda Minor edits. 6 年之前
.Rbuildignore e92f92f695 Minor edits: created plain NEWS file; updated date in DESCRIPTION; added TODO and NEWS.md to .Rbuildignore. 7 年之前
.gitignore 4cc984eef1 Initial upload of all files related to 'MODIS' on R-Forge (https://r-forge.r-project.org/projects/modis/). 9 年之前
DESCRIPTION 911ac89e3e Bug-fix: curl-based download from LP DAAC. 6 年之前
LICENSE 226bcc44a6 Switched to MIT license. 6 年之前
MODIS.Rproj ff0b15ebd7 Minor edits. 6 年之前
NAMESPACE a6515845db Bug-fix: downloading HDF files through runGdal() ('extent' passed to getHdf()) resulted in more tiles than required; introduced 'MODISextent' class. 6 年之前
NEWS 0892cc8bce Change: more flexible handling of target projection when 'extent' is country name. 6 年之前
NEWS.md 0892cc8bce Change: more flexible handling of target projection when 'extent' is country name. 6 年之前
README.md 25e242ae21 Update: README. 6 年之前
TODO 61cb0ad3fd Update: 'localArcPath', 'outDirPath', and 'MODIS_Opts.R' are no longer written to '~/' by default. 6 年之前

README.md

MODIS

Acquisition and Processing of MODIS Products

====

News

MODIS_1.1.2 is now available for download. Please refer to NEWS for a detailed change log.

====

Installation

As of 2017-01-10, MODIS is finally available from CRAN and can be installed via

install.packages("MODIS")

To install the latest development version, first install devtools and subsequently run

devtools::install_github("MatMatt/MODIS", ref = "develop")

====

Package downloads

This month In total
month total

====

Contact

Please file bug reports and feature requests at https://github.com/MatMatt/MODIS/issues.