Given a xy matrix of points, adjust the points to avoid acute angles < 80 degrees
1 | adjustAcuteAngles(xy, angle, minAngle = 80)
|
xy |
xy dataframe |
angle |
angle of the flight lines |
minAngle |
the minimum angle to below which will be projected |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.