# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=Pghydro Tools
qgisMinimumVersion=3.0
description=PgHydro Tools Interface for PgHydro Extension for PostgreSQL/PostGIS
version=3.2
author=PgHydro Team
email=pghydro.project@gmail.com

about=QGIS PgHydroTools Plugin is an interface used in QGIS to activate all functionality of PgHydro Extension for PostgreSQL/PostGIS
To use this plugin, you have to install the PgHydro extension for PostgreSQL/PostGIS at https://github.com/pghydro/pghydro

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
	2.0.1 - "No module named resources_rc" fixed.
	2.0.2 - Execute and Return Queries update.
	2.1 - Translate to English
		- Creation of Print_Message_Console Function
		- Rename function pgh_consistency.pghft_drainageareahaveselfintersection and associated objects to pgh_consistency.pghft_drainageareaoverlapdrainagearea
		- Rename function def Check_DrainageTouchDrainageLine to def Check_DrainageLineTouchDrainageLine
		- Insertion of function self.Turn_OFF_Audit() before the each main procedure
		- Disable_role bug fixed 
		- Insert of new version logo
		- Resource_rc bug fixed including and not more deleting codes.
		- ...
	2.4 - Rename "Connect" label button to "Test Connection"
	    - Update Version labels to version 2.4
		- Uncheck "Add Pfafstetter Basin Coding Columns"
		- Update port to 5432
		- Insert offset to watercourse
		- Create spatial index to drn_gm_point geometry column in the table pghydro.pghft_drainage_line after Consist "Drainage Line x Drainage Area" check
        - Execution of Vacuum, Analyse and Reindex after each major processing
        - ...
	3.0 - Updated to QGIS 3
	3.2 - Fix bug in watercourse offset
	
# Tags are comma separated with spaces allowed
tags=spatial database system, otto pfafstetter, drainage, hydrology, hydrography, hydro

homepage=https://www.github.com/pghydro/pghydrotools/wiki
tracker=https://www.github.com/pghydro/pghydrotools/issues
repository=https://www.github.com/pghydro/pghydrotools

category=Database
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
