Skip to content

Releases: corteva/geocube

0.0.16 Release

19 Feb 16:58
Compare
Choose a tag to compare
  • BUG: Compatibility with rioxarray 0.3 (#57)

0.0.15 Release

12 Jan 18:17
Compare
Choose a tag to compare
  • Address xarray & numpy deprecations (#43)

0.0.14 Release

03 Nov 17:29
Compare
Choose a tag to compare
  • Add "all_touched" keyword argument to geocube.rasterize.rasterize_image (pull #40)

0.0.13 Release

06 Jul 14:27
0840e42
Compare
Choose a tag to compare
  • Address deprecation warnings from datacube and rioxarray (issue #29)

0.0.12 Release

13 Apr 13:19
Compare
Choose a tag to compare
  • ENH: Added geocube.show_versions and cli geocube --show-versions (pull #23)
  • Add compatibility between datacube and geopandas CRS versions (pull #24)

0.0.11 Release

10 Mar 17:57
Compare
Choose a tag to compare
  • Drop Python 3.5 Support (issue #12)
  • ENH: Update to support geopandas with pyproj.CRS (pull #18)
  • BUG: Update timestamp handling to ensure correct format for dtype (pull #18)

0.0.10 Release

12 Dec 20:18
Compare
Choose a tag to compare
  • Added filter_nan kwarg to filter out missing data when rasterizing (issue #9)
  • Change default fill value to NaN when rasterizing (pull #11)

0.0.5 Release

29 May 19:04
Compare
Choose a tag to compare

Fix converting to another projection to ensure bounds are correctly accounted for (pull #2)

0.0.4 Release

22 Apr 18:15
Compare
Choose a tag to compare

Fix the cli module by adding init file

0.0.3

16 Apr 14:49
Compare
Choose a tag to compare

Removed internal rioxarray pieces and use the rioxarray package instead.