# This file contains metadata for your plugin.

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

[general]
name=Raster Volume Comparison
qgisMinimumVersion=3.0
description=Calculates the difference in volume between two raster layers
version=0.1
author=Lauren Yang at Bligh Tanner Pty Ltd
email=lauren.yang@blightanner.com.au

about=Calculates the volume difference between two raster layers with elevation data. If the layers are different sizes, the larger will be clipped to the smaller. Units of the raster/DEM must match project units (eg, m, m^2, m^3).  To view the volume difference between raster surfaces, open the statistical summary pane (View->Statistical Summary), select the generated statistical summary layer (zonalStats<*>) and select the "Volume" field.  The difference in volume is the calculated "Sum" statistic.  A negative number implies erosion/loss, a positive number implies accretion/gain. 

tracker=https://github.com/blightanner/DEMDifferenceQgisPlugin/issues
repository=https://github.com/blightanner/DEMDifferenceQgisPlugin
# 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=python, raster/DEM, volume, erosion/loss, accretion/gain

homepage=https://github.com/blightanner/DEMDifferenceQgisPlugin
category=Plugins
icon=icon.png
# 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

