First page Back Continue Last page Overview Graphics
Projecting Search Grid Waypoints
Nested loop: i = 0-10 over, j = 0-10 up
Over = 270° heading, up = 330° heading
Convert lat/lon from degrees to radians
Use Great Circle projection formula
- Compute intermediate point from i “over”
- Compute final point from j “up”
Convert new lat/lon from radians to degrees
Code available at svperl.org with slides