# 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=DSG Tools
qgisMinimumVersion=2.18
description=Brazilian Army Cartographic Production Tools
version=3.1.1
author=Brazilian Army - Geographic Service Bureau
email=suporte.dsgtools@dsg.eb.mil.br
about=
	DSGTools with the following features:
	-Creation, Storage and Deletion of PostGIS servers configurations
	-Database creation using Spatialite and PostGIS according to EDGV version 2.1.3 and EDGV version FTer_2a_Ed (cadaster)
	-Layer loading by category and class as defined by EDGV version 2.1.3 and EDGV version FTer_2a_Ed (cadaster)
	-Manipulation of complex features (Creation, Editing, Deletion, Zoom, Association, Disassociation) and
	-Access to some WM(T)S services provided by BDGEx.
	-Inventory Tool for all geospatial data supported by GDAL/OGR.
	-Tool to install Models and Script (geoalgorithms) in the Processing Toolbox (HSV fusion script available).
	-Database role management. Access profile (i.e. Read/Write permissions by table in database ).
	-Database user profile management (e.g. Grant/Revoke predifined roles to/from user ).
	-Create/Remove PostgreSQL users.
	-Alter PostgreSQL user Password.
	-Conversion tools between postgis and spatialite EDGV databases.
	-Tool to assign elevation values to contour lines in a simple way.
	-EDGV code list viewer to aid attributes queries using our EDGV databases.
	-Drop EDGV databases
	-Remove missing databases from qsettings
	-Tool to reclassify features (move them to another layer) with predefined attributes
	Requirements for LINUX (Ubuntu/Debian):
	Install the following packages as follows:
	sudo apt-get install python-qt4-sql
	sudo apt-get install libqt4-sql-psql
	sudo apt-get install libqt4-sql-sqlite

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog=
	1.0.1 - Minor bug fix on spatialite complex features and improved help.
	1.1 - Bug fix on frame creation on spatilite databases. New thread management api. Help improved. Improvements on create frame.
	1.1.1 - Bug fix on frame creation. Adjustments on few methods. Now postgis database are forced do have lowercase names.
	1.2 - New WM(T)S services from BDGEx. Minor bug fix on create frame. Image batch processing tool added.
	1.3 - New Inventory Tool added. Now it's possible to scan recursively a folder and make a inventory of all geospatial data supported by GDAL/OGR. Bug fix on BDGExTools.
	1.3.1 - Minor bug fix on Inventory Tools for Windows OS.
	1.4 - New tool to install Models and Script (geoalgorithms) in the Processing Toolbox. HSV fusion script added. New model added.
	1.4.1 - RapidEye Tile Cache service back on air.
	1.5 - Improvements on the Inventory Tool. New server browser for EDGV databases. Minor bug fixes.
	1.6 - Database role management. Database user profile management. Create/Remove PostgreSQL users. Alter PostgreSQL user Password.
	1.7 - Conversion tools between postgis and spatialite EDGV databases. Tool to assign elevation values to contour lines. EDGV code list viewer to aid attributes queries using our EDGV databases. Drop/Manage databases. View permissions details.
	2.0rc01 - Database creation using Spatialite and PostGIS according to EDGV version FTer_2a_ed (cadaster). Layer loading by category and class as defined by EDGV version FTer_2a_ed (cadaster)
	2.0rc02 - Databases are now sorted
	2.0rc03 - Minor bug fix on EDGV FTer
	2.0rc04 - Minor bug fix on EDGV FTer
	2.0rc05 - Returning file removed by error
	2.0rc06 - minor fix on code lit viewer
	2.0rc07 - Complexes working with valueRelation. Code List viewer adjusted.
	2.0rc08 - Bug fixes and adjustments for EDGV FTer_2a_Ed
	2.0rc09 - Bug fixes and adjustments for EDGV FTer_2a_Ed
	2.0rc10 - Bug fixes and adjustments for EDGV FTer_2a_Ed
	2.0 - Bug fixes and adjustments for EDGV FTer_2a_Ed
	3.0 - New Tool to reclassify features (move them to another layer) with predefined attributes. Several batch management tools (db creation, user permissions, customizations and etc). Validation Tools (fix geometry problems prior to creating a topology structure). Other bug fixes.
	3.0.1 - Fixing errors raised by users
	3.0.2 - Fixing others errors and improving some features (many thanks to our users)
	3.0.3 - Fixing encoding problems in some systems (utf-8 encoding problems)
	3.0.4 - Updating our BDGEx access to use the new urls. Fixing some problems with databases using schemas in uppercase 
	3.0.6 - Bug fix on (Re)classification tool
	3.0.7 - Bug fix on Circle Tool, Zoom to Flag and Database Conversion
	3.0.8 - Bug fix on image processing on windows and bug fix on generic selection tool
	3.1 - New Features:
	      	.New database model: EDGV 3.0 (experimental);
		.New validation process: Merge lines with common attributes;
		.New validation process: Identify Dangles;
		.New validation process: Overlay Lines with Lines;
		.New validation process: Overlay Elements with Areas;
		.New validation process: Identify gaps and overlaps in earth coverage;
		.New validation process: Identify layer gaps;
		.New validation process: Identify layer overlaps;
	      Enhancements:
                .Generic selection now opens a context menu to choose features when they are overlapping;
	      	.Minimum area tool now enables rotation in cursor shape;
	      	.Right angle digitizing tool now works with lines as well;
		.Circle digitizing now works with lines as well;
		.New setup interface for (Re)Classification tool;
		.(Re)Classification tool now enables color choosing;
		.(Re)Classification tool now enables shortcut assignment;
		.(Re)Classification tool now enables setting ignored attributes;
		.(Re)Classification tool now enables setting attributes as hidden;
		.(Re)Classification tool now enables setting attributes as not editable;
		.(Re)Classification tool now enables tooltip for buttons;
		.(Re)Classification tool now enables user to choose which forms must be opened;
		.Validation Toolbox now has a Re-run process button (runs previous process with same parameters);
		.Validation Toolbox now show elapsed times for each process run;
		.Validation Toolbox now has a clear flags button;
		.Validation Toolbox now has a filter for flags;
		.All parameters are now choosen before executing validation process;
		.Validation Toolbox with new history log;
		.Status are now resolved in History interface of Validation Toolbox;
		.Flags are loaded after execution of Validation Process;
		.Several shortcuts are now enabled for Production Tools;
             Database Bug Fix:
                .EDGV 2.1.3 bug fix: uuid values on primary keys of some geometric tables;
	     Several other bug fixes.
	3.1.1 - Bug fixes:
		.Bug fix on EDGV 3.0
		.Bug fix on Help url
		.Bug fix on Generic Selection Tool
		.Bug fix on Server Management Tools
		.Bug fix on Field Toolbox
		.Bug fix on Load Layers From Server
		.Fixed missing translations
		.Fixed missing Style Folder

# Tags are comma separated with spaces allowed
tags=EDGV,PostGIS,Spatialite,Brazilian,Army,Exército,Brasileiro,DSG,Diretoria,Serviço,Geográfico,BDGEx,Database,Spatial,INDE,SDI,Infrastructure,Image,Fusion,HSV,Model,Script

homepage=https://github.com/dsgoficial/DsgTools/wiki
tracker=https://github.com/dsgoficial/DsgTools/issues
repository=https://github.com/dsgoficial/DsgTools
icon=icons/dsg.png
# experimental flag
experimental=False

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

