Re: [Numpy-discussion] Conversion functions

2013-01-01 Thread Chris Barker - NOAA Federal
On Tue, Jan 1, 2013 at 6:50 AM, Schönberger Johannes wrote: > I recently opened a new pull request which adds the functionality to > convert between degrees and degrees, minutes and seconds > (https://github.com/numpy/numpy/pull/2869). > > The discussion is about whether such conversion functiona

Re: [Numpy-discussion] Conversion functions

2013-01-01 Thread Ralf Gommers
On Tue, Jan 1, 2013 at 3:50 PM, Schönberger Johannes < hannesschoenber...@gmail.com> wrote: > Hello everyone, > > I recently opened a new pull request which adds the functionality to > convert between degrees and degrees, minutes and seconds > (https://github.com/numpy/numpy/pull/2869). > > The di

[Numpy-discussion] Conversion functions

2013-01-01 Thread Schönberger Johannes
Hello everyone, I recently opened a new pull request which adds the functionality to convert between degrees and degrees, minutes and seconds (https://github.com/numpy/numpy/pull/2869). The discussion is about whether such conversion functionality should be integrated into numpy at all or whether