Skip to main content
Question

Updating ESRI Network datasets

  • November 10, 2013
  • 1 reply
  • 81 views

Does any one know if it's possible to use FME to truncate and then update an existing network dataset geodatabase?  I'm thinking in particular if it can generate turn features, or is this best left to ESRI itself?

 

 

Thanks,

 

 

AdamM
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • November 11, 2013
Hi,

 

 

I have never tried to generate turn features using FME (not sure if it's possible), but: It is possible to truncate / re-write network datasets with FME. In my experience, it might be necessary to delete the network definition first, as it might either block the write access or slow things down considerably.

 

 

I have had good luck updating network datasets by 1) deleting the network definition, 2) truncating and re-writing the junction and edge datasets using FME, and 3) re-creating the network definition.

 

 

David