Releases: ropensci/MODIStsp
Version 2.1.0
Major changes
- Major product update: remove decommissioned products v6 (thanks @pkautio).
- Changing default version from 006 to 061.
Version 2.0.10
Version 2.0.9
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.
Version 2.0.8
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.
Version 2.0.7
Version 2.0.6
Version 2.0.5
MODIStsp 2.0.5
Main changes
-
Edit documentation related to the change of maintainer
(see https://docs.ropensci.org/MODIStsp/articles/lorenzo). -
Add the argument
parallel
to functionMODIStsp()
andMODSIStsp_process()
to allow running the processing in single core modality.
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
theMODIStsp
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;
MODIStsp v1.4.0
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
MODIStsp 1.3.8
Main changes
-
Fixed an issue causing incorrect application of scale/offset values on GDAL
versions > 2.3 (introduced by change of behaviour of gdal_buildvrt - https://trac.osgeo.org/gdal/ticket/3221#comment:5) - see #163 -
Added support for the following products: MOD21A1D.006 MOD21A1N.006 MOD21A2.006/
Bug fixing
- Fixed an issue preventing correct processing of some products in offline mode (
#142)
MODIStsp v1.3.7
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