# This file contains metadata for your plugin.

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

[general]
name= GeoRondônia
qgisMinimumVersion=3.10
description=Tools for Georeferencing Rural Properties
version=0.6
author= Maik Rodrigues, Valdir Moura e Ranieli dos Anjos.
email=lab.georondonia@ifro.edu.br

about=Tools for the georeferencing of rural properties in Settlement Projects or Land Projects, based on the updated Technical Manual for Georeferencing of Rural Properties from the National Institute of Colonization and Agrarian Reform (INCRA), and for the Rural Environmental Registry (CAR).

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

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=
		0.6 - GODS: Multi-platform support (Windows, Linux, macOS)
		- GODS: New parameter "Verify Z-coordinate fill" (VER_Z)
		- GODS: Validation vld_0 - checks if layers are not empty before processing
		- GODS: Validation vld_z - detects null/zero/out-of-range Z-coordinates and automatically selects problematic features in attribute table
		- GODS: Automatic selection of vertices and limits from selected parcel (field 'lote')
		- GODS: Support for inner rings (holes) in multipolygons via polygon mapping
		- GODS: Fixed IndentationError in generated macro (incorrect replacement marker)
		- GODS: Fixed access violation in QGIS when executing the algorithm
		- GODS: Fixed special character corruption in coordinates during macro substitution
		- GODS: validar preenchimento do campo lote em vértices e limites
		- GODS: New parameter "Selecionar próxima parcela" (SEL_PROXIMO) - makes next parcel auto-selection optional
		- GODS: New parameter "Validar projeto completo" (VAL_COMPLETA) - enables scoped validation of only the selected parcel
		- GODS: Scoped validation using lote field filtering - vld_1, vld_2, and vld_z now support validating single parcels instead of entire project
		- GODS: Restored B4 cell with numeric formatting (00X) for each perimeter sheet while maintaining B3 "Parte X" labels

        0.5 - Complete refactoring with enhanced validation routines (GODS)
		- Advanced polygon vertex manipulation and standardization (GODS)
		- Enhanced topological validation efficiency (GODS)
		- Enhanced error messages and detailed reporting system (GODS)
		- Automatic detection and population of input layers (GODS)
		- Fixed critical QVariant type conversion bug in lot selection (GODS)
		- User interface improvements (Preparing KML for CAR)
		- Hyperlink support for output file paths (GODS and Preparing KML for CAR)
		- Multiple cell fixes (A17, B4) and municipal adjustments (GODS)

        0.4 - Enhanced KML Export with Feature Selection and Geometry Support 
        0.3 - added tool prepare kml for car
        0.2 - added geometry validation tool
        0.1 - initial version
# Tags are comma separated with spaces allowed
tags=georreferenciamento, imoveis, rurais, incra, sigef, georural, ods, planilha, brazil

homepage=https://github.com/GeoRondonia/GeoRondonia/wiki
category= cartography
icon=images/georo_icone.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= Processing

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

