# This file contains metadata for your plugin. Since 
# version 2.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 2.0.

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

[general]
name=QMarxanZ
qgisMinimumVersion=2.12
description=Create Marxan and Marxan with Zones inputs, run analysis and import results
version=0.5.2
author=Apropos Information Systems Inc.
email=tsw@aproposinfosystems.com
about=QMarxanZ for QGIS 2.x is a complete rewrite of QMarxan for QGIS 1.x
    QMarxanZ provides support for vector and raster calculations as well as using raster estimtation (like zonal statistics) for complex vector data sources to speed processing times.
    QMarxanZ stores all calculations in sparse csv files to speed creation of Marxan input files and allow for more than 255 features.
    Version 0.5.2 does not support Maraxn with Zones, but the fundamental architecture does provide this support and future releases will have a Marxan with Zones project type.


# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog=Update to changes in NumPy processing to meet API changes in library. Increased decimal places for BLM and other Marxan input.dat parameters.

# Tags are comma separated with spaces allowed
tags=Marxan, Marxan with Zones, Spatial Planning, Conservation Planning, Spatial Optimization

homepage=http://aproposinfosystems.com/products/qmarxanz
tracker=http://github.com/tsw-apropos/qmarxanz/issues
repository=http://github.com/tsw-apropos/qmarxanz
icon=qmz_icon.png
# experimental flag
experimental=True

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

