# 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=Sample by area
qgisMinimumVersion=3.0
description=The sampling plan by area calculates the sample size (n) from size of area of interess (N = AOI), inspection level (I, II or III) and acceptable quality limit (AQL).This plugin draws up an area-based sampling plan based on the area of interest for quality inspection. The plugin is based on ISO 19157: 2013 (Spatial Data Quality) and ISO 2859 (Attribute sampling inspection procedures).
version=1.1
author=Alex Santos
email=alxcart@gmail.com

about=The objective is to generate sampling units (inspection areas) to carry out inspections of quality aspects desired by the user

tracker=https://github.com/alxcart/SampleByArea/issues
repository=https://github.com/alxcart/SampleByArea
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= script adjustment for qgis 3.34, added layer field. revised layout, resolved some bugs, script optimization

# Tags are comma separated with spaces allowed
tags= sampling plan, spatial data quality, sample, feature, vector, quality, iso 19157, acceptable quality limit, AQL, LQA, amostra, amostragem, IBGE, CQDG

homepage=https://github.com/alxcart/SampleByArea/wiki
category=Vector
icon=icon.png
# experimental flag
experimental=False

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