Skip to content

Releases: johntruckenbrodt/spatialist

v0.8.1

05 Oct 08:49
Compare
Choose a tag to compare

An overview of the changes made since the last version can be found in the changelog here.

v0.8

07 Sep 11:30
Compare
Choose a tag to compare

An overview of the changes made since the last version can be found in the changelog here.

v0.7

30 Jun 15:15
Compare
Choose a tag to compare

An overview of the changes made since the last version can be found in the changelog here.

v0.6

17 Jul 13:58
Compare
Choose a tag to compare

An overview of the changes made since the last version can be found in the changelog here.

v0.5

21 Apr 08:50
ac02ca4
Compare
Choose a tag to compare

An overview of the changes made since the last version can be found in the changelog here.

v0.4

05 Dec 17:30
Compare
Choose a tag to compare

An overview of the changes made since the last version can be found in the changelog here.

v0.3

27 Sep 12:05
Compare
Choose a tag to compare
  • class Vector: support all OGR file formats and file extension auto-detect
  • new function auxil.utm_autodetect
  • new function vector.wkt2vector
  • bug fixes and performance improvements

v0.2.9

15 Jun 19:55
Compare
Choose a tag to compare
  • class Raster
    • data type casting checks prior to writing new file
    • option to read a list of files as a stack object
    • handling of multiple no data values
    • new method array to read 3D stacks directly into an array
    • new method extent
  • class Vector
    • enabled print() on object via new method __str__
  • function auxil.crsConvert
    • support for compound CRS (spatial+vertical)
  • function ancillary.run
    • optionally pass environments
  • class explorer.RasterViewer
    • directly export samples/time series to shapefile
    • improved usability and display

v0.2.8

11 Feb 13:33
Compare
Choose a tag to compare
  • 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