Releases: jgrss/geowombat
Releases · jgrss/geowombat
v2.1.22
What changed?
- Added Python 3.11 as option in #314
v2.1.21
What changed?
- Pinned
sklearn
version for 'ml' extra in #310
v2.1.20
What changed?
In #313:
- Added all file geometries to DataArray mosaic
- Fixed import error
- Fixed Sphinx doc builds
v2.1.19
What changed?
#306
- Support for multi-band mosaics
- Fixed bug in
to_raster()
, where nodata values were not being written to file
- Added 'bigtiff' keyword argument to
save()
method
v2.1.18
What changed?
- Fixed bug in #304 that was caused by single-band mosaics. (see also #237)
v2.1.17
What changed?
- Pinned scikit-learn maximum version in #301.
v2.1.16
What changed?
- Increased the minimum supported
pyproj
version in #297 following #296.
v2.1.15
What changed?
- Added BIGTIFF file creation option in series
apply()
(#295).
v2.1.14
What changed?
- Fixed error in EVI equation (#294)
v2.1.13
What changed?
Bug fix
- Fixed multi-threaded timeout raised when downloading STAC extras (#292)