Skip to content

Releases: GlacioHack/geoutils

v0.0.5

22 Oct 14:32
e3fe906
Compare
Choose a tag to compare

What's Changed

Major changes:

Minor changes

  • Fix development contribution instructions by @atedstone in #248
  • Correct the width/height calculation in geovector.rasterize by @atedstone in #254

Full Changelog: v0.0.4...v0.0.5

v0.0.4

08 Sep 09:47
f2c9647
Compare
Choose a tag to compare
  • Various bug fixes.
  • Complete PyPI workflow.
  • Add Voronoi polygon functions.

v0.0.3

30 Jun 08:41
46bbde5
Compare
Choose a tag to compare

Added numpy interface to Raster. They can now be used as numpy arrays.

v0.0.2

10 Jun 06:33
059f6a3
Compare
Choose a tag to compare
  • add overloading functionalities for addition/subtraction of Rasters
  • fix bug in Raster.reproject and enable multithreading
  • added functionality to Raster.crop
  • enable raster compression upon saving by default
  • added CI for Windows and MacOs
  • standardized code syntax
  • several other bug fixes

v0.0.1

21 May 12:42
2a283a9
Compare
Choose a tag to compare

Initial release