Using a set of input points (GPS data), I buffered each point by 1 meter to create square areas (polygons).
Now, I would like to rotate each square (polygon) by the bearing angle collected from the GPS data. Anyone know how to do this? I tried the Rotator, but after inspecting the output, this doesn't seem to work.
Note: The bearing is an angle measured from North (where Due North is 0º), so Due East would be 90º.