# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=PostGIS Raster Import
qgisMinimumVersion=3.99
qgisMaximumVersion=4.99
description=Import Raster to PgRaster
supportsQt6=True
version=4.0.1
author=Dr. Horst Duester
email=horst.duester@kappasys.ch

about=The plugin is designed to easily import file-based rasters into a PostGIS database. 


  The underlying raster import is based on the work of:
  
  - Mateusz Loskot <mateusz@loskot.net> Copyright (C) 2009-2010 
  - Pierre Racine <pierre.racine@sbf.ulaval.ca> Copyright (C) 2009-2011
  - Jorge Arevalo <jorge.arevalo@deimos-space.com> Copyright (C) 2009-2010 
  - Horst Duester <horst.duester@sourcepole.ch> Copyright (C) 2016
  
  Improvements and overview creation dialog by:
  - Florian Jenn <florian.jenn@gci-kw.de> Copyright (C) 2022–2023
  
tracker=https://github.com/hdus/pg_raster_upload/issues
repository=https://github.com/hdus/pg_raster_upload
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

# Uncomment the following line and add your changelog:
changelog=
  4.0.1
  - fix security and Flake8 findings in pg_raster_import
  4.0.0
  - Initial release of QGIS 4/ Qt 6 compatibility

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/hdus/pg_raster_upload
category=Database
icon=icons/icon.png
# experimental flag
experimental=False

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

# If the plugin can run on QGIS Server.
server=False


