Skip to main content

I have 70,000 routes which I need to combine into one layer/ network. So where the lines overlap I want to simplify that to one line. The intersector does this, but its been running since friday (6 days) and still hasn't merged them yet.

Can anyone suggest a way to tile this process maybe, or any other way to speed up the processing?

It may be too late now, but in the shortest path finder, i would build a list for each route that contains a unique id identifying the path segment. Once you have all your routes, you can then explode and deduplicate the list and build geometries from the original network using the unique id


It may be too late now, but in the shortest path finder, i would build a list for each route that contains a unique id identifying the path segment. Once you have all your routes, you can then explode and deduplicate the list and build geometries from the original network using the unique id

Thanks this works


Reply