140 Ma







Reconstruct Points

Description:
    Reconstruct geographic locations from present day coordinates back to their paleo-positions.
    The locations will be assigned a plate id and moved back in time using the reconstruction model.

URL:
    http://portal.gplates.org/service/reconstruct_points

Parameters:
    points:
        The present-day coordinates of locations in longitude and latitude separated by ','.
    time:
        The geological age in million years(Ma) to which the coordinates will be reconstructed. 
        The valid input value depends on the chosen reconstruction model.
    model:
        The reconstruction model name.

Models:
    default -- The valid time is a float number between 0 and 440.

Example:
    This URL reconstruct two locations((lon:95,lat:54)(lon:142,lat:-33)) back to 140 million years ago using the "default" 
    reconstrution model.
    http://portal.gplates.org/service/reconstruct_points/?points=95,54,142,-33&time=140&model=default