[Numpy-discussion] find location of maximum values

Benjamin Root ben.root at ou.edu
Tue Dec 20 23:38:57 EST 2011


On Tuesday, December 20, 2011, questions anon <questions.anon at gmail.com>
wrote:
> ok thanks, a quick try at using it resulted in:
> IndexError: index out of bounds
> but I may need to do abit more investigating to understand how it works.
> thanks

The assumption is that these arrays are all the same shape.  If not, then
extra work is needed to figure out how to map indices of the temperature
array to the indices of the lat and Lon arrays.

Ben Root
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20111220/96708ffc/attachment.html>


More information about the NumPy-Discussion mailing list