Select to view content in your preferred language

Loading my own data to Utilty network feature class created by electric utility network extension

1081
1
11-27-2018 08:52 AM
AddisalemAbera1
Emerging Contributor

I have created electric Utility Network by adopting the sample network from ESRI now I am at the stage of consolidation my feature class from source feature dataset to the new feature class created by the model . as most of you know we fir instance for Electric distribution device feature class we need to pupulate data from Arrestor,Circuit,Fuse,service point, and street light and transformer at minimum then when tried to use  the append gp  tool I am having issue of schema difference between my own data and schema from sample. Any help 

0 Kudos
1 Reply
RobertKrisher
Esri Regular Contributor

The challenge with trying to just use the append tool is that you're typically going to have to do a fair amount of translation to get from your current model to the target model.  This means that if you want to use GP tools to accomplish this you will likely need to go through several iterations of deriving new feature classes that slice and dice your data in different ways, along with translating values between the source and target domains.

If you have the data interop license available I'd recommend you check out the sample workbenches Esri has provided that allow you to do these operations using FME / Data Interop.

Because you're an Electric client you'll also need to consider how you're going to handle the fidelity of your data, and you may need to also introduce code to handle the creation of any additional connection points or terminals you need.

If this seems like its too much work Esri has a large network of partners and a Utility Network specialty program specifically designed to get you in touch with a company who can help talk you through the process or do some / all the work for you.

0 Kudos