I'm trying to plot U and V vectors in ArcGIS. I followed the method:

http://blogs.esri.com/esri/arcgis/2013/07/17/displaying-speed-and-direction-symbology-from-u-and-v-vectors/

In which, point no. 7) Choose in the drop-down list was not available in 9.3 version. 

To do this in other way, I added a field in the attribute table "Rotation".

Using Filed Calculator, I tried the 'function' written in point no. 9) 

9). Specify one of the following expression:

Oceanographic Convention: (180/3.14) * Atn2([u],[v])

Meteorological Convention: (180/3.14) * Atn2([u],[v])+180

It was failed due to error in the code.

What is the correct code to write the "Oceanographic Convention: (180/3.14) * Atn2([u],[v])"?

Or is the any other way to plot in Arc?

Thanks.

More Karnan Chinnadurai's questions See All
Similar questions and discussions