-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.txt
47 lines (34 loc) · 1.71 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
# This file contains metadata for your plugin.
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=Road Slope Calculator
qgisMinimumVersion=3.14
description=This algorithm is used to calculate the longitudinal slope of forest paths and roads, based on a 2D line vector layer and a DEM (Digital Elevation Model). It should not be used on national road systems, such as highways, motorways, national and regional roads, which have engineering works designed to smooth the slope (bridges, excavations, landfills, etc.), unless the user has access to a high precision Digital Surface Model (DSM).
version=0.4
author=Antonio Sobral Almeida
email=66124.almeida@gmail.com
about=To run this plugin, go to Processing menu, open Toolbox window, and look for Road Slope -> Road slope calculator. For more (important) information, visit https://github.com/Almeida100/RSC.
tracker=https://github.com/Almeida100/RSC/issues
repository=https://github.com/Almeida100/RSC
# End of mandatory metadata
# Recommended items:
hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=
# Tags are comma separated with spaces allowed
tags=distance, geometry, line, processing, routing
homepage=https://github.com/Almeida100
category=Analysis
icon=icon.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