qgisred / QGISRed

GNU General Public License v2.0
23 stars 8 forks source link

Automatic meter connectivity #39

Closed blindsay0505 closed 3 years ago

blindsay0505 commented 3 years ago

Hi, I have just started using this tool for modelling a large raw water system. I am trying to automatically join the meters to the current pipes (separate layer from Junctions). Is there capacity for the plugin to create a pipe to connect the meter and split the nearest pipe? I have tried to use the ‘add service connection to the model’ but comes up with the error: ‘Warning: Does not exist ServiceConnections SHP file’ Thanks

neslerel commented 3 years ago

Hi @blindsay0505, Effectively there is not yet a tool for this purpose. However, as you mentioned, it is possible to use the tool 'add service connection to the model'. For using this tool you need:

  1. Create the ServiceConnections layer from the Layer Management button
  2. With this layer open, you can (manually or with some QGis tools) create lines to connect the meters with others pipes (can be in the middle of the existing pipe).
  3. At the end you can use the tool 'add service connection to the model' specifying "as pipes" (yes button).

I hope it can help you at the moment.

blindsay0505 commented 3 years ago

Thank you for your help!