Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1 7 dev #5

Merged
merged 2 commits into from
Apr 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# WaterNetAnalyzer
....is a QGIS3 plugin to create a water network (sewer network, river network) from a line layer (shapefile). So far the plugin provides three tools.
....is a QGIS3 plugin to create a water network (sewer network, river network) from a line layer (shapefile). So far the plugin provides three tools. An instructional video can be found [on youtube](https://www.youtube.com/watch?v=3GBr57evQPI) (thanks to Hans van der Kwast)

**Installation:**
* *Option 1: from zip-File (latest Versions will appear here first)*
* Download the Git repository as zip-File
Expand All @@ -10,7 +11,7 @@
* search for 'WaterNetAnalyzer' and directly install by clicking on 'install plugin'

The plugin should appear in your Processing Toolbox.
An example line layer can be found in [the testdata folder](/testdata)
An example line layer can be found in [the testdata folder](/testdata). An

## 1 Water Network Constructor
The first tool adds information about connections in the network to the attribute table (the simple algorithm is shown in the figure below). You just have to select the undermost line segment (e.g. in a sewage system it´s the last one before entering a treatment plant, in a river system it´s the river mouth). Select whether you want to change line directions according to flow directions (new in version 1.3) and click on "Run". From version 1.4 on, you can choose an already existing column of the attribute table as "NET_ID" (se below) or generate a new one.
Expand Down
9 changes: 6 additions & 3 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
name=WaterNetAnalyzer
qgisMinimumVersion=3.0
description=Generate water network, get flow path upstream/downstream
version=1.6
version=1.7
author=Jannik Schilling
[email protected]

about=This plugin creates a network with one outlet from a line layer (shapefile). A warning is generated when circles are found in the network. You can use the tools to show the flow path upstream or downstream of a segment in the network and accumulate flow/loads along the flow path.
about=This plugin creates a network with one outlet from a line layer (shapefile). A warning is generated when circles are found in the network. You can use the tools to show the flow path upstream or downstream of a segment in the network and accumulate flow/loads along the flow path. An instructional video can be found here: https://www.youtube.com/watch?v=3GBr57evQPI (thanks to Hans van der Kwast)

tracker=https://github.com/Jannik-Schilling/WaterNetAnalyzer/issues
repository=https://github.com/Jannik-Schilling/WaterNetAnalyzer
Expand All @@ -20,7 +20,10 @@ repository=https://github.com/Jannik-Schilling/WaterNetAnalyzer

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=1.6 2020-10-21
changelog=1.7 2021-04
- updated meta information
- deletion of unused code
1.6 2020-10-21
- fix for the tr()-issue
1.5 2020-07-28
- updated icon
Expand Down