Skip to content

prismaread v0.2.0

Compare
Choose a tag to compare
@lbusett lbusett released this 09 Jun 08:34
· 67 commits to master since this release

prismaread 0.2.0 - 2019-06-04

  • Major changes

    • prismaread now applies a GLT-based georeferencing to L1, L2B and L2C data,
      based on the technique described in https://www.harrisgeospatial.com/docs/backgroundgltbowtiecorrection.html

    • Added functionality to create also outputs about acquisition angles and Lat/Lon;

    • Added the prisma_extract_spectra function to facilitate extraction of PRISMA
      data over features of vector files;

    • Added possibility to extract only some bands, using the selbands_vnir and
      selbands_swir arguments to convert_prisma;

    • Removed the out_file argument, in favor of the out_folder and out_basefile
      arguments (see documentation);

  • Other changes

    • Miscellaneous bug fixes and optimization
    • Added pkgdown website