[general]
name=raster2postgis
qgisMinimumVersion=3.22
description=Import raster to postgis
version=1.3
author=Geomaster
email=geral@geomaster.pt

about=This plugin uploads a raster to a Postgresql server. The raster is added to the database on the server side using Postgis raster2pgsql utility. Only works if the server has the raster2pgsql utility installed. You have to install Python unidecode module before installing this plugin. Detailed instructions on the plugin home page.
tracker=https://gitlab.com/geomaster/raster2postgis/issues
repository=https://gitlab.com/geomaster/raster2postgis

changelog=version 1.3: QGIS connection roles and superuser functions usage reviewed and improved
    1.2: better handling and documentation of QGIS connection role usage.
    1.1.2: allow using the QGIS connection role. The role should be have all the required authorizations.
    1.1.1: fix Qt6 compatibility issue
    1.1: made it Qt6 compatible
    1.0.5: Support schemas or tables with uppercase letters
    1.0.4: Support pg clusters running on different ports

tags=database,postgresql,raster,postgis,raster2pgsql

homepage=https://gitlab.com/geomaster/raster2postgis
category=Database
icon=images/icon.png

experimental=False
deprecated=False
supportsQt6=True

plugin_dependencies=qpip
