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 mo
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
> Hello,
>
> I was wondering if there are any recommendations for formats for saving
> sc
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 su