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 thetmf
argument). Also a new argumentnct
allows 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 argumentoutput
which 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::SpatRast
objects throughout RStoolbox (as alternative toraster
objects). Note: internal functionality is still based onraster
.
- arguments
master
andslave
incoregisterImages()
were deprecated in favor ofref
andimg
, 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.)