Skip to content

Releases: leftfield-geospatial/orthority

v0.6.1

13 May 11:10
Compare
Choose a tag to compare

Updates for compatibility with click 8.2.0

Fixes:

  • CLI flag options (--overwrite and --export-params) don't specify a type to work around pallets/click#2894.
  • _StrChoiceEnum base class changed to work with new click.Choice option.
  • Fix CLI tests to work with new click.testing.Result output.

v0.6.0

03 May 17:59
d89ac64
Compare
Choose a tag to compare

Features:

  • Add backend for fitting frame camera exterior parameters.

Tests:

  • Add tests for new fitting function.

V0.5.1

03 Jan 09:08
Compare
Choose a tag to compare

Fixes:

  • Point outside projection domain when reading initial DEM (#18)

Packaging:

  • Minimum required python >= 3.9

v0.5.0

15 Sep 10:55
Compare
Choose a tag to compare

Features:

  • Allow RPC model refinement with GCPs.
  • Add CLI and API for Gram-Schmidt pan-sharpening.
  • Support for LZW compression and Cloud Optimised GeoTIFF output.
  • Support for custom image creation options.
  • Round and clip image data when necessary, before writing to file.
  • Copy source image colour interpretation to output.

Fixes:

  • Change duplicated short form CLI options.
  • Improve test images.
  • Improve errors and warnings.

v0.4.0

15 May 20:13
Compare
Choose a tag to compare

Features:

  • fsspec integration to allow remote file IO.
  • Add RPC camera model.
  • Add camera factories to simplify the CLI and parameter file IO.
  • Add oty rpc command for RPC orthorectification.
  • Display total orthorectification progress with nested bars on CLI.
  • Allow 12 bit JPEG compression when supported by Rasterio,
  • Reroute CLI warnings and logs to not interfere with progress bars.
  • Incorporate vertical CRS / scale effects for DEM bounds and GSD.
  • Rename package from simple_ortho to orthority.

Fixes:

  • A number of minor fixes.

Docs:

  • Add documentation for Read the Docs.
  • Docstring adjustments and improvements.

Licensing:

  • Change to AGPLv3.