-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.txt
97 lines (79 loc) · 2.62 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# 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.0
description=Import Raster to PgRaster
version=3.2.1
author=Dr. Horst Duester
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 <[email protected]> Copyright (C) 2009-2010
- Pierre Racine <[email protected]> Copyright (C) 2009-2011
- Jorge Arevalo <[email protected]> Copyright (C) 2009-2010
- Horst Duester <[email protected]> Copyright (C) 2016
Improvements and overview creation dialog by:
- Florian Jenn <[email protected]> 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=
3.2.1
- Use layer CRS instead of file’s CRS (i.e. user can assign correct CRS in QGIS)
- Do not import rasters without valid CRS
- Fix “definition of service "None" not found” error when selecting DB
- Create overviews for existing PostGIS rasters
- Slight cleanup of translations and UI
3.2.0
- Do not ask for credentials if not necessary
3.1.0
- Fix for psycopg2 > 20900
3.0.0
- set to revision 3.0.0 due to QGIS 3
- Fixed pull request for fix #4
- better error handling with respect to no raster extension installed.
1.0.11
- clear schema combobox when new database selected
1.0.10
- overview creation fixed
1.0.9
- DB credential handling improved
1.0.8
- enable buttons bug fixed
1.0.7
- Fix database login
- launder_table_name improved
1.0.6
- Laundering of resulting database table improved
- Checkbox "Add Raster to Mapcanvas" added
1.0.5
- Tablename always to lowercase
1.0.4
- Improved error handling
1.0.3
- Fix #1
1.0.2
- Bugfixing
1.0.1
- Bugfixing
1.0.0
- Initial release
# 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