[general]
name=PRA Divider
qgisMinimumVersion=3.0
description=Splits polygons into equal-area parts for Brazil's Environmental Regularization Program (PRA) - APP and Legal Reserve
version=1.0.1
author=Davi Kilmer
email=davisampaiobatista@gmail.com

about=Automates the division of polygons into equal-area parts as required by Brazil's Programa de Regularização Ambiental (PRA). Automatically splits APP (Permanent Preservation Area) polygons into 5 equal parts and Reserva Legal (Legal Reserve) polygons into 10 equal parts, using an optimized strip-division algorithm with binary search. Requires layers in a projected UTM coordinate system.

 Plugin profissional para automatizar a divisão de polígonos em ciclos conforme exigido pelo Programa de Regularização Ambiental (PRA). Divide automaticamente áreas de APP em 5 partes iguais e áreas de Reserva Legal em 10 partes iguais, utilizando algoritmo otimizado de divisão por faixas com busca binária.

tracker=https://github.com/kilmer365/PRADivider/issues
repository=https://github.com/kilmer365/PRADivider
# End of mandatory metadata

# Recommended items:
hasProcessingProvider=no
changelog=
    1.0.1 - Correção de segurança
        * Removido tratamento de exceção genérico (except/pass) na validação de CRS UTM
        * Descrição do plugin traduzida para inglês
    1.0.0 - Versão inicial
        * Divisão automática de APP (5 partes)
        * Divisão automática de Reserva Legal (10 partes)
        * Interface gráfica intuitiva
        * Algoritmo otimizado com busca binária
        * Atributos detalhados (área, percentual, tipo)

# Tags are comma separated with spaces allowed
tags=polygon,division,environmental,pra,regularization,app,reserva legal

homepage=https://github.com/kilmer365/PRADivider#readme
category=Vector
icon=icon.png

# experimental flag
experimental=False

# 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=Vector

# If the plugin can run on QGIS Server.
server=False
