[Numpy-discussion] recommendation for saving data

Brian Blais bblais at bryant.edu
Sun Jul 31 08:48:00 EDT 2011


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 subobjects, etc...), but it is getting too unwieldy and I think it is time to look for a more robust solution.  Ideally I'd like to have something where I can call a save method on the simulation object, and it will call the save methods on all the children, on down the line all saving into one file.  It'd also be nice if it were cross-platform, and I could depend on the files being readable into the future for a while.

Are there any good standards for this?  What do you use for saving scientific data?


		thank you,

			Brian Blais



-- 
Brian Blais
bblais at bryant.edu
http://web.bryant.edu/~bblais
http://bblais.blogspot.com/






More information about the NumPy-Discussion mailing list