# 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.14
description=Brazilian Army Cartographic Production Tools
version=3.0.3
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)

# 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=http://hub.qgis.org/projects/dsgtools
tracker=http://hub.qgis.org/projects/dsgtools
repository=https://github.com/lcoandrade/DsgTools
icon=icons/dsg.png
# experimental flag
experimental=False

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

