Re: [Tutor] Reading a csv of coordinates, trying to write a csv of bearings.

2012-07-09 Thread Joel Goldstick
On Mon, Jul 9, 2012 at 3:14 AM, Hugo Arts wrote: > On Mon, Jul 9, 2012 at 3:10 AM, Gregory Lund wrote: >> >> I'm Not looking for an absolute solution, but perhaps some insight >> into some snippets of code, or >> suggestions of where I should seek out answers to this issue. >> Or where I'

Re: [Tutor] Reading a csv of coordinates, trying to write a csv of bearings.

2012-07-09 Thread Hugo Arts
On Mon, Jul 9, 2012 at 3:10 AM, Gregory Lund wrote: > I'm Not looking for an absolute solution, but perhaps some insight > into some snippets of code, or > suggestions of where I should seek out answers to this issue. > Or where I've gone wrong below. > NOTE: currently this 'code' below r

[Tutor] Reading a csv of coordinates, trying to write a csv of bearings.

2012-07-08 Thread Gregory Lund
I'm Not looking for an absolute solution, but perhaps some insight into some snippets of code, or suggestions of where I should seek out answers to this issue. Or where I've gone wrong below. NOTE: currently this 'code' below reads my file and writes a file, but what it's doing in the middl