This release fixes test results as requested by CRAN(Ripley/10.2.2022). Plus additional functional changes and fixes.
- Ubuntu 20.04 64bit (oldrel, release, devel)
- winbuilder (oldrel, release, devel)
- MacOS (release)
There were no ERRORs or WARNINGs
fieldRS OK foster OK rtsVis OK PlanetNICFI OK spatialEco OK
rasterCVA()by default no longer enforces a minimal change magnitude (can still be accomplished with thetmfargument). Also a new argumentnctallows to fix this threshold to a user selected value instead of deriving it based on the median of the observed change magnitudes.unsuperClass()has a new argumentoutputwhich allows to return the distances to all cluster centers as raster layers, instead of the class itself- added spectral index kNDVI in
spectralIndices()as suggested by Camps-Valls et al (2021) - added support for
terra::SpatRastobjects throughout RStoolbox (as alternative torasterobjects). Note: internal functionality is still based onraster.
- arguments
masterandslaveincoregisterImages()were deprecated in favor ofrefandimg, respectively (closes #63, suggested by @MatthiasSiewert)
rasterCVA()estimates median values now for entire rasters and not per chunkcloudMask()now returns NA for non-clouds instead of NaNtopCor()now works for tiny rasters as well (fixes #55, reported by @latenooker)rasterPCA()now correctly considers the number observations in face of missing values (fixes #79, reported by @andliszmmu)superClass()now accepts different geometries for trainData and valData (fixes #73, suggested by @Silviculturalist)- fix
readMeta()for MTL files delivered with Landsat collection data (fixes #71, reported by @jkoellin et al.)