From: Francesc A. <fa...@py...> - 2004-10-24 16:20:45
|
Hi Jeff, A Diumenge 24 Octubre 2004 14:16, Jeff Whitaker va escriure: [...] > I have a question > regarding EArrays - I see how to append values and to write the entire > array at once, but is there a way to update an array record without > re-writing the whole thing? Nope. Although this on my TODO list, there is not such a support yet. Meanwhile, you can do that using Table objects (assignment to table cells is supported in 0.9). > Here's the nctoh5 script (requires Scientific from > http://starship.python.net/~hinsen/ScientificPython). Thanks for contributing that :) -- Francesc Alted |