Skip to content

Releases: cankanoa/camera2geo

v1.0.5

01 Dec 20:38

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

v1.0.5 - 2025-12-01

Compare with first commit

v1.0.4

27 Nov 22:57

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

v1.0.4 - 2025-11-27

Compare with first commit

v1.0.3

20 Nov 19:58

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

v1.0.3 - 2025-11-20

Compare with first commit

Added

  • Add "Add Relative Altitude" processing algorithm (37a5939 by cankanoa).
  • Add project support section to README (1b783a7 by cankanoa).

v1.0.2

17 Nov 22:15

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

v1.0.2 - 2025-11-17

Compare with first commit

Added

  • Add back metadata fields (14f4301 by cankanoa).
  • Add support for EXIF metadata via CSV input. (ce4d9ae by cankanoa).
  • Add support for CSV-based image metadata updates (d565a2b by cankanoa).
  • Add function to compute relative altitude from DEM (44d25a7 by cankanoa).

Fixed

  • Fix typo in README and add commented metadata keys in example. (e079713 by cankanoa).

v1.0.1

11 Nov 09:17

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

v1.0.1 - 2025-11-11

Compare with first commit

Added

  • Add DOI badge and citation information to README (bc91acc by cankanoa).

v1.0.0

11 Nov 08:39

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

v1.0.0 - 2025-11-11

Compare with first commit

Added

  • Add badges to README and update Makefile cleanup (fbd0dfd by cankanoa).
  • Add installation instructions and refine documentation (8f7babf by cankanoa).
  • Add Camera2Geo Processing Provider with new processing tools (b538307 by cankanoa).
  • Add versioning, formatting, and update build configuration (479aab4 by cankanoa).
  • Add new functions and QGIS usage details to README (30b967d by cankanoa).
  • Add exiftool to Conda environment in CI workflow (5b919a0 by cankanoa).
  • Add scikit-image as a dependency (cee8075 by cankanoa).
  • Add SciPy to required dependencies (85b86fa by cankanoa).
  • Add pytest configuration file (9d414e3 by cankanoa).
  • Add unit tests for all user facing functions and update main.yml to work with tests (282b3ea by cankanoa).
  • Add CLI interface, update metadata handling, and docstrings (0ec2092 by cankanoa).
  • Add metadata handling functions and examples, remove FocalLength metadata from DJI_0812.JPG (b5d95e1 by cankanoa).
  • Add Mavic 2 Pro example data and update Python script (7144b5b by cankanoa).
  • Add missing docstrings and improve return logic in search (d493e83 by cankanoa).
  • Add clean target to Makefile and update plugin build steps (6ece265 by cankanoa).
  • Add new low-resolution icon (d9731b5 by cankanoa).
  • Add new design asset: icon.afdesign (501dbc1 by cankanoa).
  • Add GitHub Actions workflows for CI/CD and plugin deployment (9ce28ae by cankanoa).
  • Add QGIS-specific files to .gitignore (4de961a by cankanoa).
  • Add initial QGIS plugin project structure with documentation and scripts. (edc9c9e by cankanoa).
  • Add core functionality for drone image processing from Drone-Footprints github library (fdc5f03 by cankanoa).

Fixed

  • Fix typo: replace "convertion" with "conversion" (2f7be0a by cankanoa).

Removed

  • Remove requirements.txt and update dependencies in pyproject.toml (87739c2 by cankanoa).
  • Remove deprecated files and comment out config initialization. (33e4d90 by cankanoa).
  • Remove unused logging and streamline processing logic (3953a8a by cankanoa).