-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.txt
41 lines (33 loc) · 2.26 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
# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.
# This file should be included when you package your plugin.
# Mandatory items:
[general]
name=GeoRoad
qgisMinimumVersion=3.0
description=Geometric Road Design
version=1.3
author=Lucas, Matheus Fillipe
qgisMaximumVersion=3.99
about=This plugin has the goal to easy the study and apply the process of the geometric road design and comes with the standard Brazilian guidelines for speed limitations, allowed inclinations, curves radius and length.
The basic workflow of this software would be creating a table of segmented points from a vector layer with progressive distance; creating horizontal curves that can be spiral or circular (Segmented); calculating elevations over it from a raster layer; defining the longitudinal profile with parabolic transition curves curves; computing the intersection between the horizontal and vertical data; computing the perpendicular cross section from a raster layer, setting up the road section over the terrain; computing volume and displaying Bruckner's diagram.
Vertical data can be set and edited with a pyqtgraph interface. The cross section setup and volume computations are computing intensive and its recomended 8 GB of ram or more. Most tables can be exported or imported in the formats *.csv for tables and *.dxf.
tracker=https://github.com/matheusfillipe/Topografia/issues
repository=https://github.com/matheusfillipe/Topografia
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=Improved and detailed dxf extraction, level curves extraction, embed PyQtGraph 3D viewer added, many bug fixes
# Tags are comma separated with spaces allowed
tags=topography, road, design, python, raster, vector, interpolation, export, layers, cad, table, csv, terrain, stl, 3D, mesh, blender
homepage=https://github.com/matheusfillipe/Topografia
category=Plugins
icon=app/resources/icons/logo.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False