Evaluating the tangent vector of a previously saved and loaded integrated geodesic
I am trying to figure out how to load a previously computed and saved integrated geodesic and find the tangent vector using geod.tangent_vector_eval_at
at a later time. The problem is that i can not seem to find a way to refer a solution_key=
to the solution after i've loaded it in order to interpolate it. Is there a way to do that at a time different than the one that the solution is being computed? Thanks in advance.