I would like to have access to the sewage network of a city in the world, I know the elevations, locations of the sewers and the pipelines that connect them.
The idea of this is to use it in an academic project to optimize the location of water quality monitoring points. The network would be used to create a graph and apply the optimization method.
Currently, I have already tried using a shp file from Mexico City, but the momepy library in python is not capable of adequately reproducing the connections between the sewers.
graph = momepy.gdf_to_nx(cdmx_canal, approach='primal')
This is the result: