Hi, I’m trying to restore a list of coordinates to their previous location in pyGPlates, and the assigned reconstruction times are different between them.
I know the function pygplates.reconstruct() can restore points in a feature to a certain reconstruction time.
But is there any way that I can apply different reconstruction times for each point in a feature file?
You’ll need to call pygplates.reconstruct() separately for each point (or sub-group of points) that has a different reconstruction time.
Since pygplates.reconstruct can accept a single feature (as an alternative to a filename or a collection of features) you can just pass each point as a separate Feature (and pass a different reconstruction time along with it).