- Added Python 3.11 as option (#311)
- Pinned
sklearn
version for 'ml' extra (#310)
- (#313)
- Added all file geometries to DataArray mosaic
- Fixed import error
- Fixed Sphinx doc builds
- (#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
- Fixed bug when saving single-band mosaics (#304)
- Pinned scikit-learn maximum version (#301)
- Increased minimum
pyproj
version (#297)
- Added BIGTIFF option in series
apply()
(#295)
- Fixed error in EVI equation (#294)
- Fixed multi-threaded timeout raised when downloading STAC extras (#292)
- Updated STAC catalogs (#289)
- Added
DataArray
alignment check (#282)
- Added support for Python 3.10 (#277)
- Removed nested multithreading in
geowombat.moving
(#259)
- #249 merged in #250
pyproj>3.4.0
WKT errors addressed in #254- CONTRIBUTING.md guide from #253
- New docs theme from #256
- Added test coverage in #255
- Pinned maximum Cython version to <3.0.0 (#247)
- Fixed issue with overwriting existing files on Windows (#244)
- Fixed error in .pxd compilation (#243)
- Fixed typos in temporal aggregation (#241)
- Fixed
zoom
dimensions (#239)
- Pinned required packages to full semantic versions (#238)
- Added weight argument to BRDF module (#234)
- Removed OpenCV dependency (#232)
- Pinned dask version and fixed issue with Landsat angle creation (#228)
- Pinned dependency
threadpoolctl
to a minimum version (#227)
- Fixed issue with polygon point extraction, which caused a one pixel shift north and west of the polygon top left bounds (#225)
- Fixed property errors exposed in online doc builds (#223)
- Changed 'stac' extra requirement to include forked repository of
stackstac
(#222)
- Fixed issue with
scale_factor
and attribute setting (#221)
- Fixed GDAL install issue with 'coreg' extra (#217)
- Improved
DataArray
attributes, modified extra dependencies, added STAC and co-reg tests, and improved online documentation (#205)
- Added
nodataval
DataArray
property to ML workflow (#209)
- Added a
nodataval
DataArray
property (#208)
- Fixed ML
nodata
anddtype
(#207)
- Changed behavior of
nodata
values (#204)
- Fixed attribute lookup when co-registration is applied (#203)
- Fixed 'filename' attribute when opening a NetCDF file (#201)
- Pinned Python >= 3.8 in
setup.cfg
(#200)
- Added CRS to WKT transformation for co-registration (#199)
- Fixed ML tests (#198)
- Added
geowombat.save()
method (#189) - Warping methods now return
dask.Delayed
objects (#189) - Better CRS checks (#189)
- Fixed
to_raster()
(#187)
- Added user proj bounds to return more specific bbox (#180)
- Fixed CRS errors generated from the readthedocs build (#178)
- Fixed CRS translation error of certain EPSG codes (#177)
- Added Landsat 9 to metadata lookup
- Removed imports from
geowombat.__init__
- Add STAC API to read Landsat and Sentinel-2 time series
- Added support for Landsat 9
- Added token (#148) (
79b0243
) - Removed semantic version header (#147) (
529b02b
) - Test github action release (#146) (
f99f6de
) - Pin min requests version (#143) (
98ad33a
)
- Merge pull request #98 from jgrss/semantic-release (
25aa5f3
)