# 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=Geolocates defects and lateral connections from NF EN 13508-2+A1 CCTV inspection TXT files.
version=1.0.5
author=NAOMIS
email=nantes@naomis.fr

about=GeoITV geolocates defects and lateral connections observed during wastewater network CCTV inspections from TXT files compliant with NF EN 13508-2+A1. The standard FullPython mode creates QGIS memory layers for the inspection extent, defects, lateral connection points and orientations without requiring a database. It requires the Shapely Python library. The DB legacy mode requires PostgreSQL 12 or later with PostGIS 3.4 or later and uses the itv schema provided in the source repository. GeoITV supports ITV-to-GIS identifier matching, reports missing matches and pipe length differences, and provides QGIS styles for the generated layers.

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.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=sewer, wastewater, cctv inspection, geolocation, vector, postgis, shapely, import, csv, txt

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

