[general]
name=PostGIS geoprocessing tools
description=A set of tools to do geoprocessing with PostGIS layers. The spatial SQL queries are run in the server where the layers come from, and the result will be a PostGIS layer (created directly in the server where the inputs come from) and not a shapefile as usually in the Processing toolbox. The plugin is experimental and in the future it will benefit from a number of improvements that will be made in the QGIS Processing toolbox.
about=Developed by Alexander Bruy and Manghi for NaturalGIS (http://www.naturalgis.pt/)
category=Plugins
version=0.9
qgisMinimumVersion=3.4
icon=icons/naturalgis_32.png
tags=vector, geoprocessing, postgis
author=Giovanni Manghi for NaturalGIS
email=giovanni.manghi@naturalgis.pt
homepage=http://www.naturalgis.pt/
tracker=https://github.com/NaturalGIS/postgis_geoprocessing/issues
repository=https://github.com/NaturalGIS/postgis_geoprocessing
experimental=False
deprecated=False
changelog=0.9
    - Porting of the plugin to QGIS 3.*
    0.8
    - Plugin update to work on QGIS >= 2.14. The plugin nows also work only with Processing shipped with QGIS >= 2.14
    0.7
    - Better queries aliasing for attributes to be kept
    0.6
    - Fixed output overwrites when output schema is not "public"
    0.5
    - Fixed clip tool
    - Added select by tools (select by location)
    - Added sample polygons with points tool
    0.4
    - Added distance matrix tool
    0.3
    - Added variable distance buffer tool
    - Extended clip tool to allow clipping also points and lines
    - Added closest point tool
    0.2
    - Optimized several queries
    - Added buffer tool
    - Added extract invalid polygons tool (ST_IsValid)
    - Added fix invalid polygons (ST_Buffer)
    - Added dissolve tool
    0.1
    - First commit
