Skip to content

Version 2.0.5

Compare
Choose a tag to compare
@ranghetti ranghetti released this 16 Dec 09:04
· 33 commits to master since this release

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;