Skip to content

Releases: GlacioHack/geoutils

v0.0.7

25 Aug 08:26
4a60049
Compare
Choose a tag to compare

What's Changed

For Raster class:

  • Add a masking functionality set_mask by @adehecq in #271
  • Make reproject work even with data not loaded by @adehecq in #274
  • Set default resampling to bilinear instead of nearest in reproject by @adehecq in #275

Full Changelog: v0.0.6...v0.0.7

v0.0.6

24 Feb 10:33
52f4cae
Compare
Choose a tag to compare

Minor bugfixes

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