-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.txt
73 lines (54 loc) · 2.82 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
# This file contains metadata for your plugin.
# Mandatory items:
[general]
name=3DCityDB Tools
qgisMinimumVersion=3.22
description=Tools to visualize and manipulate CityGML 2.0 data stored in the 3D City Database
version=0.8.9
author=Giorgio Agugiaro, Konstantinos Pantelios
about=This plugin connects to the 3D City Database (v. 4.x) for PostgreSQL/PostGIS. It consists of:
- The "Layer Loader": it loads data as "classical" layers into QGIS. All CityGML LoDs are supported, as well as multiple citydb schemas and multiple database users. Feature attributes can be edited, changes are stored back directly into the database;
- The "Bulk Deleter": it allows to clean up the database, or to delete selected feature types;
- The "QGIS Package Administrator": it allows to install the server-side part of the plug-in and to manage database user privileges.
Further details can be found in the PDF files contained in the \manuals subfolder of the plugin installation directory. On the GitHub repository further details are provided, and some test datasets can be downloaded.
tracker=https://github.com/tudelft3d/3DCityDB-Tools-for-QGIS
repository=https://github.com/tudelft3d/3DCityDB-Tools-for-QGIS
# End of mandatory metadata
# Recommended items:
hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog= 0.8.9 Minor changes
0.8.8 Minor edits
0.8.7 Bug fixes and minor improvements
0.8.6 Added About dialog GUI and other minor improvements
0.8.5 Fixed minor bugs in the QGIS client
0.8.4 Fixed minor bugs in the QGIS Package
0.8.3 Minor changes to the Layer Loader dialog GUI
0.8.2 Minor changes to comply with QGIS Plugin repository
0.8.1 Detail View are set to ro/rw depending on user privileges
0.8 Redesigned and extended attribute forms
0.7.1 Added logic to deal with concurrent dialogs
0.7 Extended Loader and Admin, added Deleter
0.6 Further code cleaning and refactoring
0.5 Major code cleaning and refactoring, moved to TUD GitHub
0.4 First public release (as MSc thesis @ TUD)
0.3 Internal release: improved GUI, added dynamic ToC
0.2 Internal release: added PostgreSQL/PostGIS back-end
0.1 First internal release
# Tags are comma separated with spaces allowed
tags=PostgreSQL, PostGIS, 3DCityDB, CityGML, CityJSON
homepage=https://github.com/tudelft3d/3DCityDB-Tools-for-QGIS
# Category of the plugin: Raster, Vector, Database or Web
category=Database
# Path to the icon file
icon=icons/plugin_icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
# 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