Select to view content in your preferred language

How to get data from the ElectricWireData for Electric Line features, using the Export Subnetwork tool?

870
1
Jump to solution
10-21-2024 11:55 AM
YvanChaine
New Contributor

Hi,

We are using the Export Subnetwork functionality to generate JSON file containing Medium Voltage circuits, and we need to retrieve the wire data for each extracted Electric Line feature found in the JSON file. 

Is there a way to retrieve this information using the Export Subnetwork functionality, so the wire data is included in the same .JSON file produced for the Medium Voltage circuits?

If the wire data cannot be retrieved using the Export Subnetwork functionality, how can we extract that information for each Electric Line features of a given Medium Voltage circuit?

 

Thanks!

1 Solution

Accepted Solutions
RobertKrisher
Esri Regular Contributor

It sounds like you're using one of the earlier utility network foundations that used related records for wires, instead of non-spatial objects. While non-spatial objects are included in the JSON by default, since they participate in the subnetwork as content, if you need additional related data you will need to write a script or tool to query the database to get any important related records.

View solution in original post

1 Reply
RobertKrisher
Esri Regular Contributor

It sounds like you're using one of the earlier utility network foundations that used related records for wires, instead of non-spatial objects. While non-spatial objects are included in the JSON by default, since they participate in the subnetwork as content, if you need additional related data you will need to write a script or tool to query the database to get any important related records.