I have a network shapefile that between its vertices , there are edges that have multiple geometric objects. When I try to node it in postgis, it creates multiple segments in the database that topologically are actually one single edge.To clarify, imagine from node A to node B, I have one edge. In the database, this topologically one edge, has been divided into multiple segments and saved in the database. Could someone please let me know how I could reconstruct the network to have a network with singlepart edges in ArcGIS-Desktop or using any other tool?
Asked
Active
Viewed 81 times
distinctpredicate over edges geometries? – dmitry.v.kiselev Jul 13 '15 at 05:32A Bedge splitted intoA c d e Bedge, and you want to merge edges of that web into single geometry. If so, you have situation similar to this http://gis.stackexchange.com/questions/147316/merging-linestrings-in-qgis-using-postgresql-and-postgis – dmitry.v.kiselev Jul 14 '15 at 05:55