# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Camera2geo
qgisMinimumVersion=3.0
description=Camera to geographic space image conversion
version=1.0.3
author=Kanoa Lindiwe LLC
email=cankanoa@gmail.com

about=Camera2Geo converts raw drone or camera images into georeferenced GeoTIFFs via image metadata and a camera model. This can be helpful to quickly view individual aerial images in GIS software, label image features in geographic space, and view images in full resolution rather than in orthomosaic resolution. The core functionality is built from Drone-Footprints but extended with additional features and an improved interface via a Python library, QGIS plugin, and CLI.

 IMPORTANT: Manual installation of system level dependencies is required for this plugin, see: https://github.com/cankanoa/camera2geo?tab=readme-ov-file#qgis-plugin-installation


tracker=https://github.com/cankanoa/camera2geo/issues
repository=https://github.com/cankanoa/camera2geo
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=digitizing, layers, raster, remote sensing, translate

homepage=https://github.com/cankanoa/camera2geo
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
plugin_dependencies=qpip

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

