Releases: GlacioHack/geoutils
Releases · GlacioHack/geoutils
v0.0.5
What's Changed
Major changes:
- Complete the suite of overloading of arithmetic functions by @adehecq in #257
- Create georaster submodule by @atedstone in #251
- Improve the documentation backend by @erikmannerfelt in #252
- Move xdem spatial_tools functionality to geoutils by @atedstone in #253
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
v0.0.3
Added numpy interface to Raster. They can now be used as numpy arrays.
v0.0.2
- 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
Initial release