# This file contains metadata for your plugin.

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

[general]
name=GeoITV
qgisMinimumVersion=3.0
description=[FR]GeoITV géolocalise les défauts et branchements observés lors des inspections télévisées (ITV) des réseaux d'assainissement en France à partir des fichiers TXT conformes à la norme NF EN 13508-2+A1.[EN]GeoITV geolocates defects and lateral connections from French wastewater network CCTV inspections using TXT files compliant with the NF EN 13508-2+A1 standard.
version=1.0.6
author=NAOMIS
email=nantes@naomis.fr

about=[FR]GeoITV France - ITV NF EN 13508-2+A1 est un plugin QGIS open source destiné aux gestionnaires de réseaux d'assainissement français.
	Il permet de géolocaliser les défauts et branchements observés lors des inspections télévisées (ITV) à partir de fichiers TXT conformes à la norme française NF EN 13508-2+A1.
	Fonctionnalités principales :
	• Géolocalisation des défauts, branchements et emprise d'inspection
	• Correspondance entre identifiants ITV et données SIG
	• Calcul de l'orientation des branchements
	• Détection des incohérences de longueur
	• Mode autonome QGIS (sans base de données)
	• Mode PostgreSQL/PostGIS pour les architectures historiques
	Ce projet a été réalisé dans le cadre du programme GÉOPAL, financé par la Région Pays de la Loire.
	Développement : NAOMIS
	Programme GÉOPAL : https://www.geopal.org
	Région Pays de la Loire : https://www.paysdelaloire.fr
	[EN]GeoITV - French CCTV Inspection Geolocation is an open-source QGIS plugin designed for French wastewater network operators.
	It geolocates defects and lateral connections detected during CCTV inspections from TXT files compliant with the French NF EN 13508-2+A1 standard.
	Main features:
	• Geolocation of defects, lateral connections and inspection extent
	• ITV-to-GIS identifier matching
	• Lateral connection orientation computation
	• Detection of pipe length inconsistencies
	• Standalone QGIS mode (no database required)
	• PostgreSQL/PostGIS legacy mode
	This project was developed as part of the GÉOPAL programme funded by the Pays de la Loire Region (France).
	Development: NAOMIS
	GÉOPAL programme: https://www.geopal.org
	Pays de la Loire Region: https://www.paysdelaloire.fr

tracker=https://github.com/naomis/qgis-itv-plugin/issues
repository=https://github.com/naomis/qgis-itv-plugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=1.0.6 - Fix plugin load failure on Python 3.9 (QGIS <= 3.34) caused by PEP 604 union type hints.
	1.0.5 - Support TXT files with preamble lines and metadata values containing equals signs.
	1.0.4 - Address Bandit security scan findings.
	1.0.3 - Exclude development scripts from the plugin distribution archive.
	1.0.2 - Security scan remediation and public SQL cleanup.
	1.0.1 - English publication metadata and dependency information.
	1.0.0 - First stable release.

# Tags are comma separated with spaces allowed
tags="pays de la loire", assainissement, cctv, france, french, geolocation, geopal, géolocalisation, import, itv, naomis, nf-en-13508, postgis, sewer, shapely, txt, vector, wastewater

homepage=https://www.naomis.fr/
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=

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

