Releases: cankanoa/camera2geo
v1.0.5
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
v1.0.4
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
v1.0.3
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
Added
v1.0.2
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
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
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
Added
- Add DOI badge and citation information to README (bc91acc by cankanoa).
v1.0.0
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
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).