forked from UMEP-dev/UMEP-processing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
74 lines (59 loc) · 2.9 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.
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=UMEP for processing
qgisMinimumVersion=3.0
description=Urban Multi-scale Environmental Predictor (UMEP) for the QGIS processing framework
version=1.6.1
author=Fredrik Lindberg, Nils Wallenberg
about=
UMEP for processing toolbox. UMEP is an extensive plugin designed for urban climate in general and climate sensitive planning applications in particular. The plugin consist of a pre-processor, a processor and a post-processor. This plugin is a collaboration between University of Gothenburg, University of Helsinki and University of Reading.
Some of the tools in UMEP requires Python libraries not included in the default QGIS installation. See Section 2.3 in the UMEP homepage.
tracker=https://github.com/UMEP-dev/UMEP-processing/issues
repository=https://github.com/UMEP-dev/UMEP-processing
# End of mandatory metadata
# Recommended items:
hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=
1.6.1 : Adjustments in the UWG tools
1.6 : New version for the QGIS plugin repository
1.5.2 : Added Urban Weather Genrator (Experimental)
1.5.1 : Adjustment to shadowcastingalgorithm to include vegetation pergolas. Removed tickbox in point tools.
1.5 : Response to #310. Plugin now compatible with Python 3.9
1.4 : Response to #271. Update of ShadowGenerator according to #229
1.3 : Suppressed some warning messages and replaced np.float() with float()
1.2.1 : Response to #256
1.2 : SOLWEIG v2021a. Response to #244, #254. Minor bug fixing
1.1 : Bug fixing in TreePlanter
1.0 : First official release. SUEWSAnalyzer and TreeGenerator added
0.9.1 : Response to issue #230 in UMEP
0.9 : Solweig Analyzer added
0.8.3 : Documentation added
0.8.2 : DSM Generator added
0.8.1 : Response to issue #228 (development relase)
0.8 : Updated TreePlanter 1.0
0.6 : Tree planter added (Experimental)
0.5 : SOLWEIG added
0.4 : SEBE added
0.3 : Land cover fraction tools added
0.2 : ERA5 downloader and Morphometric Calculator added
0.1 : First release. Experimental.
# Tags are comma separated with spaces allowed
tags=urban climate, urban planning, shadow, modelling, urban morphology, urban geometry
homepage=https://umep-docs.readthedocs.io/
# category=Plugins
icon=icons/icon_umep.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=
Category of the plugin: Raster, Vector, Database or Web
# category=
# If the plugin can run on QGIS Server.
server=False