gplately.reconstruct_points_impl

gplately.reconstruct_points_impl(lons: list[float], lats: list[float], rotation_model: RotationModel, static_polygons: FeatureCollection, times: float | list[float], pids: int | list[int] | None = None, valid_time: tuple[float, float] | list[tuple[float, float]] | None = None, anchor_plate_id: int = 0, ignore_valid_time: bool = False, reverse: bool = False)[source]

Similar to gplately.reconstruct_points(). The only difference is that this function allows user to provide rotation model and static polygons feature collection instead of a model name.

Parameters:
  • rotation_model (pygplates.RotationModel) – The rotation model as a pygplates.RotationModel object.

  • static_polygons (pygplates.FeatureCollection) – The static polygons as a pygplates.FeatureCollection object.

See also

See gplately.reconstruct_points() for other parameter details.