forked from UMEP-dev/UMEP-processing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.txt
102 lines (87 loc) · 4.44 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
96
97
98
99
100
101
# 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=2.0.10
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=
2.0.12: Fix URock analyser (response to #546 in UMEP repo)
2.0.11: Fix URock .gpkg file import (response to #32 - in UMEP-Processing)
2.0.10: Response to #37
2.0.9 : Response to #33, #34 and #35.
2.0.8 : Response to #31
2.0.7 : Replaced np.float() with float()
2.0.6 : Minor fix in TreeGenerator. Response to #520
2.0.5 : Minor fixes in SOLWEIG and SEBE.
2.0.4 : Minor fixes in SOLWEIG.
2.0.3 : Fixed blocker when java was unavailable.
2.0.2 : Updated Spatial TC. COMFA and UTCI now available.
2.0.1 : Fixed automatic installation of dependent Python packages
2.0 : New plugins; URock and Spatial TC (Thermal Comfort). Many plugins moved over to UMEP for Processing.
1.7.13: Response to #19
1.7.12: Response to #496
1.7.11: Added capabilities to consider irregular grids in LCfraction and MorphCalc.
1.7.10: Response to #498. Added diagnostic height in ERA5 downloader.
1.7.9 : Minor bug fixing.
1.7.8 : Fixed issue when installing supy.
1.7.7 : Minor bug fixing. Response to #17.
1.7.6 : Minor bug fixing.
1.7.5 : Response to #452. Minor bug fix in TreeGenerator.
1.7.4 : Response to #441. Minor bug fix in SOLWEIG.
1.7.3 : Minor changes in Tree Generator. Response to #443.
1.7.2 : Response to #436. Minor bug fix in SOLWEIG.
1.7.1 : Response to #424. Minor bug fix in SOLWEIG.
1.7 : SOLWEIG v2022a, update in SVF calculator, SEBE (153 patches instead of 145) and bug fix in TreePlanter (#13)
1.6.2 : Response to #400. Measures to increase stability of UWG.
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