# This file contains metadata for your plugin. Since 
# version 3.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 3.0.

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

[general]
name=Dissolve with stats
qgisMinimumVersion=3.0
description=Group geometries using one field, calculate stats on the other fields (mean, sum, count...)
version=0.5
author=Julie Pierson, UMR 5319 PASSAGES, modified to adapt to QGis3 by maurena@ujaen.es
email=julie.pierson@cnrs.fr
about=This plugin is based upon the QGIS "dissolve" tool but adds the possibility to keep or not the other fields, and to calculate statistics on these other fields such as count, first and last for string fields, count, first, last, min, max, mean, median, standard deviation, and sum for numeric fields.

# End of mandatory metadata

# Optional items:

category=Vector

changelog=
    0.1 - First testing release
    0.2 - Added median and standard deviation, lists only vector layers, NULL values are not taken into account
    0.3 - Numeric fonctions are available for PostGIS data. Thanks to DelazJ for the fix !
    0.4 - bug corrections + functions sum, min, max... for integer 64 or double field. Thanks to FERRATON for the fix !
    0.5- Modifications to be used on QGIS3

# Tags are comma separated with spaces allowed
tags=dissolve,statistic

homepage=https://github.com/juliepierson/DissolveWithStats
tracker=https://github.com/juliepierson/DissolveWithStats
repository=https://github.com/juliepierson/DissolveWithStats
icon=dissolve_stats.png
# experimental flag
experimental=True

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

