Releases: leftfield-geospatial/homonim
Releases · leftfield-geospatial/homonim
v0.4.3
22 Sep 11:51
Compare
Sorry, something went wrong.
No results found
Fixes:
Update CLI option defaults so that fuse with --compare works with click 8.3.
v0.4.2
13 May 13:58
Compare
Sorry, something went wrong.
No results found
Fixes:
CLI flag options (--overwrite and --force-match) don't specify a type to work around pallets/click#2894 .
v0.4.1
30 May 19:52
Compare
Sorry, something went wrong.
No results found
Fixes:
Remove repeated nodata warnings.
Remove warnings.simplefilter() and warnings.catch_watchings() calls from API.
Update deprecated numpy.product() to numpy.prod().
v0.4.0
22 Feb 19:47
Compare
Sorry, something went wrong.
No results found
Features:
Round and clip to corrected image dtype range when it is an integer type.
Write corrected image internal mask when nodata is None.
Allow 12bit JPEG input / output images (when supported by Rasterio).
Cache RasterArray mask.
Issue warnings rather than log them.
Fixes:
Allow --nodata before --dtype on CLI.
Docs:
Expand CLI 'Output file format' section.
Add 'Contributing' section.
v0.3.2
12 Jun 21:45
Compare
Sorry, something went wrong.
No results found
v0.3.1
07 Nov 08:27
Compare
Sorry, something went wrong.
No results found
Update documentation images.
v0.3.0
03 Nov 13:25
Compare
Sorry, something went wrong.
No results found
Add read the docs documentation.
Case studies and tutorials.
Automatic band matching for RGB and geedim sourced images.
Allow CLI and API source / reference band specifications.
Allow non-standard image orientations.
Minor bug fixes.
v0.2.3
12 Jul 19:01
Compare
Sorry, something went wrong.
No results found
Fix the example image on PyPI.
v0.2.1
12 Jul 15:58
Compare
Sorry, something went wrong.
No results found
v0.2.0
12 Jul 15:46
Compare
Sorry, something went wrong.
No results found
Upgrade raster comparison, and parameter statistics to process by block.
Add block related parameters to CLI.
Add infrastructure for sphinx document generation, and improve CLI documentation with cloup.
Publish documentation to Read The Docs.
Standardise context management API to correction, comparison and statistics classes.