-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
33 lines (30 loc) · 1.38 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
# Mandatory items:
[general]
name=Climb
qgisMinimumVersion=3.4
description=Calculate climb and descent for a line dataset.
version=1.1
author=Håvard Tveite, NMBU
about=Processing algorithm that returns an output line layer containing the total climb and descent as well as the minimum and maximum elevation for each polyline of the input line dataset based on the Z values of the points making up the lines. The Z values for the points can be taken from a user specified DEM (requires QGIS >= 3.4.5). The grand total climb and descent, as well as the global minimum and maximum elevation for all the lines in the input dataset are provided as output parameters.
tracker=https://github.com/havatv/qgisclimbplugin/issues
repository=https://github.com/havatv/qgisclimbplugin
# End of mandatory metadata
# Recommended items:
changelog=1.1 (2019-05)
- Add minimum and maximum elevation output (#4)
1.0.3 (2019-03)
- Add declaration of the numeric output parameters
1.0.2 (2019-03)
- Avoid hiding qgis Python algorithms (#3)
1.0.1 (2019-03)
- Avoid crash for QGIS 3.4 versions earlier than 3.4.5
1.0
- Initial version
tags=vector,dtm,dem,climb,descent,polyline,line
#homepage=http://arken.nmbu.no/~havatv/gis/qgisplugins/Climb
homepage=https://github.com/havatv/qgisclimbplugin
category=Analysis
icon=climb.png
experimental=False
deprecated=False