
[general]
name=Pan Europeo
qgisMinimumVersion=3.36.2
description=Ponders very large and distinct rasters with different utility functions
version=v1.0.0
author=Fernando Badilla Veliz - Fire2a.com
email=fbadilla@ing.uchile.cl
about=This plugin calculates a summary raster weighting very large and distinct rasters with different multi utility attribute functions, for the PanEuropeo project by fire2a(.com). 
        1.0.0 Features summing nodata values as 0, skip normalization phase, notifications for background tasks. Bugfixes on values on startup, bipiecewise formula
tracker=https://github.com/fire2a/qgis-pan-europeo/issues
repository=https://github.com/fire2a/qgis-pan-europeo
# End of mandatory metadata
# Recommended items:
hasProcessingProvider=no
# Uncomment the following line and add your changelog:

changelog=
        1.0.0 Features summing nodata values as 0, skip normalization phase, notifications for background tasks. Bugfixes on values on startup, bipiecewise formula
        0.11.0 Features updating min-max sliders on canvas extent widget and graphical guides to the utility functions. Also, minor bugfixes.
        0.10.2 Fixed bug on utility function selection not being sent properly to the backend
        0.10.1 Fixed bug on selected polygon bounding box that didn't match project crs, testing plugin_dependencies
        0.10.0 Backend remade into QT model view framework
        0.0.9 Better logging: summarizes the input instance and gdal callback every 0.5 seconds
        0.0.8 Skip non-rasters or non-local rasters on dialog creation, common transform of extents before intersection
        0.0.7 Invisible rasters load
        0.0.6 Added area of study by raster intersections and/or selected polygon bounding box
        0.0.5 Added step-[up|down] functions, hide advanced options, removed map zoom awareness
        0.0.4 Separate utility functions for min-max & max-min, bi-piecewise-linear values & percentage
        0.0.3 UI grouped in inputs and outputs, bug fix on dialog always calculating
        0.0.2 Handling of nans and nodatas, qgis pseudocolor painting and no resample option
        0.0.1 Initial: only happy path implemented! Don't edge case it!

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

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

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

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

