Degrees,minutes,seconds To Vector

How to convert (Degrees,minutes,seconds_N79° 35’ 16"W) To Vector In Dynamo
I made some trials but it doesn’t work
any help


i am not sure if this is a track …

Convert the number to decimal degrees (D+M/60+S/3600); then get your bearing quadrant and pull the relevant angle (NE = 0, SE = 90, SW= 180, NW = 270) and add that to the decimal degree number. This is the angle of rotation from the Y axis.

Next rotate the Y axis about the Z axis by that angle, and you will have the vector. :slight_smile: