Modiscdata

Overview

"modiscdata" is a data-only R package by Nicholas J. Matzke which contains example data files for the modiscloud package.

Download

The package was too large for CRAN, so it is hosted on GitHub at: http://github.com/nmatzke/modiscdata. A zipfile can be downloaded from: https://github.com/nmatzke/modiscdata/archive/master.zip. As a backup, downloads of the package and PDF/example files are available from this wiki page. See "Files", below.

Auto-install from R

To install modiscdata from the R command line, use the following code:

library(devtools)
# The modiscdata (MODIS c=cloud data=data) package is too big for CRAN (60 MB); so it is available on github:
# https://github.com/nmatzke/modiscdata
# If we can't get install_github() to work, try install_url():
# install_github(repo="modiscdata", username="nnmatzke")
install_url(url="https://github.com/nmatzke/modiscdata/archive/master.zip")
library(modiscdata)
moddir = system.file("extdata/2002raw/", package="modiscdata")
list.files(moddir)
show_files_in_package(packagename="modiscdata")
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License