Skip to content

RStoolbox 0.2.6

Compare
Choose a tag to compare
@bleutner bleutner released this 24 Jul 08:27
· 226 commits to master since this release

RStoolbox 0.2.6

New:

  • added several Sentinel-2 optimized indices to spectralIndices() relying on red-edge bands:
    • red-edge inflection point (REIP),
    • normalized difference red-edge indices (NDREI1, NDREI2),
    • green-band chlorophyll index (CLG), red-edge chlorophyll index (CLRE)
    • Modified Chlorophyll Absorption Ratio Index (MCARI)
    • MERIS Terrestrial Chlorophyll Index (MTCI)

Fixes:

  • readSLI() and writeSLI() now handle endian of binary spectral libraries correctly (#47, fix contributed by @aloboa)
  • fix calculation of prediction probabilities in superClass() (reported by Benson Kemboi)
  • adapt to raster 2.9.5 API changes
  • fix order of thermal calibration coefficients for Landsat 8 Collection 1 MTL metadata in readMeta() (reported by Xiaoma Li)
  • fixed an issue where readSLI() did not find header files with dots in pathnames (#51, reported by @aloboa)

Changes:

  • modified readSLI() label parsing. Internal white space is now converted to underscores (#52)