...
| Code Block |
|---|
for i=1 to count(val_date) do ... end for |
Within the loop first construct an area of e.g. 10 degrees wide centred on the current track point.
...
| Code Block |
|---|
trVal= trVal & [v/100] |
and another one for the dates:
| Code Block |
|---|
trDate = trDate & [date(val_date[i]) + hour(val_time[i])] |
...