
[general]
name=Geology from points and lines
qgisMinimumVersion=3.0
description=Automated Geological Mapping Plugin
description[it]=Plugin per la Cartografia Geologica Automatizzata
version=1.1.0
author=Giuseppe Cosentino(Pino)
email=giuseppe.cosentino@cnr.it

about=This plugin automates the creation of geological polygons by converting linear geological boundaries (contacts) into closed geometries. By leveraging control points that hold the specific geological data, the tool automatically assigns the correct attributes—such as lithology and age—to the resulting areas. This ensures high geometric accuracy and maintains strict topology between contact lines and geological units.
about[it]=Questo plugin automatizza la generazione di poligoni geologici trasformando i segmenti lineari dei limiti (contatti) in geometrie chiuse. Il sistema assegna automaticamente gli attributi corretti (come litologia ed età) incrociando i dati con punti di controllo contenenti le informazioni geologiche di riferimento. Il risultato è un dataset geometricamente accurato che garantisce una topologia perfetta tra i contatti lineari e le unità poligonali.


tracker=https://github.com/pinogcosentino/Geology-from-points-and-lines/pulls
repository=https://github.com/pinogcosentino/Geology-from-points-and-lines
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes

changelog=
	<b>Version 1.1.0</b>
 		- Add Vertex tollerance
 		- Add Spatial Predicate
 		- Add Check quality control
 	<b>Version 1.0.1</b>
 		- Fixed some minor issues
 		- new icon
	<b>Version 1.0</b>
		- The linear segments representing geological contacts have been joined based on the information contained within the points (geological innput) 
		- Added the "HELP" button
		-Fixed some minor issues

# Tags are comma separated with spaces allowed
tags=Geology, geoprocessing, cartography, python

homepage=https://github.com/pinogcosentino/Geology-from-points-and-lines
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

