Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Deleting network features in script doesn't create net junctions

$
0
0
http://forums.arcgis.com/threads/902...-net-junctions

No bites in the Geoprocessing forum yet, so thought I'd try here.

Quote:

Originally Posted by msayler View Post
I have a script that makes a copy of a network dataset for a 3rd party app to use. One of the feature classes causes problems with the app. The ideal solution would be to remove it from the network, but we're at 10.0 and have no way to do that without dropping and rebuilding it. So, I instead am just deleting all the features out and leaving an empty table.

When manually deleting junction features, net junctions are automatically created as needed. However, it doesn't look like net junctions are getting created when deletes are done using DeleteFeatures or DeleteRows in python.

Does anyone know either a better way to accomplish this or a way to get it to create the net junctions?


Viewing all articles
Browse latest Browse all 2485

Trending Articles