Re: [Numpy-discussion] Newby question: best way to create a list of indices

2010-06-09 Thread Scott Sinclair
>On 9 June 2010 12:01, Hanlie Pretorius wrote: > I'm reading netCDF files using pupynere and I want to extract 22 > values from a 1440x400 array. I have the indices of the values, they > are: > > 92      832 > 92      833 > 91      832 > 91      833 ... > > What is the best way to store these indi

[Numpy-discussion] Newby question: best way to create a list of indices

2010-06-09 Thread Hanlie Pretorius
Hi, I'm reading netCDF files using pupynere and I want to extract 22 values from a 1440x400 array. I have the indices of the values, they are: 92 832 92 833 91 832 91 833 91 834 90 835 90 832 90 833 90 834 89 832 89 833 89 834 88 83