BergWerkGIS / VoGIS-Profil-Tool

VoGIS-Profil-Tool, Amt der Vorarlberger Landesregierung , Landesamt für Vermessung und Geoinformation
http://vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/start.htm
7 stars 4 forks source link

VoGIS-Profil-Tool

PlugIn for creating profile lines with QGIS >=3.4.

Development funded by

Amt der Vorarlberger Landesregierung - Landesamt für Vermessung und Geoinformation

http://vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/start.htm

Known issues

If you get an error message about shapely missing get it via

sudo apt-get install python3-shapely

Download the ready-to-deploy PlugIn

Download via

Build from source

* git clone git@github.com:BergWerkGIS/VoGIS-Profil-Tool.git
* cd VoGIS-Profil-Tool/VoGisProfilTool
* make clean #(clean temporary files)
* make derase #(delete folder ~/.qgis/pyhton/plugins/VoGISProfilTool)
* make deploy #(compile and deploy to ~/.qgis/pyhton/plugins/VoGISProfilTool)
* make zip #(create plugin zip-file for deployment in local folder)

Description

Create profiles from DEMs using vector geometries or a digitized line.

Interpolate vertices (equidistant or constant number of vertices per input geometry).

Display profile plots.

Export to:

Main Dialog

main dialog

Plot Dialog

plot dialog

If you get an error message about missing shapely, just do sudo apt-get install python3-shapely.