# 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=Creates area-based sampling plans for spatial data quality inspection, based on the size of the area of interest (AOI), inspection level (I, II, or III), and acceptable quality limit (AQL). Based on ISO 19157:2013 and ISO 2859 standards.
version=1.3.0
author=Alex Santos
email=alxcart@gmail.com

about=This plugin generates area-based sampling units (inspection areas) to support the quality inspection of spatial datasets, using customizable parameters such as inspection level and acceptable quality limits. It is based on ISO 19157:2013 and ISO 2859 sampling procedures.

tracker=https://github.com/alxcart/SampleByArea/issues
repository=https://github.com/alxcart/SampleByArea
changelog=Adjusted date format presentation (now YYYYMMDD); Minor bug fixes; Script optimization; Layout improvements; Added 'layer' field.

tags=sampling plan, spatial data quality, sample, feature, vector, ISO 19157:2013, AQL, LQA, amostragem, geopackage, inspection, QGIS

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