Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
for i=1 to count(val_date) do

      ... your code will go here ...

end end for

Within the loop first construct an area of e.g. 10 degrees wide centred on the current track point.

...