# 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=SQUAD Tool
qgisMinimumVersion=2.0
description=Spatial Quality and Anomalies Diagnosis
version=1.0
author=André William dos Santos Silva
email=wss.andre@gmail.com

about=The Spatial Quality and Anomalies Diagnosis (SQUAD) tool checks for six anomalies that are based on common errors in point-location data sets. This information can be used to prioritize the type and extent of investigation needed for records that may have problems. The anomalies that can be checked are: 1. Missing coordinates 2. Truncated coordinates (lack of adequate precision) 3. Duplicate coordinates for distinct records 4. Duplicate key attributes (two identical names, but plotting in different locations) 5. Coordinate not located exactly where it would be expected (but falling within two kilometers of a border) 6. Coordinate not located anywhere near where expected

tracker=https://github.com/andre-ws/squad-plugin/issues
repository=https://github.com/andre-ws/squad-plugin
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=

homepage=https://github.com/andre-ws/squad-plugin
category=Analysis
icon=icon.png
# experimental flag
experimental=False

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

