On 8 March 2010 14:46, ping <[email protected]> wrote: > I tried both these solutions and the one that Jose suggested gives the > following error: > > '691200 items requested but only 576000 read > ValueError: total size of new array must be unchanged' >
The grid's size is 480*1440=691200 elements, but you are only reading eg 400*1440=576000. I tried my example with persiann data and it seemed to work fine? Jose
