Pickling OreKit Objects

Hey,

I’m trying to pickle python objects from orekit, but I’m getting an error that the objects haven’t been set up to pickle. Any advice on how to do this with orekit objects?

Best,

Grant

Hi,

I don’t think this is possible directly on the objects. You would need to make wrappers in Python around the objects that supports pickling.

Is there something in Java that would support this, I think only a few of the orekit objects supports serialisation?

Hey, Petrus,

Thanks for the help–we found a way around the pickeling and opted to pass through strings instead that represented base information.

Thanks for the fast reply, though!

Hi All,

I’ve been looking for a way to pickle Orekit objects as well.
Do you have any advices or feedbacks on a work around solution ?

Thanks in advance for your time.
Best regards,

Gueorguy