Quantcast
Channel: Forums - ArcGIS for Desktop - General
Viewing all articles
Browse latest Browse all 2328

Impossible to export geometric network to ANYTHING?

$
0
0
Hi folks,

I don't know if I just don't see the (easy) answer, or if what I want is really not easily possible.

In my map, I have a geometric network representing an electricity network. Now I thought it would be easy to export the network data (nodes connected by lines) into something like a CSV file, an SQL database, or just about anything else I can further process.

However, I found absolutely no way to get the network data out of ArcGIS, and not even in the Python API I could find a way how to access the network data. I haven't tried the JAVA or DotNet API yet, but I really wonder if that is necessary at all for such a seemingly basic task as exporting network data.

The data I'm looking for should look approximately like this:

Code:


Table: Lines

LineName    StartNode  EndNode    Length
Line1          Node1        Node2      200
Line2          Node2        Node3        50
Line3          Node3        Node1        60

Table: Nodes

NodeName
Node1
Node2
Node3

I could also work with any other data format (be it XML, CSV or an SQL database) which I could process to gain the result format as noted above, so anything like that would be fine, too.

Any help is greatly appreciated!

cheers
Ingmar

Viewing all articles
Browse latest Browse all 2328

Trending Articles