Re: [Numpy-discussion] 3D array problem challenging in Python

2013-01-01 Thread Chris Barker - NOAA Federal
On Sun, Dec 30, 2012 at 6:40 PM, Happyman wrote: > Again the same problem here I want to optimize my codes in order to avoid > "Loop" as well as to get quick response as much as possible. BUT, it seems > really confusing, would be great to get help from Python programmers !!! > ==

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