knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

DOI Downloads License: GPL v3 Coverage Status

MODIStsp

{MODIStsp} is a R package devoted to automatizing the creation of time series of raster images derived from MODIS Land Products data.

{MODIStsp} allows performing several preprocessing steps (e.g., download, mosaicing, reprojection, resize, data extraction) on MODIS data available within a given time period. Users have the ability to select which specific layers of the original MODIS HDF files they want to process. They also can select which additional Quality Indicators should be extracted from the aggregated MODIS Quality Assurance layers and, in the case of Surface Reflectance products, which Spectral Indexes should be computed from the original reflectance bands.

All processing parameters can be easily selected with a powerful and user-friendly GUI, although non-interactive execution exploiting a previously created Options File is possible. Stand-alone execution outside an R environment is also possible, allowing using scheduled execution of MODIStsp to automatically update time series related to a MODIS product and extent whenever a new image is available.

For each output layer, outputs are saved as single-band raster files corresponding to each available acquisition date. Virtual files, allowing accessing to the entire time series as a single file, can be also created.

{MODIStsp} was developed by Lorenzo Busetto and Luigi Ranghetti, Institute of Remote Sensing of Environment - National Research Council - Italy (CNR-IREA). It is dedicated to the memory of Lorenzo.


What's New


Getting Started


Citation

To cite MODIStsp in publications, please use:

L. Busetto, L. Ranghetti (2016) MODIStsp: An R package for automatic preprocessing of MODIS Land Products time series, Computers & Geosciences, Volume 97, Pages 40-48, ISSN 0098-3004, https://doi.org/10.1016/j.cageo.2016.08.020, URL: https://github.com/ropensci/MODIStsp.

A BibTeX entry for LaTeX users is:

  @Article{,
    author  = {Lorenzo Busetto and Luigi Ranghetti},
    title   = {MODIStsp: an R package for preprocessing of MODIS Land Products time series},
    journal = {Computers & Geosciences},
    year    = {2016},
    volume  = {97},
    pages   = {40-48},
    issn    = {0098-3004},
    doi     = {10.1016/j.cageo.2016.08.020},
    url     = {https://github.com/ropensci/MODIStsp},
  }


lbusett/MODIStsp documentation built on Oct. 16, 2023, 6:59 a.m.