# This file contains metadata for your plugin.

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

[general]
name=Georeferencer Extension
qgisMinimumVersion=3.0
description=Extension to the Raster Georeferencer Plugin
version=3.0.5
author=Christoph Candido
email=christoph.candido@gmx.at

about=This is an EXPERIMENTAL extension to the QGIS 3.x Raster Georeferencer Plugin. The main purpose of this extension is to save the georeferencing results in VRT files instead of GeoTIFF. See Description: https://github.com/cxcandid/GeorefExtension/blob/main/README.md

tracker=https://github.com/cxcandid/GeorefExtension/issues
homepage=https://github.com/cxcandid/GeorefExtension
repository=https://github.com/cxcandid/GeorefExtension

# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=3.0.5 : added LICENSE
3.0.4 : some code changes, because QGIS is adding statistics to VRT + adding CUTLINE as metadata
3.0.3 : updated for QGIS 3.26.x
3.0.2 : refresh VRT automatically

# Tags are comma separated with spaces allowed
tags=georeferencing, raster, clip, vrt, gdal

icon=./icons/go.svg
# experimental flag
experimental=True

# 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=

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

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

