icra / QGISprocessing

buildings2sewer is a QGIS processing plugin that connects the buildings of a city to their nearest lower manhole (or any other geometries). It incorporates two parameters that work together: maximum distance and z tolerance. If a connection is larger than maximum distance, the manholes 1 metres higher than the building are also considered. This iteration is repeated until "z tolerance" is reached.
0 stars 0 forks source link

DOI

QGIS processing plugins developed at ICRA

This repository contains all QGIS processing plugin developed at ICRA.

Below are listed and briefly explained the algorithms included:

buildings2sewer

'buildings2sewer' is a QGIS processing plugin that connects the buildings of a city to the manholes of the sewer system. It connects each building (using the centroid as a departure point) to the closest manhole that is in the same or in a lower altitude.