-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49ab071
commit 9348098
Showing
1 changed file
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
# Water Network Tools (WNT) | ||
A set of QGIS processes for water network modelling. | ||
|
||
## Capabilities | ||
- Build a network topology and geometry from lines | ||
- Split polylines at points, correcting models that ignore connection points (T, X, n-junctions) | ||
- Add elevation to nodes from a dem | ||
- Build an epanet model file from network | ||
- Build an epanet scenario file with pipe propierties (diameter and roughness) | ||
- Build an epanet scenario file with nodal demand | ||
- Build a pressurized pipe network optimizer (ppno) data file | ||
- Import an epanet file (nodes and link) | ||
|
||
## Soon | ||
- Load results | ||
- Export graph network to TGF | ||
## Recipes | ||
- Build a network, topology and geometry, from lines:http://y2u.be/Mjtwar1H1jA | ||
- Add elevation to nodes from a DEM: http://y2u.be/IfDK1yyEPIE | ||
- Split polylines at points, correcting models that ignore connection points (T, X, n-junctions): http://y2u.be/yJ_75TPSk6o | ||
- Build an epanet model file from network: http://y2u.be/L7Kp5l67kOc | ||
- Build an epanet scenario file containing pipe propierties (diameter and roughness): http://y2u.be/wvbyWapAu2I | ||
- Build an epanet scenario file containing demands: http://y2u.be/FOxZgZUgjq4 | ||
- Import an epanet file (nodes and link): http://y2u.be/fxhAPB4ZIyg | ||
- Export graph network to TGF: http://y2u.be/gMYElJa37bg | ||
- Build a pressurized pipe network optimizer (ppno) data file: http://y2u.be/S9445JLldRE | ||
|
||
2019 Andrés García Martínez (ppnoptimizer@gmail.com) |