Select to view content in your preferred language

Showing 3d line of Power line _sagging of the power line

2856
4
10-21-2012 07:46 AM
ThillaiNadarajan
Emerging Contributor
I would like to represent in 3d Schene the power lines with power poles and sagging of the power lines (curve downwords).

Please advise.
Tags (1)
0 Kudos
4 Replies
TimBarnes
Frequent Contributor
This would either need to be modelled (i.e. create a proper 3D model of powerlines with the sagging in) or if you are handy with python, you can write a script to model the Z shift of each vertex along the line by iterating through a list of offsets.
0 Kudos
ThillaiNadarajan
Emerging Contributor
Hi Tom,

Thank you.

I do not have experience in phython.

Regards
Thillai
0 Kudos
DavidPetrey1
Occasional Contributor
Hi,

Only just saw this one and thought I would offer up a solution.

There are several steps to this:
-Get the points representing the towers holding up the wires (these may be the end points of each power line or you may hold them as a separate dataset) and give them an attribute representing the height of the power line at that location (eg 100metres)
-Get the mid points between the towers (there are various ways to do this �?? split the power lines in half or use trigonometry with the tower coordinates) and give these a value that the power lines sag down to (eg 80 metres).
-Combine the 2 point files into 1 dataset.
-Use interpolation such as IDW to create a raster surface using the height values chosen above.
-Use the raster surface created as the heights for your power lines in ArcScene.

Hope this helps. I actually use this technique in the 3D Analyst course I teach at work.

Please mark this as answered if it helped.

David
simplyGIS Ltd. Making GIS simple.
http://www.simplyGIS.co.uk/GISTraining.html
http://www.simplyGIS.co.uk/GISTraining/ArcGIS/3D.html
0 Kudos
ThillaiNadarajan
Emerging Contributor
Hi David,

Thank you.

I received a similiar reply from Jie also.

Regards
Thillai
0 Kudos