-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Direction Conversion #300
Comments
Actually, there's a fairly simple way to do this using pyGPlates shown here. @GPlates/gplately-dev, here's some thoughts on incorporating this into GPlately... Perhaps we could incorporate that into a function to reconstruct vectors (in addition to locations) in class For The thing I'm not sure of is It would also be interesting to consider the effects of deformation (new in the upcoming pyGPlates 1.0) on vectors. Deformation can change vector magnitudes (due to extension/compression) and change vector directions due to shearing, etc. PyGPlates has a deformation gradient tensor that can determine those changes over time (in pyGPlates 1.0). These would only change the surface (tangential) vector components, not the depth (inclination) components. |
GPlately currently doesn't have a direct function to convert the direction. For example, let's say there's a river that has been flowing through 27.919360, 86.911086 since 300MA towards 48 degrees north (as of recent earth), how many degrees north was it flowing towards at 200 MA?
I have come up with a solution temporarily. It is quite precise, so I'd like to discuss this function more with you and eventually contribute if it turns out well.
Regards,
Anjan
The text was updated successfully, but these errors were encountered: