Skip to content

v0.2.8

Compare
Choose a tag to compare
@johntruckenbrodt johntruckenbrodt released this 11 Feb 13:33
  • general
    • several bug fixes
    • fixed regular expressions deprecated in Python3
    • several new tests
  • function multicore
    • pickling of error traceback
    • new procedure using a helper script to enable functionality in Windows
  • class envi.HDRobject
    • several additional attributes written to header files
  • class Vector
    • new method clone to create identical copy
  • class Raster
    • enable reading ENVI images without band names in header file
  • vector.intersect
    • clone incoming Vector objects
  • function raster.stack
    • create VRT files in memory (Linux) or system temporary directory (Windows)
    • cleaned up syntax
    • clone incoming Vector objects
    • always raise RuntimeError if an error occurs
    • write GTiff if a single srcfile group is defined
    • new input variable type checks