[general]
name=raster2postgis
qgisMinimumVersion=3.22
description=Import raster to postgis
version=1.1.2
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. Requires superuser privileges for the first run. 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.1.2: allow using the QGIS connection role. The role should be have all the required authorizations.
    1.1.1: fix Qt6 compatibility issue
    version 1.1: made it Qt6 compatible
    version 1.0.5: Support schemas or tables with uppercase letters
    version 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
