MODIStsp Versions Save

An "R" package for automatic download and preprocessing of MODIS Land Products Time Series

v2.1.0

7 months ago

Major changes

  • Major product update: remove decommissioned products v6 (thanks @pkautio).
  • Changing default version from 006 to 061.

v2.0.10

11 months ago

Minor changes

  • Remove explicit {rgdal} dependency (https://r-spatial.org/r/2022/12/14/evolution2.html).
  • Remove suggested dependency {geojsonlint}.
  • Change maintainer's email in order to follow CRAN requirements.

v2.0.9

1 year ago

Minor changes

  • Revise the authenticate type to "any" (default is "basic") to reflect changes on USGS authentication after the maintenance of the U.S. GOVERNMENT COMPUTER.

Bug fixes

  • Remove useshinyalert() to avoid warnings.

v2.0.8

1 year ago

Minor changes

  • Reducing package size
  • State that GDAL with support for HDF4 format is needed (in vignette and package description), and exit gracefully if HDF4 is not supported.

v2.0.7

2 years ago

Minor changes

  • Add product version 061 for existing products (#238)
  • Closing the support on GitHub issues, due to career change of the maintainer.

Bug fixes

  • Fix #245

v2.0.6

2 years ago

Minor changes

  • Replace M*D17A3H with M*D17A3HGF and add M*D17A2HGF (#237)
  • Avoid errors in case of missing internet connection

Bug fixes

  • Patch for bbox loaded from json in case of drawn extent (#228)
  • Fix #226
  • Fix #232
  • Fix #234
  • Fix CRAN notes

v2.0.5

3 years ago

MODIStsp 2.0.5

Main changes

Minor changes

  • Fix Travis tests

  • Bug fix (#222)

Previous versions

Versions 2.0.0 to 2.0.4 were not referenced on GitHub; here below the news of those versions (the source code can be found on CRAN).

MODIStsp 2.0.3 - Main changes

  • This submission should fix errors on Debian CRAN builds, due to improper trigger of an internal function leading to writing in the user's lib folder.

  • Fixes a bug leading to crash when using scale_val = TRUE and change_no_data = FALSE

  • Fixes a bug leading to the GUI crashing rather than giving info messages in case not all input parameters are specified

  • Implements redirection to MODIS products web pages when pressing the corresponding button

  • Modifies slightly the Shiny GUI

MODIStsp 2.0.0 - Main changes

  • Replace the old gWidgets-based GUI with a new one based on Shiny;

  • Enhances support for CLI usage. Now all parameters can be passed to the MODIStsp function. If also a opts_file is passed, values specified explicitly in the call override those in the options file;

  • Fixes problems in retrieval of corners for MODIS products in 4008 projection (fixes #204);

  • Fixes problems/improves support for datasets with multiple NoData values. Now, all NoData values are kept to original values if NoData change is set to FALSE. Also, Scale/Offset are no longer wrongly applied also to NoData values when scaleval = TRUE;

v1.4.0

4 years ago

Main changes

  • switch to usage of GDAL3/PROJ6 WKTs for projection representation, using sf::gdal_utils to perform gdalwarp/gdaltranslate instead of gdalUtils on external GDAL.

  • switch to usage of sf for all internal work on vector data.

  • Removes sp, rgdal, rgeos, pacman, gdalUtils dependencies

  • Adds support for products MCD19A1 and MCD19A2 products

v1.3.8

5 years ago

Main changes

Bug fixing

v1.3.7

5 years ago

Main changes

Fixed a bug leading to incorrect computation of custom spectral indices containing "additive" parameters (e.g., (NIR+0.1)/(Red-0.2)) when scale_val == FALSE

Bug fixing

Fixed a bug leading to not properly reassigning NoData values when processing full tiles and using change_nodata = TRUE

Fixed inconsistencies in definition of characteristics of products MOD/MYD13C2/C1 and MOD/MYD13A3 (erroneous layers in xml)

Fixed a bug leading to help messages in the select layers portion of the GUI to not render

Updated MOD44B specifications to allow download of v006 version