[general]
name=Pan Europeo Processing
qgisMinimumVersion=3.36.2
description=gdal calc wrapper for multi utility attribute functions raster calculator
version=v1.0.0
author=Fernando Badilla Veliz - Fire2a.com
email=fbadilla@ing.uchile.cl
about=GDAL calc processing plugin wrapper including raster normalization and weighted summation, for unlimited sized rasters. This plugin is the backend for the PanEuropeo project by fire2a(.com)
tracker=https://github.com/fire2a/qgis-pan-europeo/issues
repository=https://github.com/fire2a/qgis-pan-europeo
# End of mandatory metadata
# Recommended items:
hasProcessingProvider=yes
# Uncomment the following line and add your changelog:

changelog=
	1.0.0 Features summing nodata values as 0, using the hideNoData and NoData params. gdal_calc is statically included instead of linked
	0.10.2 Matching pan_batido version + docstring updates
	0.0.1 Initial depends on (pip install) fire2a-lib

# Tags are comma separated with spaces allowed
tags=python, raster summary, ponderation, multiattribute utility functions

homepage=https://fire2a.github.io/qgis-pan-europeo
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=

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

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

