Skip to content

Releases: leftfield-geospatial/homonim

v0.4.0

22 Feb 19:47
c5a93ff
Compare
Choose a tag to compare

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
Choose a tag to compare

v0.3.1

07 Nov 08:27
Compare
Choose a tag to compare
  • Update documentation images.

v0.3.0

03 Nov 13:25
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fix the example image on PyPI.

v0.2.1

12 Jul 15:58
Compare
Choose a tag to compare
  • Fix PyPI readme format.

v0.2.0

12 Jul 15:46
Compare
Choose a tag to compare
  • 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.

v0.1.6

25 Mar 13:09
Compare
Choose a tag to compare
  • Important bugfix for resolving proc-crs with signed resolutions
  • Rewrite and speed up unit tests with pytest
  • Other minor bugfixes

v0.1.5

21 Feb 13:12
ad03629
Compare
Choose a tag to compare
  • Faster threaded parameter statistics.
  • Add comparison statistics key.
  • fuse --out-nodata / --out-dtype error checking and bug fixes.
  • Image block extents bug fix.

v0.1.4

17 Feb 19:11
Compare
Choose a tag to compare
  • Remove dependency on Qt