Skip to content

Releases: TUW-GEO/geospade

v0.2.4

24 Oct 13:41
Compare
Choose a tag to compare
  • Fix pkg_resources dependency for python 3.12

v0.2.3

02 Feb 00:42
34694bd
Compare
Choose a tag to compare
  • fixed rounding of world system coordinates

v0.2.2

24 Aug 15:40
Compare
Choose a tag to compare
  • fixed wrong encoding of mask arrays
  • added geometry reprojection to mosaic methods
  • added new poi2tile() method

v0.2.1

26 Jul 22:46
Compare
Choose a tag to compare
  • minor bug fixes
  • typing

v0.2.0

22 Oct 14:02
28eee3c
Compare
Choose a tag to compare
  • corrected wrong pixel window definition in slice_by_rc()
  • added support for GDAL 3

v0.1.1

08 Oct 12:49
5f8fcf2
Compare
Choose a tag to compare
  • replaced own rasterise_polygon() implementation by PIL's ImageDraw class

v0.1.0

19 Apr 13:05
Compare
Choose a tag to compare
  • added raster support with RasterGeometry, Tile, MosaicGeometry and RegularMosaicGeometry
  • added CRS support with SpatialRef class
  • added a set of tools for geospatial operations, e.g. rasterising a polygon
  • added higher-level transformation wrappers