Assign Plate IDs for Locations
Assign Plate IDs for Locations
Description:
HTTP GET request to assign plate IDs for locations
Endpoint:
https://gws.gplates.org/reconstruct/assign_points_plate_ids
Parameters:
-
model : the reconstruction model name (if not specified, will use the default model)
-
with_valid_time: if this flag is set, the server will return valid time
Examples:
👉 E1: get plate IDs for locations (-10,50) (-130,-70) (0,0)
Click this link to try this example in a web browser.
Alternatively, use curl command.
curl "https://gws.gplates.org/reconstruct/assign_points_plate_ids?lons=-10,-130,0&lats=50,-70,0"
👉 E2: get plate IDs for locations (-10,50) (-130,-70) (0,0) with valid time
Click this link to try this example in a web browser.
Alternatively, use curl command.
curl "https://gws.gplates.org/reconstruct/assign_points_plate_ids?lons=-10,-130,0&lats=50,-70,0&with_valid_time"