Package: MODIStsp Title: Find, Download and Process MODIS Land Products Data Type: Package Version: 2.1.0.9001 Authors@R: c(person("Lorenzo", "Busetto", role = c("aut"), comment = c(ORCID = '0000-0001-9634-6038')), person("Luigi", "Ranghetti", email = "rpackages.ranghetti@gmail.com", role = c("aut", "cre"), comment = c(ORCID = '0000-0001-6207-5188')), person("Leah", "Wasser", role = "rev", comment = "Leah Wasser reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/184"), person("Jeff", "Hanson", role = "rev", comment = "Jeff Hanson reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/184"), person("Babak", "Naimi", role = "ctb", comment = "Babak Naimi wrote the function ModisDownload(), on which some MODIStsp internal functions are based")) Description: Allows automating the creation of time series of rasters derived from MODIS satellite land products data. It performs several typical preprocessing steps such as download, mosaicking, reprojecting and resizing data acquired on a specified time period. All processing parameters can be set using a user-friendly GUI. Users can select which layers of the original MODIS HDF files they want to process, which additional quality indicators should be extracted from aggregated MODIS quality assurance layers and, in the case of surface reflectance products, which spectral indexes should be computed from the original reflectance bands. For each output layer, outputs are saved as single-band raster files corresponding to each available acquisition date. Virtual files allowing access to the entire time series as a single file are also created. Command-line execution exploiting a previously saved processing options file is also possible, allowing users to automatically update time series related to a MODIS product whenever a new image is available. For additional documentation refer to the following article: Busetto and Ranghetti (2016) . License: GPL-3 Depends: R (>= 3.5.0) Imports: assertthat, bitops (>= 1.0-6), data.table (>= 1.9.6), gdalUtilities, geojsonio, httr (>= 1.4.2), jsonlite, parallel, raster (>= 3.3.13), sf (>= 0.9.3), stringr (>= 1.0.0), xml2 (>= 1.2.0), xts (>= 0.9-7) Suggests: dplyr, DT, formatR, ggplot2, grid, httptest, knitr, leafem (>= 0.1.3), leaflet, magrittr, mapedit (>= 0.6.0), png, rappdirs, rmarkdown, shiny, shinyalert (>= 3.0.0), shinydashboard, shinyFiles (>= 0.9.0), shinyjs, spelling, testthat, tibble, tibbletime, tidyr, qpdf, webshot, xtable Config/Needs/website: tidyr, tibbletime SystemRequirements: GDAL (>= 2.1.2) with support for HDF4 format, PROJ (>= 4.9.1). URL: https://github.com/ropensci/MODIStsp/, https://docs.ropensci.org/MODIStsp/ BugReports: https://github.com/ropensci/MODIStsp/issues VignetteBuilder: knitr RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Language: en-US Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libjq-dev libprotobuf-dev libxml2-dev libssl-dev libproj-dev protobuf-compiler libprotoc-dev libsqlite3-dev libudunits2-dev libnode-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-05-16 01:04:42 UTC RemoteUrl: https://github.com/ropensci/MODIStsp RemoteRef: main RemoteSha: d8193da936eb255ad7c977760f5e9881682a4de3 NeedsCompilation: no Packaged: 2026-07-01 08:19:59 UTC; root Author: Lorenzo Busetto [aut] (ORCID: ), Luigi Ranghetti [aut, cre] (ORCID: ), Leah Wasser [rev] (Leah Wasser reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/184), Jeff Hanson [rev] (Jeff Hanson reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/184), Babak Naimi [ctb] (Babak Naimi wrote the function ModisDownload(), on which some MODIStsp internal functions are based) Maintainer: Luigi Ranghetti