point.bearing(p)
Return the bearing (cardinal direction) of the line between the point and another point p.
p
The return value is a one of the following strings: 'NE', 'E', 'SE', 'S', 'SW', 'W', 'NW' and 'N'.
'NE', 'E', 'SE', 'S', 'SW', 'W', 'NW' and 'N'