Re: [Numpy-discussion] recommendation for saving data

2011-08-01 Thread Olivier Delalleau
I personally use pickle, which does exactly what you are asking for (and can be customized with __getstate__ and __setstate__ if needed). What are your issues with pickle? -=- Olivier 2011/7/31 Brian Blais bbl...@bryant.edu Hello, I was wondering if there are any recommendations for formats

Re: [Numpy-discussion] recommendation for saving data

2011-08-01 Thread Christopher Barker
On 7/31/11 5:48 AM, Brian Blais wrote: I was wondering if there are any recommendations for formats for saving scientific data. every field has it's own standards -- I'd try to find one that is likely to be used by folks that may care about your results. For Oceanographic and Atmospheric

[Numpy-discussion] recommendation for saving data

2011-07-31 Thread Brian Blais
Hello, I was wondering if there are any recommendations for formats for saving scientific data. I am running a simulation, which has many somewhat-indepedent parts which have their own internal state and parameters. I've been using pickle (gzipped) to save the entire object (which contains