-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.txt
75 lines (59 loc) · 2.91 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
# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0
# This file should be included when you package your plugin.
[general]
name= Processing Workflows
description=A plugin that adds workflow functionality to Processing.
about=
Plugin for QGIS Processing Toolbox for creating processing workflows and workflow collections. Workflows provide step-by-step instructions and guidance for less experienced users thus facilitating capacity building in Earth observation data analysis and GIS tasks.
This plugin is part of the Water Observation Information System (WOIS) developed under the TIGER-NET project and GlobWetland Toolbox developed under the GlobWetland Agrica project. Both projects were funded by the European Space Agency as part of a long-term initiative aiming at promoting the use of Earth Observation (EO) for improved Integrated Water Resources Management (IWRM) and environmental monitoring and reporting in Africa. Copyright (C) 2014-2018 DHI GRAS (www.dhi-gras.com)
The plugin contains Python markdown package. See https://github.com/Python-Markdown/markdown for license and details.
version=2.0.2
qgisMinimumVersion=3.10
# Optional items:
changelog=2.0.2
- Fix grouping of algorithms when accessing from taskbar collections
2.0.1
- Add algorithm search functionality and hint text in workflow creator dialog
2.0.0
- Make compatible with QGIS 3.10
1.3.2
- Improve handling of UTF characters
- Fix collection activation bug when QGIS is used with language other than English
1.3.1
- fix an exception when an existing collection does not have the css field
1.3.0
- add possibility to use Markdown to set workflow instructions
- add CSS styling to collections to ensure consistent look
1.2.2
- fix occasional exception when closing QGIS
1.2.1
- fix compatibility with QGIS 2.16
- bug fixes
1.2
- add workflow collections
- add instruction-only workflow step
- add basic styling to instructions
- make compatible with QGIS 2.14 and up
- bug fixes
1.1.3
- make compatible with QGIS 2.7 and up
- bug fixes
1.1.2
- another small update to metadata.txt
1.1.1
- update metadata.txt
# tags are comma separated with spaces allowed
tags=processing, workflow, instructions
homepage=https://github.com/DHI-GRAS/qgis-processing-workflow/blob/master/README.md
tracker=https://github.com/DHI-GRAS/processing_workflow/issues
repository=https://github.com/DHI-GRAS/processing_workflow
icon=images/icon.png
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False
# Author contact information
author=Radoslaw Guzinski
email=rmgu@dhigroup.com