Skip to content

Instantly share code, notes, and snippets.

@jczaplew
Created October 28, 2013 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jczaplew/7204160 to your computer and use it in GitHub Desktop.
Save jczaplew/7204160 to your computer and use it in GitHub Desktop.
Topojson Paleogeography (normal order)

GeoJSON plates render correctly, whereas the TopoJSON plates do not. The plate that wraps the north pole is inverted, covering all of the oceans.

<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns= "http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<meta http-equiv="Content-Language" content="en" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width">
<style>
#map {
height:400px;
}
.plates {
fill: #fff;
stroke:#000;
stroke-width:1px;
}
</style>
</head>
<body>
<p>Topojson</p>
<div id="topoSvgMap"></div>
<p>Geojson</p>
<div id="svgMap"></div>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="http://d3js.org/d3.geo.projection.v0.min.js" charset="utf-8"></script>
<script type="text/javascript">
var height = 500,
width = 960;
var projection = d3.geo.hammer()
.scale(165)
.translate([width / 2, height / 2])
.precision(.3);
var path = d3.geo.path()
.projection(projection);
// Build the geojson map
var svg = d3.select("#svgMap")
.append("svg")
.attr("height", height)
.attr("width", width);
svg.append("defs").append("path")
.datum({type: "Sphere"})
.attr("id", "sphere")
.attr("d", path);
svg.append("use")
.attr("class", "stroke")
.attr("xlink:href", "#sphere");
svg.append("use")
.attr("class", "fill")
.attr("xlink:href", "#sphere");
d3.json("plates203.geojson", function(er, result) {
svg.insert("path")
.datum(result)
.attr("class", "plates")
.attr("d", path);
});
// Build the topojson map
var topoSvg = d3.select("#topoSvgMap")
.append("svg")
.attr("height", height)
.attr("width", width);
topoSvg.append("defs").append("path")
.datum({type: "Sphere"})
.attr("id", "sphere")
.attr("d", path);
topoSvg.append("use")
.attr("class", "stroke")
.attr("xlink:href", "#sphere");
topoSvg.append("use")
.attr("class", "fill")
.attr("xlink:href", "#sphere");
d3.json("plates203.topojson", function(er, data) {
topoSvg.insert("path")
.datum(topojson.feature(data, data.objects.plates203))
.attr("class", "plates")
.attr("d", path);
});
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
{"type": "FeatureCollection", "features": [{"geometry": {"type": "Polygon", "coordinates": [[[-2.36522, -60.946747], [-2.326105, -61.00694], [-2.3614, -60.902926], [-2.190714, -60.896834], [-2.236527, -61.009132], [-2.112622, -60.979572], [-2.169526, -61.030267], [-2.085154, -61.061815], [-1.972059, -61.018486], [-1.998806, -61.123124], [-2.364894, -61.083845], [-1.908751, -61.175148], [-2.02398, -61.273027], [-1.849327, -61.286692], [-2.049696, -61.33175], [-2.071059, -61.219224], [-2.403019, -61.237948], [-2.314328, -61.189385], [-2.460746, -61.225401], [-2.37334, -61.157891], [-2.528321, -61.14143], [-2.628868, -61.209549], [-2.821705, -61.091033], [-2.51889, -61.079136], [-2.621882, -61.060905], [-2.517465, -61.053821], [-2.603794, -61.00203], [-2.544858, -60.918528], [-2.36522, -60.946747]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a8bc200b-f88b-4e87-996c-1bd6df9c491d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.768268, -54.329858], [7.903656, -54.376295], [7.912859, -54.400551], [7.88536, -54.404723], [7.909811, -54.408472], [7.914422, -54.428723], [7.875989, -54.415353], [7.809822, -54.458711], [7.735791, -54.420871], [7.712822, -54.440227], [7.703161, -54.409756], [7.673774, -54.490073], [7.754975, -54.467189], [7.787398, -54.529083], [7.845405, -54.462832], [7.937434, -54.536733], [8.0608, -54.48388], [8.208323, -54.551236], [8.11754, -54.500365], [8.218241, -54.487892], [8.082504, -54.474453], [8.106229, -54.436261], [7.907576, -54.45703], [7.942225, -54.430881], [7.919523, -54.343981], [8.188304, -54.208575], [8.505453, -54.2716], [8.161495, -54.439497], [8.643738, -54.374714], [8.511448, -54.473986], [8.684279, -54.404474], [8.227923, -54.644353], [8.423731, -54.622685], [8.220976, -54.735282], [8.396386, -54.665429], [8.248413, -54.84635], [8.269295, -54.810394], [8.083023, -54.821232], [8.153129, -54.843151], [7.932561, -54.929993], [7.669489, -54.897158], [7.70192, -54.975946], [7.969025, -54.962511], [7.840973, -54.994302], [8.202324, -54.961973], [8.142074, -55.010754], [8.260848, -55.094593], [8.095794, -55.048144], [7.962167, -55.089981], [7.995521, -55.169188], [7.819107, -55.117641], [7.573118, -55.173698], [7.571399, -55.22003], [7.848273, -55.204604], [7.82802, -55.28], [7.923582, -55.224503], [7.909441, -55.295066], [8.045628, -55.315386], [7.561606, -55.329999], [7.611128, -55.425439], [7.715413, -55.382292], [7.704902, -55.46834], [7.862884, -55.494688], [7.530994, -55.506712], [7.501913, -55.455379], [7.27021, -55.446082], [7.372827, -55.337636], [7.196029, -55.274278], [7.312092, -55.238733], [7.182491, -55.225141], [7.317031, -55.18756], [7.208583, -55.1214], [7.334716, -55.100651], [7.284331, -55.028525], [7.450022, -54.853186], [7.64419, -54.93862], [7.45822, -54.821228], [7.532823, -54.814487], [7.268266, -54.802802], [7.231006, -54.713124], [7.405478, -54.76848], [7.314811, -54.690824], [7.445302, -54.672284], [7.174944, -54.676927], [7.36734, -54.522865], [7.142691, -54.440316], [7.277505, -54.452994], [7.768268, -54.329858]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1859f2b1-7cec-4a45-b908-400be25b06f6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.124834, 32.424801], [-76.093017, 32.193748], [-76.19585, 32.421228], [-76.124834, 32.424801]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-3733e930-64bf-4d56-91ac-bb438647468a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.252009, -60.199917], [-7.401189, -60.379933], [-7.37042, -60.184815], [-7.252009, -60.199917]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fc1f56ec-e8be-416a-a736-1b79dca8e6e8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.108215, -54.203518], [-13.012904, -54.32406], [-13.295722, -54.2941], [-13.351979, -54.208658], [-13.108215, -54.203518]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-00daaaea-5407-48b3-8e81-ea61a069207f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[123.950297, 14.370551], [123.570472, 14.607136], [123.730989, 14.611685], [123.950297, 14.370551]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d29db026-41dd-49e8-91cc-4d0921fb2690", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.349384, -60.295651], [4.222107, -60.342067], [4.143098, -60.268896], [4.287204, -60.207895], [4.349384, -60.295651]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5079a61a-32ea-4eba-93d4-3777e0ec9417", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.092766, -61.064375], [4.081399, -61.162896], [3.979626, -61.117114], [3.78239, -61.203974], [3.987042, -61.06716], [4.092766, -61.064375]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1c4e6ca0-8b98-49d9-b7ff-dee28356e82d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.060682, -60.92616], [4.193398, -60.898051], [4.266327, -60.954086], [3.932667, -61.01665], [3.953562, -60.972952], [3.842356, -60.932619], [4.045449, -60.949597], [3.861979, -60.896165], [3.92518, -60.811931], [4.048057, -60.855584], [4.060682, -60.92616]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9e34ef0f-4b70-48a3-b37a-b3b38b5a3e4e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.689311, -60.895676], [3.61787, -60.979036], [3.534801, -60.847966], [3.689311, -60.895676]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ac0da91d-3844-4a9c-8380-8f28990e80a4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[100.579047, -35.76813], [100.460735, -35.841321], [100.383168, -35.776773], [100.500129, -35.714202], [100.579047, -35.76813]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-da7074f0-69dd-452a-8559-c867828d56aa", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.074565, -60.416968], [4.081251, -60.478642], [3.895224, -60.523661], [3.82924, -60.441541], [3.941924, -60.370599], [4.074565, -60.416968]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c1ade977-ff16-417c-93bf-19cfed778171", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[126.949215, 19.216054], [127.002126, 19.176832], [127.061511, 19.312683], [127.21363, 19.375801], [127.235306, 19.285954], [127.159628, 19.145536], [126.981796, 19.07477], [126.949215, 19.216054]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ed046e05-a519-4a09-b459-9cc038434731", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.418315, -61.267417], [0.248134, -61.376182], [0.363109, -61.271267], [0.418315, -61.267417]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ce078c22-2b67-441f-8b9a-5ca7e6ec95ec", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.667294, -61.222736], [0.502082, -61.295468], [0.614818, -61.162075], [0.667294, -61.222736]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-334d2618-5969-455c-9062-0c90605950a5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.274209, -60.674499], [2.378269, -60.737022], [2.121464, -60.836697], [2.235274, -60.849068], [2.229566, -60.896393], [1.666276, -60.917347], [1.675352, -60.979103], [2.625838, -60.838017], [2.575596, -60.873356], [2.773589, -60.86632], [2.227062, -61.037067], [2.49286, -61.015652], [2.478858, -61.065325], [2.937565, -60.930006], [3.002268, -60.999432], [3.161287, -60.969032], [3.134781, -61.034289], [3.338282, -61.036306], [3.366168, -61.104557], [3.44752, -61.10988], [3.406278, -61.178998], [3.204359, -61.096285], [3.082421, -61.161105], [3.035135, -61.078374], [2.714652, -61.127026], [2.570558, -61.082893], [2.613919, -61.145594], [2.373892, -61.171102], [2.488318, -61.230653], [2.342828, -61.26265], [2.182648, -61.227841], [2.379482, -61.121826], [2.149236, -61.20926], [2.070582, -60.978893], [1.951922, -61.133552], [1.730306, -61.056983], [1.840564, -61.142752], [1.705623, -61.140802], [1.57499, -61.067719], [1.43571, -61.184616], [1.637971, -61.118511], [1.57349, -61.141121], [1.700904, -61.169896], [1.477011, -61.258673], [1.777147, -61.260522], [1.925859, -61.300014], [1.910137, -61.352336], [2.089291, -61.308364], [1.952748, -61.400006], [1.782393, -61.338748], [1.889791, -61.456372], [1.736451, -61.369089], [1.641662, -61.388458], [1.705617, -61.333903], [1.259756, -61.40355], [1.440862, -61.314006], [1.321708, -61.34069], [1.392059, -61.204732], [1.160718, -61.406283], [1.020076, -61.402406], [1.095274, -61.350108], [0.956017, -61.355647], [1.049214, -61.317643], [0.852825, -61.363334], [0.86481, -61.255461], [1.140991, -61.116411], [1.313387, -61.218501], [1.171479, -61.101981], [2.049184, -60.670008], [2.274209, -60.674499]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-09c23891-64ce-4095-a21f-597accae2c73", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.440545, -64.749487], [-8.213874, -64.703608], [-8.264841, -64.81584], [-8.440545, -64.749487]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bef6afc2-b219-43eb-80b9-c28762b07ab0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.4238, -64.123268], [-9.330158, -64.198478], [-9.547597, -64.288442], [-9.540925, -64.167522], [-9.4238, -64.123268]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-15f83e52-5d8c-435f-a1d0-e3aecd562e20", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[102.732942, -32.571749], [102.417897, -32.50394], [102.53248, -32.432294], [102.739389, -32.522178], [102.967339, -32.483853], [102.732942, -32.571749]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-961fb237-25ca-4371-b666-679f4d5bccf1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.731665, -60.155492], [-7.63574, -60.33457], [-7.709175, -60.346387], [-7.594317, -60.40958], [-7.7043, -60.491701], [-7.718218, -60.401705], [-7.882972, -60.402203], [-7.808561, -60.313037], [-7.902486, -60.327364], [-7.906436, -60.258978], [-7.946329, -60.191328], [-7.834517, -60.292827], [-7.743883, -60.194548], [-8.092958, -60.071844], [-8.011975, -60.020251], [-7.920745, -60.016097], [-7.731665, -60.155492]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-225a41b0-102b-4cde-ad89-5a16878a7832", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.477021, 31.141237], [-75.555033, 31.069614], [-75.648831, 31.177662], [-75.477021, 31.141237]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-f368caf6-bf3d-4a10-b65d-86fe7025be0a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[60.882831, -67.089814], [60.310266, -67.094884], [60.278004, -67.152526], [60.097935, -67.084335], [60.027234, -66.962131], [60.159423, -66.911314], [60.720345, -66.880451], [60.873065, -66.95214], [60.882831, -67.089814]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-477ae5ff-0310-4c81-84d0-c3ad9bc7434d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.149394, -59.240645], [-9.020983, -59.372643], [-9.258012, -59.316886], [-9.149394, -59.240645]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-60dde92d-5f9a-4423-9fd8-8e6417431a03", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.855481, -53.759175], [-12.83923, -53.827913], [-13.069356, -53.798491], [-12.952622, -53.799547], [-13.101355, -53.757041], [-13.072013, -53.697509], [-12.855481, -53.759175]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1471afe2-1d80-4870-92e7-6b990960a9c9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[79.580388, -25.399479], [79.453224, -25.329317], [79.711442, -25.284559], [79.580388, -25.399479]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c57bd9b2-bb24-4dbe-b2ec-0c82cf6c89f9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[157.74619, 51.841733], [157.69764, 51.69665], [157.610561, 51.693093], [157.586762, 51.83325], [157.697189, 51.764522], [157.671718, 51.843268], [157.74619, 51.841733]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-ef66af38-b74d-466c-86be-f90b5ddc7e9d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.324883, -65.578426], [-8.099075, -65.717702], [-8.488661, -65.620999], [-8.625334, -65.514148], [-8.324883, -65.578426]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1be17f14-610f-4e27-b122-c67fefea134c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.86459, -64.99856], [-8.629424, -65.109901], [-8.717424, -65.16298], [-8.916747, -65.063245], [-8.86459, -64.99856]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bba04640-0dc8-422f-8136-d3df03e7ae37", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.235205, -64.236352], [-9.153327, -64.319352], [-9.407179, -64.443697], [-9.381422, -64.321318], [-9.235205, -64.236352]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5dff76e8-5628-4646-b692-cda8baea4b94", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.195088, -64.47566], [-8.992882, -64.433575], [-9.019621, -64.354038], [-8.721606, -64.586528], [-8.892515, -64.591097], [-8.839246, -64.65148], [-9.063751, -64.609825], [-8.975828, -64.976305], [-9.197297, -65.003624], [-9.158442, -64.840051], [-9.455351, -64.793218], [-9.19022, -64.716345], [-9.397161, -64.49596], [-9.227218, -64.450974], [-9.195088, -64.47566]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1960b8f6-7c5a-44a6-98d6-a602ea8909e9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.590076, -62.68044], [-7.316179, -62.841466], [-7.647541, -62.95809], [-7.749687, -62.856677], [-7.590076, -62.68044]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b9e09aca-f16b-4f2a-abdd-6e81cd49e867", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.55714, -65.364307], [-7.483125, -65.501137], [-7.752429, -65.48531], [-7.711009, -65.442845], [-7.55714, -65.364307]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1eea5071-fac9-4aa5-9291-1ce4e99809d1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[36.460826, -69.527447], [36.732661, -69.487334], [37.27424, -69.686845], [37.088273, -69.705424], [36.460826, -69.527447]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e9face42-9054-4b2a-8d9e-256a00edf1b2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[127.316864, 22.786863], [127.375916, 22.703223], [127.21247, 22.77502], [127.316864, 22.786863]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-0cf41eb0-7ddb-4916-93db-6e64827311e4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[70.453659, -63.084483], [70.31176, -63.092731], [70.595161, -63.052717], [70.50818, -63.185435], [70.318181, -63.132253], [70.453659, -63.084483]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South New Zealand", "DESCR": "", "PLATE_ID": 814, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-46dba919-58e9-4d8f-a433-51da4b8e5da8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.973717, -53.879025], [-13.457399, -54.071776], [-13.301965, -53.87191], [-12.973717, -53.879025]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8d6648ee-b748-46f8-b976-01a35ab2d9fc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.18343, 38.317177], [-0.051102, 38.225063], [-0.169199, 38.274215], [-0.122827, 38.211538], [-0.234434, 38.257872], [-0.195817, 38.206811], [-0.239879, 38.192107], [-0.574338, 38.317387], [-0.522497, 38.390458], [-0.347061, 38.35402], [-0.309893, 38.289717], [-0.18343, 38.317177]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f8b04025-b3db-40ae-9c41-4b84b4a6da90", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[118.963344, 20.01068], [119.146465, 19.796337], [119.076643, 19.77831], [119.100941, 19.692141], [118.761801, 20.000109], [118.963344, 20.01068]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fef18f13-62ca-4574-b814-6a4841301427", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[63.932111, -62.114596], [63.91068, -62.08934], [64.32037, -61.923649], [64.616043, -61.919076], [64.516966, -62.146986], [63.932111, -62.114596]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5c1a6ac7-bdda-4a4d-8a3a-752874849b72", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[5.672161, -59.122199], [5.745758, -59.146815], [6.21177, -58.953954], [5.933345, -59.195711], [5.808752, -59.162368], [5.642419, -59.379359], [5.456863, -59.357419], [5.637934, -59.23236], [5.495601, -59.194221], [5.684055, -59.15604], [5.759661, -59.206632], [5.672161, -59.122199]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-de4b3326-4f90-4449-a634-6eacb87b6033", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[53.774888, -68.865484], [53.179823, -68.806807], [52.665801, -68.887473], [52.418673, -68.829457], [52.497392, -68.689083], [53.247216, -68.247522], [54.393133, -68.110875], [55.01707, -68.131716], [55.125534, -68.235709], [55.014853, -68.266809], [55.201727, -68.353295], [55.105048, -68.546166], [55.619361, -68.584414], [55.612442, -68.724666], [55.438593, -68.754532], [53.774888, -68.865484]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ac3e530a-c46a-48af-9de6-f61ff30f21c5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[63.767082, -61.967949], [63.453397, -62.00489], [63.77021, -61.909759], [63.767082, -61.967949]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-882cb4d2-ac36-4cf8-af76-0a0800b75eb8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-4.723085, -64.394608], [-4.423326, -64.40935], [-4.582141, -64.491106], [-4.689269, -64.454897], [-4.814245, -64.466358], [-4.723085, -64.394608]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-585c0fb0-952f-4016-be57-3792bc01adb3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[13.860137, -63.895878], [14.050264, -63.906751], [14.025923, -63.938566], [13.860137, -63.895878]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-62932def-dac6-4273-9de4-1c0aad1b58b7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[101.758002, -34.230939], [101.618039, -34.284129], [101.629705, -34.181567], [101.522604, -34.187608], [101.598473, -34.107355], [101.750315, -34.128597], [101.758002, -34.230939]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f6adbe9e-c462-4440-a609-7c97dc3b8119", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[19.516941, -66.986163], [19.689105, -67.012423], [19.521121, -67.102293], [19.185679, -67.095141], [19.010834, -67.136463], [18.892121, -67.076728], [19.134277, -67.011438], [19.516941, -66.986163]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5bd78747-f1b8-4a25-a715-9de87a849b27", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[34.946486, -68.674368], [34.567971, -68.561264], [34.890855, -68.654308], [34.946486, -68.674368]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6057d558-0187-4620-a9d4-5c065adb44fe", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[66.614994, -56.223769], [66.379593, -56.174871], [66.453264, -56.057096], [66.822485, -56.185537], [66.778412, -56.21539], [66.614994, -56.223769]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-794002ca-b775-42d5-b11b-b6093ed2bb6d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[62.425752, -32.50606], [62.379582, -32.556342], [62.233971, -32.446944], [62.370982, -32.425174], [62.425752, -32.50606]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9888f594-c4db-4e8a-8d74-6f3f8da94cc4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[74.295074, -39.743766], [74.127715, -39.874634], [74.053678, -39.868587], [74.016937, -39.704986], [73.60885, -39.603902], [73.988162, -39.546898], [73.987134, -39.234826], [74.112328, -39.164659], [74.24772, -39.165167], [74.223125, -39.026183], [74.407657, -38.86089], [74.544093, -38.841791], [74.501762, -39.012412], [74.430111, -39.172234], [74.339403, -39.233719], [74.295074, -39.743766]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2b41ee89-8e09-4e47-82a9-76e721f2c63a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[24.372114, -64.300153], [25.347686, -64.843162], [26.331467, -66.07633], [27.194628, -66.202308], [28.878975, -67.845529], [28.880304, -67.846541], [24.550397, -68.785075], [24.43509, -68.412815], [23.472004, -68.305885], [23.337801, -68.379566], [23.241601, -68.37979], [23.100785, -68.546228], [22.777709, -68.662092], [22.639092, -68.678651], [22.351681, -68.410107], [22.096444, -68.516946], [21.98175, -68.631675], [21.657791, -68.695154], [21.434329, -68.439743], [21.591454, -68.093121], [21.72218, -68.016326], [22.0968, -67.940569], [22.115718, -67.915801], [21.319891, -67.737827], [21.024936, -67.598705], [21.085502, -67.512776], [21.820924, -67.484214], [21.866222, -67.422445], [21.441932, -67.373139], [21.402515, -67.274805], [20.61623, -67.163248], [20.603556, -66.961181], [20.296069, -66.94361], [20.245131, -66.84301], [19.753842, -66.852468], [19.682563, -66.762016], [19.426082, -66.775061], [17.408173, -65.976427], [16.142516, -65.663378], [15.487116, -65.699697], [14.95656, -65.634432], [14.557856, -65.745657], [13.777342, -65.847455], [12.912747, -66.237495], [11.883771, -66.304979], [11.898266, -66.340998], [11.741213, -66.351843], [11.15103, -66.546021], [10.925598, -66.558441], [10.802209, -66.624662], [10.323124, -66.732473], [10.082896, -66.927721], [9.627502, -67.010924], [9.464686, -66.990232], [8.983944, -67.047686], [8.493039, -67.29723], [8.27447, -67.129173], [7.991048, -67.144845], [8.081886, -66.992369], [7.917409, -66.808592], [7.035065, -66.69271], [6.684442, -67.007668], [6.42533, -66.819469], [5.865038, -66.976436], [5.571637, -66.916055], [5.34951, -66.939541], [5.264459, -67.030515], [5.224734, -66.871688], [4.988886, -66.84499], [5.066671, -66.956583], [4.488916, -67.159684], [4.255786, -67.003246], [4.034477, -67.040932], [3.913737, -67.010523], [3.945195, -67.131842], [3.759668, -67.008356], [3.698154, -67.095461], [3.332578, -66.955783], [3.151636, -66.958937], [3.179104, -67.153153], [3.520424, -67.350938], [3.346132, -67.353427], [3.238057, -67.39146], [2.921655, -67.364309], [2.798425, -67.403442], [2.618686, -67.38275], [2.544607, -67.437345], [2.21767, -67.419935], [1.80177, -67.220203], [2.228258, -67.199043], [2.440927, -67.151164], [2.40133, -67.073753], [2.671718, -66.981339], [2.157532, -67.036551], [2.074902, -67.01148], [1.973158, -67.086861], [1.575868, -67.050741], [1.401269, -67.117787], [1.336084, -67.100473], [1.023272, -67.139262], [0.819374, -66.99436], [0.992016, -66.813387], [0.552642, -66.814715], [0.547359, -66.836893], [0.241073, -66.789392], [0.105719, -66.911893], [-0.137883, -66.84641], [-0.39498, -66.865844], [-0.523876, -66.819502], [-0.374773, -66.6378], [-0.830856, -66.733117], [-1.028215, -66.600398], [-0.882897, -66.405764], [-1.037301, -66.388219], [-1.251221, -66.486477], [-1.536468, -66.49701], [-1.415217, -66.368014], [-1.625705, -66.360767], [-1.834391, -66.408528], [-1.67194, -66.262399], [-1.874642, -66.285874], [-1.906086, -66.262311], [-2.056603, -66.325039], [-2.155018, -66.231539], [-1.944935, -66.168446], [-2.188777, -66.090379], [-2.393312, -66.272636], [-2.619222, -66.234459], [-2.736406, -66.2953], [-2.74358, -66.262884], [-3.033297, -66.285318], [-3.344505, -66.193915], [-3.150723, -66.006295], [-3.253498, -65.945092], [-2.995931, -65.938922], [-3.084985, -65.876875], [-3.392443, -65.84193], [-3.567621, -65.951773], [-3.679822, -65.798424], [-3.969037, -65.772698], [-3.657992, -65.687941], [-3.788148, -65.583754], [-4.045109, -65.720885], [-4.097091, -65.657947], [-4.465576, -65.657173], [-4.324728, -65.557325], [-4.175839, -65.590598], [-4.205959, -65.550818], [-4.082912, -65.572271], [-4.035389, -65.544514], [-4.254848, -65.49193], [-4.257767, -65.408549], [-4.441058, -65.411537], [-4.502546, -65.344624], [-4.719231, -65.334684], [-4.381003, -65.295777], [-4.352996, -65.233337], [-4.458906, -65.217929], [-4.595329, -65.259997], [-4.716256, -65.190539], [-4.852105, -65.249892], [-5.027564, -65.19811], [-4.862371, -65.134589], [-4.963666, -65.041525], [-5.166379, -65.03194], [-5.163944, -64.958409], [-5.362916, -64.981956], [-5.511583, -64.914153], [-5.664704, -64.98481], [-5.753094, -64.96754], [-5.665463, -64.874898], [-5.819812, -64.858244], [-6.017455, -64.671554], [-5.92403, -64.542758], [-6.142482, -64.545065], [-6.118608, -64.494008], [-6.319067, -64.492151], [-6.096902, -64.455087], [-6.010241, -64.313971], [-6.213241, -64.300867], [-6.315822, -64.23737], [-6.433814, -64.264582], [-6.416368, -64.123837], [-6.575591, -64.060245], [-6.783983, -64.05511], [-6.919648, -63.682526], [-7.093285, -63.703781], [-7.001978, -63.629642], [-7.233447, -63.558005], [-7.33546, -63.264388], [-7.217341, -63.16922], [-7.008807, -63.150241], [-6.947698, -63.191413], [-6.925689, -63.142109], [-6.769926, -63.167928], [-6.478277, -63.086804], [-6.391174, -63.254278], [-6.77434, -63.243867], [-6.806705, -63.347603], [-6.716128, -63.385985], [-6.625814, -63.362311], [-6.575967, -63.504848], [-6.482924, -63.461644], [-6.40957, -63.696527], [-5.716579, -63.962877], [-5.499391, -63.95805], [-5.206027, -64.052275], [-5.062004, -64.012675], [-4.856115, -64.103512], [-4.800481, -64.0346], [-4.54396, -64.057184], [-4.58387, -64.139864], [-4.811011, -64.116816], [-4.674059, -64.210272], [-5.064982, -64.327749], [-5.034204, -64.412208], [-4.854988, -64.445087], [-4.875782, -64.548686], [-4.212016, -64.855556], [-3.889331, -64.894341], [-3.625851, -65.032611], [-3.44448, -65.017564], [-3.552123, -65.074563], [-3.371911, -65.198745], [-3.258503, -65.241882], [-2.923987, -65.249034], [-3.035442, -65.375827], [-2.695017, -65.492312], [-2.577575, -65.385374], [-2.551622, -65.457147], [-2.484592, -65.426312], [-2.404629, -65.443254], [-2.208802, -65.274688], [-2.052001, -65.433381], [-1.745853, -65.44173], [-1.581362, -65.538796], [-1.178522, -65.532012], [-0.671602, -65.324325], [-1.04379, -65.215848], [-0.9459, -65.102928], [-1.282977, -65.11168], [-1.010114, -64.98762], [-1.323241, -64.972593], [-1.277868, -64.814012], [-1.026586, -64.820073], [-0.526163, -64.931034], [-0.32803, -65.014231], [-0.853602, -65.138185], [-0.565286, -65.159244], [-0.487386, -65.242841], [-0.139022, -65.205998], [0.028462, -65.238395], [-0.442037, -65.331217], [-0.624882, -65.332346], [-0.47001, -65.708522], [-0.366632, -65.72769], [0.004688, -65.516862], [0.291028, -65.616205], [0.495357, -65.496904], [0.747462, -65.565973], [0.150222, -65.697619], [-0.583425, -65.997005], [-0.156344, -66.073907], [-0.045064, -65.984926], [0.016589, -66.115988], [0.122252, -66.047353], [0.231971, -66.129741], [0.331665, -66.064315], [0.504734, -66.053189], [0.489552, -66.169227], [0.760254, -66.177013], [0.823039, -66.136128], [0.980848, -66.177628], [0.937601, -66.023724], [1.20771, -65.98356], [1.53574, -66.4191], [1.743807, -66.444018], [1.827481, -66.348422], [2.135204, -66.442556], [2.229464, -66.411878], [2.450129, -66.448312], [2.507994, -66.42502], [2.624251, -66.610605], [2.979598, -66.621175], [3.341873, -66.500098], [3.557653, -66.578587], [3.836622, -66.549689], [3.976488, -66.591202], [4.122365, -66.423947], [4.30659, -66.515346], [4.587866, -66.532453], [4.616142, -66.374453], [4.15958, -66.270168], [4.301183, -66.266077], [4.351638, -66.196206], [4.515294, -66.193616], [5.006027, -66.424251], [5.102812, -66.20978], [5.433763, -66.320248], [5.736881, -66.229862], [5.670688, -66.039039], [5.871593, -65.958578], [5.884976, -65.833501], [5.771094, -65.793473], [5.62352, -65.88348], [5.417689, -65.910167], [5.488296, -65.825399], [5.027362, -65.77059], [4.924106, -65.460387], [5.161365, -65.670144], [5.556066, -65.761796], [5.821581, -65.498241], [5.864254, -65.562794], [6.012432, -65.542868], [6.037792, -65.576502], [6.082579, -65.536795], [6.38592, -65.672079], [6.342514, -65.499892], [6.75449, -65.551473], [6.826071, -65.482575], [6.607469, -65.435452], [7.07037, -65.322665], [6.970038, -65.222699], [7.229836, -65.158963], [7.279226, -65.091622], [7.8234, -65.04224], [8.036016, -65.112577], [8.167827, -65.002011], [8.265961, -65.01533], [8.3976, -64.965653], [8.497101, -64.825676], [8.768796, -64.77028], [9.286663, -64.920741], [9.490907, -64.881874], [9.625108, -64.798154], [9.424592, -64.549413], [9.631556, -64.524022], [9.682823, -64.606555], [9.890848, -64.587544], [10.194168, -64.68776], [10.463028, -64.676828], [10.157644, -64.459557], [10.319841, -64.423501], [10.641998, -64.43851], [10.87365, -64.24631], [11.053625, -64.38061], [11.066181, -64.267039], [11.272592, -64.223575], [11.273925, -64.329866], [11.432839, -64.26941], [11.613237, -64.375125], [11.8275, -64.310871], [11.680859, -64.239929], [11.899341, -64.104362], [12.135099, -64.061633], [12.577663, -64.34036], [12.798973, -64.362774], [12.961273, -64.309592], [12.997682, -64.197572], [12.763134, -64.068741], [12.882597, -64.009456], [12.636551, -64.003694], [12.673918, -63.957395], [12.874916, -63.949202], [13.076074, -64.043059], [13.05658, -63.969038], [13.238117, -63.904861], [13.358823, -63.891873], [13.313812, -63.976048], [13.507313, -63.98388], [13.441016, -63.890523], [13.50662, -63.859241], [13.570874, -63.86594], [13.742692, -63.9218], [13.692893, -64.086314], [13.92138, -64.098935], [14.111179, -64.008768], [14.285469, -64.048021], [14.242452, -63.871023], [14.038876, -63.80952], [14.128341, -63.747718], [14.507288, -63.695229], [15.017305, -63.764681], [14.683672, -63.663612], [14.711003, -63.560412], [14.511905, -63.570608], [14.398469, -63.525866], [14.495985, -63.475993], [14.957824, -63.465836], [15.252834, -63.415717], [15.420437, -63.501423], [15.152409, -63.588927], [15.206057, -63.622688], [15.725331, -63.571444], [16.018303, -63.57598], [16.399989, -63.490579], [16.6172, -63.531153], [16.762554, -63.491407], [16.919095, -63.520189], [16.936718, -63.458745], [17.189489, -63.394402], [17.217471, -63.461515], [17.623227, -63.495093], [17.81732, -63.564565], [17.588524, -63.310314], [17.772791, -63.303555], [17.932875, -63.380797], [18.040778, -63.322235], [18.154293, -63.33781], [18.450042, -63.532399], [18.654319, -63.544541], [18.902883, -63.449385], [19.040347, -63.44041], [19.745069, -63.534041], [20.271485, -63.812587], [20.545006, -63.851636], [20.288936, -63.534794], [21.080099, -63.62278], [21.688696, -63.82211], [22.109534, -63.864848], [24.271275, -64.449728], [24.372114, -64.300153]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8eecfede-b879-47be-b045-f787694c5c6a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[63.363862, -62.693693], [63.431974, -62.589212], [63.506211, -62.567065], [63.731802, -62.639514], [63.458646, -62.743898], [63.363862, -62.693693]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ff68dc2a-a886-43cd-a21c-07fc11ce2fdc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.448602, -62.690613], [64.159948, -62.662032], [64.486473, -62.624981], [64.448602, -62.690613]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f8baba1f-3503-4e06-b4f3-f75d44448e51", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[72.313741, -55.252388], [72.200439, -55.24827], [72.347533, -55.198498], [72.313741, -55.252388]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7de5ff-9b43-44d4-baab-93ac4e4e51d4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[9.646159, -64.253549], [9.789831, -64.28602], [9.743062, -64.362857], [9.560833, -64.403501], [9.348139, -64.370506], [9.350228, -64.303299], [9.646159, -64.253549]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2f166c62-896e-4049-8427-041f5694c622", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[12.968631, -68.564108], [13.128666, -68.406995], [13.20923, -68.353844], [13.855797, -68.447741], [14.249241, -68.588443], [14.448734, -68.701633], [14.215408, -68.837464], [13.962644, -68.745304], [13.560551, -68.775495], [13.680254, -68.633698], [13.539794, -68.615415], [13.378114, -68.647605], [13.313818, -68.543561], [12.968631, -68.564108]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-69ec5828-43b6-437c-9738-c63f8d503b2c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.887928, -62.241893], [64.839179, -62.10228], [65.065409, -62.037582], [64.887928, -62.241893]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2b2d99af-69d3-4dba-9f95-5cb35033ea02", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.125865, -65.938234], [-4.790024, -66.016126], [-4.941649, -65.950559], [-4.904786, -65.925642], [-4.773277, -65.968731], [-4.754071, -65.909932], [-4.496622, -65.985051], [-4.655905, -65.826302], [-4.538146, -65.783846], [-4.035776, -66.011801], [-4.090421, -66.092075], [-3.813689, -66.145036], [-4.179237, -66.407136], [-4.445891, -66.372954], [-4.615517, -66.249304], [-4.744813, -66.272573], [-4.815864, -66.248876], [-4.860494, -66.165578], [-5.096058, -66.152799], [-5.26567, -66.008232], [-5.125865, -65.938234]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5631a9c3-5736-4218-bfbc-6b14b64c4af9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[13.020674, -63.699882], [13.118441, -63.759617], [12.991813, -63.832047], [12.890559, -63.742138], [13.020674, -63.699882]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d3b515a6-fb71-4429-963e-9a4bbfb17132", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.622212, -61.347693], [64.607626, -61.302611], [64.644521, -61.290294], [64.622212, -61.347693]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9db841e1-ec3a-48fa-b2dd-bfdd510737e7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[42.17339, -30.853846], [41.897326, -30.883088], [42.119567, -30.776288], [42.17339, -30.853846]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cf015ce0-4c94-465c-beb0-cb3a077f4122", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.491627, -53.898626], [-13.655299, -53.947658], [-13.817086, -53.893625], [-13.764385, -53.838951], [-13.491627, -53.898626]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-89545207-3915-41cf-aa09-4b9e0c274be0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.633109, -63.109402], [64.516606, -63.050603], [65.104151, -63.0446], [64.968351, -63.154601], [64.633109, -63.109402]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b7b1fda6-9b76-4427-9917-dc6f811e48af", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[20.918186, -67.859449], [21.233148, -67.882551], [21.381484, -67.959661], [21.174037, -68.041032], [20.849608, -68.00832], [20.918186, -67.859449]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c0a2a0c9-6c58-40bd-b73c-1331c95201d4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[74.935883, -56.831121], [74.811674, -56.818154], [74.94577, -56.699562], [75.331605, -56.787327], [74.935883, -56.831121]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-dd91bc29-7003-41ce-9efe-fa2f8cc4cd49", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[41.666897, -31.660417], [41.728041, -31.738619], [41.845266, -31.710175], [41.599494, -31.770613], [41.666897, -31.660417]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ac5a287a-734b-4a5f-9273-ab6c7af456cf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[60.941896, -66.840832], [61.232469, -66.764759], [61.355355, -66.869882], [61.195595, -66.912589], [60.941896, -66.840832]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f4258023-befd-4ee8-9c2c-b6d340377fa5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[128.697301, 18.788379], [128.94519, 18.763348], [128.964024, 18.853151], [129.216166, 18.851679], [129.1149, 18.737944], [128.915317, 18.71518], [128.831468, 18.538169], [128.73357, 18.505075], [128.60657, 18.730465], [128.697301, 18.788379]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-20bf329b-6655-4713-990b-8d695f73b3db", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.96707, -67.639363], [4.264485, -67.678304], [4.308314, -67.809261], [3.990052, -67.934391], [3.610438, -67.954804], [3.053963, -67.854895], [1.847137, -67.834823], [1.167262, -67.605691], [1.319335, -67.543603], [2.017783, -67.629598], [2.508986, -67.467647], [3.121583, -67.620909], [3.192793, -67.523348], [3.665833, -67.544653], [3.74332, -67.666802], [3.96707, -67.639363]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e62a1b6b-aa0d-411a-a3b4-34cf9d399ce1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[31.780272, -68.697527], [31.963992, -68.626152], [32.057962, -68.686914], [31.780272, -68.697527]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7f4a2a9d-70f2-4e76-95d5-994a7ab13bd5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.035101, -59.147023], [29.261847, -59.353749], [29.399146, -59.638026], [29.039935, -59.572562], [28.356167, -59.531402], [27.80607, -59.392548], [27.340532, -59.089021], [27.306479, -58.93074], [28.035101, -59.147023]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Ronne Ice Shelf", "DESCR": "", "PLATE_ID": 895, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c9366ad2-b7e5-4b7e-9306-7d79bef0b3e0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[27.04155, -61.597598], [27.021803, -61.737231], [26.855122, -61.828792], [26.835361, -61.816867], [26.897674, -61.617336], [27.04155, -61.597598]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Ronne Ice Shelf", "DESCR": "", "PLATE_ID": 895, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3daa9f39-d54b-4d14-ac4d-a500d54554cf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.356409, -61.008958], [28.916805, -61.237812], [29.008014, -61.596301], [29.211881, -61.650892], [29.128118, -61.847621], [29.07458, -61.894296], [29.053866, -61.883096], [29.032148, -61.931461], [28.904644, -62.044065], [28.630252, -62.034077], [28.356409, -61.008958]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Ronne Ice Shelf", "DESCR": "", "PLATE_ID": 895, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3daa9f39-d54b-4d14-ac4d-a500d54554cf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.281704, -64.903845], [7.714974, -64.915186], [7.617327, -64.993783], [7.296009, -65.006332], [6.59635, -65.211982], [6.442629, -65.087616], [6.930498, -64.94695], [7.281704, -64.903845]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fa54b093-e691-4481-8082-4f549323b2d8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[140.624441, 22.692326], [140.528356, 22.431211], [140.187121, 22.775752], [140.102799, 23.092213], [140.193667, 23.255805], [140.624441, 22.692326]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-af740a97-3def-4c0c-baf2-3aa32b61c7c8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[66.458622, -56.039786], [66.303482, -55.928638], [66.383947, -55.893129], [66.458466, -55.917223], [66.62161, -55.890656], [66.640699, -55.905796], [66.458622, -56.039786]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-25fc9aed-ea69-4a8b-88ce-d997a8d0ff2f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.424011, -60.681425], [-0.530503, -60.756811], [-0.818509, -60.713544], [-0.685086, -60.692526], [-0.424011, -60.681425]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-578e7ed4-fb2f-410c-82de-edc8d004009e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[92.075409, -66.527635], [91.651058, -66.569036], [91.915884, -66.377163], [92.340226, -66.42289], [92.111949, -66.44417], [92.075409, -66.527635]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North New Zealand", "DESCR": "", "PLATE_ID": 806, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-8270aaa3-9816-4c16-a5ae-94dc77f73adf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[62.987029, -62.1545], [63.150648, -62.050558], [63.579088, -62.036843], [63.643413, -62.088396], [63.738411, -62.095616], [63.837607, -62.207068], [63.400901, -62.285163], [63.032924, -62.203821], [62.987029, -62.1545]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d18477f4-d9f2-41e5-abae-5213282db46a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[18.462147, -66.58002], [18.590996, -66.657803], [18.442762, -66.642583], [18.462147, -66.58002]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-dc3d4aac-50c6-4f27-ab0b-f31f219f7f5c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[65.191428, -61.252623], [65.146366, -61.2191], [65.30178, -61.156705], [65.191428, -61.252623]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a714b8d2-18f5-4751-9e70-a0c960803927", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.998033, -63.720506], [64.968889, -63.687629], [65.213728, -63.634644], [65.528916, -63.66125], [65.265377, -63.751203], [64.998033, -63.720506]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d06e1309-34b0-479c-9f04-6ff6851eb4c2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.149648, -62.847981], [63.874188, -62.75686], [64.029543, -62.715632], [64.302458, -62.761619], [64.333936, -62.829245], [64.149648, -62.847981]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-018c9437-5720-4751-8f86-58bda9c3c6d0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.730453, -60.212558], [3.894942, -60.263735], [3.510355, -60.246514], [3.730453, -60.212558]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-efdf59bc-1f07-4a3d-8f14-b78dcf940f65", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.964541, -67.815512], [30.057309, -67.759499], [30.485093, -67.667063], [30.784048, -67.761815], [30.702801, -67.85914], [30.537045, -67.92288], [30.447879, -67.874691], [30.124651, -67.94097], [29.964541, -67.815512]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5ad0dd0c-ab15-4f2f-823e-839932a90a21", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.234262, -62.486918], [64.336606, -62.317922], [64.600479, -62.314461], [64.537218, -62.430122], [64.234262, -62.486918]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ec813dda-ed4d-4d09-9bad-f09bf39ff97d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[63.919291, -62.332248], [64.055079, -62.189704], [64.277418, -62.197605], [64.076066, -62.340746], [63.919291, -62.332248]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4ed6950b-1a30-4904-a10e-9c68da6cf6ef", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[91.853372, -27.580049], [91.754785, -27.570619], [91.799714, -27.465633], [91.938509, -27.441098], [91.853372, -27.580049]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7b8b184f-97f6-4392-ab5d-75359923da17", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[67.31395, -33.971572], [67.328562, -34.270014], [67.197899, -34.203458], [67.248606, -34.062105], [67.193382, -33.895094], [67.266608, -33.869877], [67.31395, -33.971572]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-79554ed9-ba0c-43e4-ba9d-a53790c82373", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.935923, -65.969765], [-3.668118, -66.083072], [-4.112347, -65.92515], [-3.935923, -65.969765]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4ec969fb-2292-4b84-b192-bd8a8504a043", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.963909, -64.349515], [-2.889337, -64.397182], [-3.177848, -64.51265], [-3.216229, -64.455876], [-2.963909, -64.349515]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-29a3ab7b-1971-4381-8aca-ef29f4e35027", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.644181, -64.255118], [64.500873, -64.254014], [64.646104, -64.202507], [64.644181, -64.255118]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b86dc77c-5894-4a09-9940-25b524435995", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[61.203248, -67.180465], [61.172537, -67.15178], [61.351684, -67.148875], [61.203248, -67.180465]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-87de772c-72f2-4273-af4e-73b44f812039", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.25645, -67.071965], [3.529055, -67.155848], [3.432263, -67.216344], [3.25645, -67.071965]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1ae3bc92-a33a-4538-a091-8d8155bb5c8d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.973003, -63.235607], [-5.871198, -63.490493], [-6.086195, -63.525354], [-6.10749, -63.479575], [-5.973003, -63.235607]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3869213c-31b8-49e4-92e7-442db470208d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.737464, -27.380548], [105.780535, -27.527802], [105.650503, -27.610117], [105.615636, -27.580466], [105.641347, -27.473811], [105.613686, -27.461615], [105.614256, -27.411081], [105.587546, -27.393618], [105.600229, -27.351655], [105.583575, -27.34421], [105.728553, -27.342745], [105.737464, -27.380548]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3ba96839-c39c-48f9-a516-5957f0160570", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[61.988263, -58.998666], [61.872057, -58.723429], [62.075391, -58.581805], [62.837653, -58.38732], [63.357425, -58.349383], [63.761526, -58.397154], [63.948992, -58.57891], [64.216736, -58.662001], [64.294475, -58.728601], [63.935427, -59.009692], [62.608055, -59.055679], [62.25811, -58.999782], [61.988263, -58.998666]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b4bef796-26d9-414b-b2df-012ee5ca4e29", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[32.732347, -68.580214], [32.813984, -68.4664], [32.943491, -68.620681], [32.732347, -68.580214]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7c00c406-af66-441f-84c6-d8ca03b74ef0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[1.738628, -67.382096], [1.824317, -67.498821], [1.376522, -67.457848], [1.557472, -67.364534], [1.738628, -67.382096]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8def7094-73e6-4bf9-aa0b-4da064fd912c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-4.787038, -65.59298], [-4.689733, -65.775323], [-4.809925, -65.690158], [-4.900873, -65.724209], [-5.330663, -65.628993], [-5.548043, -65.675224], [-5.658822, -65.639984], [-5.779307, -65.661603], [-5.870449, -65.577425], [-5.54857, -65.43749], [-5.498196, -65.525878], [-5.376901, -65.460788], [-4.787038, -65.59298]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0c4f54f0-779b-4a28-93a7-56270b326c96", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.71841, -52.932831], [-13.775068, -52.989042], [-14.080476, -52.974901], [-13.757993, -52.808336], [-13.69431, -52.83613], [-13.844478, -52.908944], [-13.71841, -52.932831]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2c91dd20-9c7c-486c-a38f-44c9e927eecd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[59.082066, -32.666424], [58.986796, -32.757996], [58.904509, -32.69872], [58.807876, -32.419574], [59.018805, -32.516901], [59.082066, -32.666424]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b87db178-5423-419b-b60d-d0f56da29d66", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[65.898221, -34.004909], [65.841614, -34.05685], [65.82875, -33.997412], [65.898221, -34.004909]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d5e17c29-fc99-4908-b164-9f9c94bf813f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[10.324191, -64.122052], [10.570732, -64.178059], [10.367472, -64.309594], [10.180951, -64.232715], [10.324191, -64.122052]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4e064578-44e9-456c-82c9-7533cf75f504", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[66.298815, -33.866783], [65.908815, -33.904922], [65.807865, -33.837036], [65.83429, -33.743894], [66.16785, -33.661125], [66.298815, -33.866783]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4fd1e594-7a91-442c-bddf-7be97c0bf155", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[63.907975, -33.422181], [64.027775, -33.508556], [64.102134, -33.531745], [64.103975, -33.627808], [63.916027, -33.640998], [63.766207, -33.524144], [63.907975, -33.422181]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f5eb3c36-a1d9-4c3b-87ea-cc8678fbd2d2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[44.264503, -17.002536], [44.362214, -17.121345], [44.31976, -17.163961], [44.370047, -17.212717], [44.270974, -17.220279], [44.404297, -17.280983], [44.451129, -17.229418], [44.463284, -17.244189], [44.474188, -17.388357], [44.551479, -17.39568], [44.543208, -17.46517], [44.488902, -17.443818], [44.564791, -17.479978], [44.458538, -17.680762], [44.5272, -17.75565], [44.481467, -17.869588], [44.593144, -17.830909], [44.65643, -18.182624], [44.568501, -18.340945], [44.546423, -18.956331], [44.385885, -19.461276], [44.292868, -19.540522], [44.195061, -19.991424], [44.211872, -20.09175], [44.154965, -20.175692], [44.235631, -20.4447], [44.155805, -20.610851], [43.697148, -21.006488], [43.559578, -20.834223], [43.608767, -20.343217], [43.309232, -20.38097], [43.272805, -20.738828], [43.150539, -20.919147], [43.252941, -21.088348], [43.090656, -21.390523], [42.912665, -21.484694], [42.963103, -21.643138], [42.784339, -21.573032], [42.525163, -21.747325], [42.344148, -21.957918], [42.299964, -22.305941], [42.013543, -22.696911], [38.63138, -26.043147], [37.727864, -27.119475], [36.76198, -27.96982], [36.256007, -28.037869], [35.856081, -27.885683], [34.948822, -27.931998], [34.599725, -27.814922], [34.39368, -27.426486], [34.03279, -27.194679], [33.857543, -26.837551], [33.943296, -26.458834], [33.846649, -26.090085], [34.125336, -25.477209], [34.285289, -25.441446], [34.339514, -25.338344], [34.267034, -25.192367], [34.359442, -24.92062], [34.259327, -24.635287], [34.374721, -24.104916], [34.424431, -24.019537], [34.501605, -24.032577], [34.449726, -23.95883], [34.606016, -23.741789], [34.667327, -23.762604], [34.861842, -23.568926], [34.900582, -23.624116], [35.077481, -23.290089], [35.066196, -23.3406], [35.184197, -23.298825], [35.291798, -23.380266], [35.755072, -22.954379], [35.718326, -22.998788], [35.824535, -22.9875], [36.022634, -22.771951], [36.229939, -22.716793], [36.568584, -22.445217], [36.589024, -22.494345], [36.623921, -22.212925], [36.802783, -21.977478], [36.754593, -21.528285], [36.890275, -21.301441], [36.869272, -20.843065], [37.132299, -20.191407], [37.184032, -20.217006], [37.117802, -20.058024], [37.510608, -19.703115], [37.969371, -19.446518], [38.201605, -18.977985], [38.53472, -19.170835], [38.712348, -19.188987], [38.672672, -19.149345], [39.053693, -19.045825], [39.010936, -19.258813], [39.160156, -19.205], [39.130162, -19.131097], [39.34058, -19.177349], [39.329605, -19.319027], [39.51384, -19.064163], [39.518025, -19.063844], [39.620039, -19.158701], [39.73945, -19.147174], [39.842089, -19.309389], [39.922751, -19.235254], [39.815425, -19.225599], [40.005154, -19.1882], [40.06529, -19.228468], [39.996782, -19.320791], [40.03632, -19.522809], [40.197502, -19.58916], [40.172517, -19.471452], [40.248707, -19.610229], [40.180772, -19.43092], [40.084408, -19.340919], [40.364417, -19.128625], [40.378526, -19.180945], [40.547833, -19.110749], [40.604661, -19.154228], [40.569155, -19.099557], [40.955488, -19.031294], [41.010732, -19.208616], [40.796913, -19.35222], [40.871616, -19.319995], [40.863137, -19.430811], [40.991294, -19.323911], [41.087613, -19.380863], [41.030433, -19.09894], [41.111535, -19.019431], [41.482143, -18.922514], [41.411332, -18.845227], [41.663082, -18.742184], [41.647668, -18.899165], [41.417099, -19.118712], [41.528327, -19.131905], [41.954797, -18.805771], [41.96899, -18.622058], [42.11463, -18.4769], [42.259908, -18.543536], [42.294905, -18.379642], [42.380501, -18.445351], [42.265382, -18.667889], [42.412524, -18.554729], [42.359344, -18.523297], [42.477265, -18.371702], [42.364231, -18.307597], [42.48077, -18.315839], [42.385724, -18.1935], [42.516315, -17.917505], [42.577817, -17.967861], [42.626925, -17.866295], [42.603816, -17.950188], [42.699073, -17.92145], [42.662316, -18.020045], [42.742946, -18.018085], [42.701843, -18.169936], [42.760831, -18.260423], [42.872795, -18.230868], [42.934876, -18.039512], [43.157392, -18.102347], [43.151729, -17.92563], [43.270435, -18.085031], [43.467199, -18.063681], [43.462084, -18.000167], [43.560623, -17.982069], [43.564515, -17.836616], [43.801871, -17.676104], [43.803171, -17.426264], [43.877793, -17.333691], [43.76308, -17.174231], [43.819781, -17.141635], [43.953272, -17.298609], [44.036109, -17.178131], [44.321755, -17.091196], [44.252358, -16.997725], [44.256354, -16.998103], [44.264503, -17.002536]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Madagascar", "DESCR": "", "PLATE_ID": 702, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0f1fb89d-1f77-45d3-b6a9-67d95abd61c6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[27.793917, -65.945624], [31.758446, -65.085313], [31.757382, -65.084276], [30.429915, -63.411078], [30.98437, -62.907147], [32.30693, -63.261758], [32.41172, -63.23346], [32.571102, -63.092035], [33.201169, -62.948317], [32.988138, -63.254374], [32.839048, -63.321954], [33.410111, -63.456955], [33.391169, -63.298336], [33.571192, -63.201976], [33.620408, -63.093577], [34.042087, -62.720755], [34.221985, -62.608841], [34.507373, -62.599262], [34.427885, -62.479851], [34.654767, -62.414048], [34.752621, -62.3574], [34.819709, -62.027388], [34.91393, -62.000156], [34.989241, -62.06339], [34.89846, -62.487895], [35.376907, -62.575175], [35.867005, -61.825165], [35.67317, -61.700718], [35.681509, -61.689153], [35.698309, -61.688134], [35.713252, -61.645311], [35.782111, -61.551142], [35.940914, -61.433275], [36.107279, -61.115203], [35.892161, -61.147703], [35.774211, -61.205433], [35.741004, -61.235387], [35.445953, -61.432095], [35.280188, -61.365795], [35.259182, -61.331536], [35.247516, -61.13209], [35.430219, -61.126812], [35.640888, -60.581141], [35.883337, -60.622453], [36.335608, -60.904961], [36.092247, -60.546783], [35.807423, -60.398655], [35.858009, -60.378672], [36.698017, -60.345356], [36.911786, -60.296201], [38.571839, -60.18098], [39.802369, -60.14125], [40.139868, -60.010637], [40.02647, -59.654198], [40.156182, -59.529795], [41.070206, -59.818793], [42.259489, -59.789594], [42.209603, -59.45997], [42.929925, -59.087106], [42.77347, -58.668286], [41.465963, -58.299038], [41.33722, -58.096591], [41.545619, -57.929766], [41.95009, -57.773476], [42.957348, -57.562256], [43.776504, -57.530641], [44.702155, -57.728289], [44.986586, -58.058705], [45.408119, -59.037813], [47.094861, -59.670377], [47.844192, -60.54922], [49.386819, -58.59572], [51.986791, -57.002414], [52.501367, -56.936863], [53.667812, -56.948242], [54.029579, -57.006393], [54.497486, -57.128209], [54.721946, -57.206433], [54.869804, -57.334843], [55.367407, -57.577797], [56.405722, -57.855917], [56.592877, -57.935093], [56.970481, -58.123485], [57.173084, -58.196842], [57.705288, -58.299716], [57.982973, -58.382485], [58.17255, -58.476128], [58.37986, -58.637209], [58.543556, -58.924601], [58.341713, -59.376003], [57.47722, -60.010284], [57.425205, -60.096789], [57.512627, -60.203751], [58.724595, -60.196249], [59.263121, -60.019873], [59.526434, -59.81346], [60.053658, -59.868922], [60.330851, -59.948559], [60.738846, -59.846391], [61.469507, -59.946657], [61.986133, -59.847439], [63.276795, -59.731281], [63.47627, -59.754881], [63.650353, -59.809477], [63.717646, -60.041829], [64.016921, -60.084338], [64.176845, -60.189487], [64.553726, -60.035356], [64.45366, -59.896087], [64.148842, -59.931445], [64.145896, -59.918121], [64.461428, -59.868091], [64.651113, -60.026519], [64.893193, -60.04989], [65.4684, -60.333685], [65.788552, -60.347235], [65.989011, -60.439867], [66.137265, -60.438733], [66.198004, -60.483959], [66.099732, -60.546998], [65.765766, -60.52964], [65.442242, -60.57461], [65.537737, -60.713929], [65.715085, -60.739854], [65.791662, -60.780667], [65.77869, -60.884819], [65.407154, -60.968631], [65.399773, -61.073327], [65.138807, -61.181736], [64.592131, -61.249787], [64.662253, -61.099006], [64.545124, -61.126017], [64.231914, -61.299792], [64.317871, -61.378635], [64.464388, -61.413491], [64.441361, -61.46629], [64.072758, -61.551011], [63.972621, -61.544429], [63.916936, -61.484876], [63.831482, -61.545158], [63.123589, -61.562433], [62.908381, -61.637128], [62.929421, -61.750732], [63.234864, -61.704637], [63.208044, -61.788124], [62.922195, -61.823786], [62.949088, -61.882819], [63.111089, -61.930005], [62.921729, -62.108833], [62.966876, -62.196266], [63.147532, -62.262584], [62.943399, -62.291816], [63.079983, -62.356595], [63.068612, -62.412092], [62.643662, -62.365618], [62.545006, -62.442909], [62.633037, -62.537499], [62.714305, -62.513916], [62.950941, -62.563633], [62.812283, -62.581283], [63.019066, -62.653778], [63.268388, -62.646972], [62.848054, -62.781039], [63.029511, -62.839912], [63.454781, -62.771728], [63.296087, -62.920506], [63.403107, -62.954666], [64.293364, -62.895637], [64.716994, -62.73914], [64.835568, -62.56636], [65.236827, -62.458734], [65.387048, -62.504296], [65.420902, -62.542359], [65.228817, -62.765739], [65.372515, -62.757763], [65.419188, -62.889484], [63.905626, -63.132001], [63.903561, -63.192438], [64.022497, -63.24063], [64.398882, -63.210847], [64.850203, -63.262278], [64.962583, -63.437208], [64.410706, -63.821724], [64.583439, -63.853848], [64.746194, -63.923091], [64.505461, -64.141599], [64.191171, -64.214222], [64.347896, -64.276703], [64.360697, -64.334598], [64.048171, -64.372482], [63.754772, -64.332214], [63.694106, -64.416151], [63.83605, -64.45612], [63.845568, -64.487441], [63.450953, -64.661053], [63.582613, -64.70207], [63.527762, -64.780476], [63.73033, -65.046809], [63.208275, -65.232787], [63.218817, -65.324453], [63.055532, -65.312941], [62.939077, -65.47433], [62.654006, -65.49502], [62.611797, -65.651978], [62.76817, -65.729889], [62.605086, -65.747753], [62.859174, -65.807585], [62.987518, -65.768834], [63.184057, -65.859755], [62.701981, -66.086901], [62.697587, -66.309385], [62.127648, -66.361078], [61.969406, -66.47308], [61.923983, -66.395102], [61.650902, -66.352068], [61.519862, -66.234994], [61.356497, -66.243016], [60.834158, -66.535596], [58.939549, -66.81627], [57.4465, -67.350259], [56.83702, -67.31254], [56.266515, -67.492702], [53.658718, -67.87408], [53.416144, -67.997566], [53.119575, -67.959701], [52.074581, -68.116855], [51.594446, -68.448596], [51.392904, -68.313192], [50.9171, -68.194342], [50.23937, -68.233251], [50.095133, -68.269283], [50.141445, -68.338866], [50.038385, -68.380105], [49.857944, -68.263675], [49.235775, -68.293224], [49.219057, -68.42311], [49.45516, -68.581796], [49.479883, -68.6961], [49.192671, -68.876071], [48.812288, -68.950962], [48.532667, -68.868839], [48.949919, -68.611369], [48.490508, -68.786835], [48.229162, -68.778854], [48.133258, -68.686292], [48.399672, -68.574085], [48.335036, -68.49407], [48.474031, -68.424298], [48.017216, -68.391119], [47.885153, -68.279801], [47.972441, -68.141848], [47.759153, -68.134466], [47.751743, -68.062814], [47.862299, -67.960838], [47.821373, -67.929665], [46.747895, -68.09265], [46.710361, -68.128705], [46.973965, -68.102331], [46.910406, -68.181527], [47.109552, -68.235789], [46.823068, -68.359625], [47.032878, -68.567409], [46.79972, -68.615248], [46.004462, -68.546683], [45.872922, -68.411314], [45.961393, -68.398874], [45.936549, -68.364409], [45.818627, -68.31759], [45.815677, -68.177498], [45.311655, -68.190122], [45.198312, -68.114036], [45.397772, -68.058261], [45.03361, -67.964885], [44.890915, -68.048907], [44.673503, -67.992827], [44.682856, -68.080974], [44.605992, -68.075688], [44.666585, -68.144491], [44.599856, -68.162413], [43.955559, -68.166863], [43.924179, -67.97785], [43.504859, -67.903529], [43.628741, -67.798092], [43.603265, -67.738435], [43.690901, -67.624789], [43.87724, -67.468386], [43.811402, -67.435017], [43.426037, -67.413669], [42.795601, -67.50386], [42.714463, -67.704906], [42.346354, -67.94365], [41.096639, -67.761816], [41.29492, -67.734007], [40.63306, -67.428304], [40.647232, -67.318969], [40.738357, -67.206629], [39.620329, -67.232898], [39.621007, -67.410539], [39.995953, -67.930662], [39.271639, -68.084931], [39.050322, -67.991953], [38.863405, -68.171446], [38.998428, -68.46171], [39.721063, -68.568159], [39.744816, -68.671836], [39.625359, -68.755233], [39.694406, -68.859922], [38.318605, -68.656772], [37.95881, -68.710835], [37.769223, -68.876282], [38.311037, -69.177868], [38.889457, -69.050974], [39.841243, -69.063729], [40.135836, -69.254327], [40.19031, -69.542398], [40.03466, -69.642134], [39.737264, -69.671219], [39.050332, -69.559273], [39.005903, -69.448586], [39.175903, -69.366421], [38.901509, -69.282232], [37.994166, -69.269728], [37.609697, -69.017722], [35.814471, -69.044521], [35.729574, -68.787669], [34.883863, -68.40063], [34.625657, -68.472555], [33.945524, -68.349098], [33.566081, -68.364278], [33.442303, -68.421163], [33.302916, -68.568155], [33.232061, -68.584245], [33.105307, -68.409172], [33.268557, -68.264962], [33.151329, -68.193248], [32.300661, -68.075738], [31.501318, -67.704839], [30.22837, -67.637242], [29.851092, -67.746637], [29.681104, -67.837333], [29.564005, -67.929128], [29.621838, -68.005827], [29.274649, -67.950777], [28.929062, -67.763517], [28.940819, -67.623365], [29.702784, -67.491051], [29.189551, -67.2348], [29.095458, -66.944008], [28.510682, -66.898015], [27.993256, -67.005416], [28.214088, -66.89197], [28.511597, -66.61185], [28.240902, -66.34847], [27.670348, -66.135871], [27.810241, -66.024688], [27.793917, -65.945624]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-48bc05e0-4b51-46a4-817b-bf0c76ad4144", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[31.304964, -61.378249], [31.388512, -61.609341], [31.182993, -61.853888], [31.121761, -61.531234], [31.304964, -61.378249]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-48bc05e0-4b51-46a4-817b-bf0c76ad4144", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[52.277277, -56.664719], [52.409877, -56.478168], [52.475459, -56.535249], [52.458095, -56.608279], [52.277277, -56.664719]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-48bc05e0-4b51-46a4-817b-bf0c76ad4144", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.017731, -63.082085], [-4.889795, -63.213379], [-5.048263, -63.168774], [-5.017731, -63.082085]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3b0e29b4-8a6c-4150-8456-806f01ba13ea", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.63197, -62.491172], [64.459806, -62.502154], [64.642593, -62.447089], [64.63197, -62.491172]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3aac50a8-86f1-440c-a076-5a2b64ae9528", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[9.406566, -68.506377], [9.851374, -68.315834], [10.032292, -68.483446], [9.929984, -68.58961], [9.447511, -68.54158], [9.406566, -68.506377]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-20255a80-ec74-40fb-9b11-7d2478a7e060", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[25.107383, -41.693529], [31.903968, -46.727365], [46.283822, -53.882998], [46.283822, -53.882998], [54.867635, -56.551777], [54.86343, -56.735731], [55.083929, -56.710034], [54.380901, -56.949361], [53.499827, -57.310469], [53.126355, -57.307915], [53.119923, -57.387086], [53.051895, -57.37361], [52.985816, -57.339661], [52.907929, -57.312404], [52.666419, -57.309709], [52.318965, -57.391897], [52.301604, -57.389137], [52.290087, -57.34189], [52.211839, -57.34524], [52.158723, -57.405298], [51.895981, -57.357916], [51.807094, -57.276838], [51.666549, -57.269942], [51.749387, -57.35357], [51.596862, -57.382909], [51.526069, -57.280284], [51.179504, -57.399527], [51.358717, -57.466102], [51.345505, -57.484517], [51.167246, -57.463353], [50.338305, -57.66816], [50.380593, -57.719068], [50.454822, -57.767843], [50.246682, -57.766114], [50.310706, -57.999847], [50.338368, -58.037007], [50.134924, -58.206103], [48.948107, -58.354094], [48.838704, -58.411954], [48.792677, -58.61526], [49.505535, -58.505335], [49.713395, -58.506746], [46.446473, -59.792062], [44.046428, -61.536944], [43.682482, -60.598443], [42.258354, -59.799438], [42.230427, -58.796036], [42.073933, -58.441936], [41.225243, -58.149125], [40.397734, -58.092333], [39.317624, -58.191346], [38.857247, -58.301108], [38.58676, -58.442165], [38.63522, -58.654176], [39.784022, -59.155657], [39.768878, -59.582143], [38.899984, -59.869547], [38.809545, -60.197034], [37.62292, -60.098221], [36.845509, -59.717993], [36.665835, -59.825716], [36.625501, -60.186118], [36.237901, -60.277618], [35.016295, -60.18502], [33.349466, -60.120717], [33.120679, -60.145997], [32.292005, -60.089329], [32.421563, -60.057251], [32.597615, -59.845771], [32.597645, -59.845638], [33.035511, -59.526375], [33.461827, -59.341783], [34.316758, -59.063113], [34.788246, -58.875793], [34.465724, -58.769919], [33.188895, -58.910222], [32.786698, -58.70178], [32.875144, -58.459786], [33.127356, -58.65596], [33.526104, -58.738216], [33.94008, -58.67211], [34.312541, -58.476336], [34.42314, -58.365574], [34.679559, -57.804567], [34.562773, -57.424881], [34.516891, -57.384049], [34.99964, -56.960239], [35.492541, -56.868328], [35.966546, -56.8065], [36.359826, -56.596297], [34.074479, -56.810429], [34.302856, -56.651678], [34.817001, -56.607496], [34.903, -56.583575], [34.896894, -56.476444], [33.590931, -56.312008], [32.496696, -55.859701], [32.327847, -55.707155], [32.142391, -54.99266], [31.821261, -54.624238], [30.724163, -53.812189], [29.989849, -53.410678], [29.816248, -53.171804], [29.775233, -52.711356], [29.867767, -52.701306], [30.270643, -52.794788], [30.404264, -52.575976], [30.232671, -52.574553], [30.071127, -52.451665], [29.83499, -52.382287], [29.429401, -52.375973], [29.273767, -52.346064], [28.986474, -52.368323], [28.782688, -52.165942], [28.649392, -52.155947], [28.442609, -52.292631], [28.166794, -52.831929], [27.652558, -53.172586], [27.459588, -53.227583], [27.158319, -53.229155], [26.958738, -53.174699], [26.824493, -53.173526], [26.664063, -53.140287], [26.323863, -52.936624], [26.121319, -52.915695], [25.887621, -52.831802], [25.904924, -52.667499], [25.679955, -52.550717], [25.404774, -52.212786], [25.299954, -51.851092], [25.058835, -51.877719], [25.216407, -51.812266], [25.002542, -51.79415], [25.141925, -51.721416], [24.468301, -50.939321], [24.271109, -51.015982], [24.252386, -50.994796], [24.177458, -50.491705], [24.071775, -50.491968], [24.040543, -50.466689], [24.250986, -50.372373], [24.03706, -49.86691], [23.517042, -49.338836], [22.933917, -48.995557], [22.837176, -48.89641], [22.804995, -48.532111], [22.312002, -47.326911], [22.320763, -46.183881], [22.655196, -45.858585], [22.718095, -45.270734], [22.589996, -44.943123], [22.245657, -44.610919], [22.115578, -44.579059], [21.954917, -44.670976], [21.727891, -44.684042], [21.569473, -44.664936], [21.342978, -44.558278], [21.303667, -44.569262], [21.397667, -44.343941], [21.491174, -44.435003], [21.565106, -44.460129], [22.07951, -44.476133], [22.069449, -44.423733], [21.808178, -44.180479], [21.68719, -43.867476], [21.424146, -43.86842], [21.444683, -43.766857], [21.6604, -43.60013], [21.713189, -43.708326], [22.091198, -43.65675], [22.377658, -43.739869], [22.722375, -43.937168], [22.899392, -43.933973], [22.930598, -43.731032], [23.068062, -43.599372], [22.706421, -43.520956], [22.483763, -43.166485], [22.142742, -43.108188], [22.194015, -42.818905], [22.568319, -42.559272], [22.665147, -42.636474], [22.862618, -42.709282], [22.881177, -42.782603], [22.991345, -42.868428], [23.064267, -43.084149], [23.225228, -43.083437], [23.457597, -42.709803], [23.632414, -42.643276], [23.682824, -42.493329], [23.848052, -42.502928], [23.974159, -42.31495], [23.597861, -42.352479], [23.483337, -42.102497], [23.241292, -41.993974], [23.054531, -41.794061], [23.079617, -41.599689], [23.177101, -41.565015], [23.294776, -41.624519], [23.353442, -41.903618], [23.887078, -41.759776], [23.864229, -42.011626], [24.054875, -42.136647], [24.330933, -42.204573], [24.372993, -42.262064], [24.419209, -42.2752], [24.582049, -42.120466], [24.546458, -41.951374], [24.629667, -41.887385], [24.780011, -41.922052], [24.914044, -42.091918], [25.153446, -42.046504], [25.107383, -41.693529]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-954f5751-239e-4fc9-ae03-d5359e11d6f3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.833994, -56.889805], [28.240807, -56.81603], [27.94425, -56.624313], [27.445926, -56.531372], [26.884296, -56.482914], [26.205758, -56.121297], [25.115253, -55.645348], [25.569032, -55.132693], [25.799338, -55.030668], [26.580449, -54.853073], [26.751669, -54.952717], [27.005749, -55.503129], [27.167551, -55.569798], [27.254583, -55.557649], [27.007095, -54.962127], [27.070794, -54.792543], [27.159938, -54.742712], [27.545252, -54.724006], [27.923736, -55.192133], [28.162988, -55.162302], [28.24692, -55.098626], [28.017822, -54.738092], [28.035419, -54.563405], [28.087864, -54.531562], [28.225686, -54.527174], [28.671036, -54.589556], [28.821306, -54.594601], [29.013235, -54.572137], [29.125788, -54.676653], [28.943793, -54.910588], [29.032409, -54.92664], [29.139461, -54.916871], [29.255339, -54.834249], [29.431217, -54.80544], [29.867251, -54.933811], [30.064349, -55.079855], [30.451467, -55.559514], [30.483651, -55.975753], [30.09288, -56.218697], [29.458121, -56.477477], [29.319885, -56.626842], [29.833994, -56.889805]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-954f5751-239e-4fc9-ae03-d5359e11d6f3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-4.797372, -63.230343], [-4.431146, -63.354988], [-4.553926, -63.489996], [-4.797372, -63.230343]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-17a503a0-6f54-43ff-9cb0-639172474633", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.215393, -67.445246], [2.477756, -67.442055], [2.347853, -67.480022], [2.215393, -67.445246]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c4565007-270a-4c45-8385-8bf76b33f174", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[33.510304, -62.483629], [33.486489, -62.524365], [33.484222, -62.474942], [33.510304, -62.483629]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-48dca41b-0f47-41d1-8f90-0f4b9c539400", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[31.338495, -62.412442], [31.437413, -62.386696], [31.574004, -62.229848], [31.900706, -62.146885], [31.97141, -62.108206], [32.019081, -61.918695], [32.305386, -61.680609], [32.371561, -61.697787], [33.137991, -62.66734], [32.760604, -62.691028], [32.527882, -62.78217], [32.250885, -62.837967], [31.548171, -62.760135], [31.265187, -62.65762], [31.386935, -62.550588], [31.338495, -62.412442]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-48dca41b-0f47-41d1-8f90-0f4b9c539400", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.194674, -64.814485], [-6.099522, -64.929907], [-6.522152, -64.824997], [-6.638195, -64.883654], [-6.587344, -64.843994], [-6.55548, -64.772755], [-6.344107, -64.841799], [-6.194674, -64.814485]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8ed6246f-b0a5-44cf-88e8-1af7d2284cfe", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.114154, -63.564629], [-5.470572, -63.601426], [-5.828683, -63.434901], [-5.602133, -63.449845], [-5.449981, -63.309923], [-5.264803, -63.320968], [-5.22717, -63.269324], [-4.95288, -63.419901], [-4.777021, -63.396991], [-4.844953, -63.574246], [-4.673919, -63.677879], [-4.798091, -63.794653], [-5.017924, -63.810379], [-5.154598, -63.71396], [-5.255657, -63.762057], [-5.426456, -63.706583], [-5.533255, -63.752601], [-5.400594, -63.864701], [-5.583191, -63.871153], [-5.740032, -63.749771], [-5.800202, -63.795244], [-5.924771, -63.780783], [-6.114154, -63.564629]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-aa3993c5-ed9d-4380-be0e-0f0d89f44d7f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[37.821973, -31.793086], [37.715004, -31.870571], [37.839555, -31.663216], [37.821973, -31.793086]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sri Lanka", "DESCR": "", "PLATE_ID": 502, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6a615e0a-842f-42b2-8098-b9b1b1cedff3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[20.04191, -67.032507], [20.366868, -67.021308], [20.403333, -67.136589], [20.35094, -67.470267], [20.262469, -67.577643], [20.002731, -67.679668], [19.793488, -67.694589], [19.501464, -67.556514], [19.349769, -67.602742], [19.430224, -67.706471], [19.02316, -67.722969], [18.835651, -67.641264], [18.820346, -67.318878], [19.006742, -67.270792], [19.676772, -67.211692], [20.04191, -67.032507]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c6c7fdb2-44be-42ed-8de1-ad4a5fadaced", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.179967, -61.240287], [-0.198426, -61.372335], [-0.049747, -61.285254], [0.179967, -61.240287]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-82ce4ef7-e858-465e-a36a-df6097660967", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[63.298387, -61.957745], [63.296686, -61.946753], [63.418877, -61.921122], [63.298387, -61.957745]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3b56125d-62b6-464e-abf5-baef71df0819", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.922558, -65.329519], [-5.733492, -65.437203], [-5.867353, -65.416286], [-5.922558, -65.329519]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4ff56164-3e9c-415f-a34e-e4b835d371f6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[30.740177, -68.044943], [31.523831, -67.867808], [31.591849, -67.947176], [31.266602, -68.02417], [31.000732, -68.180416], [30.927111, -68.394176], [30.36843, -68.342843], [30.480795, -68.18379], [30.789624, -68.112139], [30.740177, -68.044943]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b6df729a-802c-4490-b3bb-c685255487b0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[46.283822, -53.882998], [31.903968, -46.727365], [25.107383, -41.693529], [25.08859, -41.524856], [25.35533, -40.875748], [25.256172, -40.41816], [25.541348, -39.926343], [26.136875, -39.839021], [26.678178, -39.179519], [27.283163, -38.869176], [27.658645, -38.835183], [28.057674, -38.900839], [28.408172, -38.801082], [28.465703, -38.743326], [28.377331, -38.551036], [28.411948, -38.425455], [29.162561, -38.061477], [29.733211, -37.654307], [30.543555, -37.350194], [31.282315, -37.234919], [31.719423, -37.0139], [32.530528, -36.875036], [32.939881, -36.681836], [33.277706, -36.350727], [33.761786, -36.11241], [34.528961, -35.5293], [35.241573, -35.188714], [35.473447, -34.972131], [36.111657, -34.841529], [36.18029, -34.741513], [36.016426, -34.477365], [36.061453, -34.331625], [35.861685, -34.255903], [35.777119, -33.975302], [35.853941, -33.836824], [36.046573, -33.738793], [36.235905, -33.770955], [36.411147, -33.975264], [36.78191, -34.051534], [37.033704, -34.295927], [37.551816, -34.395656], [37.681148, -34.492899], [37.742432, -34.641683], [37.953577, -34.413606], [38.040991, -34.526478], [38.203349, -34.49516], [38.417038, -34.73713], [38.348455, -34.644435], [38.422804, -34.592693], [38.503228, -34.668425], [38.517336, -34.475079], [38.593968, -34.494644], [38.55569, -34.369168], [38.762871, -34.222163], [38.742035, -34.12854], [38.637394, -34.057392], [38.734604, -34.064143], [38.762234, -33.988865], [38.636486, -33.852967], [38.620008, -33.802672], [38.686428, -33.778914], [38.580976, -33.633209], [38.588425, -33.577532], [38.836219, -33.27693], [38.998174, -33.20895], [39.007549, -33.081044], [39.485744, -32.77647], [39.606222, -32.533995], [39.690958, -32.51943], [39.659763, -32.477434], [40.388931, -32.264799], [40.593803, -32.004411], [40.760396, -31.945967], [40.913935, -31.994636], [40.889391, -31.920226], [40.913283, -31.890281], [41.11895, -31.857995], [41.148286, -31.797429], [41.059712, -31.646291], [41.053058, -31.557758], [41.135444, -31.485482], [41.327501, -31.439418], [41.596386, -31.547429], [41.515069, -31.633297], [41.569771, -31.720842], [41.527211, -31.782658], [41.589041, -31.811106], [41.959581, -31.744631], [41.961164, -31.656663], [42.061121, -31.681849], [42.413879, -31.344163], [42.156828, -31.384115], [42.185495, -31.321421], [41.959478, -31.236234], [41.939251, -31.097211], [42.271287, -30.965211], [42.336953, -30.870132], [42.444918, -31.023998], [42.688116, -31.113803], [42.618298, -31.305835], [42.734775, -31.244602], [42.762194, -31.14856], [42.995853, -31.225097], [43.112258, -31.182946], [43.170039, -31.095728], [42.919715, -31.084613], [42.947444, -31.026448], [42.904386, -30.947903], [43.046105, -30.784468], [42.79001, -30.757275], [42.761469, -30.56399], [42.797901, -30.44847], [42.915458, -30.311386], [43.247463, -30.200277], [43.560639, -29.927002], [44.358838, -29.766688], [45.01029, -29.79694], [45.245246, -29.897139], [45.564426, -30.272817], [45.780354, -30.282081], [46.039024, -30.490913], [46.032441, -30.593323], [45.848591, -30.585062], [45.800963, -30.672702], [45.54969, -30.728245], [45.707956, -30.698308], [45.623288, -30.738888], [45.75688, -30.738813], [45.689566, -30.788992], [45.781136, -30.796528], [45.704188, -30.852969], [45.854982, -30.960886], [45.922312, -30.911423], [46.066545, -30.983402], [46.03645, -30.935761], [46.137126, -30.88109], [46.325795, -30.997505], [46.372746, -30.954438], [46.534165, -31.099417], [46.726983, -31.067282], [46.826873, -31.192644], [46.605771, -31.214046], [46.841292, -31.336876], [46.917006, -31.266098], [47.018993, -31.263047], [46.985856, -31.299672], [47.065635, -31.344485], [47.487552, -31.249448], [47.731742, -31.403914], [47.90414, -31.384449], [47.862757, -31.465547], [47.893071, -31.480565], [48.138939, -31.466922], [48.44105, -31.594702], [48.851386, -31.464207], [50.932914, -32.054297], [51.19477, -32.083435], [51.31226, -32.060473], [51.404922, -31.947386], [51.572775, -31.980523], [51.579474, -32.105764], [51.517517, -32.301472], [51.602713, -32.560923], [51.581561, -32.652001], [51.496721, -32.740037], [51.552358, -32.834627], [51.534687, -32.905382], [51.070334, -33.113131], [51.459546, -33.125682], [51.010478, -33.270883], [51.271674, -33.322883], [51.327789, -33.443298], [51.253484, -33.499403], [50.820972, -33.431383], [50.91841, -33.559698], [50.778652, -33.619259], [50.825008, -33.708461], [50.694, -33.680929], [50.669977, -33.740033], [50.913805, -33.849385], [50.957596, -33.999621], [50.809589, -34.065178], [50.589803, -34.009951], [50.504276, -34.093802], [50.420458, -34.365575], [50.51426, -34.520423], [50.844156, -34.479209], [50.861862, -34.665532], [50.816081, -34.939512], [51.544078, -35.691648], [51.711996, -35.444633], [52.009892, -35.222612], [52.121774, -34.974294], [52.481562, -34.814973], [52.491962, -34.728823], [52.370094, -34.544162], [52.397119, -34.434357], [52.601582, -34.385636], [52.578441, -34.360006], [52.766646, -34.241629], [53.047866, -34.181825], [53.350011, -34.224828], [53.396756, -34.33546], [53.735046, -34.292552], [53.996949, -34.014475], [54.175468, -34.055424], [54.311952, -33.924061], [54.80402, -33.885441], [54.900456, -33.766613], [54.907117, -33.660841], [54.984649, -33.575994], [54.914693, -33.484261], [55.043383, -33.462988], [54.95917, -33.419988], [55.103756, -33.413739], [54.978913, -33.392416], [55.268669, -33.364924], [55.067681, -33.303892], [55.195541, -33.263214], [55.216373, -33.323148], [55.623093, -33.065047], [56.142879, -32.96895], [56.830248, -32.965133], [57.153851, -32.881219], [57.359883, -32.921218], [57.924048, -32.79112], [58.265557, -32.598074], [58.812409, -32.887339], [59.00092, -32.804046], [59.394406, -32.814641], [59.955076, -32.702729], [60.687012, -33.070246], [61.740805, -33.065472], [62.030704, -33.351338], [62.170542, -33.318961], [62.447424, -33.506271], [62.477297, -33.450234], [62.599711, -33.435343], [62.702244, -33.480469], [62.700774, -33.606775], [62.88709, -33.52855], [63.159048, -33.683819], [63.322503, -33.645704], [63.397146, -33.84443], [63.668413, -33.973459], [63.960744, -33.952207], [64.17347, -34.15878], [64.246685, -34.101409], [64.309552, -34.163496], [64.685001, -34.13147], [64.673075, -34.236792], [64.815833, -34.233687], [64.732946, -34.139596], [64.887819, -34.162689], [64.885302, -34.093842], [64.996496, -34.008105], [64.993722, -33.839716], [65.082763, -33.590733], [65.317079, -33.714229], [65.354555, -33.860494], [65.425721, -33.815699], [65.429156, -33.719328], [65.702987, -33.759226], [65.791775, -33.806927], [65.644249, -33.923677], [65.545654, -34.146242], [65.494293, -34.163496], [65.566152, -34.232008], [65.518031, -34.290667], [65.639732, -34.290207], [65.739682, -34.213501], [65.790227, -34.255416], [65.868178, -34.195171], [65.886275, -34.233431], [65.705125, -34.293272], [65.873249, -34.363516], [65.666442, -34.363325], [65.779429, -34.470076], [66.143332, -34.378285], [66.019431, -34.322033], [66.112836, -34.275407], [66.180327, -34.361376], [66.867475, -34.513654], [67.052539, -34.782083], [67.624916, -35.163729], [68.005076, -35.694621], [68.084455, -35.680068], [68.025875, -35.737971], [68.143655, -35.89525], [68.533687, -36.283242], [68.605559, -36.702933], [68.749032, -36.751617], [68.784626, -36.685442], [68.805302, -36.754369], [68.828801, -36.676275], [68.905278, -36.651722], [68.910036, -36.610754], [69.063368, -36.624594], [69.066795, -36.569615], [69.386005, -36.774725], [69.390681, -36.704274], [69.522821, -36.655358], [69.544938, -36.739377], [69.705411, -36.66398], [69.671578, -36.587648], [69.750019, -36.518898], [70.064615, -36.450771], [70.408809, -36.498913], [70.821668, -36.689107], [71.244425, -36.731571], [71.308381, -36.812134], [71.28073, -37.181987], [71.411272, -37.44494], [71.311731, -37.486427], [71.343809, -37.543828], [71.215165, -37.604235], [71.200546, -37.648259], [71.317966, -37.639587], [71.311047, -37.776327], [71.62889, -37.825668], [71.887805, -37.98508], [71.953126, -38.292266], [71.865211, -38.555451], [71.997558, -38.872159], [72.172974, -39.034875], [72.3639, -39.01703], [72.717873, -39.304977], [73.135129, -39.448753], [73.207999, -39.580204], [73.454544, -39.605987], [73.176493, -39.848554], [74.892773, -40.505156], [75.794631, -40.654479], [75.943772, -41.253621], [75.859791, -41.315216], [75.778549, -41.61835], [75.700821, -41.679636], [76.180134, -42.086049], [76.385885, -42.112625], [76.608864, -42.037218], [76.742249, -41.887749], [77.223274, -41.776814], [77.257117, -41.494436], [77.331498, -41.42873], [77.835442, -42.267188], [78.1834, -42.471161], [78.243602, -42.617352], [78.563403, -42.73706], [78.691794, -42.876848], [78.693112, -43.040269], [79.131028, -43.0631], [79.169957, -42.978125], [79.356908, -42.97945], [79.498798, -42.739615], [79.586875, -42.739346], [79.779736, -42.618019], [79.948256, -42.690523], [79.838998, -43.056376], [79.759351, -43.12381], [79.455536, -43.225281], [79.264451, -43.231857], [79.365441, -43.262239], [79.281837, -43.399617], [79.301679, -43.557385], [79.43173, -43.608538], [79.310986, -43.646581], [79.271142, -43.883349], [79.542751, -44.037529], [79.737288, -44.583863], [80.083582, -45.011865], [80.060476, -45.266334], [80.358003, -45.595203], [80.316405, -45.733479], [80.546933, -45.89116], [80.445722, -46.229501], [80.912727, -46.426978], [80.93283, -46.599935], [80.814953, -46.626277], [80.762426, -46.7027], [81.02121, -46.847827], [80.872519, -46.986146], [81.42162, -47.081387], [81.297013, -47.172802], [81.470168, -47.182598], [81.535375, -47.108791], [81.59987, -47.136713], [81.826421, -47.4614], [81.70858, -47.672464], [81.601752, -47.703313], [81.364367, -47.705115], [80.827257, -47.427955], [80.510946, -47.423157], [80.727887, -47.682408], [80.720343, -47.919739], [80.531589, -47.96291], [80.631034, -48.024501], [80.582426, -48.179198], [80.943517, -48.374568], [81.064624, -48.620291], [80.499736, -48.856061], [80.230302, -48.596386], [80.148159, -48.667467], [80.231134, -48.858726], [80.556551, -49.047463], [80.541402, -49.332899], [81.048449, -49.667542], [80.8629, -49.754572], [80.724725, -49.764968], [80.589896, -49.821888], [80.52782, -49.967917], [80.729988, -50.175363], [81.266645, -50.266052], [81.398367, -50.428403], [81.337845, -50.507192], [81.60017, -50.550627], [81.654029, -50.633772], [81.450435, -50.875643], [81.482727, -51.022564], [81.369379, -51.080435], [81.344142, -50.951501], [81.244719, -51.058522], [81.097473, -51.023079], [80.850255, -51.24305], [80.87127, -51.293112], [81.084365, -51.295644], [81.140264, -51.393385], [81.072192, -51.787913], [80.937231, -51.949759], [81.05202, -51.938129], [81.034413, -52.049764], [81.221341, -51.98082], [81.213035, -52.031923], [81.335562, -51.976695], [81.027588, -52.154038], [81.187789, -52.283606], [80.954222, -52.553615], [81.074513, -52.639935], [80.999598, -52.714562], [81.143128, -52.694969], [80.877965, -52.935736], [80.801042, -52.924844], [80.793498, -52.998928], [80.646274, -53.054314], [80.677448, -53.095386], [80.579194, -53.101331], [80.62551, -53.241931], [80.537823, -53.295914], [80.433051, -53.285421], [80.482477, -53.388692], [80.338036, -53.43757], [80.215929, -53.364595], [80.151956, -53.53692], [79.867832, -53.657553], [80.086778, -53.819282], [79.946925, -53.895784], [79.907214, -53.88512], [79.770445, -53.931218], [80.128696, -53.939631], [80.113539, -53.96006], [79.779538, -53.987099], [80.077306, -54.074071], [80.116061, -54.180244], [79.613376, -54.415743], [79.562492, -54.56389], [79.673591, -54.615797], [79.843927, -54.506028], [79.894903, -54.520722], [79.930398, -55.114199], [79.767377, -55.30664], [79.992985, -55.576855], [79.869822, -55.649529], [79.824907, -55.484573], [79.702282, -55.567127], [79.782006, -55.942676], [79.6123, -56.019911], [79.419842, -55.989159], [79.167253, -56.109404], [79.027064, -56.356572], [78.85615, -56.407567], [78.834259, -56.508414], [78.614861, -56.563494], [78.647091, -56.669704], [78.350727, -56.81628], [78.4109, -56.845596], [78.460331, -56.825319], [78.65832, -56.850184], [79.029416, -56.784714], [78.922348, -56.849969], [78.289702, -56.981853], [78.077216, -57.072897], [77.730325, -56.92057], [77.667247, -56.793346], [77.440894, -56.800048], [77.330926, -56.739567], [77.208184, -56.808576], [77.043051, -56.765557], [77.181728, -56.892468], [76.687712, -56.908592], [76.637061, -56.824318], [76.502599, -56.873576], [76.511652, -56.787823], [76.461981, -56.803118], [75.97059, -56.7379], [75.798933, -56.745149], [75.596879, -56.571202], [75.547556, -56.617664], [75.4149, -56.624422], [75.404489, -56.560589], [75.291935, -56.600814], [75.21603, -56.570866], [75.100548, -56.591187], [75.025451, -56.541173], [75.144528, -56.46929], [74.829594, -56.419049], [74.915617, -56.307944], [75.109205, -56.313871], [75.166556, -56.283327], [74.974893, -56.27985], [74.889811, -56.083221], [74.775929, -56.104057], [74.781917, -55.959466], [74.692636, -56.014941], [74.635841, -55.998557], [74.739693, -55.881209], [74.552523, -55.949798], [74.265084, -55.719371], [74.169611, -55.767246], [74.117085, -55.666296], [74.001059, -55.849933], [73.877174, -55.837206], [73.8352, -55.856734], [73.896251, -55.58898], [73.805557, -55.540842], [73.588302, -55.54004], [73.772742, -55.480392], [73.72353, -55.455404], [73.503956, -55.490458], [73.462432, -55.538596], [73.383766, -55.523607], [73.053714, -55.666378], [72.805743, -55.659765], [73.008833, -55.591869], [72.898256, -55.504735], [72.972674, -55.364411], [72.797451, -55.349583], [72.757791, -55.304635], [72.623804, -55.334673], [72.300128, -55.284679], [72.417623, -55.291873], [72.591982, -55.218372], [72.834576, -55.289393], [72.783918, -55.196296], [72.923282, -55.200569], [73.017013, -55.132183], [72.776118, -55.064318], [72.637538, -55.107672], [72.628059, -54.993856], [72.55947, -54.982378], [72.505151, -55.018987], [72.496377, -54.95028], [72.263591, -55.034714], [72.369459, -54.952683], [72.205893, -55.032455], [72.235374, -54.923387], [72.088918, -55.017375], [71.871975, -54.946476], [71.81113, -54.992555], [71.701585, -54.995547], [71.784909, -55.411436], [71.672497, -55.406156], [71.52957, -55.464163], [71.454981, -55.446963], [71.479088, -55.542377], [71.214595, -55.531903], [71.323885, -55.051907], [71.130663, -55.102621], [70.900559, -55.027252], [70.80947, -55.148148], [70.729079, -55.091778], [70.631419, -55.106884], [70.524723, -55.08564], [70.47491, -55.167579], [70.446264, -55.073943], [70.18299, -55.09462], [70.121647, -55.004558], [69.931362, -55.053736], [69.906681, -55.124042], [69.718333, -55.113801], [69.58257, -55.158268], [69.37023, -55.129524], [69.32815, -55.168125], [69.202002, -55.116302], [69.083163, -55.201852], [68.912201, -55.19758], [68.900908, -55.128772], [68.711228, -55.11961], [68.661094, -55.064804], [68.629892, -55.106305], [68.542378, -55.085107], [68.530926, -55.260466], [68.436301, -55.258058], [68.059551, -55.366763], [67.953378, -55.361861], [67.891998, -55.424266], [67.825109, -55.409958], [67.722478, -55.427756], [67.623194, -55.355928], [67.523246, -55.401681], [67.435256, -55.354192], [67.379051, -55.370952], [67.458678, -55.528004], [67.304003, -55.581978], [67.218905, -55.572444], [66.961568, -55.59195], [66.69021, -55.553357], [66.353363, -55.357767], [66.197891, -55.445564], [66.341759, -55.546735], [66.273057, -55.615758], [66.421208, -55.703333], [66.513494, -55.721038], [66.590047, -55.71378], [66.834693, -55.773691], [66.629894, -55.802121], [66.502001, -55.749013], [66.335782, -55.825197], [66.172057, -55.814892], [66.113628, -55.828212], [65.929151, -56.082945], [65.653733, -56.1133], [65.61036, -56.047103], [65.701379, -56.064112], [65.890696, -55.917706], [65.798157, -55.523792], [65.599951, -55.471477], [65.596025, -55.369545], [65.374706, -55.232368], [65.275498, -55.254539], [64.969087, -55.212359], [64.964509, -54.908758], [64.716928, -54.798442], [64.613306, -54.842761], [64.501732, -54.845437], [64.381445, -54.802445], [64.339887, -54.821221], [64.272384, -54.794489], [64.165451, -54.813809], [64.095441, -54.768011], [63.968153, -54.786669], [63.867182, -54.769914], [63.725184, -54.814053], [63.525949, -54.805766], [63.38167, -54.848261], [63.087902, -54.783778], [62.460212, -54.92194], [62.211204, -54.742578], [62.182167, -54.953734], [61.838957, -54.811682], [61.715895, -54.903821], [61.628922, -54.852499], [61.418913, -54.893568], [61.356962, -54.869407], [61.272508, -54.886208], [61.234036, -54.86743], [61.1916, -54.92109], [61.139595, -54.878656], [60.962182, -54.8696], [60.801239, -54.990038], [60.684777, -54.933354], [60.362345, -55.112487], [60.175638, -55.105893], [60.084198, -55.12064], [60.101579, -55.177406], [60.030742, -55.186511], [59.938458, -55.176727], [59.465804, -55.297176], [59.35105, -55.265836], [59.233278, -54.948445], [58.968623, -54.999164], [58.964538, -55.101951], [58.707829, -55.182894], [58.791186, -55.172796], [58.882816, -55.213794], [59.053172, -55.197018], [59.136375, -55.40546], [58.944875, -55.47689], [58.663119, -55.386483], [58.517076, -55.570177], [58.380507, -55.56434], [58.181959, -55.645985], [58.202389, -55.565279], [58.137886, -55.567771], [57.904857, -55.738982], [57.626652, -55.762916], [57.527032, -55.683734], [57.468212, -55.709551], [57.463717, -55.647719], [57.237602, -55.602186], [57.14218, -55.606562], [57.093333, -55.650045], [57.270209, -55.783229], [57.196242, -55.789009], [57.109587, -55.774335], [57.210792, -55.823216], [57.014763, -55.866063], [56.86353, -56.023347], [56.732524, -56.039848], [56.471682, -55.964967], [56.396555, -55.913425], [56.30427, -55.934636], [56.418981, -55.957318], [56.508245, -56.030705], [56.483595, -56.096169], [56.31142, -56.147938], [56.156221, -56.057388], [56.105524, -56.262427], [55.916486, -56.259412], [55.763951, -56.387725], [54.980674, -56.580652], [46.283822, -53.882998], [46.283822, -53.882998]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2dbfcd93-5d16-4fc0-acd2-678bf2c21557", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.181466, -66.954627], [-1.032529, -67.104777], [-1.864181, -67.051645], [-1.956471, -66.962127], [-1.846304, -66.910989], [-1.598609, -66.917533], [-1.546312, -67.007375], [-1.181466, -66.954627]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9f277421-a156-4e8e-be4a-a0c3e69cc1b1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[20.069765, -68.090998], [20.55992, -68.203964], [21.041816, -68.181807], [21.25247, -68.295879], [21.092985, -68.423354], [20.82852, -68.445395], [20.683009, -68.330708], [20.40647, -68.324639], [20.176339, -68.347902], [19.941494, -68.431749], [19.835969, -68.441545], [19.613457, -68.251406], [19.516408, -68.193597], [19.919668, -68.140993], [20.069765, -68.090998]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6621cfc2-2bbc-4db0-9a0c-24f4c638d918", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[90.555826, -66.336126], [90.302086, -66.324663], [90.423741, -66.188629], [90.555826, -66.336126]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North New Zealand", "DESCR": "", "PLATE_ID": 806, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-a12f0a2a-9656-4f96-8eae-02693d42b1fa", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[71.117448, -55.178952], [70.866341, -55.188842], [70.92333, -55.169136], [71.117448, -55.178952]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2a08ca4f-4f37-47fa-9468-d608f5d5ac3b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[127.379073, 19.029115], [127.525142, 18.993613], [127.395526, 18.961846], [127.379073, 19.029115]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-06defbe4-f586-4498-9bb1-b68284ad57a2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.630742, -67.165498], [4.103829, -67.25723], [4.130543, -67.326664], [3.998897, -67.379347], [3.917196, -67.353602], [3.901841, -67.411444], [3.625092, -67.33565], [3.558607, -67.208421], [3.630742, -67.165498]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-96250d96-2ca7-4d65-808d-6f7ff458c849", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[10.757244, -67.992138], [11.103152, -68.066359], [11.056957, -68.09307], [10.757244, -67.992138]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4dda6d16-aada-47cc-ba1d-de5e1eb0f0fb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.162607, -33.909403], [64.139359, -33.955342], [64.02235, -33.847384], [64.133886, -33.807828], [64.162607, -33.909403]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-08ee7af8-627c-48da-9635-a3d96e39b479", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.632836, -67.42022], [2.879412, -67.468015], [2.790928, -67.493052], [2.632836, -67.42022]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b284f886-81b3-493a-b493-b0e6e3e04436", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[41.12228, -69.343749], [41.089708, -69.211538], [41.295951, -69.264979], [41.457707, -69.464105], [41.12228, -69.343749]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-29b2835b-4df7-4581-b942-d54b96a72dc8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[57.41707, -68.689495], [57.09919, -68.607768], [57.278858, -68.421749], [57.119191, -68.379875], [56.964956, -68.475951], [56.705782, -68.436186], [56.54608, -68.609059], [56.426392, -68.514196], [56.090559, -68.465553], [56.091202, -68.408075], [55.84804, -68.377922], [55.777363, -68.314484], [55.758723, -68.155145], [56.366829, -68.110136], [56.767325, -68.199815], [57.567328, -68.234239], [58.289977, -68.515344], [58.370476, -68.340708], [58.534869, -68.352187], [58.59133, -68.471871], [58.897376, -68.498869], [59.048878, -68.71761], [58.396337, -68.896724], [58.083176, -68.902344], [57.444181, -68.782972], [57.41707, -68.689495]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-01b045e7-d9b0-4dcb-8875-cbda9c5204ef", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[63.178867, -62.411059], [63.160282, -62.326438], [63.351084, -62.336833], [63.268333, -62.403632], [63.178867, -62.411059]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eb71437a-272d-4589-8a42-1b2597577d0f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[63.598695, -62.396632], [63.507062, -62.363368], [63.698625, -62.353396], [63.598695, -62.396632]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5551e10c-b1c8-4c58-8533-3713da362ebd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[11.450441, -68.948754], [12.002795, -68.942905], [12.39214, -69.248006], [12.411321, -69.349353], [12.109842, -69.388841], [11.844787, -69.515486], [10.952188, -69.201325], [10.973372, -69.124449], [11.282087, -69.061413], [11.450441, -68.948754]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7be69d10-8099-42f6-9590-c82450145388", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[58.877311, -32.276639], [58.815301, -32.285609], [58.78257, -32.268199], [58.837923, -32.18568], [58.877311, -32.276639]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8d5e6d96-f158-474c-9c0d-4d5d0ffa2190", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.158131, -67.109864], [4.336957, -67.17037], [4.142053, -67.172484], [4.12706, -67.205879], [4.08262, -67.156614], [4.158131, -67.109864]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5c1fe352-4eb2-4613-bfd1-969e83c32d68", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.882198, -64.529515], [8.120667, -64.573521], [8.016331, -64.672135], [7.789622, -64.623778], [7.882198, -64.529515]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cadf21a5-28dd-461f-9990-2fb682fb43b9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[68.02087, -56.136963], [67.886054, -56.248384], [67.96771, -56.420917], [67.680217, -56.624349], [67.372362, -56.434577], [67.504259, -56.235799], [67.128718, -56.03773], [67.164017, -56.028021], [67.375666, -56.084447], [67.68381, -55.917487], [67.932202, -56.02746], [68.159547, -55.970296], [68.334869, -56.044563], [68.22476, -56.133792], [68.02087, -56.136963]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9405a22b-39c8-45d8-829d-411ccf91a1cc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[63.859992, -61.779089], [63.8493, -61.750827], [64.299081, -61.619721], [64.268968, -61.746725], [63.859992, -61.779089]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-322bd645-1e8e-4959-a567-724a046ea722", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[64.739089, -61.368357], [64.720727, -61.341331], [64.844904, -61.307547], [64.739089, -61.368357]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-25bdc605-a0ce-4707-9f3e-306fd3b47124", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[32.772675, -68.885833], [33.498715, -68.931934], [33.298763, -68.99146], [32.752538, -68.991706], [32.658188, -68.964322], [32.772675, -68.885833]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6fdc93b7-8462-4d5e-b023-a21b830a007f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.166099, -62.314894], [-6.873056, -62.273781], [-6.78376, -62.420623], [-7.026853, -62.602981], [-6.772036, -62.910361], [-6.954772, -62.973361], [-7.367234, -62.746536], [-7.283166, -62.456678], [-7.166099, -62.314894]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f821cd10-4c14-4269-8f04-7257076a0522", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.261783, 13.908691], [29.228641, 13.807374], [29.182381, 13.934841], [29.241228, 13.969704], [29.261783, 13.908691]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d0d9f55f-6425-4aed-a0d7-3cfed6848c16", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.286913, -52.999496], [-13.327661, -53.060982], [-13.529309, -52.964761], [-13.522434, -52.895975], [-13.380593, -52.950545], [-13.286913, -52.999496]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fd9fe50a-5efb-4676-a257-c1942f7f43eb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[34.074467, -56.810438], [36.359826, -56.596297], [35.966546, -56.8065], [35.492541, -56.868328], [34.99964, -56.960239], [34.516891, -57.384049], [33.997759, -56.865269], [34.074467, -56.810438]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Ronne Ice Shelf", "DESCR": "", "PLATE_ID": 895, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0c4fc8be-8b86-4c07-95fe-15762f452178", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.834058, -56.889836], [30.38836, -57.144035], [31.601733, -57.35845], [32.031589, -57.676319], [32.875144, -58.459786], [32.786698, -58.70178], [33.188895, -58.910222], [34.465724, -58.769919], [34.788246, -58.875793], [34.316758, -59.063113], [33.461827, -59.341783], [33.035511, -59.526375], [32.597645, -59.845638], [32.691964, -59.483395], [32.484724, -59.140447], [32.000303, -58.780649], [30.006453, -57.471238], [29.847648, -57.432975], [29.621526, -57.428993], [29.301427, -57.462227], [28.961833, -57.428218], [28.427249, -56.930402], [28.240878, -56.816074], [29.834058, -56.889836]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Ronne Ice Shelf", "DESCR": "", "PLATE_ID": 895, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0c4fc8be-8b86-4c07-95fe-15762f452178", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[31.695844, -61.225431], [31.585802, -61.309943], [31.63316, -61.255006], [31.695844, -61.225431]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Ronne Ice Shelf", "DESCR": "", "PLATE_ID": 895, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0c4fc8be-8b86-4c07-95fe-15762f452178", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[30.650105, -61.571237], [31.005978, -61.512342], [31.248368, -61.334526], [31.534804, -61.349319], [31.521377, -61.359708], [31.650032, -61.501525], [30.817751, -62.18013], [30.401184, -62.044643], [30.692522, -61.6408], [30.650105, -61.571237]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Ronne Ice Shelf", "DESCR": "", "PLATE_ID": 895, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0c4fc8be-8b86-4c07-95fe-15762f452178", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[24.363928, -60.329186], [24.543709, -60.183276], [24.738258, -59.829873], [24.98939, -59.802312], [25.591075, -59.671596], [25.933423, -59.61558], [26.137719, -59.600889], [26.605613, -59.667127], [26.901525, -59.650403], [27.19091, -59.726134], [27.542783, -60.204316], [27.48379, -60.585613], [27.241295, -60.715773], [27.153621, -61.036909], [26.613368, -61.431668], [25.693339, -61.643458], [26.46856, -62.042535], [25.696153, -62.47538], [25.046516, -62.258591], [24.90685, -60.961231], [24.363928, -60.329186]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Ronne Ice Shelf", "DESCR": "", "PLATE_ID": 895, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0c4fc8be-8b86-4c07-95fe-15762f452178", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[31.296831, -60.991552], [31.426358, -61.073755], [31.8006, -60.913149], [31.473214, -61.098126], [31.309544, -61.079671], [31.296831, -60.991552]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Ronne Ice Shelf", "DESCR": "", "PLATE_ID": 895, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0c4fc8be-8b86-4c07-95fe-15762f452178", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[50.825004, -68.414199], [51.129374, -68.380454], [50.793495, -68.472935], [50.825004, -68.414199]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ca8f80cf-d1ca-434c-82e1-5a546403bb0e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[70.327046, -56.455281], [70.203672, -56.445706], [70.367921, -56.413034], [70.327046, -56.455281]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-dd4a78ec-dc54-4b13-95f5-e17aaabae664", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.038919, -67.223806], [0.229963, -67.32951], [0.039743, -67.293771], [-0.287007, -67.312468], [-0.37603, -67.228231], [-0.038919, -67.223806]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-75cf41a6-b6f5-4832-900f-04224a4f5f40", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[51.989868, -34.580392], [51.95946, -34.64314], [51.903445, -34.558985], [51.898743, -34.414613], [51.972757, -34.456372], [51.989868, -34.580392]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-efa09380-8371-4699-9f51-874a5e981882", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.020055, -5.708337], [-2.130976, -5.762766], [-2.171886, -5.684042], [-2.094157, -5.657663], [-2.020055, -5.708337]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4ccdf974-421f-4bb5-80cb-cbe1a86bdadd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.499322, -62.935812], [-6.45087, -63.048264], [-6.518768, -62.960604], [-6.499322, -62.935812]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-60f6d439-6e4c-458e-95ee-1c6920caf44c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.116072, -66.212127], [3.251301, -66.344681], [3.052008, -66.334445], [3.049839, -66.253754], [3.116072, -66.212127]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-490ae49e-4e26-4361-a444-a5d5f7402640", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[35.540122, -69.287786], [35.612139, -69.278965], [35.748192, -69.356368], [35.540122, -69.287786]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f176bdcf-49bb-47f4-af03-f03041d328e5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[50.595443, -68.621972], [50.85956, -68.537632], [51.554191, -68.504785], [51.429896, -68.644475], [50.542077, -68.906247], [50.287381, -68.86373], [50.601228, -68.709623], [50.546319, -68.665105], [50.595443, -68.621972]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f0b49145-7dca-492d-873a-32565370512b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[59.423098, -32.575608], [59.323852, -32.590844], [59.243771, -32.514799], [59.319978, -32.468981], [59.423098, -32.575608]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "East Antarctica", "DESCR": "", "PLATE_ID": 802, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-016c331c-bfab-4e64-8dc2-62a5c075b0cc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[34.686332, -70.156529], [34.859712, -70.116961], [34.580674, -70.104019], [34.78367, -70.043281], [35.005207, -70.062495], [35.025588, -69.965081], [35.254545, -69.85764], [34.946873, -69.917451], [34.848822, -69.789957], [34.723221, -69.83253], [34.554716, -70.043837], [34.392052, -70.052896], [34.250219, -69.854531], [34.578453, -69.807369], [34.514908, -69.657772], [33.64345, -69.969418], [33.052296, -69.839953], [32.981934, -69.778424], [33.141762, -69.687887], [34.195988, -69.634471], [33.932684, -69.536478], [32.898952, -69.555083], [32.931895, -69.427128], [33.833034, -69.464401], [33.128789, -69.251519], [34.064521, -69.290443], [33.70675, -69.205471], [33.912475, -69.136217], [34.688576, -69.260843], [34.859984, -69.368395], [35.794934, -69.468252], [36.109301, -69.557769], [35.861865, -69.619303], [36.583085, -69.766658], [36.93473, -69.752913], [37.160093, -69.874988], [38.339631, -70.111553], [38.599946, -70.262709], [38.279383, -70.357868], [37.050125, -70.364587], [37.160972, -70.308734], [37.06311, -70.289205], [36.544168, -70.376633], [36.41506, -70.268665], [36.92089, -70.215518], [36.680781, -70.163063], [36.035373, -70.237818], [36.036771, -70.072474], [35.823533, -70.147289], [35.431524, -69.945213], [35.521478, -70.234597], [34.970479, -70.314009], [34.686332, -70.156529]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9324a88a-f7cf-4c4e-a9b6-1530e2b763d8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[10.079911, -67.1708], [10.446247, -67.114039], [10.682987, -66.934592], [11.332986, -66.741399], [11.648812, -66.679618], [11.723685, -66.698296], [11.744912, -66.658325], [12.089017, -66.60454], [12.495231, -66.493221], [13.010398, -66.436719], [13.579271, -66.282838], [14.197695, -66.21977], [14.455187, -66.265066], [14.614542, -66.190363], [15.089028, -66.135117], [15.286799, -66.26571], [15.481546, -66.275587], [15.728134, -66.239857], [15.649765, -66.178875], [16.371916, -66.288903], [17.250687, -66.888674], [16.988968, -67.191804], [16.287752, -67.14897], [15.844102, -66.741388], [15.712177, -66.74153], [15.635706, -66.911343], [15.207607, -66.868662], [15.315218, -66.962481], [14.988764, -67.090418], [15.135161, -67.158818], [14.918153, -67.209416], [14.782093, -67.339946], [14.809436, -67.52636], [14.908868, -67.548425], [15.202778, -67.514815], [15.527466, -67.396699], [15.407379, -67.575779], [15.702819, -67.720836], [15.831676, -67.688578], [15.867755, -67.536609], [16.697901, -67.578789], [16.539062, -67.643817], [16.750189, -67.778449], [16.581998, -68.166361], [16.414754, -68.333099], [15.977771, -68.512532], [15.612804, -68.498826], [15.983021, -68.279603], [15.982473, -68.159459], [15.824908, -68.159001], [15.357507, -68.419203], [15.006016, -68.375204], [15.271479, -67.859685], [15.042664, -67.856346], [14.955005, -68.131532], [14.795927, -68.195427], [14.32256, -68.070688], [14.565891, -67.810257], [14.139711, -67.673795], [14.226385, -67.854823], [13.938397, -68.033783], [13.563211, -67.944914], [13.203357, -67.654421], [12.637209, -67.572326], [12.657892, -67.449462], [12.957316, -67.373251], [12.819609, -67.324449], [12.600356, -67.335384], [12.191218, -67.592305], [12.11973, -67.745249], [11.715372, -67.815119], [11.334476, -67.77348], [10.806554, -67.396437], [10.704339, -67.530786], [10.904473, -67.653034], [10.432299, -68.15276], [10.050585, -68.21454], [9.96489, -68.203087], [9.716022, -68.280474], [9.041816, -68.278391], [8.830657, -68.504919], [8.091671, -68.383941], [7.389736, -68.097224], [7.497568, -67.910416], [8.011616, -67.790371], [8.103654, -67.811663], [8.445035, -67.772804], [8.408442, -67.625043], [9.174593, -67.382946], [9.620557, -67.316296], [10.079911, -67.1708]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3ef002a9-51e4-4010-8f7b-3f24ffe4be03", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[57.597075, -67.43747], [57.729701, -67.34023], [58.267693, -67.418275], [58.519037, -67.58556], [57.73713, -67.578433], [57.597075, -67.43747]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Marie Byrd Land", "DESCR": "", "PLATE_ID": 804, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fcbad9dc-b0ee-4bc8-8fa5-d4cc62ee792e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.661142, -62.587025], [-6.423041, -62.728203], [-6.652298, -62.838838], [-6.81779, -62.675855], [-6.661142, -62.587025]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fc0ec314-4ac8-40da-ac35-ab3bf471b453", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[126.202323, 20.56851], [126.374257, 20.477598], [126.282031, 20.429533], [126.202323, 20.56851]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e993ab6f-26f3-40c0-9541-eead64d626af", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.769903, -63.928238], [-9.595094, -63.868265], [-9.655883, -64.05548], [-9.769903, -63.928238]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-568a106d-9b88-45d1-b33c-295967f7b49b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.044787, -63.497175], [-9.994738, -63.534228], [-9.845174, -63.521545], [-9.781973, -63.582424], [-9.944305, -63.632253], [-10.027934, -63.592215], [-10.087659, -63.648407], [-9.860187, -63.753186], [-9.858415, -63.673337], [-9.685232, -63.723506], [-9.841026, -63.937154], [-10.354496, -63.633988], [-10.295271, -63.410187], [-10.302733, -63.281782], [-10.035001, -63.257953], [-10.044787, -63.497175]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Antarctic Peninsula", "DESCR": "", "PLATE_ID": 803, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-05f1fc52-a8e4-46e9-b32f-7053dce37fb1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.108101, -19.507748], [105.092781, -19.46383], [105.095592, -19.457468], [105.089577, -19.451502], [104.980938, -18.815271], [104.879117, -18.289861], [104.816837, -18.051104], [104.900561, -18.074417], [104.927217, -17.962322], [104.795523, -17.80195], [104.865854, -17.431757], [104.966821, -16.774791], [105.088116, -16.626789], [105.315652, -16.411604], [105.668247, -16.033068], [105.815325, -16.05065], [106.03787, -16.077066], [105.928679, -16.403854], [106.026666, -16.597881], [105.762943, -16.989322], [105.89651, -17.049906], [106.013186, -17.330533], [106.687249, -17.318056], [106.870386, -17.397115], [106.794762, -17.545285], [106.900556, -17.751093], [107.048558, -17.871622], [107.242901, -17.84737], [107.734184, -18.443816], [107.661182, -18.197029], [107.953312, -18.41102], [108.069047, -18.583575], [108.06487, -18.813923], [107.72172, -18.927288], [107.673681, -18.709325], [107.749297, -18.606028], [107.684826, -18.626389], [107.485686, -18.433084], [106.74153, -18.421608], [106.511792, -18.32948], [106.265678, -18.092656], [105.914471, -18.092881], [105.84811, -18.019773], [105.894201, -17.834568], [105.803152, -17.715534], [105.666852, -17.863941], [105.788409, -17.861736], [105.654411, -18.129719], [105.73347, -18.293581], [105.468733, -18.815963], [105.487296, -19.181969], [105.348906, -19.193958], [105.363055, -19.466199], [105.238696, -19.480119], [105.226056, -19.386902], [105.120285, -19.37953], [105.08807, -19.419207], [105.111826, -19.505024], [105.108101, -19.507748]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-483c92d5-27b1-483d-a8b7-4e238ccdfa48", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[92.383353, -22.473256], [92.25161, -22.458052], [92.130709, -22.301715], [92.433675, -22.373935], [92.383353, -22.473256]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-7bd05521-7f70-416e-9ceb-0c53f32d3a59", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.249184, -60.986182], [4.448306, -61.013785], [4.166232, -61.037883], [4.249184, -60.986182]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6871001b-c85c-4833-9f94-188cfab22015", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.14448, -61.373102], [0.210347, -61.386751], [0.067654, -61.4531], [-0.031545, -61.451703], [-0.00986, -61.482208], [0.472115, -61.350543], [0.428857, -61.411336], [0.570169, -61.422135], [0.372268, -61.451978], [0.540747, -61.469698], [0.503497, -61.547419], [0.35931, -61.562019], [0.318515, -61.479725], [0.204221, -61.466566], [0.185509, -61.558084], [0.026813, -61.513296], [-0.239517, -61.599232], [-0.199889, -61.530001], [-0.32806, -61.520538], [-0.226037, -61.447798], [-0.182414, -61.494071], [-0.104411, -61.471196], [-0.15414, -61.426772], [-0.039854, -61.432837], [-0.057869, -61.458649], [-0.003805, -61.415864], [0.059742, -61.432468], [0.06197, -61.409288], [0.121406, -61.397558], [0.046747, -61.382772], [0.088282, -61.311444], [0.199498, -61.260313], [0.292557, -61.2524], [0.154332, -61.344287], [0.14448, -61.373102]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-874aa91e-99cd-4571-a993-2ebfe240bbaf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.682306, -60.363556], [3.676583, -60.583127], [3.491903, -60.619151], [3.409254, -60.533437], [3.292196, -60.542446], [3.219249, -60.589413], [3.306109, -60.663863], [3.082672, -60.740965], [2.982458, -60.709034], [3.144475, -60.671836], [2.906549, -60.669291], [2.754708, -60.790894], [2.755701, -60.736824], [2.629667, -60.744406], [2.431827, -60.613763], [2.189318, -60.647389], [2.407465, -60.524902], [3.155546, -60.273248], [3.365106, -60.261148], [3.682306, -60.363556]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-31f95a4f-3399-4d98-87d8-d05b344b2062", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[1.060976, -60.979105], [1.093209, -61.036406], [1.094883, -60.966026], [1.482106, -60.918932], [0.831725, -61.237511], [0.687993, -61.169856], [0.810417, -61.122986], [0.625604, -61.11888], [0.714514, -61.057805], [0.884506, -61.124339], [0.91792, -61.064512], [0.765581, -61.048997], [0.845121, -61.008161], [1.060976, -60.979105]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-daed1e90-7f4a-4f7e-adc1-be15271722ac", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.729245, -61.514498], [-0.280023, -61.462795], [-0.3991, -61.550021], [-0.743413, -61.536742], [-0.65386, -61.630478], [-0.884231, -61.620667], [-0.910527, -61.553179], [-0.729245, -61.514498]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7c767476-d86a-43fb-a935-1b382102257b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.733093, -61.59454], [-1.506248, -61.640058], [-1.784879, -61.652841], [-1.733093, -61.59454]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6838e378-3493-426f-892f-573280b7e54f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.501316, -61.508497], [-2.424396, -61.578652], [-2.618871, -61.534471], [-2.472953, -61.459728], [-2.360229, -61.443897], [-2.501316, -61.508497]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-47da3966-33a2-4823-a2e1-1dbc686f6e53", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.643459, -61.108735], [-1.471428, -61.135312], [-1.589429, -61.173613], [-1.643459, -61.108735]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1e9841dd-db65-4f44-bc39-a3bf0ecf09f8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.685551, -61.224695], [-2.493722, -61.252748], [-2.582661, -61.278885], [-2.480505, -61.382333], [-2.695634, -61.438648], [-2.63051, -61.286514], [-2.747333, -61.303381], [-2.639084, -61.243925], [-2.780232, -61.277674], [-2.685551, -61.224695]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1fe9af36-3dc2-46c2-9941-343c31217e2d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.670759, -60.572019], [-0.648992, -60.659392], [-0.873221, -60.652439], [-0.670759, -60.572019]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8f99adbb-5123-4912-b24c-63b89db07236", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.582837, -61.516011], [-3.589605, -61.594759], [-3.886499, -61.61572], [-3.866355, -61.543043], [-3.582837, -61.516011]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eff4cfa9-69fa-44b8-a6e4-6c972f0a515f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.090295, -60.880022], [-1.94822, -60.91117], [-1.959402, -60.84678], [-1.757023, -60.947095], [-1.878842, -60.847518], [-1.730723, -60.831328], [-1.634088, -60.927868], [-1.544398, -60.907065], [-1.434995, -60.974522], [-1.528314, -60.865168], [-1.389449, -60.914207], [-1.479067, -60.822247], [-1.356008, -60.816468], [-1.307738, -60.929317], [-1.238078, -60.871332], [-1.225094, -60.950287], [-1.079973, -60.986386], [-1.264453, -61.036212], [-1.122491, -61.051393], [-1.116333, -61.105631], [-1.451028, -61.116478], [-1.358819, -60.996953], [-1.546754, -61.074275], [-1.669053, -61.059342], [-1.725347, -60.965041], [-1.824979, -61.0128], [-1.72164, -61.022134], [-1.653248, -61.1431], [-1.784073, -61.121428], [-1.77566, -61.061636], [-1.864136, -61.144658], [-1.979975, -61.100654], [-1.927166, -60.995877], [-2.118833, -60.945197], [-2.090295, -60.880022]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-595d7930-0393-414d-9615-61818647489f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[106.088644, -27.611516], [105.932213, -27.743566], [105.954543, -27.645261], [106.088644, -27.611516]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a8be1e42-358d-49df-8ff7-7b87fb19a939", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.661286, -60.990526], [-2.800408, -61.039057], [-2.752676, -60.952616], [-2.661286, -60.990526]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d67207b5-386b-478a-9fc1-758e80e734fb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.460208, -60.208815], [-1.047608, -60.473263], [-0.78151, -60.553709], [-1.243362, -60.574858], [-0.644866, -60.77536], [-1.178794, -60.787923], [-1.149114, -60.753266], [-1.277501, -60.756085], [-1.448134, -60.650677], [-1.379256, -60.642149], [-1.497595, -60.613532], [-1.4806, -60.548011], [-1.233034, -60.505265], [-1.51983, -60.399822], [-1.460208, -60.208815]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b2034e31-b9bd-449b-89ae-3d009ded2b2c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.367084, -60.847181], [-3.115864, -60.874903], [-3.218887, -60.908401], [-3.367084, -60.847181]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9f722069-9567-4d35-9cb1-227d59715aa5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-4.734315, -61.235269], [-4.824417, -61.353113], [-4.86258, -61.295965], [-4.951696, -61.310734], [-4.935617, -61.235933], [-4.734315, -61.235269]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3d5ab372-bf05-45dc-b5bc-ae85fec87d6d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-4.580496, -61.03946], [-4.630771, -61.143596], [-4.383087, -61.152467], [-4.489188, -61.220678], [-5.017134, -61.190592], [-4.623788, -61.167797], [-4.831056, -61.156253], [-4.662492, -61.116528], [-4.810844, -61.111199], [-4.784632, -61.071058], [-4.580496, -61.03946]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e1581ce2-3635-400d-a7d4-b3802978653a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-4.254316, -60.904587], [-4.079164, -60.983967], [-4.192284, -60.903061], [-4.052423, -60.907167], [-3.947297, -61.011951], [-3.88593, -60.964412], [-3.721333, -61.097152], [-3.822942, -60.958818], [-3.977414, -60.909363], [-3.895761, -60.889807], [-3.51891, -61.034755], [-3.710177, -60.899194], [-3.271272, -60.899271], [-3.34523, -60.951114], [-3.25498, -61.020623], [-3.21581, -60.932042], [-2.824757, -60.956831], [-3.067476, -61.073687], [-2.964023, -61.063289], [-2.865734, -61.116068], [-3.022179, -61.127019], [-2.856402, -61.154144], [-2.942722, -61.184067], [-2.751219, -61.213501], [-2.87771, -61.269206], [-2.98302, -61.19054], [-3.032393, -61.235395], [-2.902536, -61.327091], [-3.008616, -61.340147], [-3.051233, -61.283877], [-3.040172, -61.346276], [-3.090869, -61.28324], [-3.172028, -61.456088], [-3.458675, -61.484263], [-3.16519, -61.389661], [-3.425461, -61.40453], [-3.189845, -61.354541], [-3.326947, -61.355809], [-3.274013, -61.303926], [-3.389198, -61.341253], [-3.293449, -61.173167], [-3.510806, -61.194134], [-3.638098, -61.315164], [-3.763478, -61.262782], [-3.66148, -61.38736], [-3.523477, -61.405936], [-3.532729, -61.472794], [-3.883522, -61.493138], [-3.819048, -61.389943], [-3.998813, -61.375235], [-4.006433, -61.285162], [-4.118967, -61.286458], [-4.075123, -61.236306], [-4.409289, -61.395705], [-4.352993, -61.276772], [-4.511752, -61.327734], [-4.570695, -61.227797], [-4.115028, -61.189195], [-4.263155, -61.175152], [-4.265904, -61.113995], [-4.591935, -61.091966], [-4.068077, -61.045056], [-4.380118, -60.961223], [-4.254316, -60.904587]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-297f1a4e-f42c-4fcb-aa9e-429064b2768b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.478094, -61.129513], [-5.441776, -61.220347], [-5.591814, -61.243708], [-5.478094, -61.129513]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e82ec0f4-5ffc-4b34-ac79-0eedffdeb811", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.438667, -60.928268], [-5.181381, -61.01652], [-5.488231, -60.99427], [-5.438667, -60.928268]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-86ff708b-23da-42e1-a87a-0ca12ed0c47a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.446766, -60.625349], [-5.109624, -60.604173], [-5.054746, -60.655647], [-5.336795, -60.652943], [-5.558123, -60.771251], [-5.371059, -60.654868], [-5.446766, -60.625349]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a6ca59ce-76cc-4929-84c8-51c8100de4fb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.267935, -60.917501], [-6.291607, -60.952433], [-6.180098, -60.905327], [-6.179104, -60.967323], [-6.053183, -60.984182], [-6.111048, -60.918134], [-5.96363, -60.96992], [-5.782442, -60.926694], [-5.883905, -60.883553], [-5.767459, -60.878765], [-5.78016, -60.895926], [-5.709735, -60.908206], [-5.724167, -60.875746], [-5.613775, -60.868219], [-5.582084, -60.899382], [-5.648096, -60.910826], [-5.511652, -60.918302], [-5.567596, -60.895159], [-5.545953, -60.86583], [-5.333266, -60.863056], [-5.103568, -60.917757], [-5.181616, -60.825785], [-5.136346, -60.870267], [-5.112231, -60.836749], [-5.026094, -60.872377], [-5.038031, -60.904826], [-4.887175, -60.97237], [-4.831607, -60.963781], [-4.910015, -60.925093], [-4.813976, -60.91079], [-4.934895, -60.90849], [-4.9777, -60.836867], [-4.723207, -60.860837], [-4.719132, -60.926377], [-4.340314, -60.898656], [-4.8967, -61.047094], [-4.793421, -60.979749], [-4.955693, -60.995224], [-5.005008, -60.978748], [-4.969758, -60.949037], [-5.075511, -60.926273], [-5.09239, -60.954799], [-5.21681, -60.917355], [-5.173344, -60.948077], [-5.239524, -60.96677], [-5.355353, -60.911219], [-5.258575, -60.975579], [-5.481232, -60.905322], [-5.459416, -60.941362], [-5.532398, -60.965501], [-5.715078, -60.972811], [-5.556691, -60.976364], [-5.601675, -61.030218], [-5.889886, -61.000044], [-5.755138, -61.078455], [-5.865916, -61.100477], [-5.984483, -61.022049], [-5.966349, -61.080353], [-6.255521, -60.995382], [-6.405598, -61.024383], [-6.509497, -60.99049], [-6.46027, -60.949082], [-6.69421, -60.950528], [-6.644827, -60.894068], [-6.289691, -60.904934], [-6.372005, -60.939284], [-6.267935, -60.917501]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-23ec45f8-d208-45b5-8316-2a7e040f7e42", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.976908, -59.926879], [-3.876946, -59.948167], [-3.67809, -59.897994], [-3.484426, -59.77205], [-3.312521, -59.810472], [-3.325734, -59.831905], [-3.221173, -59.873551], [-3.514973, -60.210288], [-3.499251, -60.364112], [-3.884385, -60.368995], [-3.760271, -60.390189], [-3.97556, -60.398614], [-4.140567, -60.496442], [-3.915671, -60.431342], [-3.816153, -60.463355], [-3.696733, -60.436036], [-3.605804, -60.462986], [-3.918773, -60.560023], [-3.808996, -60.586701], [-3.966577, -60.560048], [-4.01099, -60.597598], [-3.745431, -60.587791], [-3.875781, -60.642798], [-3.716628, -60.703667], [-3.94268, -60.725542], [-3.406337, -60.82519], [-3.529383, -60.881556], [-3.949826, -60.814423], [-3.905034, -60.878976], [-4.014048, -60.815388], [-4.109799, -60.859905], [-4.785938, -60.805628], [-4.388185, -60.691781], [-4.005691, -60.724141], [-4.016915, -60.676948], [-4.270613, -60.669216], [-4.111675, -60.577733], [-4.491071, -60.642745], [-4.438295, -60.545624], [-4.498755, -60.583087], [-4.671856, -60.502863], [-4.669262, -60.46858], [-4.815286, -60.445974], [-4.640905, -60.228952], [-4.483616, -60.243388], [-4.471067, -60.390962], [-4.429984, -60.262449], [-4.367241, -60.251877], [-4.412814, -60.343086], [-4.298417, -60.245349], [-4.197282, -60.284491], [-4.265083, -60.216892], [-4.131554, -60.000524], [-4.015288, -59.987328], [-3.976908, -59.926879]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bc2ef453-dc30-4c4e-be0d-a234939c9c3b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.606365, -58.931679], [-1.119989, -59.052144], [-0.845021, -58.867256], [-0.886479, -58.791747], [-0.596886, -58.833099], [0.062966, -58.977221], [0.314718, -59.08918], [0.111479, -59.017431], [0.038747, -59.055752], [0.011091, -59.214045], [0.138592, -59.305098], [0.588329, -59.231548], [0.965844, -59.389354], [1.500729, -59.460844], [1.504789, -59.508441], [1.707844, -59.468605], [1.823188, -59.53471], [2.235469, -59.572389], [4.051119, -59.588294], [4.938078, -59.334006], [5.007954, -59.641593], [4.860461, -59.630835], [4.754234, -59.772252], [4.600555, -59.733246], [4.405902, -59.805138], [4.4571, -59.858491], [4.084578, -60.124027], [3.686375, -60.120619], [2.122238, -60.492822], [1.927624, -60.682928], [1.702482, -60.688368], [1.831781, -60.732157], [1.526037, -60.892779], [0.833413, -60.977191], [0.723337, -60.861795], [0.749329, -60.945778], [0.602994, -60.881212], [0.764799, -60.981265], [0.709438, -61.007568], [0.557615, -60.925289], [0.68943, -61.010634], [0.561853, -61.066729], [0.354503, -60.949794], [0.538778, -61.077532], [0.497666, -61.113325], [0.302243, -61.102084], [0.393008, -61.121603], [0.266214, -61.166559], [0.365888, -61.171684], [0.217069, -61.211699], [0.095107, -61.043772], [0.171512, -61.215486], [-0.126872, -61.227642], [-0.220149, -61.352165], [-0.366827, -61.325873], [-0.167674, -61.070184], [-0.373752, -61.299348], [-0.521434, -61.343163], [-0.408795, -61.225453], [-0.593226, -61.26017], [-0.575318, -61.391453], [-0.659353, -61.218913], [-0.827372, -61.248061], [-0.742052, -61.282795], [-0.813472, -61.374901], [-0.996723, -61.377737], [-0.8645, -61.295184], [-0.993556, -61.327923], [-1.053909, -61.247834], [-1.213672, -61.276857], [-1.130142, -61.317623], [-1.2272, -61.342754], [-1.06873, -61.356626], [-1.126531, -61.470788], [-1.276111, -61.384177], [-1.213629, -61.4532], [-1.385522, -61.41593], [-1.319615, -61.495195], [-1.394695, -61.434928], [-1.569538, -61.475043], [-1.457634, -61.476523], [-1.594539, -61.569354], [-1.737613, -61.561961], [-1.680806, -61.504261], [-1.896249, -61.501873], [-1.777834, -61.469505], [-1.919415, -61.449909], [-1.852974, -61.408202], [-1.402105, -61.428263], [-1.649364, -61.391606], [-1.331546, -61.36267], [-1.814993, -61.38368], [-1.744955, -61.311997], [-1.473965, -61.343565], [-1.3393, -61.281678], [-1.606016, -61.271411], [-1.486887, -61.254983], [-1.258696, -61.197851], [-1.412095, -61.206166], [-1.371194, -61.158545], [-0.807304, -61.142249], [-0.974882, -60.99601], [-0.700317, -60.889218], [-0.49548, -61.180217], [-0.548967, -61.096086], [-0.379616, -61.110995], [-0.558537, -61.076337], [-0.58282, -60.918165], [-0.087619, -60.962938], [-0.01795, -60.946516], [-0.208594, -60.913129], [0.077075, -60.889054], [-0.55382, -60.893953], [-0.653569, -60.82947], [-1.04488, -60.905277], [-1.178057, -60.846694], [-1.064244, -60.841557], [-1.247509, -60.817331], [-0.116235, -60.810396], [-0.187073, -60.772269], [-0.081747, -60.741988], [-0.317643, -60.73343], [-0.182597, -60.630689], [-0.020716, -60.715101], [0.198689, -60.718265], [0.189277, -60.796442], [0.246474, -60.725503], [0.341792, -60.74765], [0.324371, -60.806981], [0.422989, -60.810431], [0.364897, -60.728651], [-0.011913, -60.594712], [0.448409, -60.62354], [0.521715, -60.600742], [0.349371, -60.533921], [0.801516, -60.513172], [0.801436, -60.748933], [0.96419, -60.783875], [0.844542, -60.720901], [0.846746, -60.609517], [1.04429, -60.621171], [0.875565, -60.496081], [1.066541, -60.456758], [-0.413167, -60.511179], [-0.841352, -60.338458], [-0.922646, -60.245642], [-0.394048, -59.779014], [-0.599685, -59.667817], [-1.068482, -59.849925], [-1.273325, -60.047051], [-1.659215, -60.033902], [-2.007202, -59.733849], [-1.963903, -59.664332], [-1.87552, -59.742122], [-1.790991, -59.70907], [-1.770281, -59.551724], [-2.00284, -59.605763], [-2.064154, -59.514316], [-2.277472, -59.529059], [-2.020246, -59.399303], [-1.673666, -59.412154], [-1.565651, -59.267402], [-1.577442, -59.14244], [-1.696638, -59.072257], [-1.606365, -58.931679]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f1cdd9d8-cb6a-4492-b00a-7b018c43f5f3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.888257, -60.357676], [-5.860446, -60.451869], [-5.970758, -60.458486], [-5.831635, -60.464708], [-5.782188, -60.587333], [-5.931741, -60.652626], [-5.946747, -60.53249], [-6.036207, -60.59366], [-6.012807, -60.494216], [-6.160048, -60.624004], [-6.112567, -60.379582], [-5.985588, -60.33088], [-5.888257, -60.357676]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-002507c4-50ad-4c25-9a8e-24f8111a1153", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.452139, -60.499049], [-7.34045, -60.538815], [-7.174882, -60.434978], [-7.089328, -60.523608], [-7.45545, -60.56125], [-7.452139, -60.499049]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-02f7e0cb-cec4-4506-86c0-20859f02f534", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.236014, -60.216061], [-6.04367, -60.32104], [-6.196316, -60.3546], [-6.162682, -60.284546], [-6.666784, -60.2439], [-6.649961, -60.184829], [-6.236014, -60.216061]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-392c773d-617b-4de0-97e8-dbcebd09e425", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.88796, -60.235892], [-6.6888, -60.243524], [-6.287783, -60.336955], [-6.517292, -60.462096], [-6.558145, -60.376389], [-6.641704, -60.437041], [-6.598035, -60.361256], [-6.726996, -60.348899], [-6.509052, -60.329678], [-6.798456, -60.302683], [-6.617968, -60.274974], [-6.868594, -60.266132], [-6.93068, -60.277973], [-6.888217, -60.284828], [-6.903024, -60.316906], [-7.068562, -60.315133], [-6.88796, -60.235892]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7a151d3c-764f-46f8-834e-f400186bc157", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.683864, -60.183344], [-6.721325, -60.241931], [-6.783944, -60.232491], [-6.775047, -60.218998], [-6.930192, -60.222604], [-6.906933, -60.196864], [-6.683864, -60.183344]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-42d9c77b-9f6a-402e-be25-565c62cb5a1d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.254548, -60.435284], [-7.358322, -60.48297], [-7.296165, -60.320438], [-7.254548, -60.435284]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e629ec2f-fc68-481b-ae3d-5d35ba0ce7b8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-14.217444, -54.181817], [-14.304749, -54.228363], [-14.433715, -54.151263], [-14.379166, -54.092998], [-14.217444, -54.181817]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-68b861c8-93b5-418e-88be-4ba2e4eae587", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.564013, -59.929749], [-6.445438, -59.949337], [-6.659623, -59.983475], [-6.564013, -59.929749]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ab6c9c94-ae2c-4132-87e4-af961c8f1f81", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.858659, -59.998777], [-6.42244, -60.043355], [-6.15898, -60.166013], [-6.845453, -60.11013], [-6.698705, -60.085086], [-6.87522, -60.075603], [-6.908151, -60.048016], [-6.857052, -60.045975], [-6.92701, -60.039935], [-6.944692, -60.020825], [-6.931927, -60.004588], [-6.89528, -60.017163], [-6.865479, -60.015324], [-6.914748, -60.007964], [-6.903017, -59.991211], [-6.858659, -59.998777]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c91936bf-2ab9-42e1-8bce-8fc11f04fd29", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[86.330866, -68.937761], [86.030316, -68.829033], [86.333442, -68.825803], [86.330866, -68.937761]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South New Zealand", "DESCR": "", "PLATE_ID": 807, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-533380f0-9fe3-4400-8f2c-73a6797325f1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.645723, -59.778762], [-5.723737, -59.848137], [-5.816596, -59.797421], [-5.839592, -59.711877], [-5.692109, -59.610996], [-5.645723, -59.778762]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1647b1b5-29c9-4fc5-8fd3-00f6b4068405", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.689757, -60.151979], [-7.582502, -60.209047], [-7.519559, -60.121855], [-7.437288, -60.39736], [-7.557839, -60.465963], [-7.5288, -60.326552], [-7.592528, -60.370971], [-7.689757, -60.151979]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cdce6ba9-e91b-4d71-ae04-b3fc427b1ee2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.833638, -59.853491], [-6.649592, -59.901216], [-6.823548, -59.954632], [-6.917271, -59.902937], [-6.833638, -59.853491]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-07ecf56c-3d62-4851-854f-0b1703a1c270", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[5.873758, -55.524404], [6.031193, -55.645285], [5.979808, -55.745505], [5.672213, -55.674177], [5.863129, -55.573107], [5.836689, -55.681361], [5.941744, -55.597263], [5.873758, -55.524404]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eb210257-328f-4efa-b1ac-a0e785f5b30a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.975128, -60.185272], [-7.912734, -60.290198], [-7.952921, -60.282521], [-7.995736, -60.313023], [-7.964018, -60.330351], [-8.018083, -60.346246], [-8.041035, -60.273808], [-8.135917, -60.265894], [-8.079531, -60.131541], [-7.988854, -60.168504], [-8.011295, -60.194168], [-7.975128, -60.185272]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ab125f7c-a1c2-4c8c-912a-4b163d06d511", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.079193, -59.978187], [-7.065629, -60.032044], [-6.951251, -59.97975], [-6.953233, -60.029605], [-6.895283, -60.074989], [-7.230714, -60.088002], [-7.592127, -59.977115], [-7.480448, -59.970936], [-7.079193, -59.978187]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e5b8cb65-93f1-47b4-810b-ea690eeeb635", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.724293, -59.785365], [-6.776864, -59.839666], [-7.044719, -59.741617], [-6.724293, -59.785365]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eeb5ec5d-3f2e-4943-a038-c9d9a9e68a1a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.585415, -53.986852], [-12.512947, -54.099298], [-12.570724, -54.132464], [-12.674028, -54.096368], [-12.847479, -54.163619], [-12.922387, -54.122549], [-13.019316, -54.120399], [-13.162735, -54.162801], [-13.215379, -54.030644], [-12.844253, -53.878112], [-12.585415, -53.986852]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-df82b97f-b98a-4ad2-9a1e-59d1f957610c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.915309, -59.828256], [-6.920431, -59.886588], [-7.303668, -59.906232], [-7.208392, -59.822116], [-7.32852, -59.77262], [-7.274017, -59.686362], [-7.025674, -59.806111], [-7.09262, -59.840239], [-6.915309, -59.828256]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-27475995-9698-414f-aff0-74d2cd6f0843", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.080869, -54.656193], [7.048327, -54.739487], [7.113126, -54.691337], [6.991336, -54.82016], [7.06785, -54.812624], [7.093148, -54.891346], [6.964331, -55.007845], [7.000084, -55.348306], [6.62829, -55.531439], [6.751571, -55.588379], [6.735516, -55.693288], [6.515461, -55.700689], [6.641203, -55.757394], [6.561099, -55.855126], [6.367015, -55.792212], [6.413738, -55.754364], [6.236289, -55.796846], [6.430641, -55.819166], [6.354708, -55.847143], [5.931312, -55.794156], [6.153524, -55.800447], [6.242449, -55.684193], [6.091411, -55.668779], [6.462945, -55.610882], [6.381015, -55.597976], [6.474369, -55.494473], [6.41009, -55.550102], [6.252719, -55.572324], [6.389693, -55.532704], [6.302192, -55.376564], [6.465753, -55.434165], [6.390474, -55.333785], [6.509696, -55.282905], [6.335871, -55.279416], [6.213932, -55.446961], [5.998403, -55.362815], [6.37621, -55.212853], [6.638999, -55.208074], [6.023449, -55.204326], [6.078854, -55.123333], [5.762647, -55.14701], [5.687603, -55.087097], [6.326402, -55.052718], [6.431491, -54.975397], [6.285485, -54.985786], [6.299751, -54.920924], [6.612868, -54.854146], [6.578279, -54.906344], [6.814611, -54.75053], [6.750224, -54.82898], [6.856963, -54.827418], [6.946786, -54.74887], [6.828935, -54.75217], [6.849513, -54.664992], [7.080869, -54.656193]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-89282d73-2f03-46d7-8c94-42a6d6ef06b9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.539467, -59.561148], [-7.418826, -59.615551], [-7.527535, -59.643251], [-7.737186, -59.552434], [-7.539467, -59.561148]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-aed905fc-8b92-4d2e-9ba5-73a3a08d067d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.678744, -59.802693], [-8.589724, -59.911608], [-8.612203, -59.808503], [-8.492566, -59.80247], [-8.414923, -59.878922], [-8.536903, -59.866811], [-8.429359, -59.972155], [-8.576977, -59.935187], [-8.395325, -60.058493], [-8.484875, -60.176694], [-8.616619, -60.098071], [-8.593377, -59.920553], [-8.729337, -59.896632], [-8.678744, -59.802693]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c773a8cc-1b0f-4a74-8c03-ed43469afc04", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-73.483061, 26.799014], [-73.504224, 26.791608], [-73.506551, 26.792011], [-73.490943, 26.822068], [-73.483061, 26.799014]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-4f0d7667-e3aa-4f65-9944-ec5bea42a6e7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.241011, -54.88227], [6.257777, -54.960484], [6.097014, -55.020832], [6.070281, -54.94541], [6.203995, -54.936661], [5.933155, -54.919729], [5.975172, -54.896545], [6.241011, -54.88227]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f61681d4-7c3e-4ba4-946c-dbe1ff879820", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.195191, -59.385591], [-7.223261, -59.465413], [-7.311829, -59.457281], [-7.259236, -59.412188], [-7.385913, -59.425339], [-7.332542, -59.357905], [-7.195191, -59.385591]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5f8cbd06-e9b2-4e09-bed8-e354e10ae685", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.454224, -54.720651], [6.813017, -54.678721], [6.370237, -54.752625], [6.454224, -54.720651]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5f0f9245-aa17-49c8-9679-9182123a70ab", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.363148, -59.470895], [-7.43405, -59.557145], [-7.629801, -59.470239], [-7.582872, -59.416351], [-7.500967, -59.394192], [-7.363148, -59.470895]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4bb975b2-3091-4989-8514-2167ee96ff91", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.093331, -59.586278], [-8.033977, -59.643935], [-8.251265, -59.635288], [-8.080098, -59.645969], [-7.97062, -59.727553], [-8.212881, -59.666342], [-8.177499, -59.859824], [-8.377134, -59.950688], [-8.274322, -59.742647], [-8.464541, -59.82264], [-8.338601, -59.715987], [-8.408038, -59.647033], [-8.093331, -59.586278]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-565f5db3-5f61-431f-a5ec-b62920a26e17", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.502588, -59.636691], [-8.431828, -59.692427], [-8.637706, -59.739486], [-8.502588, -59.636691]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-00abd6ba-48ca-4bd9-9811-313d0b518d04", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.340541, -59.490136], [-8.195248, -59.544002], [-8.417735, -59.599502], [-8.340541, -59.490136]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bc17897b-9f0e-46e2-8225-d375c31bd368", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.520382, -59.578728], [-8.683754, -59.697057], [-8.614259, -59.585888], [-8.520382, -59.578728]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a16437b9-6ef8-4d5b-9aef-d3e4fc273169", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.067695, -59.426086], [-7.960741, -59.525119], [-8.30881, -59.485275], [-8.258996, -59.366872], [-8.177536, -59.395507], [-8.233264, -59.443986], [-8.067695, -59.426086]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e6993166-fbfb-4d57-bbf1-4954f99bbdec", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.756023, -59.438076], [-7.780238, -59.507083], [-8.226452, -59.234072], [-7.756023, -59.438076]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-55204acd-e918-4313-9ae1-2367555717b0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[75.922115, -63.154387], [75.984354, -63.065254], [76.216082, -63.061438], [75.922115, -63.154387]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South New Zealand", "DESCR": "", "PLATE_ID": 814, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-46472b7d-cfcb-4bec-8b28-c41670cdc6a1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.487392, -59.161186], [-8.476681, -59.247873], [-8.382797, -59.176349], [-8.090245, -59.407489], [-8.287963, -59.352351], [-8.412269, -59.5357], [-8.544715, -59.476839], [-8.457148, -59.381776], [-8.605787, -59.443644], [-8.546978, -59.540069], [-8.672728, -59.545958], [-8.622311, -59.440253], [-8.803149, -59.506887], [-8.863192, -59.442105], [-8.773752, -59.411866], [-8.890773, -59.408771], [-8.435216, -59.306931], [-8.573237, -59.32114], [-8.526587, -59.218428], [-8.754759, -59.208974], [-8.736079, -59.159577], [-8.487392, -59.161186]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f767d7c3-517c-4c32-bfa4-df729340daf8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.992076, -59.175353], [-8.726244, -59.255679], [-8.811923, -59.29602], [-8.701396, -59.288632], [-8.712822, -59.332007], [-8.641733, -59.259722], [-8.607688, -59.335705], [-8.933843, -59.377332], [-8.798759, -59.329223], [-9.030553, -59.318215], [-8.941133, -59.303934], [-9.061745, -59.258311], [-8.911092, -59.261279], [-9.093805, -59.228835], [-8.909496, -59.204174], [-8.992076, -59.175353]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fc8e86e5-16a0-45a5-a1c7-85024e7d22d7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[76.159251, -63.247637], [76.157217, -63.195451], [76.105693, -63.243433], [75.940693, -63.187491], [76.139761, -63.121954], [76.30807, -63.167621], [76.159247, -63.090866], [76.295178, -63.041592], [76.403038, -63.090754], [76.366091, -63.251745], [76.611238, -63.335991], [76.497239, -63.399996], [76.311439, -63.400334], [76.398076, -63.334533], [76.264419, -63.313717], [76.271791, -63.256171], [76.180088, -63.268441], [76.304829, -63.211587], [76.159251, -63.247637]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South New Zealand", "DESCR": "", "PLATE_ID": 814, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-3dfccbc5-a9a6-40b6-8e68-716ae544c240", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.647795, -59.175689], [-9.643872, -59.227707], [-9.40055, -59.123632], [-9.52384, -59.221337], [-9.443916, -59.263845], [-9.636606, -59.253627], [-9.462998, -59.291367], [-9.534111, -59.321107], [-9.389721, -59.359062], [-9.492714, -59.386418], [-9.350829, -59.444043], [-9.562241, -59.475414], [-9.599172, -59.362183], [-9.746582, -59.409703], [-9.590776, -59.290994], [-9.843767, -59.26324], [-9.806522, -59.196608], [-9.647795, -59.175689]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-dd7a8aef-0910-48be-9757-5072acd15c6f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.696945, -58.858066], [-8.322001, -59.00436], [-8.589823, -59.046131], [-8.297393, -59.026706], [-8.10323, -59.125868], [-8.178358, -59.14986], [-8.286274, -59.073624], [-8.296984, -59.183861], [-8.466554, -59.137433], [-8.437786, -59.093028], [-8.554322, -59.142451], [-8.642252, -59.123186], [-8.609618, -59.081734], [-8.768293, -59.096363], [-8.618388, -58.922408], [-9.014467, -58.992961], [-8.85456, -58.895274], [-8.696945, -58.858066]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c0bce4a3-704f-4718-840f-925c333b8379", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.133961, -58.87052], [-8.940108, -58.872155], [-9.060334, -59.033069], [-9.152076, -58.936728], [-9.192759, -58.975049], [-9.133961, -58.87052]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eb54185d-3ea1-415a-8459-e22ac8e151e6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.472418, -58.046077], [-9.552403, -58.149552], [-9.758919, -58.013152], [-9.612936, -57.989649], [-9.472418, -58.046077]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-aa1d1058-ec0b-4262-b8ad-90399a777802", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.461246, -58.469947], [-10.092639, -58.6323], [-10.284456, -58.607557], [-10.190612, -58.657282], [-10.291848, -58.673416], [-10.491332, -58.530654], [-10.589726, -58.716393], [-10.668876, -58.665166], [-10.602319, -58.579693], [-10.799687, -58.566774], [-10.685141, -58.46636], [-10.461246, -58.469947]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-81d882dd-ae4b-483f-bd8a-73c1fc5028a2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.10749, -58.763714], [-10.082245, -58.816191], [-9.954184, -58.73173], [-9.723556, -58.799552], [-9.70831, -58.711777], [-9.666297, -58.849173], [-9.64734, -58.776292], [-9.588546, -58.802702], [-9.579558, -58.75117], [-9.489036, -58.774627], [-9.548006, -58.74478], [-9.475513, -58.735039], [-9.577164, -58.734047], [-9.554637, -58.710196], [-9.434695, -58.724926], [-9.427869, -58.761247], [-9.487674, -58.757478], [-9.439347, -58.776759], [-9.515942, -58.796253], [-9.424564, -58.812212], [-9.568764, -58.835218], [-9.618401, -59.122747], [-9.768426, -59.155555], [-9.725289, -58.994981], [-9.967125, -59.134881], [-10.054222, -59.050129], [-9.971017, -59.01464], [-10.099411, -58.937132], [-9.927696, -58.897586], [-9.994581, -58.966726], [-9.733156, -58.965467], [-9.776407, -58.838128], [-10.170236, -58.860784], [-10.10749, -58.763714]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-67e1d494-f930-4006-bf6b-6d57fa7d92d3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.431469, -58.01597], [-11.209612, -58.020903], [-11.492761, -58.069884], [-11.431469, -58.01597]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-21592bb2-6f10-4138-a6e9-fafb5146bca6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.120967, -57.967285], [-10.95665, -57.975939], [-11.001845, -58.103418], [-11.079425, -58.007349], [-11.118327, -58.10075], [-11.038732, -58.191691], [-11.262697, -58.198683], [-11.147509, -57.875458], [-11.120967, -57.967285]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ab6d174b-8aea-481e-b34e-9be97738960e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.793369, -57.852021], [-10.545627, -57.830429], [-10.384636, -58.028574], [-10.691176, -57.977475], [-10.588297, -57.947653], [-10.841786, -58.012051], [-10.810269, -57.933494], [-10.877411, -58.007947], [-10.888718, -57.866066], [-10.774249, -57.865814], [-10.881936, -57.847366], [-10.793369, -57.852021]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8d528074-ff07-4158-bc92-6318888eb4c7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.325893, -57.840565], [-11.184488, -57.846055], [-11.316032, -57.778116], [-11.169566, -57.775699], [-11.02245, -57.849209], [-11.011723, -57.884536], [-10.934775, -57.876537], [-10.964596, -57.960336], [-11.15175, -57.841659], [-11.214239, -58.007547], [-11.373412, -57.990452], [-11.326473, -57.898955], [-11.506435, -57.979553], [-11.574572, -57.916124], [-11.466028, -57.821763], [-11.392111, -57.797365], [-11.433192, -57.902149], [-11.352735, -57.777414], [-11.325893, -57.840565]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-07967190-d528-40f7-a724-516b0f17f79d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-158.00126, 28.638336], [-158.041147, 28.760088], [-157.683875, 28.746534], [-157.624841, 28.682542], [-158.00126, 28.638336]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-90d8c479-c3f1-4af9-a28e-bf5e90c0f913", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.21081, -57.711064], [-10.997178, -57.708829], [-10.913321, -57.74737], [-11.045061, -57.774109], [-10.84627, -57.779799], [-10.986476, -57.866146], [-11.144197, -57.778413], [-11.115459, -57.72029], [-11.165205, -57.764294], [-11.275934, -57.723498], [-11.21081, -57.711064]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9174589a-98a5-4ef9-af64-42ede6fe5d59", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.607748, -57.441278], [-10.536858, -57.584441], [-10.526488, -57.390153], [-10.34514, -57.536092], [-10.379995, -57.629342], [-10.331693, -57.549654], [-10.207241, -57.595974], [-10.263129, -57.677552], [-10.042756, -57.726274], [-9.767142, -58.020117], [-9.828781, -58.108106], [-9.630665, -58.145613], [-9.691492, -58.256074], [-9.609886, -58.160989], [-9.488545, -58.192795], [-9.406948, -58.263944], [-9.612825, -58.293372], [-9.414704, -58.284638], [-9.290776, -58.385169], [-9.427715, -58.361838], [-9.317971, -58.486941], [-9.558006, -58.447241], [-9.332039, -58.499341], [-9.37135, -58.600163], [-9.456973, -58.602848], [-9.469133, -58.53617], [-9.497732, -58.620004], [-9.620927, -58.596039], [-9.563881, -58.648882], [-9.699654, -58.627023], [-9.604123, -58.500526], [-9.464959, -58.503036], [-9.539075, -58.483924], [-9.622549, -58.493076], [-9.70589, -58.605419], [-9.784488, -58.589945], [-9.830568, -58.499741], [-9.697226, -58.493578], [-9.617712, -58.373291], [-9.785731, -58.480744], [-9.797331, -58.33615], [-9.911526, -58.453767], [-9.916434, -58.376067], [-10.054262, -58.354371], [-9.929306, -58.332513], [-10.088506, -58.292068], [-9.840859, -58.250198], [-9.957218, -58.266214], [-9.97494, -58.202301], [-10.099854, -58.276953], [-10.066576, -58.098687], [-9.953648, -58.057018], [-10.075206, -58.085205], [-10.05329, -57.951048], [-10.092668, -58.070037], [-10.239244, -58.04851], [-10.089938, -58.099648], [-10.157194, -58.2033], [-10.269019, -58.112106], [-10.180476, -58.248181], [-10.280629, -58.149006], [-10.342485, -58.228688], [-10.19674, -58.309908], [-10.325772, -58.311453], [-10.167382, -58.327855], [-10.024825, -58.497105], [-10.062845, -58.41488], [-9.973305, -58.431113], [-9.972338, -58.610549], [-10.358981, -58.483545], [-10.304405, -58.455069], [-10.409522, -58.470382], [-10.305708, -58.411691], [-10.410482, -58.439167], [-10.390613, -58.370663], [-10.523041, -58.438626], [-10.451352, -58.298854], [-10.592333, -58.37985], [-10.529611, -58.294046], [-10.637492, -58.361944], [-10.690151, -58.284477], [-10.728478, -58.369831], [-10.744283, -58.255417], [-10.793465, -58.33571], [-11.002236, -58.215809], [-10.87985, -58.152477], [-10.920055, -58.246815], [-10.85488, -58.176179], [-10.662019, -58.261914], [-10.436987, -58.272367], [-10.598658, -58.249483], [-10.345275, -58.159707], [-10.633593, -58.239755], [-10.569144, -58.21385], [-10.767742, -58.195277], [-10.670529, -58.1732], [-10.874317, -58.147746], [-10.486942, -58.134957], [-10.707184, -58.110833], [-10.480495, -58.063167], [-10.694397, -57.99987], [-10.28776, -58.094734], [-10.418047, -57.962718], [-10.313929, -57.956526], [-10.4537, -57.913855], [-10.339175, -57.907991], [-10.49339, -57.85199], [-10.413037, -57.808909], [-10.694094, -57.788445], [-10.625052, -57.711524], [-10.465572, -57.751797], [-10.620618, -57.679864], [-10.796106, -57.761348], [-10.718518, -57.669616], [-10.867866, -57.730031], [-10.762452, -57.58892], [-10.889827, -57.707953], [-10.989702, -57.684029], [-11.003949, -57.626909], [-10.795077, -57.617336], [-10.918366, -57.614805], [-10.916342, -57.575818], [-10.987381, -57.612943], [-10.86346, -57.497794], [-10.888746, -57.496161], [-10.838197, -57.494211], [-10.871831, -57.483312], [-10.863709, -57.472739], [-10.752472, -57.508988], [-10.782541, -57.425142], [-10.607748, -57.441278]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a0de8af6-70df-4a14-8171-0eb8589659fa", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.863946, -57.449423], [-10.933153, -57.554821], [-11.023985, -57.604153], [-11.073155, -57.526226], [-10.92945, -57.514459], [-11.085804, -57.514957], [-11.1191, -57.470674], [-11.059107, -57.493472], [-10.863946, -57.449423]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a717c498-dd7c-46da-bd75-c176cede3675", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.470255, -57.117237], [-10.552437, -57.215863], [-10.762207, -57.105998], [-10.470255, -57.117237]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4e0ac981-25d6-4849-85e6-0ce50a54b2e8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.262031, -56.9836], [-10.197243, -57.059939], [-10.509014, -57.032214], [-10.535316, -57.012532], [-10.453632, -56.975714], [-10.367804, -56.993916], [-10.262031, -56.9836]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-beec5e3b-f458-4905-b772-d47594a7fafa", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.738149, -57.434931], [-11.682973, -57.477294], [-11.671029, -57.420482], [-11.656983, -57.49723], [-11.59006, -57.501849], [-11.649785, -57.429592], [-11.597658, -57.422392], [-11.596803, -57.458325], [-11.543868, -57.488063], [-11.60425, -57.540889], [-11.522642, -57.499396], [-11.433655, -57.557942], [-11.477133, -57.550606], [-11.58327, -57.714871], [-11.726409, -57.722548], [-11.558386, -57.570256], [-11.7933, -57.686865], [-11.956474, -57.563418], [-11.738149, -57.434931]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-be7d021a-e1ff-46d9-8e0f-a7332077f122", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.079703, -57.561482], [-11.01494, -57.699959], [-11.251946, -57.693051], [-11.182864, -57.485437], [-11.079703, -57.561482]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bd414c02-938a-49a3-8a19-e68a41b2225f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.436143, -57.618192], [-11.31254, -57.640989], [-11.420557, -57.699671], [-11.433944, -57.631567], [-11.527321, -57.79923], [-11.655451, -57.812979], [-11.749498, -57.733817], [-11.545964, -57.73183], [-11.449104, -57.562891], [-11.436143, -57.618192]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-887ce55f-f276-4aa0-bcd3-4799fc165d4a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.679945, -56.96154], [-10.419961, -57.076402], [-10.792447, -57.085212], [-10.522674, -57.062361], [-10.742017, -57.031119], [-10.679945, -56.96154]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c3606a6b-8f8e-4058-9110-d4c550a42d24", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.978893, -57.097737], [-11.950076, -57.171046], [-11.901633, -57.109427], [-11.90996, -57.193977], [-11.824491, -57.136914], [-11.813851, -57.229389], [-11.751681, -57.200686], [-11.666535, -57.29015], [-11.496614, -57.312102], [-11.504004, -57.385553], [-11.465602, -57.323182], [-11.315691, -57.376226], [-11.478802, -57.390285], [-11.460039, -57.445489], [-11.344518, -57.392673], [-11.18883, -57.470916], [-11.277466, -57.621684], [-11.35995, -57.588455], [-11.29151, -57.522707], [-11.379207, -57.582127], [-11.377643, -57.514384], [-11.435911, -57.54978], [-11.465712, -57.464911], [-11.500021, -57.485415], [-11.575735, -57.455347], [-11.574845, -57.382153], [-11.544756, -57.365504], [-11.664719, -57.396077], [-11.676083, -57.304404], [-11.813989, -57.474979], [-11.946102, -57.44833], [-11.80861, -57.293937], [-11.954319, -57.403489], [-11.921273, -57.22389], [-12.0043, -57.313328], [-12.218831, -57.191112], [-12.144023, -57.114053], [-12.035864, -57.156003], [-12.061761, -57.051491], [-11.978893, -57.097737]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7d8a442a-ece8-478b-8e7a-d0d9529bcec8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.250242, -56.956988], [-11.127092, -57.06875], [-11.080253, -57.029894], [-10.878377, -57.137318], [-10.958317, -57.192634], [-10.81762, -57.20796], [-10.721047, -57.323537], [-10.593209, -57.329296], [-10.648339, -57.269982], [-10.540089, -57.311367], [-10.582485, -57.401259], [-11.157482, -57.445422], [-11.251031, -57.365761], [-11.153799, -57.220533], [-10.916033, -57.332939], [-10.94908, -57.231986], [-11.203246, -57.130175], [-11.250242, -56.956988]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-42f9fde4-cbe1-499f-8f85-c7bceaa62fee", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.084734, -56.890959], [-10.810667, -56.936054], [-10.743824, -56.954433], [-10.738684, -56.970633], [-10.852701, -57.081127], [-10.960059, -57.024863], [-10.938712, -56.927985], [-10.992722, -57.041144], [-11.080357, -56.961416], [-11.021746, -56.930651], [-11.111483, -56.925696], [-10.987815, -56.912856], [-11.084734, -56.890959]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e7efa26e-f533-4b64-9da5-bc392b2ad3ed", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.865857, -57.073053], [-11.403336, -57.04136], [-11.45399, -57.110837], [-11.359923, -57.071587], [-11.372617, -57.148307], [-11.288988, -57.016206], [-11.287344, -57.154877], [-11.25754, -57.088073], [-11.153973, -57.20172], [-11.293482, -57.341448], [-11.561883, -57.249093], [-11.487664, -57.173681], [-11.604409, -57.223532], [-11.56485, -57.1409], [-11.663081, -57.199372], [-11.654277, -57.113815], [-11.737634, -57.158495], [-11.697595, -57.105265], [-11.865857, -57.073053]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e27fc034-60ec-4381-a927-e7eb9f8a3b13", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.75739, -56.876014], [-11.645797, -56.910351], [-11.412889, -56.905361], [-11.716422, -56.984684], [-11.451462, -57.027818], [-11.788255, -57.039381], [-11.677637, -56.917932], [-11.950134, -57.034094], [-11.75739, -56.876014]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5c1f92fc-3187-4a6f-b69e-6fb06191e691", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.310652, -56.422049], [-10.276262, -56.518408], [-10.393262, -56.499451], [-10.433581, -56.409652], [-10.310652, -56.422049]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2dee212e-abf4-4c1c-b88f-d8d6ff8b5657", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.592339, -56.839673], [-11.469012, -56.862987], [-11.661689, -56.891985], [-11.749289, -56.779686], [-11.680297, -56.714754], [-11.545525, -56.761053], [-11.592339, -56.839673]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9a565e57-2577-4b9a-b829-fb1554f08a57", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.49156, -56.517595], [-10.948708, -56.676476], [-11.222473, -56.675787], [-10.983447, -56.490096], [-10.484076, -56.418591], [-10.49156, -56.517595]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bad74a35-cede-4c90-9dcf-9baa6bc7cdbe", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.880508, -56.641081], [-11.799075, -56.702924], [-12.041298, -56.662667], [-11.880508, -56.641081]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fd42fec0-9ed6-42ef-a82e-1c39bfb2dd73", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.890413, -56.744219], [-11.980417, -56.838166], [-12.338012, -56.815105], [-12.073104, -56.676036], [-11.994606, -56.758774], [-11.890413, -56.744219]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2469cbfd-c52a-4267-8cb5-03f1a36a36a1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.710842, -55.896137], [-11.808371, -56.013902], [-11.912379, -55.938942], [-11.773977, -55.851601], [-11.710842, -55.896137]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-780db01b-ca8b-4ae5-96eb-657e85531f06", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[82.616862, -67.960873], [81.902849, -67.873605], [82.209307, -67.84343], [82.198328, -67.728831], [82.108041, -67.799788], [81.849937, -67.77605], [81.825345, -67.863556], [81.646823, -67.788999], [81.707634, -67.720218], [81.563165, -67.717702], [82.069217, -67.502984], [82.307855, -67.494664], [82.434343, -67.377757], [82.252167, -67.380432], [82.519894, -67.306504], [82.598923, -67.501934], [82.428099, -67.595418], [82.577301, -67.641644], [82.512926, -67.733019], [82.842243, -67.885724], [82.616862, -67.960873]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South New Zealand", "DESCR": "", "PLATE_ID": 807, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-8d379382-8bff-48ce-b11c-d472c7c28c15", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.828632, -54.803521], [-11.823352, -54.939578], [-12.123863, -54.89339], [-12.233273, -54.770931], [-12.115115, -54.566715], [-11.899877, -54.744153], [-11.949558, -54.788175], [-11.828632, -54.803521]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-958f5a6d-de71-47a1-8033-7953041b7af2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.345302, -54.577435], [-12.32955, -54.781994], [-12.405044, -54.696687], [-12.543915, -54.687093], [-12.469167, -54.610066], [-12.345302, -54.577435]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c2e41976-e40b-45a3-9a69-c9b33fcd82e6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.692413, -54.671779], [-12.555945, -54.699773], [-12.809258, -54.736489], [-12.799462, -54.6613], [-12.692413, -54.671779]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-77a80d41-7055-473e-8fa5-9a8faa461f17", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[86.050676, -68.441975], [85.847363, -68.321156], [86.020376, -68.2844], [86.200169, -68.349902], [86.233911, -68.235872], [86.263998, -68.368984], [86.050676, -68.441975]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South New Zealand", "DESCR": "", "PLATE_ID": 807, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-a9e371c9-5224-4541-9e6c-8a0936903cc2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.162729, -54.636123], [-13.087067, -54.799083], [-13.1938, -54.828532], [-13.269207, -54.709142], [-13.162729, -54.636123]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-caabf3a9-21dd-4360-bdd2-4dbc107e1b22", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.441013, -54.446465], [-12.381819, -54.542232], [-12.568425, -54.589923], [-12.704453, -54.514411], [-12.604986, -54.438053], [-12.441013, -54.446465]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a7ec9c0d-8f2a-471f-86a6-d8d62f799692", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.109547, -54.474688], [-12.768465, -54.564989], [-12.746817, -54.627007], [-12.975646, -54.69416], [-12.819812, -54.6802], [-12.940381, -54.790321], [-13.110839, -54.645873], [-13.044506, -54.629029], [-13.056692, -54.603464], [-13.088311, -54.618088], [-13.127392, -54.587145], [-13.146958, -54.474115], [-13.109547, -54.474688]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-dab4ee79-3b93-433e-909c-2bbb7c45405d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.202149, -54.233102], [-12.05948, -54.515984], [-12.33866, -54.462429], [-12.398709, -54.28272], [-12.321657, -54.228941], [-12.202149, -54.233102]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-595b4454-d5c0-4dea-abdf-b069f70e7275", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.163878, -54.560288], [-13.109726, -54.627994], [-13.243811, -54.597713], [-13.165098, -54.464882], [-13.163878, -54.560288]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-469707d2-06cc-4c8d-a729-6b7eba36da72", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.747496, -54.333663], [-12.541908, -54.333528], [-12.460529, -54.290515], [-12.445184, -54.40917], [-12.635502, -54.412799], [-12.598405, -54.382191], [-12.699463, -54.423685], [-12.713168, -54.510101], [-12.747496, -54.333663]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e51f83b4-4e54-4c0e-9734-5d68507f0ffa", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.519255, -54.253455], [-12.577869, -54.308909], [-12.767204, -54.324127], [-12.563306, -54.211971], [-12.519255, -54.253455]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-19bdd201-3d53-4eec-9e50-0b5e5c4d5ed2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.249609, -54.31834], [-13.03043, -54.393121], [-13.361175, -54.402833], [-13.249609, -54.31834]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e7331653-12d3-498a-a3d2-19119ca3134d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.752098, -27.804229], [105.573323, -27.873832], [105.577495, -27.79548], [105.736558, -27.735134], [105.752098, -27.804229]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9e0293b7-517d-4558-94e8-57a765441164", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.919037, -54.143572], [-12.832516, -54.170845], [-12.653707, -54.107449], [-12.528663, -54.189858], [-12.876134, -54.296882], [-13.042218, -54.204203], [-12.947729, -54.137746], [-12.919037, -54.143572]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-69183817-135b-49c8-b45f-00a9a5be5899", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.330212, -54.099327], [-13.197831, -54.175098], [-13.423607, -54.172522], [-13.330212, -54.099327]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e03eac78-8249-4ae5-885f-c9b1d806064c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[140.400188, 23.204856], [140.528202, 22.939434], [140.42224, 22.99677], [140.400188, 23.204856]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-0e128e6f-53dd-490a-bb74-04c58163febd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[116.079267, 22.751051], [116.057955, 22.690598], [115.842104, 22.822145], [115.937999, 22.810339], [115.993153, 22.791771], [116.14748, 22.873715], [116.05224, 22.748434], [116.079267, 22.751051]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-900aeee1-ef86-4507-923a-d5d6e5df98c2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.130871, -53.745492], [-13.155959, -53.819156], [-13.401635, -53.85046], [-13.130871, -53.745492]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-84c57e2d-3d15-426b-8e0d-689fd223fe5e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.803358, -53.594527], [-12.756655, -53.664307], [-12.917973, -53.690581], [-12.961365, -53.63735], [-12.803358, -53.594527]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a11f9ea6-8c0e-49e0-bfd4-0eefd752d53a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.987871, -53.803862], [-13.752995, -53.814459], [-14.023135, -53.875701], [-13.987871, -53.803862]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bd8e58f3-f8ea-45e2-b368-75eab620d975", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.119354, -53.628036], [-13.465563, -53.852925], [-13.654846, -53.822408], [-13.510858, -53.760239], [-13.750956, -53.775902], [-13.476554, -53.617939], [-13.119354, -53.628036]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1bc91384-3426-4267-b6a1-c9a83cc46967", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-14.080243, -53.867813], [-14.131136, -53.905535], [-14.226667, -53.788094], [-14.080243, -53.867813]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a36191dc-1087-47db-8710-b564687951f6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.929462, -53.446834], [-12.825825, -53.56836], [-12.978158, -53.639554], [-13.239529, -53.547955], [-13.095998, -53.57509], [-13.181954, -53.497481], [-13.042098, -53.432605], [-12.929462, -53.446834]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3a4f83e8-1be1-4df3-b4a4-850efa5aa280", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.508596, -53.582708], [-13.717415, -53.671637], [-13.81896, -53.63167], [-13.630536, -53.540968], [-13.508596, -53.582708]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b90f88eb-fe31-47ed-8fc4-fad140f11ad7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.690159, -53.489462], [-13.541672, -53.477192], [-13.440089, -53.446313], [-13.327664, -53.508769], [-13.495651, -53.570876], [-13.571924, -53.534588], [-13.416784, -53.517847], [-13.389163, -53.481321], [-13.59272, -53.517152], [-13.690159, -53.489462]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6d22135d-ebde-4af4-92ee-b69bcc69b190", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.925247, -53.632819], [-13.809364, -53.662468], [-14.043791, -53.662713], [-13.804555, -53.49648], [-13.674175, -53.548629], [-13.925247, -53.632819]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a8e427a2-87ee-41a7-90b8-95cc4dcc22e4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.211221, -53.374315], [-13.364026, -53.424089], [-13.30818, -53.346337], [-13.211221, -53.374315]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-142dc7bd-7b01-4914-8675-c01845f63e35", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.454256, -53.063701], [-12.019443, -53.111232], [-12.053214, -53.244662], [-12.28149, -53.244343], [-12.025498, -53.270636], [-12.002811, -53.324894], [-12.189032, -53.587566], [-12.361252, -53.648696], [-12.547936, -53.594392], [-12.383242, -53.507556], [-12.528356, -53.562529], [-12.745415, -53.443189], [-12.73123, -53.364758], [-12.493121, -53.368307], [-12.63505, -53.304243], [-12.449332, -53.264189], [-12.593405, -53.271469], [-12.681898, -53.19802], [-12.509385, -53.130946], [-12.420204, -53.17449], [-12.559036, -53.101383], [-12.454256, -53.063701]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-62a55100-9b62-42b7-9ace-0a72e072d4ab", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.431074, -53.331907], [-13.377376, -53.416238], [-13.569443, -53.423367], [-13.671749, -53.349944], [-13.431074, -53.331907]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-718126c3-9179-41a5-a9e1-1c6f6f753181", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.408268, -53.221995], [-13.335986, -53.304664], [-13.58049, -53.287754], [-13.408268, -53.221995]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-896c393c-9a50-4a5d-9955-603cfb37778c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.961004, -53.361293], [-13.83738, -53.40337], [-14.066745, -53.413789], [-13.961004, -53.361293]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eb5984fe-4041-4c24-b703-4e343cd7b01d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.485092, -53.206829], [-13.694581, -53.2801], [-13.507877, -53.336722], [-13.767652, -53.274459], [-13.623498, -53.254027], [-13.761857, -53.217919], [-13.726413, -53.182621], [-13.485092, -53.206829]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b3a96bca-ca54-40aa-bb0a-afbe58c00f59", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.581431, -53.127877], [-13.462688, -53.152259], [-13.692603, -53.183912], [-13.581431, -53.127877]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0444cd18-3164-4dc8-a0a2-3141c6485653", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.885889, -52.77575], [-12.932922, -52.831968], [-13.053638, -52.738022], [-12.954482, -52.669313], [-12.885889, -52.77575]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7b1ac5fe-96b2-4ca7-87c4-ddf508ac7f1e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.61547, 43.389312], [3.666425, 43.318933], [3.648384, 43.293846], [3.675653, 43.300325], [3.659149, 43.288527], [3.726296, 43.238131], [3.731084, 43.197339], [3.672771, 43.176638], [3.667844, 43.213648], [3.641801, 43.205778], [3.649131, 43.226454], [3.623536, 43.237095], [3.524328, 43.187788], [3.532754, 43.276512], [3.600133, 43.253052], [3.641236, 43.2721], [3.562351, 43.271247], [3.578588, 43.312805], [3.558082, 43.331299], [3.555978, 43.356176], [3.617083, 43.35673], [3.591534, 43.382382], [3.61547, 43.389312]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cace13a1-1d04-401e-88d0-56dbef12819c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[50.676536, -72.751253], [51.035259, -72.729417], [51.333007, -72.599574], [51.156748, -72.733369], [51.541204, -72.797887], [51.333146, -72.71633], [51.546886, -72.682041], [51.514476, -72.584193], [51.204739, -72.46323], [51.964993, -72.436829], [52.016275, -72.552861], [51.61623, -72.611948], [51.683287, -72.715108], [52.41342, -72.760349], [51.677294, -72.848651], [50.676536, -72.751253]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "", "DESCR": "", "PLATE_ID": 807, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-bd32027a-0ccb-4bfa-b463-e86e96ba7c61", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-14.66431, -52.892018], [-14.850534, -53.012193], [-14.993743, -52.952409], [-14.856733, -52.858853], [-14.66431, -52.892018]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c1832fa7-2919-43da-9399-10d1218f6fb5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[75.103441, -60.091723], [74.821851, -60.104427], [74.937089, -60.005532], [74.724876, -59.975634], [74.851929, -59.918228], [74.820769, -59.988765], [75.01703, -59.949945], [75.29124, -60.031629], [75.452163, -60.019153], [75.418504, -59.941001], [75.614008, -59.968419], [75.369491, -60.07583], [75.18598, -60.026252], [75.103441, -60.091723]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5b0dcba7-bf25-484b-bc30-a5c4d1d96ba6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-14.00251, -51.933611], [-13.788248, -51.950404], [-14.139093, -51.964339], [-14.00251, -51.933611]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-318a9055-84d9-48ff-bd3f-7f594d5d6c87", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-14.379282, -51.638198], [-14.23592, -51.73998], [-14.377881, -51.71718], [-14.484977, -51.745254], [-14.509439, -51.726886], [-14.483236, -51.721439], [-14.507098, -51.716954], [-14.493804, -51.695718], [-14.379282, -51.638198]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-efbf3f6f-9890-4f5e-ba60-bdd9f30ab138", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[76.892714, -60.329926], [76.627397, -60.269395], [76.978655, -60.238308], [76.892714, -60.329926]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a8bfb48b-f84d-44ca-8126-2dff27ce12be", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-14.490172, -51.463902], [-14.154847, -51.589606], [-14.49636, -51.563406], [-14.569725, -51.492861], [-14.490172, -51.463902]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-86d99cae-f11a-40bc-aaec-7554a6ea9d2c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[79.697853, -65.882821], [79.516007, -65.865411], [79.425884, -65.705066], [79.566473, -65.780487], [79.562291, -65.841858], [79.673264, -65.868331], [79.65711, -65.805518], [79.710819, -65.826362], [79.773436, -65.877652], [79.697853, -65.882821]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North New Zealand", "DESCR": "", "PLATE_ID": 806, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-62b04cbe-9c85-4a57-9067-242bdb4dc895", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-15.175171, -51.050881], [-15.24265, -51.107405], [-14.766791, -50.928843], [-14.773193, -51.062404], [-14.541209, -51.124308], [-14.54517, -51.233571], [-14.313326, -51.280073], [-14.287436, -51.349266], [-14.590131, -51.492957], [-14.5432, -51.578378], [-14.40183, -51.599429], [-14.612984, -51.662668], [-14.630803, -51.554112], [-14.62942, -51.674068], [-14.560576, -51.675426], [-14.555619, -51.736975], [-14.467476, -51.757701], [-14.385168, -51.748291], [-14.390203, -51.773671], [-14.28455, -51.803299], [-14.10285, -51.807801], [-14.02328, -51.87164], [-14.247543, -51.93985], [-13.858485, -52.121954], [-14.103154, -52.195756], [-14.161067, -52.150337], [-14.111065, -52.257425], [-13.938287, -52.329539], [-14.092724, -52.376526], [-14.042463, -52.490041], [-14.233363, -52.474422], [-14.325625, -52.556444], [-14.807274, -52.488103], [-14.787821, -52.086739], [-14.896344, -51.88555], [-15.075858, -51.775907], [-15.217718, -51.535861], [-15.204476, -51.319355], [-15.401247, -51.083825], [-15.250446, -51.014915], [-15.175171, -51.050881]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Colorado subplate on South America", "DESCR": "", "PLATE_ID": 291, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-abfab9bf-cbe2-46c9-9aa8-d00a0befc53d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[80.705369, -65.573414], [80.329864, -65.52529], [80.17856, -65.424441], [80.626421, -65.470335], [80.507249, -65.526892], [80.705369, -65.573414]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North New Zealand", "DESCR": "", "PLATE_ID": 806, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-21ce9bd7-ba6a-4cdb-b6b3-d071b2693048", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[78.326927, -57.408289], [78.175148, -57.283305], [78.354334, -57.307046], [78.326927, -57.408289]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ab45933a-a59f-4a2d-a58a-b9ba892b61e9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[76.372591, -65.113193], [76.587298, -63.962662], [75.505227, -62.697902], [75.533899, -62.712291], [76.01199, -63.144426], [76.643756, -63.388892], [77.792884, -63.610664], [78.431454, -63.658485], [78.536739, -63.875718], [79.222526, -64.120855], [80.37863, -64.167318], [81.264954, -64.619366], [81.131804, -64.861516], [81.219673, -64.658867], [80.901394, -64.583], [80.496761, -64.693727], [80.595388, -64.841557], [80.386895, -64.841949], [80.41187, -64.88854], [79.734273, -64.835286], [79.288475, -64.972223], [79.925818, -65.286334], [79.77757, -65.33189], [79.916258, -65.410679], [79.95673, -65.345413], [80.210931, -65.472268], [80.060438, -65.486368], [80.274317, -65.566962], [80.232973, -65.61037], [80.219644, -65.565027], [80.167706, -65.572247], [80.165882, -65.557171], [80.102857, -65.555793], [79.988648, -65.494446], [80.016902, -65.428313], [79.760933, -65.404296], [79.87172, -65.552148], [79.670333, -65.421786], [79.654378, -65.475462], [79.446939, -65.467355], [79.361311, -65.367528], [79.588911, -65.674825], [79.531183, -65.488964], [79.817339, -65.539329], [79.660941, -65.563703], [79.753117, -65.623671], [79.965847, -65.630028], [79.941094, -65.541353], [80.099001, -65.589318], [79.887267, -65.671983], [80.031083, -65.666848], [80.047952, -65.763859], [79.897305, -65.716849], [79.835027, -65.752169], [80.016815, -65.82719], [79.697769, -65.773177], [79.744391, -65.699587], [79.561426, -65.735644], [79.359455, -65.511648], [79.391043, -65.588479], [79.31503, -65.588844], [79.442635, -65.692512], [79.384394, -65.684082], [79.335231, -65.733101], [79.392593, -65.722113], [79.36737, -65.77108], [79.478523, -65.820533], [79.225926, -65.755301], [79.152308, -65.672477], [79.291174, -65.721178], [79.283104, -65.666913], [78.947629, -65.595896], [78.320162, -65.683737], [78.188925, -65.757995], [76.828551, -65.287543], [76.646735, -65.294929], [76.548471, -65.153776], [76.372591, -65.113193]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North New Zealand", "DESCR": "", "PLATE_ID": 806, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-1d4b1644-90d7-4e55-b859-2d07eb51d489", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[76.958836, -73.396078], [77.040106, -72.972113], [78.071855, -72.584809], [77.857365, -72.605841], [77.554925, -72.256272], [77.288439, -72.250534], [77.567422, -72.161951], [76.676995, -72.253202], [76.346438, -72.098138], [76.573968, -72.013561], [76.812199, -72.133094], [76.626332, -71.993967], [77.110111, -71.985765], [77.116012, -72.059286], [77.906134, -71.8922], [79.541236, -71.204472], [79.51702, -70.887103], [79.112278, -70.558263], [79.291278, -70.267668], [79.072826, -69.967102], [79.215569, -69.685231], [78.921777, -69.651897], [79.174774, -69.501605], [78.941725, -69.593835], [78.906131, -69.666292], [78.910313, -69.585202], [78.755366, -69.582849], [79.602356, -69.26542], [79.455466, -69.169897], [79.881418, -68.870527], [79.733702, -68.789332], [80.028024, -68.699811], [79.838185, -68.721557], [79.968262, -68.600736], [80.201862, -68.594166], [80.274391, -68.478383], [80.695722, -68.438247], [80.818127, -68.336832], [81.089458, -68.302617], [81.329392, -68.367337], [81.736879, -68.22895], [82.068112, -68.247568], [81.98435, -68.163786], [82.289279, -68.225478], [82.072511, -68.305289], [82.264663, -68.366079], [82.229774, -68.256576], [82.675776, -68.339468], [83.176863, -68.185595], [83.702901, -68.28746], [83.688941, -68.36658], [83.731101, -68.287835], [84.09866, -68.257043], [84.108472, -68.136699], [84.997273, -67.958151], [85.363133, -67.958338], [85.22181, -68.263473], [85.323038, -68.057092], [85.384174, -68.111133], [85.551441, -68.004403], [85.393388, -68.171012], [85.607324, -68.138575], [85.644427, -68.238309], [85.842904, -68.024674], [86.108022, -68.177195], [85.428599, -68.461229], [85.803181, -68.356829], [85.608023, -68.551125], [85.896727, -68.411567], [86.009394, -68.468741], [85.644192, -68.594263], [85.84295, -68.570299], [85.71666, -68.66887], [86.119911, -68.460839], [86.265554, -68.641806], [85.973498, -68.674073], [86.27665, -68.669997], [86.323125, -68.737765], [85.910233, -68.79415], [85.967782, -68.684395], [85.822435, -68.732423], [85.887448, -68.792948], [85.626825, -68.749969], [85.617816, -68.670826], [85.505116, -68.746409], [85.98726, -68.813299], [85.68345, -68.882671], [85.824357, -68.931637], [86.046397, -68.846501], [86.311685, -68.951345], [85.966995, -68.985002], [86.293503, -69.003387], [86.257905, -69.06279], [85.977728, -69.014038], [86.093313, -69.04136], [85.969848, -69.070613], [86.175181, -69.054419], [86.268115, -69.118275], [85.901787, -69.153981], [86.281915, -69.138649], [86.172354, -69.333969], [85.854474, -69.223195], [85.775403, -69.259848], [86.154738, -69.358192], [85.992453, -69.448186], [85.77584, -69.38085], [86.035093, -69.475503], [85.768414, -69.496832], [86.020833, -69.553014], [85.866177, -69.714578], [85.409409, -69.698877], [85.722141, -69.727163], [85.881668, -69.811606], [85.835042, -70.024881], [85.664362, -70.062144], [85.846495, -70.108046], [85.669452, -70.437248], [84.919294, -70.636053], [84.572227, -70.99755], [83.905082, -71.317666], [83.429377, -71.89159], [80.64275, -72.953633], [76.958836, -73.396078]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South New Zealand", "DESCR": "", "PLATE_ID": 807, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-71940d6b-1667-4e09-9b7a-4db3571ae0f6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[78.22058, -57.361461], [78.157351, -57.5], [78.333777, -57.567504], [78.451427, -57.536762], [78.261819, -57.635675], [78.384609, -57.767014], [78.257767, -58.321287], [78.4085, -58.476092], [78.30235, -58.526757], [78.389238, -58.491327], [78.5927, -58.577635], [78.402802, -58.679402], [78.56156, -58.612616], [78.81254, -58.718149], [78.673028, -58.758387], [78.731284, -58.781222], [78.654671, -58.817825], [78.67815, -58.825442], [78.709975, -58.802682], [78.710868, -58.822015], [78.759928, -58.825355], [78.755408, -58.863943], [78.67169, -58.868957], [78.640397, -58.937055], [78.539275, -58.963304], [78.468936, -59.103273], [78.569202, -59.038075], [78.551141, -58.963026], [78.627498, -58.974592], [78.675237, -58.87653], [78.747036, -58.902314], [78.795874, -58.834305], [78.755955, -58.788203], [78.868841, -58.72218], [79.144358, -58.842005], [79.134476, -58.951706], [79.385289, -59.002595], [79.350947, -59.127718], [79.855265, -59.212086], [79.897392, -59.386573], [80.175805, -59.357369], [80.180663, -59.596908], [80.006341, -59.746946], [79.848375, -59.712379], [79.592925, -59.773382], [79.522149, -59.859643], [79.342873, -59.820535], [79.495418, -59.883625], [79.090833, -59.878371], [78.936619, -59.983767], [78.075024, -60.151904], [77.839718, -60.271983], [77.657502, -60.276052], [77.690438, -60.222262], [77.934129, -60.204177], [77.990164, -60.129212], [77.941321, -60.087341], [78.130629, -60.11557], [78.201483, -60.071432], [77.925691, -60.060991], [77.95086, -60.148352], [77.842122, -60.050949], [77.314963, -60.047532], [77.410609, -60.096036], [77.050458, -60.170208], [76.881128, -60.098761], [76.708788, -60.205927], [76.232464, -60.187629], [76.368104, -60.290746], [76.060413, -60.319299], [75.741069, -60.455114], [75.863698, -60.310583], [75.68982, -60.357638], [75.578471, -60.320332], [75.659435, -60.221484], [75.816452, -60.224392], [75.803789, -60.133465], [76.07556, -60.119302], [75.912059, -60.230195], [76.065992, -60.312897], [76.03107, -60.262519], [76.219856, -60.195683], [76.134231, -60.076676], [76.209011, -60.108748], [76.266916, -59.895926], [76.200139, -60.037759], [76.104306, -59.975132], [75.910621, -60.055785], [75.713213, -59.989097], [75.8324, -59.944019], [75.79354, -60.016198], [75.998194, -59.982739], [75.912304, -59.940553], [76.163339, -59.709675], [75.927006, -59.898076], [75.665314, -59.940394], [75.689227, -59.879684], [75.297956, -59.954675], [75.142352, -59.914068], [75.308247, -59.819048], [75.209461, -59.755039], [75.47976, -59.733273], [75.195762, -59.741914], [75.091757, -59.871393], [74.949403, -59.802127], [74.942342, -59.871013], [74.762076, -59.876886], [74.720265, -59.7992], [74.687313, -59.881229], [74.541216, -59.828577], [74.324888, -59.854333], [74.261388, -59.702751], [74.464515, -59.581098], [74.34154, -59.626806], [74.236674, -59.359038], [73.982561, -59.267668], [74.258739, -59.180083], [74.264821, -59.121131], [74.27567, -59.172262], [74.388524, -59.144019], [74.336418, -59.280663], [74.533479, -59.304077], [74.390993, -59.149347], [74.612102, -59.051099], [74.424906, -59.037906], [74.407755, -59.091537], [74.333416, -59.039165], [74.712569, -58.827218], [74.71408, -58.679461], [75.214812, -58.457163], [75.206646, -58.378967], [75.897236, -58.130279], [75.705634, -58.408344], [75.644985, -58.419524], [75.504882, -58.476519], [75.642702, -58.425159], [75.696241, -58.439565], [75.687644, -58.46291], [75.850174, -58.458489], [75.816625, -58.394644], [76.072032, -58.22351], [75.89556, -58.175078], [76.250449, -58.112022], [76.568867, -57.754069], [76.949999, -57.512198], [77.547632, -57.235004], [78.206547, -57.151202], [78.093907, -57.219058], [78.22058, -57.361461]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-65dbc2b2-b613-4395-947a-d3a167a2e94b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[78.983319, -56.420016], [78.489813, -56.377474], [79.133886, -56.116641], [79.418133, -56.143058], [79.384566, -56.273393], [78.983319, -56.420016]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6e438408-db2a-4cb5-8564-5926595e8873", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[24.550546, 26.065996], [24.466603, 26.005946], [24.338081, 26.221328], [24.50168, 26.105904], [24.594102, 26.124344], [24.550546, 26.065996]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6846c333-8552-4f2e-aa7c-d8a2fc5157b8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[81.774843, -59.238774], [81.444582, -59.264992], [81.559305, -59.288868], [81.36883, -59.382098], [81.095792, -59.244178], [81.322552, -59.109038], [81.363155, -58.969767], [81.56653, -58.941765], [81.544185, -58.828398], [81.942808, -58.886728], [81.716593, -59.155369], [81.774843, -59.238774]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4adf7fcd-d7b0-4bdc-b6ea-aeac115a0e67", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[80.789718, -59.450606], [80.591926, -59.453008], [80.644323, -59.368537], [80.789718, -59.450606]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-caca4cdd-99e8-453f-a81c-203a2be37239", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[81.078591, -59.585941], [80.924917, -59.55389], [80.789923, -59.2338], [81.190763, -59.453017], [81.078591, -59.585941]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-403598d2-d7ab-4a2a-be38-149ba47b88e6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.99574, -45.970365], [-3.893724, -46.070069], [-4.136177, -46.066553], [-4.123663, -46.01666], [-4.160715, -46.065139], [-4.211482, -45.996721], [-3.99574, -45.970365]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Parana Basin Plate, South America", "DESCR": "", "PLATE_ID": 202, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a2e77514-4991-40bd-9d8c-82ac5de58eec", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[82.124859, -56.473199], [81.993877, -56.57319], [81.904699, -56.384567], [82.124859, -56.473199]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f7d9e198-6291-4722-afc8-1b46976fe20a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.683911, 32.4911], [-75.686549, 32.462915], [-75.842425, 32.50794], [-75.76624, 32.573415], [-75.683911, 32.4911]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-320ccd5d-1e38-44a1-a032-e14ac08a326d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[82.416619, -56.564336], [82.171059, -56.435706], [82.375855, -56.388469], [82.386885, -56.455561], [82.416619, -56.564336]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bb196bf3-ecf5-429a-9b33-1810a45d7511", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[131.067617, 35.771263], [130.8297, 35.675777], [130.860087, 35.776036], [130.969995, 35.773247], [131.067617, 35.771263]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f3ae4902-8ad0-48f0-a5b6-88353c49ee47", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[114.169282, -28.36324], [114.019628, -28.394363], [114.07367, -28.311251], [114.188775, -28.304396], [114.169282, -28.36324]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0d62cad1-5744-4bfa-9620-f03d5a2a25dc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[94.887785, -64.260574], [94.629621, -64.40373], [94.500528, -64.422656], [94.622117, -64.34226], [94.507465, -64.385623], [94.385355, -64.527737], [94.177947, -64.524355], [94.691184, -64.601126], [94.564696, -64.670058], [94.406071, -64.599804], [94.241072, -64.665366], [94.449522, -64.756526], [94.167992, -65.212825], [94.060821, -65.254031], [94.091778, -65.158831], [93.983256, -65.204514], [93.891298, -65.144087], [93.949111, -65.223147], [93.653919, -65.278283], [93.728107, -65.375062], [93.886094, -65.266173], [93.82955, -65.347592], [94.127519, -65.428137], [93.879592, -65.415441], [93.661886, -65.50294], [93.747786, -65.433733], [93.215426, -65.66311], [92.8448, -65.651014], [92.902493, -65.707465], [92.583606, -65.751691], [92.612094, -65.671511], [92.247903, -65.677431], [91.625097, -65.992076], [91.519963, -65.98385], [91.530862, -65.94656], [91.423327, -65.959869], [91.422698, -66.046177], [91.323287, -65.950975], [91.435059, -65.921269], [91.262882, -65.9434], [91.234793, -65.985052], [91.05756, -65.958199], [91.253148, -65.901401], [91.028929, -65.955753], [90.795449, -65.927624], [90.860651, -66.049234], [90.770512, -65.939052], [90.231201, -66.118059], [89.953094, -66.101987], [90.254876, -66.13123], [90.035357, -66.191918], [90.219943, -66.24401], [90.03891, -66.2863], [89.988447, -66.450721], [89.454889, -66.518221], [89.549754, -66.692341], [90.345238, -66.5351], [90.523953, -66.601051], [90.50557, -66.545509], [90.945816, -66.5604], [91.148265, -66.431847], [91.303865, -66.48596], [91.16165, -66.599901], [90.640566, -66.683921], [90.768249, -66.850507], [90.361361, -66.744732], [90.432504, -66.869651], [89.940329, -66.885672], [90.070153, -66.912231], [89.922566, -66.942315], [89.485431, -66.928067], [88.909116, -67.057442], [88.516673, -67.201115], [88.041175, -67.59213], [87.696014, -68.118722], [88.12039, -68.370274], [88.624067, -68.45134], [89.038698, -68.645219], [89.043115, -68.913896], [88.711122, -69.09875], [87.752307, -68.94427], [86.33629, -68.919315], [85.798489, -68.650881], [84.923493, -68.610431], [84.692036, -68.693656], [84.285067, -68.590468], [84.824628, -68.589232], [84.876257, -68.461544], [84.89019, -68.259977], [84.484407, -67.956727], [83.822616, -67.826143], [83.380293, -67.882012], [83.277253, -67.985664], [82.019857, -67.804666], [81.645418, -67.647717], [81.080594, -67.599868], [80.627001, -67.37619], [79.212291, -67.053301], [78.450629, -66.639215], [78.396031, -66.486218], [78.830006, -66.481856], [78.945091, -66.423857], [78.865096, -66.256935], [79.05883, -66.213076], [79.375358, -66.249778], [79.300201, -66.173922], [79.098845, -66.183854], [79.274702, -66.040542], [79.651669, -66.231602], [81.176481, -66.553396], [81.684346, -66.559406], [82.353281, -66.46218], [82.739571, -66.293807], [82.912662, -66.031761], [83.376191, -65.833222], [83.568772, -65.568214], [83.936527, -65.430863], [84.200463, -65.408917], [84.488564, -65.482638], [84.900739, -65.736158], [84.93819, -65.89854], [85.323449, -66.022644], [86.41544, -66.056439], [86.634354, -66.113092], [87.100479, -66.077319], [87.187923, -66.153855], [87.729145, -66.118486], [87.905996, -66.181211], [88.792475, -66.032622], [89.01522, -66.078337], [88.959699, -66.020098], [90.981137, -65.491539], [91.1163, -65.549587], [90.640045, -65.747029], [91.373464, -65.695924], [91.189686, -65.64457], [91.309004, -65.593346], [91.228395, -65.605586], [91.235072, -65.559317], [91.362896, -65.553258], [91.288609, -65.567709], [91.423172, -65.566758], [91.399749, -65.657784], [91.612729, -65.740244], [91.488822, -65.649606], [91.638141, -65.657835], [91.427568, -65.630434], [91.439026, -65.573033], [91.567782, -65.579187], [91.521248, -65.63373], [91.592933, -65.592537], [91.808704, -65.666986], [91.907437, -65.613907], [91.62098, -65.590965], [91.723085, -65.516095], [91.866618, -65.537069], [91.767753, -65.452807], [91.632452, -65.566522], [91.507137, -65.524005], [91.78261, -65.299091], [91.326271, -65.493001], [91.137356, -65.389829], [91.644369, -65.268552], [93.632537, -64.401946], [93.799445, -64.484042], [94.083852, -64.454151], [95.087178, -63.928427], [95.35321, -64.216638], [94.887785, -64.260574]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North New Zealand", "DESCR": "", "PLATE_ID": 806, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-b2250b95-a418-40b0-b816-664d9e67afe0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[80.666658, -49.948304], [80.497237, -49.993935], [80.791947, -50.049643], [80.765178, -50.249842], [80.619893, -50.223296], [80.469801, -49.988451], [79.994945, -49.9246], [79.958337, -49.706609], [79.489446, -49.406995], [79.61135, -49.18887], [79.810424, -49.15527], [80.768521, -49.759324], [80.528858, -49.806957], [80.666658, -49.948304]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b0ba3b05-ad7c-4249-a652-9fe51abe4116", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.278615, -55.2172], [104.752393, -55.344364], [105.03867, -55.165891], [105.214171, -55.12102], [105.232149, -55.171558], [105.278615, -55.2172]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-38b8bde1-e936-4706-b472-0bacfda8d701", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.257922, -31.25659], [3.226037, -31.689618], [3.077582, -31.326214], [3.189255, -31.234112], [3.257922, -31.25659]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fa40a429-1ee1-4e69-9117-4a3acf0fb1e2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.817718, -26.932264], [4.907898, -26.995596], [4.704258, -27.052357], [4.751342, -26.817565], [4.840035, -26.836132], [4.817718, -26.932264]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7f0e7a3f-0fb2-4132-b8df-0be0f078f17e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.684792, -54.88096], [105.233019, -55.093436], [105.527675, -54.840376], [105.684792, -54.88096]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-455fb077-8b34-41ea-9ed6-523a128bf256", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.544153, -54.540917], [105.277397, -54.751975], [105.320888, -54.60618], [105.544153, -54.540917]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e57dd195-937a-4b09-a627-ce41c8ca9d7a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[74.042134, -26.918563], [73.661363, -27.521862], [73.800338, -27.104457], [73.937218, -26.938561], [74.042134, -26.918563]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-36ffb65d-bb97-4dbb-83e4-c8d247636fe3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.521192, -29.249717], [2.527058, -29.407038], [2.460444, -29.346775], [2.521192, -29.249717]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-adb4958a-5109-43e3-8e94-429dfe82bf4b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.958355, -53.353579], [106.691951, -53.73281], [106.830497, -53.507119], [107.234272, -53.405889], [107.293358, -53.282604], [107.857496, -53.248681], [107.904029, -53.062582], [108.190375, -53.063992], [108.111722, -53.123452], [107.958355, -53.353579]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eeedec80-9562-4525-a978-971a7196c7ae", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[106.757795, -50.640367], [106.829204, -50.756023], [106.74605, -50.695585], [106.67045, -50.733562], [106.657044, -50.689076], [106.61407, -50.674944], [106.664458, -50.660478], [106.617877, -50.642834], [106.757795, -50.640367]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7e07b884-52ea-4054-9d23-f84a6c056281", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.144828, -50.78238], [107.191718, -50.930867], [107.29614, -50.925302], [107.019693, -51.176694], [107.035867, -51.13479], [106.947726, -51.143047], [106.942383, -51.103318], [106.953231, -51.071433], [107.070969, -51.090054], [106.958828, -51.053238], [106.986716, -50.983025], [106.950055, -50.902864], [107.028905, -50.780344], [107.009485, -50.764476], [107.144828, -50.78238]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2d3ea1fc-3d4f-49b5-9a81-35d1603b918d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[5.711811, -25.919173], [5.485873, -26.049192], [5.436661, -26.005884], [5.541417, -25.882165], [5.711811, -25.919173]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c3ef6387-0419-4dbe-b20e-533929dd182a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.315518, -40.391872], [28.199097, -40.658375], [28.21614, -40.518821], [28.315518, -40.391872]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Africa", "DESCR": "", "PLATE_ID": 701, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-83b25db2-3151-4f78-ae8c-f8a22510acb0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.224375, -47.193483], [108.094864, -47.158131], [108.078301, -47.092228], [108.249531, -47.023128], [108.230995, -47.070894], [108.224375, -47.193483]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-77172cdf-ca40-431d-96f4-ef247f312584", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-36.332118, -16.260268], [-36.467464, -16.45648], [-36.55338, -16.386142], [-36.498142, -16.556348], [-36.684836, -16.628873], [-36.78464, -16.507661], [-36.652039, -16.584165], [-36.659631, -16.297658], [-36.442678, -16.199167], [-36.332118, -16.260268]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c7cf2d7b-167e-4ab0-b382-15af108c71bd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.208815, -44.106038], [107.088558, -44.129247], [107.08163, -43.802706], [107.284688, -43.915115], [107.208815, -44.106038]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c84c6b08-b574-4d4d-86b7-555b1c3dbe16", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-36.344411, -16.814292], [-36.36543, -16.928653], [-36.487071, -16.936375], [-36.52508, -16.891789], [-36.371426, -16.884225], [-36.410337, -16.832547], [-36.344411, -16.814292]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8716a023-3f46-4f8b-a888-9ea80ddc11eb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[101.922553, -38.836372], [101.745232, -38.758341], [101.944048, -38.702364], [101.947122, -38.764022], [101.922553, -38.836372]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-195cf226-05c6-4a58-b5ff-a85ede5aa3e0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[43.055557, -21.721589], [42.837728, -21.87816], [43.190576, -21.589737], [43.055557, -21.721589]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Madagascar", "DESCR": "", "PLATE_ID": 702, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0dd3bacb-b7f1-4654-8996-5b674c34b822", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.883681, -28.976714], [3.832478, -29.258011], [3.82491, -29.023055], [3.883681, -28.976714]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Africa", "DESCR": "", "PLATE_ID": 701, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4fc0003b-47bd-4f08-a5ad-c2f56f03611d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[102.534478, -38.400855], [102.521097, -38.5102], [102.398544, -38.450396], [102.416411, -38.372], [102.150746, -38.444045], [102.136709, -38.374822], [101.960785, -38.392053], [101.907163, -38.254931], [102.210851, -38.19749], [102.495027, -38.300447], [102.534478, -38.400855]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-28ca196d-8017-4f58-8c4f-cef6a4ae17da", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[34.956132, -36.189597], [34.848129, -36.297882], [34.829021, -36.190447], [34.956132, -36.189597]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Mozambique, Africa", "DESCR": "", "PLATE_ID": 701, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b467a6d4-b29c-458f-8fc9-0b69bc812308", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[100.878603, -36.175751], [100.725549, -36.304149], [100.696414, -36.12359], [100.873402, -36.062748], [100.878603, -36.175751]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-91084de5-90e6-4846-a10b-024da0023a63", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[102.052336, -34.586396], [102.131537, -34.655927], [102.225536, -34.58661], [102.256743, -34.683604], [102.109287, -34.719501], [101.966148, -34.649357], [101.972565, -34.778369], [101.766308, -34.819497], [101.880576, -34.957176], [101.979676, -34.931036], [101.873478, -35.076892], [101.616978, -34.877883], [101.507805, -34.669211], [101.372068, -34.629925], [101.574019, -34.613112], [101.781602, -34.372672], [102.013671, -34.485511], [102.038873, -34.373808], [102.167883, -34.428733], [102.052336, -34.586396]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fb87071c-cde8-4e35-8019-8a6e56676267", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[147.840685, 48.211701], [147.164807, 48.090965], [146.999669, 48.180952], [147.184545, 48.365193], [147.755504, 48.471715], [147.978477, 48.364685], [147.840685, 48.211701]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-76fbdf77-1078-4080-8b41-a2d5762a77cd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[90.787194, -27.787603], [90.64844, -27.7355], [90.756861, -27.726031], [90.659101, -27.631118], [90.819004, -27.62059], [90.787194, -27.787603]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-caad1710-da44-415b-9505-8c46fa10e8cd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[143.004628, 35.154922], [143.266968, 34.947061], [143.334678, 35.047799], [143.439987, 34.80457], [143.020773, 34.862464], [142.951754, 35.0641], [142.887476, 35.039628], [142.985786, 35.138775], [142.9285, 35.180205], [143.004628, 35.154922]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Palawan", "DESCR": "", "PLATE_ID": 621, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-5216ffb0-70b5-4c14-b6ed-647e3af1a873", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[110.177142, -24.944384], [110.304656, -25.45913], [110.543701, -25.70017], [110.567912, -25.961532], [110.386688, -26.187835], [110.444245, -26.374567], [110.078135, -26.640189], [109.865172, -25.732538], [109.935918, -25.567213], [109.71611, -25.23212], [109.559758, -25.338117], [109.284129, -24.790272], [109.412207, -24.743835], [109.380532, -24.660483], [109.039724, -24.635001], [108.87754, -24.47531], [108.979549, -24.169038], [108.895117, -24.111253], [109.052057, -24.021394], [108.926347, -23.982211], [108.427351, -24.102823], [108.632111, -23.994028], [108.736884, -23.798892], [108.996807, -23.955893], [109.055908, -23.873823], [109.215559, -23.888415], [109.640368, -24.424797], [109.843039, -24.554939], [109.748138, -24.723778], [110.06832, -24.816843], [110.177142, -24.944384]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-e934cb55-90ff-4509-a4cf-769072493f79", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[43.040014, -17.708916], [42.978131, -17.920806], [42.881922, -17.797596], [42.912543, -17.710418], [43.040014, -17.708916]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Madagascar", "DESCR": "", "PLATE_ID": 702, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d6ccc078-22cb-47ab-aa03-976f230b9e44", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[100.225581, -30.314821], [100.156905, -30.355902], [100.07441, -30.240217], [100.153263, -30.239065], [100.225581, -30.314821]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-18d74ddb-2fdf-4168-89e1-6cd294473bf7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[98.41585, -28.779694], [98.326441, -28.773758], [98.441415, -28.82642], [98.312989, -28.932114], [98.426654, -28.987967], [98.447678, -29.091278], [98.373432, -29.120824], [98.161532, -28.884515], [97.901048, -28.749404], [98.038495, -28.652293], [98.199166, -28.834229], [98.16074, -28.701552], [98.309657, -28.624503], [98.245805, -28.55227], [98.531231, -28.578923], [98.41585, -28.779694]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-78862c4d-9049-4abe-92f4-769c15d12e7d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[104.042755, -32.590101], [103.706279, -32.616438], [104.265123, -32.479848], [104.042755, -32.590101]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f33833b5-b3da-4bd9-82c6-f92e3c06b4da", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[98.661993, -28.762304], [98.687492, -28.834362], [98.782857, -28.788997], [98.715373, -28.923147], [98.766061, -29.037757], [98.787335, -28.852421], [99.027466, -28.938648], [99.071748, -29.041804], [98.984776, -29.129929], [99.121967, -29.020712], [99.157697, -29.076254], [99.261043, -29.034714], [99.18104, -29.270468], [99.259574, -29.103477], [99.398383, -29.063894], [99.376395, -29.156069], [99.489676, -29.227849], [99.431899, -29.450036], [99.339642, -29.432427], [99.261119, -29.517453], [99.195395, -29.436589], [99.005426, -29.490335], [98.574072, -29.433295], [98.403629, -28.913903], [98.60362, -28.523815], [98.704168, -28.485126], [98.765806, -28.719154], [98.661993, -28.762304]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5b8b6568-1706-4819-9862-fb485207dbee", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[100.696073, -29.767374], [100.400871, -30.050624], [100.535308, -29.727086], [100.696073, -29.767374]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8bab5f09-3bc0-4431-8366-4c5f65455c37", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.580415, -35.650935], [109.438899, -35.611946], [109.500658, -35.500517], [109.613925, -35.556703], [109.580415, -35.650935]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b2206e68-0394-4b9e-b84c-9b74430aec6a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[118.750034, -46.527474], [118.724599, -46.498332], [118.739598, -46.502402], [118.750034, -46.527474]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1a8c4e39-14bc-44b0-8168-0e232937f556", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[93.138952, -23.503306], [92.752403, -23.300905], [92.842582, -23.196676], [93.37595, -23.389873], [93.309127, -23.310348], [93.546337, -23.310933], [93.55422, -23.370363], [93.406488, -23.408612], [93.42214, -23.514676], [93.227999, -23.455717], [93.138952, -23.503306]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-aa17d1fc-99f9-442c-9094-797bcfbdd09d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[110.073452, -35.260911], [109.94243, -35.287807], [109.906776, -35.181918], [110.04764, -35.180099], [110.073452, -35.260911]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f1aa6fdf-668d-4939-8bbd-9e68b76a31ad", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[93.659241, -23.259841], [93.575358, -23.209334], [93.607634, -23.144188], [93.836626, -23.149431], [93.839665, -23.207961], [93.724091, -23.163773], [93.659241, -23.259841]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-f98c9e54-86bd-485f-bfd5-e3e8c8089b1c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[110.000999, -35.076107], [109.87194, -35.135625], [109.878655, -35.055763], [110.000999, -35.076107]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-53166275-866d-482c-aa9d-dd18463c1d18", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[98.805521, -24.491589], [98.812516, -24.495233], [99.041709, -24.752964], [98.879302, -24.764964], [98.753226, -24.565857], [98.805521, -24.491589]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-3ca14cc7-d4d6-4f78-ac4d-107bf9176e78", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[111.096537, -34.906941], [110.883254, -34.808487], [110.973328, -34.822845], [111.096537, -34.906941]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-747a80dc-65d7-457a-8084-8276e4e7cb8a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.883231, -35.876824], [109.578844, -35.9678], [109.782136, -35.96161], [109.709786, -36.128349], [109.828222, -36.109786], [109.807105, -36.241328], [109.651918, -36.528766], [109.280807, -36.887925], [109.556573, -37.22289], [109.265797, -37.258064], [109.111597, -37.410451], [109.245287, -37.540827], [109.163151, -37.642612], [109.24666, -37.838793], [108.933866, -38.01089], [109.164017, -38.085188], [108.891106, -38.294794], [108.751313, -38.573256], [108.426054, -38.781932], [108.142651, -39.420848], [108.204998, -39.632481], [108.483848, -39.666385], [108.656324, -39.587006], [108.759151, -39.709355], [109.0462, -39.711158], [108.893668, -40.107119], [109.063932, -40.289421], [109.032654, -40.50915], [109.204204, -40.658898], [109.149847, -40.789514], [109.220407, -40.828158], [108.924289, -40.929093], [108.958303, -41.082072], [108.666473, -41.13546], [108.677108, -41.284886], [108.414675, -41.581035], [108.395781, -41.7738], [108.236689, -41.934445], [108.149522, -41.891824], [108.01797, -42.005838], [108.006475, -42.573489], [107.904205, -42.660244], [108.08458, -42.61226], [108.171766, -42.698262], [107.962533, -42.776567], [107.854306, -42.92429], [107.847147, -43.151673], [107.642695, -43.338986], [107.69187, -43.392461], [107.031363, -43.763358], [106.965562, -44.087057], [107.08754, -44.178034], [106.710533, -44.385155], [106.70539, -44.658904], [106.924819, -44.943186], [106.88425, -45.051616], [106.99736, -45.145817], [107.180447, -45.09389], [107.044217, -45.357656], [107.388665, -45.533056], [107.456695, -45.414999], [107.378653, -45.715362], [107.26716, -45.712188], [107.330387, -45.788531], [107.204766, -45.71638], [107.228506, -45.970531], [107.35415, -46.074617], [107.43477, -45.941369], [107.503947, -45.98691], [107.389507, -46.152693], [107.69357, -46.462593], [107.59635, -46.495361], [107.613407, -46.640375], [107.709568, -46.731761], [107.797851, -46.641352], [107.918923, -46.712146], [107.842238, -46.940449], [107.973981, -46.963491], [107.85639, -47.291094], [107.829974, -47.122851], [107.736738, -47.147323], [107.675737, -47.062536], [107.460709, -47.264327], [107.511723, -47.421832], [107.419923, -47.496606], [107.605642, -47.631849], [107.49158, -47.694357], [107.644015, -47.873464], [107.558295, -47.931827], [107.559289, -47.90939], [107.535967, -47.891913], [107.549049, -47.912337], [107.507618, -47.881862], [107.46648, -47.875497], [107.547472, -47.92118], [107.467248, -47.964047], [107.413196, -47.937521], [107.45921, -47.998463], [107.32494, -48.034728], [107.513745, -48.074427], [107.253537, -48.270017], [107.358623, -48.250151], [107.36455, -48.394181], [107.452427, -48.383831], [107.077969, -48.582666], [106.828792, -49.009861], [106.658846, -48.995204], [106.829303, -49.044215], [106.671466, -49.095265], [106.826044, -49.155111], [106.539175, -49.260393], [106.933529, -49.21912], [106.917476, -49.576678], [107.078808, -49.25623], [107.437102, -49.171915], [107.343717, -49.432585], [107.517171, -49.933472], [107.594109, -49.79093], [107.669542, -49.850502], [107.701183, -49.666277], [107.853047, -49.685826], [107.768456, -49.796626], [107.879637, -49.726684], [107.851563, -49.868732], [107.728845, -49.813606], [107.630373, -49.955927], [107.816365, -49.925493], [107.712491, -50.076566], [107.413148, -50.24073], [107.360345, -50.178804], [107.101471, -50.502084], [106.972519, -50.486324], [106.908345, -50.692779], [106.628432, -50.574391], [106.695666, -50.57377], [106.735018, -50.560899], [106.709068, -50.580723], [106.724031, -50.587303], [106.746014, -50.56188], [106.716977, -50.551465], [106.680229, -50.569134], [106.655931, -50.544716], [106.679908, -50.417316], [106.63994, -50.41188], [106.639781, -50.365587], [106.667293, -50.330233], [106.662058, -50.323512], [106.609937, -50.325848], [106.675774, -50.246262], [106.604878, -50.326238], [106.615449, -50.333077], [106.661185, -50.32839], [106.63342, -50.364538], [106.636581, -50.417005], [106.675068, -50.416823], [106.646694, -50.539997], [106.664933, -50.564918], [106.614393, -50.573128], [106.699777, -50.605296], [106.611518, -50.642444], [106.659583, -50.659106], [106.61105, -50.667364], [106.613795, -50.684645], [106.66565, -50.736695], [106.752581, -50.710368], [106.802082, -50.755765], [106.750126, -50.779852], [106.727101, -50.742406], [106.687871, -50.772645], [106.6958, -50.796147], [106.720008, -50.760208], [106.745697, -50.787995], [106.806334, -50.768422], [106.758101, -50.877323], [106.829456, -50.826744], [106.839657, -50.853265], [106.942148, -50.812689], [106.921815, -50.883879], [106.976933, -50.844812], [106.934501, -50.913469], [106.971209, -50.987978], [106.944368, -50.967786], [106.875272, -51.123964], [106.911965, -51.153962], [106.831083, -51.16539], [106.962432, -51.22744], [106.850539, -51.339169], [106.973822, -51.260922], [106.873982, -51.493419], [106.944958, -51.448948], [107.11143, -51.651142], [107.189781, -51.521005], [107.178738, -51.656262], [107.300109, -51.63856], [107.170889, -51.719299], [107.185992, -51.836714], [107.285624, -51.821336], [106.979458, -52.384684], [107.071001, -52.387924], [107.180097, -52.662275], [107.019919, -52.749296], [106.98144, -53.005112], [106.876118, -52.992765], [107.130433, -53.272971], [106.984682, -53.388059], [106.813459, -53.374103], [107.012052, -53.413884], [106.630632, -53.54987], [106.628243, -53.745988], [106.434012, -53.861257], [106.683025, -53.74581], [106.700312, -53.927488], [106.010921, -54.1397], [105.938438, -54.224], [106.094366, -54.199394], [105.616118, -54.525997], [105.264887, -54.58758], [105.260943, -54.716521], [105.082275, -54.669374], [105.053181, -54.808142], [104.873157, -54.781293], [104.900837, -55.110725], [104.673388, -55.239595], [104.650654, -55.371269], [104.458773, -55.38306], [104.557703, -55.438264], [104.364135, -55.736132], [104.154202, -55.768988], [104.339611, -55.775058], [103.867379, -55.975096], [103.850435, -56.120038], [103.507032, -56.2526], [102.673691, -56.3842], [102.571106, -56.47399], [102.510553, -56.383819], [102.457068, -56.52569], [101.374161, -56.87725], [100.424944, -57.079463], [100.185525, -57.215895], [100.196828, -57.311597], [99.290399, -57.514153], [99.257437, -57.576476], [98.541692, -57.691376], [98.086399, -57.656967], [97.815341, -57.739605], [97.650456, -57.651224], [97.526374, -57.745271], [97.663784, -57.679955], [97.688321, -57.757836], [97.555817, -57.838711], [97.807369, -57.743092], [97.811896, -57.807769], [97.443272, -57.930154], [97.157234, -57.853849], [96.740613, -57.872231], [96.827056, -57.812289], [96.574016, -57.695248], [96.740648, -57.615171], [96.419752, -57.71843], [96.532422, -57.785127], [96.346583, -57.738281], [96.705715, -57.867181], [96.512848, -57.867014], [96.290858, -57.762393], [96.131892, -57.726541], [96.012588, -57.729632], [96.16398, -57.69079], [96.110298, -57.588778], [96.053186, -57.603317], [96.053131, -57.711962], [96.012361, -57.649525], [96.03235, -57.703436], [95.983562, -57.715867], [96.015278, -57.740938], [95.644656, -57.748365], [95.779895, -57.642203], [95.603512, -57.717717], [95.505255, -57.649929], [95.421113, -57.743237], [95.643974, -57.755799], [95.238278, -57.816702], [95.1126, -57.804198], [95.387266, -57.753761], [95.100546, -57.744007], [95.099051, -57.809529], [94.754685, -57.856806], [94.651746, -57.824884], [94.800799, -57.804836], [94.814738, -57.73588], [94.701781, -57.808618], [94.537336, -57.781515], [94.666387, -57.736157], [94.568589, -57.737593], [94.593146, -57.696509], [94.742176, -57.69361], [94.596293, -57.68841], [94.533579, -57.719871], [94.669865, -57.629875], [94.670071, -57.624211], [94.651097, -57.638598], [94.610423, -57.635397], [94.584064, -57.645621], [94.575201, -57.644485], [94.561793, -57.622122], [94.526629, -57.623582], [94.517198, -57.619159], [94.554315, -57.590495], [94.529691, -57.583273], [94.572933, -57.533513], [94.547247, -57.503622], [94.568128, -57.481391], [94.351036, -57.456194], [94.559879, -57.487574], [94.540607, -57.509427], [94.563307, -57.528581], [94.53077, -57.542693], [94.537635, -57.572832], [94.516328, -57.589361], [94.524268, -57.596457], [94.546267, -57.58988], [94.509898, -57.616138], [94.519809, -57.627085], [94.560269, -57.628379], [94.563028, -57.645933], [94.602258, -57.651833], [94.318801, -57.724295], [94.535975, -57.693352], [94.511073, -57.780214], [94.286854, -57.787355], [94.567639, -57.809223], [94.441847, -57.87521], [94.587992, -57.835043], [94.225552, -57.95769], [93.973366, -57.802094], [94.162774, -57.957118], [93.8934, -58.031107], [93.68262, -57.853772], [93.849302, -58.028456], [93.646433, -57.952311], [93.665864, -58.035612], [93.135512, -58.003755], [92.828235, -58.106104], [92.711645, -58.041237], [92.656184, -58.1568], [92.057959, -58.235489], [92.048548, -58.228094], [92.065665, -58.21139], [92.040638, -58.225206], [92.038529, -58.201839], [92.086419, -58.19921], [92.088333, -58.209004], [92.114909, -58.201657], [91.971637, -58.111179], [92.045947, -58.194496], [92.029526, -58.196275], [92.028866, -58.223011], [92.008437, -58.231608], [91.948797, -58.221734], [92.067837, -58.242417], [91.882784, -58.381823], [91.87836, -58.270653], [91.729666, -58.272997], [91.638125, -58.388224], [91.497213, -58.290818], [91.264283, -58.28119], [91.273584, -58.217434], [91.100742, -58.322512], [91.031801, -58.279163], [90.352051, -58.381593], [90.270527, -58.267065], [90.534702, -58.227127], [90.238415, -58.246307], [90.276945, -58.339003], [90.130878, -58.417048], [90.1235, -58.339753], [89.947255, -58.398148], [89.887995, -58.335227], [89.951098, -58.409831], [89.70246, -58.481042], [89.642384, -58.422047], [89.638959, -58.498825], [89.460924, -58.55554], [89.381729, -58.51363], [89.375816, -58.59745], [89.126821, -58.564064], [89.148136, -58.611719], [88.83808, -58.699978], [88.500978, -58.704931], [88.170377, -58.801902], [88.146094, -58.753347], [87.937987, -58.884905], [87.748216, -58.888272], [87.85718, -58.923728], [87.683465, -59.065193], [87.556748, -59.008521], [87.220652, -59.15022], [86.972038, -59.042554], [87.114544, -59.026673], [87.048505, -58.926349], [86.935195, -59.042186], [86.380137, -58.960399], [86.160826, -58.828317], [86.177067, -58.698623], [85.714721, -58.467466], [85.645173, -58.303697], [85.173417, -58.072224], [85.282179, -58.056287], [84.968883, -57.993232], [85.02093, -57.985783], [84.901415, -57.918199], [84.923816, -57.854315], [84.823661, -57.756329], [84.764272, -57.845025], [84.292348, -57.745493], [84.436522, -57.813606], [84.645606, -57.830447], [84.675228, -57.860338], [84.498454, -57.831387], [84.907112, -57.956982], [84.737357, -57.88796], [84.867441, -57.905302], [84.960879, -57.978485], [84.500788, -57.849868], [83.072539, -57.651655], [82.487042, -57.355845], [82.396151, -57.215906], [82.118318, -57.377517], [82.42746, -57.444607], [81.996945, -57.581595], [81.817192, -57.561246], [82.16936, -57.242305], [81.846987, -57.126582], [82.07315, -56.978751], [82.131048, -56.86912], [82.154192, -56.920337], [82.132875, -56.969142], [82.193954, -56.927735], [82.151576, -56.864831], [82.024087, -56.830266], [81.990289, -56.79546], [82.045719, -56.57019], [82.277986, -56.53333], [82.416563, -56.607734], [82.5968, -56.495392], [82.447231, -56.330936], [82.239877, -56.337887], [82.141993, -56.409428], [81.790266, -56.248361], [81.884569, -55.967014], [82.019699, -56.173698], [82.461473, -56.19992], [82.849121, -55.899706], [82.107525, -55.756006], [81.983289, -55.668434], [81.981053, -55.779518], [82.198794, -55.890356], [81.939597, -55.956088], [81.765452, -55.805158], [81.196655, -55.636169], [80.279156, -55.499888], [80.234498, -54.457248], [80.079078, -54.380756], [79.952252, -53.984414], [79.759048, -53.906656], [79.636154, -53.969423], [79.500323, -53.817787], [79.645379, -53.725825], [79.717318, -53.501181], [79.479373, -53.143638], [79.499029, -52.890219], [79.858572, -52.502462], [79.840494, -52.391127], [80.087472, -52.059045], [80.222211, -52.053161], [80.3489, -51.892214], [80.617705, -51.948224], [80.799459, -51.898665], [81.367158, -51.447946], [81.584558, -51.094976], [81.6687, -50.607704], [81.604659, -51.091148], [81.294491, -51.565318], [81.58019, -51.26012], [81.716146, -50.749372], [81.667826, -50.534676], [81.661045, -50.5982], [81.596882, -50.454689], [81.296202, -50.400802], [81.014753, -50.109615], [81.621356, -50.181799], [82.085912, -50.053878], [82.372253, -49.889354], [82.401614, -49.959703], [82.606927, -49.57301], [82.917302, -49.26619], [82.281438, -49.335582], [81.936185, -49.470541], [81.475509, -49.524998], [81.44068, -49.589159], [81.28358, -49.534958], [81.214417, -49.348538], [80.871428, -49.263393], [80.587444, -49.068923], [81.187753, -48.962447], [81.479377, -49.265959], [81.910628, -49.12852], [82.090269, -49.019671], [82.02437, -48.980388], [82.25848, -48.960156], [82.439227, -48.824752], [82.516293, -48.865705], [82.878851, -48.776168], [83.547682, -48.841279], [83.770504, -48.566973], [84.170357, -48.616897], [84.201808, -48.501629], [84.490806, -48.342067], [84.489938, -48.2435], [84.757548, -48.019457], [84.087221, -48.388182], [84.034993, -48.264026], [83.666466, -48.241315], [82.853871, -48.390106], [82.615607, -48.278484], [82.636424, -48.208042], [82.46992, -48.232426], [82.554747, -48.269189], [82.11758, -48.108432], [81.214479, -48.048871], [80.977301, -48.141242], [81.025455, -48.080247], [80.87351, -48.026596], [80.731898, -48.099126], [80.693363, -48.038523], [80.572756, -48.125588], [80.429961, -48.086794], [80.670638, -48.194534], [80.307019, -48.315976], [80.365999, -48.115371], [80.149797, -48.05531], [80.370126, -47.580524], [80.22671, -47.505707], [80.488052, -47.480734], [80.414814, -47.526111], [80.477885, -47.631872], [80.404787, -47.610323], [80.3654, -47.693107], [80.480926, -47.791152], [80.433467, -47.73145], [80.531503, -47.656169], [80.415203, -47.695498], [81.059901, -47.251268], [81.181529, -46.760688], [81.39785, -46.673175], [81.527889, -46.414836], [81.622964, -46.410942], [81.543052, -46.303896], [81.49197, -46.403215], [81.385064, -46.183885], [81.491622, -46.029007], [81.325842, -46.170682], [81.39843, -45.947696], [81.502803, -45.952592], [81.478433, -45.815587], [81.615189, -45.82701], [81.691921, -45.707203], [81.789679, -45.805002], [81.718583, -45.852328], [81.877038, -45.847214], [82.009063, -45.755163], [82.027443, -45.572416], [81.744868, -45.453236], [81.902317, -45.373487], [81.991349, -45.430689], [82.074681, -45.249878], [82.008754, -45.134808], [82.1126, -45.07085], [81.876874, -44.908721], [81.867319, -45.007659], [81.606683, -44.765124], [81.624271, -44.348628], [81.148703, -44.029473], [81.171147, -43.523451], [81.015852, -42.980803], [80.609836, -42.831446], [80.194796, -42.378683], [79.317404, -41.69134], [78.243757, -41.272238], [77.41971, -40.822863], [76.629059, -40.022473], [75.119894, -39.543517], [74.667545, -39.273514], [74.476933, -39.267786], [73.937337, -39.424886], [73.254891, -39.351642], [73.198765, -39.217585], [72.94718, -39.153645], [73.027126, -38.971452], [72.713537, -38.711514], [72.619342, -38.728812], [72.542473, -38.558552], [72.400132, -38.561545], [72.272813, -38.462217], [72.398036, -38.269963], [72.183642, -38.176842], [71.998131, -37.832006], [71.429966, -37.364533], [71.254375, -37.312651], [70.900139, -36.924007], [70.453638, -36.872836], [70.308029, -36.927018], [70.311656, -37.000808], [70.226398, -36.888984], [70.140062, -36.941756], [70.077082, -36.856011], [69.952054, -36.870528], [69.81173, -36.606167], [69.62265, -36.556835], [69.510261, -36.603117], [69.251254, -36.482631], [69.054226, -36.549413], [68.896483, -36.413395], [68.818293, -36.473118], [68.607414, -36.257081], [68.637497, -36.411073], [68.570546, -36.376788], [68.493182, -36.154932], [68.364023, -36.164201], [68.300531, -35.908811], [68.378774, -35.993367], [68.425332, -35.955091], [68.143645, -35.820502], [67.835464, -35.471479], [67.783253, -35.120006], [67.659867, -34.935839], [67.843256, -34.518017], [67.771832, -34.191255], [67.579044, -34.085709], [67.75802, -33.82099], [68.295626, -33.479761], [68.309599, -33.685279], [68.435307, -33.789923], [68.939388, -33.771449], [69.472235, -33.341154], [69.749605, -33.305809], [69.907527, -33.134237], [70.038212, -33.144454], [70.349736, -32.897298], [71.110729, -31.60029], [71.454145, -31.234916], [71.980734, -30.903576], [72.230139, -30.575544], [72.326313, -30.164376], [72.462558, -30.094931], [72.548244, -29.940634], [72.640382, -29.45697], [72.823975, -29.233329], [72.988084, -29.180696], [73.234974, -28.797928], [73.630471, -27.472478], [73.628043, -27.622004], [73.835673, -27.493227], [73.545167, -27.824276], [73.879867, -27.525701], [73.576591, -27.936208], [73.768565, -27.829257], [73.498306, -28.090977], [73.682341, -27.999509], [73.529539, -28.158645], [73.71798, -28.230453], [73.967303, -28.078451], [73.960196, -27.718478], [74.210545, -27.400072], [74.137905, -27.434972], [74.156247, -27.360921], [74.398254, -27.284467], [74.253084, -27.703878], [73.969337, -27.889862], [74.197824, -27.901521], [74.286612, -27.818168], [74.061504, -28.053384], [73.982708, -28.300924], [74.224, -28.304628], [74.469621, -28.058752], [74.517829, -28.128368], [74.643934, -28.024118], [74.602823, -27.920309], [74.897334, -27.255923], [74.884156, -27.113603], [75.014016, -26.914807], [75.084795, -26.920825], [75.215943, -26.48203], [75.557877, -26.22553], [76.028763, -26.08531], [76.28233, -26.083695], [76.736067, -25.757927], [76.910417, -25.394064], [77.591629, -25.165681], [77.822764, -25.156373], [77.903135, -25.227498], [77.55015, -25.391175], [77.446612, -25.536368], [77.499338, -25.558878], [77.326669, -25.63409], [77.315175, -25.702454], [77.490939, -25.736751], [77.477943, -25.812522], [77.791547, -25.712939], [77.96195, -25.571976], [78.05837, -25.631659], [78.195577, -25.556367], [79.077934, -25.903455], [79.718453, -25.885393], [79.989319, -25.994135], [80.121944, -25.911326], [80.151335, -26.004272], [80.539848, -26.145925], [80.808329, -26.111574], [80.844945, -26.145216], [80.687912, -26.188933], [80.693369, -26.289362], [81.020334, -26.402729], [80.940856, -26.456936], [81.002638, -26.633775], [81.28939, -26.75789], [81.268556, -26.806307], [81.953133, -26.901746], [82.266393, -27.128905], [82.242548, -27.191532], [82.264059, -27.145901], [82.473274, -27.299712], [82.928418, -27.262824], [83.184618, -27.666286], [83.422418, -27.715114], [84.230296, -28.173183], [84.725801, -28.323178], [85.404358, -28.292583], [85.754267, -28.188462], [85.813153, -28.090213], [85.979101, -28.16755], [86.003111, -28.07125], [86.169331, -28.043044], [86.226058, -28.113133], [86.856704, -28.182494], [86.961234, -28.09512], [86.823065, -27.948894], [87.034819, -27.842263], [87.129456, -27.641046], [87.388821, -27.447333], [87.750089, -27.390032], [87.848568, -27.449838], [87.918082, -27.393435], [87.953396, -27.510027], [88.0901, -27.364479], [88.275354, -27.551569], [88.286259, -27.417791], [88.656, -27.334368], [88.76929, -27.388071], [88.733415, -27.471177], [88.652053, -27.428722], [88.52535, -27.496639], [88.587782, -27.690071], [88.40225, -27.862227], [88.279209, -28.513139], [88.165679, -28.644836], [88.553672, -28.378715], [88.498011, -28.461698], [88.572253, -28.387597], [88.572708, -28.464011], [88.652952, -28.234633], [88.731466, -28.257595], [88.672431, -28.406881], [88.740785, -28.323303], [88.73473, -28.653465], [88.837555, -28.35848], [88.865364, -28.510615], [88.90187, -28.343502], [89.090143, -28.357366], [88.916187, -28.291448], [88.979259, -28.118599], [88.888437, -27.915572], [89.058702, -27.917727], [88.947246, -27.873279], [88.960791, -27.748578], [89.147082, -27.898427], [89.112599, -27.7162], [89.237901, -27.882362], [89.223918, -27.788243], [89.278413, -27.852207], [89.306895, -27.802577], [89.225561, -27.679389], [89.299474, -27.705109], [89.314645, -27.606061], [89.327986, -27.689017], [89.348303, -27.615311], [89.492576, -27.746618], [89.432036, -27.828786], [89.380375, -27.765617], [89.432233, -27.918126], [89.341841, -28.010252], [89.466143, -27.918426], [89.497915, -28.051738], [89.560428, -27.868957], [89.668151, -28.059173], [89.638709, -28.222948], [89.715105, -28.303106], [89.618174, -28.265959], [89.74338, -28.355298], [89.659924, -28.450079], [89.761854, -28.469334], [89.73682, -28.38319], [89.768257, -28.347986], [89.723822, -28.306517], [89.823335, -28.285352], [89.823509, -28.374411], [90.217856, -28.692805], [89.834745, -28.284818], [90.091371, -28.119114], [90.07174, -28.29199], [90.213568, -28.275357], [90.360032, -28.109042], [90.561924, -28.159202], [90.692089, -28.072563], [90.641514, -27.988791], [90.539081, -28.14446], [90.485409, -28.07149], [90.55197, -28.059244], [90.462493, -28.049111], [90.18302, -28.108278], [90.343379, -27.784514], [90.426255, -27.832123], [90.483768, -27.728635], [90.574336, -27.775536], [90.591079, -27.719954], [90.663273, -27.856402], [90.757641, -27.799142], [90.738127, -27.866571], [90.888664, -27.82198], [90.82252, -27.763579], [90.918634, -27.696456], [90.894386, -27.813697], [91.014786, -27.844235], [90.942083, -27.871314], [91.034195, -28.011137], [90.968675, -28.117606], [91.068994, -28.111534], [91.124379, -28.363053], [91.07974, -28.093034], [91.241614, -27.995867], [91.027029, -27.933206], [91.031145, -27.870136], [91.283901, -27.883028], [91.065015, -27.836303], [91.148771, -27.785805], [91.112661, -27.735666], [91.305288, -27.831705], [91.39064, -27.724425], [91.441524, -27.759505], [91.369387, -27.96905], [91.500033, -27.978395], [91.501058, -28.082496], [91.64053, -28.190419], [91.567941, -28.051583], [91.763078, -28.049001], [91.647786, -28.007475], [91.544444, -27.824751], [91.719898, -27.861678], [91.638624, -27.768685], [91.678596, -27.637845], [91.888797, -27.678687], [91.888955, -27.607001], [92.036618, -27.612311], [91.937509, -27.676653], [92.048781, -27.671089], [91.989132, -27.776112], [92.14125, -27.705868], [92.188154, -27.811638], [92.445013, -27.574907], [92.50994, -27.700814], [92.364807, -27.720926], [92.155322, -27.910266], [92.414616, -27.792203], [92.360192, -27.849472], [92.467554, -27.904806], [92.357064, -27.978632], [92.387066, -28.095569], [92.463768, -28.008204], [92.570234, -28.082778], [92.62077, -27.940977], [92.734242, -27.981279], [92.78582, -27.891295], [92.95152, -27.889624], [92.882663, -27.711185], [92.932701, -27.650856], [92.896537, -27.721851], [92.985168, -27.686375], [92.988909, -27.767295], [93.009642, -27.623317], [93.131239, -27.718546], [93.006823, -27.763437], [93.133214, -27.794957], [93.043122, -27.777324], [93.097308, -27.840197], [93.004053, -27.819803], [93.048312, -27.867784], [92.912624, -28.015482], [93.07155, -28.049634], [93.068845, -27.966343], [93.173507, -27.929206], [93.421484, -27.980712], [93.22808, -28.04107], [93.29375, -28.078076], [93.208692, -28.227964], [93.40141, -28.156823], [93.385006, -28.247536], [93.510712, -28.211725], [93.52559, -28.122324], [93.682298, -28.291426], [93.696366, -28.017988], [93.798634, -28.123929], [93.833971, -28.069256], [93.931887, -28.22744], [93.866688, -28.42747], [93.966683, -28.391193], [93.926426, -28.460573], [94.008975, -28.427723], [94.029459, -28.574653], [94.064367, -28.489936], [94.1253, -28.581855], [94.054964, -28.686559], [94.137009, -28.915792], [94.048413, -29.401394], [94.157898, -29.695351], [94.092518, -29.633387], [94.048517, -29.748094], [93.911204, -29.69851], [93.972999, -29.73434], [93.462358, -30.10235], [93.191748, -30.058909], [93.13761, -30.115664], [93.463781, -30.133943], [93.709505, -29.950254], [93.64431, -30.315927], [93.872984, -29.909981], [94.008504, -29.898687], [93.990654, -30.036862], [94.058792, -29.959527], [94.084593, -30.07169], [94.189954, -29.909069], [94.165109, -30.079457], [94.211314, -29.851964], [94.367644, -29.907484], [94.723648, -30.385647], [94.73111, -30.50777], [94.449601, -30.683047], [94.685211, -30.627836], [94.734286, -30.679621], [94.785284, -30.520928], [94.918574, -30.482255], [94.887755, -30.712961], [94.950153, -30.583602], [95.005511, -30.676952], [94.918394, -30.774927], [94.980876, -30.767995], [94.975215, -30.864019], [94.867736, -30.95097], [95.096722, -30.859611], [95.148229, -30.748649], [95.181508, -30.834305], [95.226499, -30.700109], [95.321851, -30.785434], [95.42628, -30.740747], [95.339457, -30.727533], [95.329914, -30.575933], [95.60292, -30.588208], [95.356926, -30.40941], [95.322575, -30.205136], [95.394648, -30.150177], [95.67686, -30.103658], [95.710608, -30.016647], [95.731922, -30.09174], [95.625921, -30.163329], [95.761532, -30.100155], [95.767728, -30.185685], [95.840836, -30.064638], [95.985397, -30.139272], [96.419086, -29.835756], [96.532118, -29.842688], [96.561104, -29.983375], [96.932334, -30.013187], [96.930892, -29.786872], [97.091517, -29.646278], [97.326682, -29.730972], [97.509432, -29.575171], [97.519321, -29.670811], [97.548017, -29.600202], [97.622486, -29.625409], [97.656529, -29.837595], [97.706632, -29.78185], [97.803097, -29.877946], [97.70385, -29.676114], [97.787061, -29.71512], [97.757305, -29.655285], [97.906332, -29.529183], [98.033365, -29.661337], [97.892939, -29.762409], [97.915759, -29.822204], [97.993432, -29.777264], [98.021463, -29.983578], [98.063281, -29.786656], [98.142278, -29.900513], [98.103905, -29.685018], [98.229886, -29.678304], [98.309956, -29.807297], [98.434064, -29.628072], [98.57813, -29.807828], [98.774379, -29.72425], [98.683899, -29.880019], [98.737583, -30.016265], [99.152809, -30.243444], [99.22792, -30.427271], [99.479414, -30.432736], [99.428865, -30.524695], [99.546925, -30.522642], [99.554441, -30.648724], [99.66082, -30.550047], [99.814796, -30.579191], [99.940958, -30.778171], [99.876705, -30.613831], [100.054842, -30.494577], [100.064685, -30.370343], [100.324217, -30.336047], [100.173706, -30.210171], [100.236914, -30.236865], [100.286603, -30.071944], [100.033149, -29.900845], [99.858685, -29.880185], [99.873857, -29.605492], [99.728268, -29.495416], [99.835328, -29.513894], [99.863899, -29.438453], [99.947295, -29.56601], [100.056425, -29.482129], [100.106664, -29.633454], [99.995043, -29.829603], [100.111808, -29.809653], [100.194183, -29.585886], [100.20417, -29.789917], [100.262057, -29.706375], [100.370686, -29.712782], [100.266761, -29.86348], [100.388803, -29.851765], [100.350079, -30.227077], [100.613489, -30.300181], [100.696388, -30.24707], [100.612174, -30.688313], [100.897736, -30.970568], [100.772342, -31.032153], [101.148458, -31.105962], [101.239533, -31.195637], [101.075784, -31.234941], [101.300423, -31.452814], [101.164088, -31.664686], [101.335084, -31.59623], [101.570133, -31.864097], [101.516939, -31.918472], [101.80312, -31.892678], [101.748774, -32.096404], [101.9475, -32.499457], [101.940988, -32.363743], [102.082243, -32.494187], [102.197339, -32.485349], [102.073503, -32.476764], [102.030171, -32.373828], [102.232542, -32.390023], [102.39982, -32.535184], [102.817145, -32.636022], [102.395263, -32.654533], [102.366238, -32.775519], [102.844121, -32.804621], [102.619983, -32.852052], [102.725093, -32.948405], [102.476256, -33.008604], [102.561602, -33.037724], [102.492162, -33.114946], [102.807787, -33.225546], [103.018414, -33.158436], [102.877595, -32.959849], [103.454967, -32.994097], [103.249932, -33.009651], [103.332505, -33.062011], [103.222647, -33.345304], [103.302373, -33.406816], [103.302605, -33.308817], [103.425732, -33.34867], [103.459702, -33.531892], [103.351333, -33.567262], [103.458118, -33.609841], [103.109209, -33.637947], [103.218218, -33.575014], [103.130716, -33.553544], [102.992896, -33.598682], [103.081629, -33.647476], [102.828684, -33.661226], [102.749305, -33.759711], [102.764809, -33.637226], [102.702996, -33.682308], [102.661658, -33.614025], [102.659488, -33.910856], [102.496233, -33.758473], [102.529421, -33.893172], [102.124818, -33.947157], [102.33706, -33.736122], [102.013125, -33.81182], [102.099252, -33.670319], [101.876243, -33.745776], [101.917719, -33.652766], [101.784573, -33.635305], [101.687009, -33.673859], [101.717225, -33.77895], [101.603966, -33.722061], [101.406428, -33.937951], [101.452542, -34.016765], [101.626291, -34.031459], [101.205447, -34.174044], [101.039772, -34.317938], [100.799109, -34.253277], [100.348574, -34.428078], [100.086389, -34.35602], [100.068981, -34.316555], [100.120233, -34.314237], [100.097262, -34.268326], [99.747279, -34.178973], [99.882582, -34.265569], [99.925264, -34.237768], [99.972512, -34.290965], [100.058292, -34.296483], [100.098664, -34.279126], [100.113091, -34.311878], [100.06078, -34.312432], [100.071622, -34.354382], [100.15496, -34.378557], [99.99635, -34.564929], [100.131397, -34.805727], [100.014861, -34.846524], [100.139523, -34.856482], [99.686065, -34.857253], [100.152837, -34.903969], [100.340699, -35.447268], [100.254956, -35.639987], [100.339866, -35.881631], [100.536516, -35.966943], [100.43782, -36.000906], [100.403116, -35.955774], [100.407222, -36.015511], [100.235552, -36.028389], [100.20578, -35.99576], [100.124021, -35.983871], [100.134392, -35.952149], [100.118383, -35.935998], [100.066291, -35.953463], [100.119374, -35.941461], [100.127605, -35.957403], [100.118044, -35.98439], [100.230891, -36.031794], [100.39677, -36.023632], [100.333393, -36.136084], [100.52616, -36.284701], [100.593588, -36.248722], [100.591731, -36.351525], [100.640101, -36.279002], [100.745072, -36.788077], [100.807692, -36.759533], [100.796011, -36.849273], [100.854846, -36.830499], [100.859628, -36.937037], [100.87299, -36.838065], [100.985325, -37.025198], [101.010811, -37.665421], [101.589795, -38.363116], [101.591485, -38.521867], [101.412783, -38.792739], [101.593608, -39.212757], [101.794075, -39.600554], [102.292417, -39.840392], [102.869989, -39.887748], [103.243559, -39.659871], [103.803859, -39.566203], [104.477194, -39.266763], [104.581151, -39.099256], [105.365416, -38.690475], [105.5069, -38.815853], [105.388223, -38.694095], [105.611505, -38.600026], [105.914003, -38.107576], [106.242815, -37.921165], [106.365266, -37.595976], [106.910302, -37.317647], [106.977424, -37.368196], [106.903286, -37.42172], [107.059732, -37.413356], [106.989573, -37.329202], [107.069711, -37.326768], [106.964134, -37.307718], [107.068518, -37.270021], [107.215616, -36.979623], [107.64914, -36.894265], [107.592738, -37.143043], [107.677067, -37.009164], [107.800841, -37.058228], [107.674604, -36.880544], [107.953965, -36.936858], [107.704882, -36.837156], [107.670211, -36.637733], [107.783091, -36.611542], [107.65921, -36.633026], [107.61971, -36.727646], [107.52504, -36.664598], [107.894155, -36.489988], [107.96666, -36.561998], [107.912628, -36.491502], [108.269018, -36.375859], [108.07864, -36.639402], [108.271769, -36.490852], [108.30789, -36.552807], [108.403708, -36.502533], [108.456888, -36.535367], [108.45134, -36.5632], [108.473537, -36.589253], [108.455363, -36.555857], [108.461872, -36.533237], [108.43515, -36.506645], [108.397879, -36.498522], [108.328001, -36.526876], [108.310179, -36.424944], [108.498946, -36.294621], [108.64035, -36.33855], [108.543023, -36.291567], [108.81466, -36.183316], [109.272797, -35.752457], [109.492209, -35.825761], [109.756585, -35.743165], [109.861278, -35.784747], [109.883231, -35.876824]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8955b3be-e08e-43c9-815a-98ea0500b4cb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[91.705148, -20.323577], [91.779176, -20.494605], [91.689321, -20.656285], [91.857902, -20.785888], [91.875027, -21.230808], [91.817508, -21.357188], [91.676954, -21.366736], [91.355434, -21.283487], [91.192437, -21.032412], [91.224183, -20.690648], [91.131149, -20.544302], [91.13938, -20.360078], [90.792236, -20.022102], [90.741177, -19.704712], [90.888379, -19.678214], [91.161903, -19.805667], [91.523372, -20.172654], [91.712774, -20.17786], [91.705148, -20.323577]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-81109d18-dd4f-4636-ba73-1bf74c8d62a4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[142.654953, 18.258856], [142.742272, 18.151256], [142.574037, 18.129605], [142.654953, 18.258856]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-7f500174-8b05-4e49-ad2e-90bff14ca068", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[112.438706, -34.812606], [112.373993, -34.864826], [112.173128, -34.368158], [112.36767, -34.612958], [112.438706, -34.812606]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-20adca12-df85-47ac-89a2-0e8590f4bb37", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[112.571739, -34.539723], [112.583441, -34.633897], [112.554189, -34.579991], [112.462834, -34.654864], [112.331035, -34.408359], [112.391677, -34.441505], [112.571739, -34.539723]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ae8f0f6e-d5a8-4911-9a3c-a5d01fdb3666", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.868798, -31.504292], [107.693488, -31.489154], [107.5891, -31.410731], [107.868798, -31.504292]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e3bd70cf-ca47-4882-83dc-94ea4a05426d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.578201, -31.361944], [107.448021, -31.283403], [107.634802, -31.265554], [107.578201, -31.361944]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cc20a596-f520-4f19-b1cf-ade981e55b3f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[97.963729, -24.118698], [98.062335, -24.257654], [98.145529, -24.277902], [98.166903, -24.422072], [97.753801, -24.428111], [97.403463, -24.259197], [97.114963, -24.263592], [96.863804, -24.099094], [96.553555, -24.059356], [96.01366, -23.791652], [95.687916, -23.739702], [94.57589, -23.796982], [94.317252, -23.603344], [94.381132, -23.609467], [93.937164, -23.542845], [93.66792, -23.310929], [93.861652, -23.222889], [94.131668, -23.290075], [94.00147, -23.159082], [94.065602, -23.085455], [94.199191, -23.080556], [94.366456, -22.913939], [94.560024, -22.893158], [94.83936, -22.907982], [94.91208, -22.97254], [94.871647, -23.035263], [95.055956, -22.988976], [95.4015, -23.164915], [95.885591, -23.273676], [96.156273, -23.213206], [96.235676, -23.406217], [96.228047, -23.28088], [96.304329, -23.309788], [96.157649, -23.202445], [96.255663, -23.153834], [96.956216, -23.506095], [97.106001, -23.687011], [97.461956, -23.834222], [97.531011, -23.97441], [97.963729, -24.118698]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-945ed3ef-6a71-4385-ae75-69ba36179450", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.305911, -31.15996], [107.122514, -31.043392], [107.406797, -31.07359], [107.305911, -31.15996]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-24124a70-43ea-4863-b1db-d875720ca8fd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[146.683146, 22.109197], [146.901576, 22.187915], [146.643264, 22.081939], [146.683146, 22.109197]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-2ea15094-2cf4-483a-a929-476fcb650bf8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[99.083036, -24.858804], [99.032879, -24.904849], [98.928623, -24.795693], [99.083036, -24.858804]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-a880a363-984c-4485-b37c-ae0eb04c085e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[99.702458, -25.309196], [99.688816, -25.402843], [99.580267, -25.236111], [99.702458, -25.309196]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-b382da7e-659e-4880-9317-ffd7db2e8607", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[116.16684, 22.673996], [116.377189, 22.475799], [116.269615, 22.439058], [116.129291, 22.488451], [116.15122, 22.556171], [116.054009, 22.547677], [116.16684, 22.673996]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c780c42b-7531-4c50-9878-e63fd3f281dc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.320444, -31.559242], [108.208163, -31.771579], [107.928522, -31.540633], [108.177678, -31.472456], [108.320444, -31.559242]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-18b6b789-296d-4f47-901f-e1a85628aa58", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[101.519038, -26.564929], [101.517714, -26.643131], [101.60664, -26.691223], [101.093701, -26.590341], [101.32548, -26.60344], [101.392343, -26.541965], [101.519038, -26.564929]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-23639f4c-6853-4476-8d45-33dc790d1272", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[145.77439, 23.033906], [145.927278, 22.606358], [145.707678, 22.85369], [145.539752, 23.242262], [145.599239, 23.194081], [145.77439, 23.033906]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-877dc310-8d81-48bd-a55c-85151bf170ea", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[142.079901, 18.599815], [142.392947, 18.631632], [142.622208, 18.566845], [142.376557, 18.162891], [142.378247, 17.897234], [142.29572, 17.87283], [142.311968, 18.006612], [142.102307, 18.073745], [141.813324, 18.076981], [141.624265, 17.975846], [141.359095, 18.08335], [141.32796, 18.166171], [141.756409, 18.301562], [141.936747, 18.563145], [142.079901, 18.599815]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-1d3f8348-7cb0-4e3b-8707-414b4e824df6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[112.714009, -34.089988], [112.765411, -34.347161], [112.734512, -34.204715], [112.714009, -34.089988]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f4b09f9e-62d1-4bdf-af83-76dd1c61f3e9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[100.658777, -25.685129], [100.430975, -25.704029], [100.489616, -25.447449], [100.654583, -25.559729], [100.658777, -25.685129]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-1d28fb02-aa64-490a-b79a-517fed747a38", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[136.199465, 15.446273], [136.470265, 15.499994], [136.224124, 15.390991], [136.199465, 15.446273]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-fa573f2a-6247-4ac2-883e-8df172fec8bf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[36.78882, -27.757009], [36.564552, -27.980059], [36.397819, -27.926286], [36.695846, -27.804374], [36.629811, -27.792624], [36.805686, -27.674996], [36.78882, -27.757009]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Mozambique, Africa", "DESCR": "", "PLATE_ID": 701, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-80345a47-76d3-4601-b38b-a9bd41887c18", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[102.114474, -26.144302], [101.944853, -26.158195], [101.89389, -26.083577], [102.114474, -26.144302]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-5a6c85e1-f995-45f9-9b03-6bdd97c6e48d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.96464, -31.241763], [108.708914, -31.393403], [108.576263, -31.373954], [108.480605, -31.522386], [108.383456, -31.479064], [108.305407, -31.514159], [108.332503, -31.36298], [107.992177, -31.133323], [107.780755, -31.102543], [107.491229, -30.800884], [107.840242, -30.674272], [107.930219, -30.767188], [107.896654, -30.656917], [108.221878, -30.635042], [108.803158, -30.905363], [108.838073, -31.12641], [108.96464, -31.241763]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2cef3f56-f6b7-4c61-bde8-5c7f3a8b6494", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.541049, 35.409372], [-77.620309, 35.384425], [-77.640791, 35.470026], [-77.593107, 35.501637], [-77.541049, 35.409372]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-81f94fd4-a58e-426b-abf6-4ed1ac2b304e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[102.972512, -26.396656], [102.910336, -26.534234], [102.765588, -26.298412], [102.972512, -26.396656]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-bede9d78-4d40-4886-8e29-3e5bff32f71c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[102.337395, -26.614978], [101.771266, -26.700874], [101.84969, -26.618266], [101.735399, -26.642046], [101.64692, -26.550634], [101.731568, -26.426907], [101.832187, -26.483741], [101.857207, -26.328979], [101.967678, -26.476387], [101.928391, -26.336675], [102.137916, -26.241798], [102.405294, -26.281536], [102.624351, -26.172771], [102.740437, -26.234072], [102.745652, -26.35967], [102.612982, -26.325823], [102.564627, -26.494054], [102.337395, -26.614978]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Timor", "DESCR": "", "PLATE_ID": 680, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 850.0, "FEATURE_ID": "GPlates-724457b7-7162-4a64-b1e0-5a92ae452da2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.730244, -26.806518], [105.59112, -26.806881], [105.595852, -26.674854], [105.728852, -26.716775], [105.730244, -26.806518]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-e5f7c663-18b0-4209-9437-9a63d4c20e47", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[141.36844, 19.68007], [141.680497, 19.726271], [141.481461, 19.659379], [141.550477, 19.599525], [141.445568, 19.578288], [141.461433, 19.521717], [141.330679, 19.563785], [141.36844, 19.68007]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-ecc84ef2-dd43-45b4-b02c-67f57fa969d6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[140.611115, 18.956042], [140.765266, 18.903206], [140.668902, 18.880217], [140.611115, 18.956042]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-ffa17729-4ad2-4cbe-82cd-aec01b3b5b86", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[146.535853, 22.192453], [146.411063, 22.125262], [146.334634, 22.232249], [146.491267, 22.228541], [146.535853, 22.192453]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-80d1ff76-dc67-4b30-a24e-b1c44823fdc5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[140.210888, 18.723763], [140.295439, 18.683126], [140.044548, 18.542004], [140.04106, 18.392226], [139.718443, 18.212556], [139.590251, 18.257412], [139.695666, 18.206163], [139.290712, 18.016284], [139.182181, 18.089771], [139.249174, 18.335556], [140.233913, 18.948983], [140.411947, 18.933788], [140.210888, 18.723763]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-08ecb8a7-99da-4e7c-b83c-425b5627bd99", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.876358, 38.286101], [-76.792402, 38.090434], [-76.998488, 38.278867], [-76.876358, 38.286101]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-53b8455c-3969-444e-83c5-1af503ea4c81", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.254682, -30.435443], [109.275156, -30.473703], [109.348006, -30.49812], [109.352392, -30.520006], [109.341852, -30.539146], [109.238177, -30.48412], [109.1924, -30.215977], [109.302145, -30.343486], [109.299495, -30.381335], [109.254682, -30.435443]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fbed2439-7dfc-4e39-a1cc-bbea7c2431d0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.808337, -27.73619], [105.730767, -27.708291], [105.756885, -27.618345], [105.823984, -27.626158], [105.808337, -27.73619]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-de6d8f85-3864-43f4-9e7e-535ce373a0fb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[31.852751, 16.614312], [31.762866, 16.655799], [31.743375, 16.783043], [31.840456, 16.74667], [31.852751, 16.614312]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-52756bcf-21bc-4008-9e45-b202b86dd13b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[132.542217, 14.367646], [132.561523, 14.204268], [132.502096, 14.277052], [132.459948, 14.214641], [132.542217, 14.367646]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-1ee3bf29-8ee5-40e1-9164-b45bae235e5f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[35.784826, 39.321165], [35.637256, 39.202255], [35.699002, 39.306281], [35.784826, 39.321165]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 510, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c62b0982-0dd5-4911-b0e3-5927b57cafb9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.545626, -27.344277], [105.573692, -27.392731], [105.607608, -27.412198], [105.596975, -27.470087], [105.630269, -27.473177], [105.613899, -27.558481], [105.551165, -27.588455], [105.584635, -27.635006], [105.049795, -27.699584], [105.112953, -27.613973], [105.039627, -27.478029], [105.32471, -27.269559], [105.327113, -27.546564], [105.422523, -27.311342], [105.34552, -27.242499], [105.500654, -27.035572], [105.53358, -27.117331], [105.592761, -27.269884], [105.545626, -27.344277]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-719f7a71-ce00-45d2-a638-4650192fdd92", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.725958, -27.339059], [105.597534, -27.331483], [105.595017, -27.149006], [105.550331, -27.104279], [105.623738, -27.07292], [105.568874, -26.999869], [105.65441, -26.983115], [105.726038, -27.008246], [105.646125, -27.1573], [105.725958, -27.339059]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a235e0ea-6054-4c22-b4a6-66c6f973790c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.695274, -19.747194], [107.593287, -19.804201], [107.523321, -19.570291], [107.695274, -19.747194]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d44b0ecb-35ee-41d4-a1c3-ef2a4ac0f3d3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[106.075544, -27.186875], [106.04157, -27.190296], [106.145441, -27.215377], [106.115664, -27.230871], [106.149643, -27.410066], [105.994161, -27.42159], [106.085759, -27.451617], [105.95418, -27.537646], [105.814432, -27.524241], [105.678759, -27.116267], [105.786348, -27.067318], [106.05435, -27.119041], [106.075544, -27.186875]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fbc4b3b0-83d5-46df-bc81-b753aa3b9a1d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[148.930699, 24.834157], [149.092594, 24.743081], [148.9461, 24.767391], [148.930699, 24.834157]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-cba80a59-9992-4be5-bb76-f65b2d4368ad", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[138.436519, 19.214646], [138.509447, 19.120333], [138.392728, 19.054625], [138.436519, 19.214646]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-80916031-3133-4de7-81a2-1d168b7020a5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[132.801942, 15.352082], [133.003448, 15.301859], [133.025386, 15.43125], [133.248066, 15.458355], [133.422647, 15.610532], [133.522836, 15.570385], [133.708662, 15.687814], [133.740197, 15.790792], [133.648218, 15.887485], [133.943796, 16.027036], [134.381975, 15.970074], [134.480547, 16.122009], [134.843832, 16.181761], [134.924116, 16.344075], [135.269847, 16.285737], [135.420409, 16.115919], [135.610135, 16.103904], [135.862328, 16.304763], [136.121619, 16.373661], [136.260386, 16.562347], [136.781029, 16.742079], [136.882572, 16.890397], [137.131745, 16.903437], [137.212925, 17.192147], [137.107255, 17.462202], [137.263133, 17.6813], [137.367569, 17.724051], [137.665569, 17.56893], [137.842292, 17.678408], [137.894694, 17.81614], [138.182313, 17.819013], [138.398416, 17.955296], [138.562769, 17.907921], [138.960003, 18.190424], [139.257423, 17.948414], [139.339491, 18.024525], [139.448505, 17.973499], [139.520428, 17.720927], [139.614998, 17.783224], [139.768857, 17.726077], [140.140642, 17.807919], [140.263762, 17.991181], [140.645693, 18.226796], [140.700023, 18.355626], [140.831625, 18.321471], [141.147693, 18.416612], [141.479995, 17.750437], [141.470655, 17.833488], [141.619313, 17.703304], [141.751409, 17.747712], [141.820976, 17.684237], [141.602288, 17.562852], [141.573301, 17.637176], [141.425216, 17.643492], [141.432304, 17.57373], [141.284241, 17.484491], [140.369711, 17.364042], [139.958482, 16.915965], [139.101385, 16.613411], [139.095046, 16.454129], [138.790239, 16.410067], [138.134572, 16.068673], [137.586995, 15.978304], [137.581244, 16.040308], [137.576514, 15.976544], [136.970027, 15.84139], [136.517723, 15.64552], [136.418562, 15.506464], [136.274161, 15.483196], [136.21817, 15.546391], [135.889759, 15.076218], [135.423739, 14.864048], [134.907905, 14.806086], [134.010641, 14.338911], [133.8993, 14.43529], [133.932411, 14.684744], [133.856315, 14.736719], [133.69206, 14.595398], [133.340614, 14.572473], [132.976058, 14.253211], [132.706667, 14.104417], [132.632973, 14.144701], [132.694542, 14.334267], [132.884312, 14.245128], [132.832589, 14.637108], [132.960807, 14.71619], [132.783532, 15.092009], [132.801942, 15.352082]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-d22c3ee6-dda4-4f5c-965f-a01d3cac6fa8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[36.548603, -26.168437], [36.655235, -26.191882], [36.654452, -26.113637], [36.684232, -26.184618], [36.695923, -26.385058], [36.606268, -26.46125], [36.553277, -26.261274], [36.50094, -26.354748], [36.309833, -26.097319], [36.362499, -25.847613], [36.471856, -25.814257], [36.521669, -25.678407], [36.562364, -25.813646], [36.548603, -26.168437]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Mozambique, Africa", "DESCR": "", "PLATE_ID": 701, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3e863603-dce6-4651-b7ee-d7fc72942658", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.756663, -29.159925], [109.600517, -29.386048], [109.453527, -29.393502], [109.441785, -29.303512], [109.598227, -29.218815], [109.548097, -29.30248], [109.691098, -29.078708], [109.756663, -29.159925]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-57591e0d-9dfb-4a1d-9586-26c72d2f9320", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[106.454946, -27.015007], [106.350683, -27.091858], [106.26818, -27.01326], [106.33221, -26.861502], [106.454946, -27.015007]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-84d9d0c9-b8a8-4de2-90c1-4cf9f7043fc7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[106.263454, -26.80585], [106.265476, -27.020194], [106.363044, -27.110928], [106.201143, -27.2912], [106.173592, -27.206419], [106.052117, -27.112094], [105.785733, -27.054665], [105.865579, -26.949665], [106.039948, -26.936408], [105.921917, -26.756136], [105.990852, -26.737904], [106.074682, -26.858017], [106.263454, -26.80585]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-72cae0f8-3315-46dd-b073-221fcda71391", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[116.224476, 22.268565], [116.165512, 22.167484], [115.977286, 22.507755], [116.224476, 22.268565]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-646f1abb-fb60-47ee-9765-c1849829ba2d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[106.492967, -26.910291], [106.433106, -26.935077], [106.294503, -26.813361], [106.379572, -26.70572], [106.44661, -26.772794], [106.492967, -26.910291]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-97e94c84-0c59-4202-b4ca-086220e8b804", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[122.079442, 24.772238], [122.091011, 24.681928], [121.994085, 24.82458], [122.079442, 24.772238]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Indochina", "DESCR": "", "PLATE_ID": 615, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cc8789df-ac00-483d-a18f-130186b9b6f9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[110.07854, -29.471714], [109.481625, -29.502255], [110.363296, -29.333686], [110.07854, -29.471714]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-3ef7b27f-8607-4a01-97cc-f3ac5a3795e0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[148.209011, 25.201007], [148.315053, 25.103453], [148.187769, 25.122536], [148.209011, 25.201007]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-7c19658c-83db-481f-97dd-4c4a9fa3816c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[146.84894, 24.281538], [146.778131, 24.2029], [146.501607, 24.325813], [146.501793, 24.557617], [146.754573, 24.494985], [146.84894, 24.281538]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-c5acec3d-09c6-43fd-ac5b-8c86942c8080", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.931662, -23.799069], [108.839342, -23.708998], [109.012424, -23.742693], [109.03568, -23.800836], [108.931662, -23.799069]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-02bf3890-fe2f-4af3-ab1d-da5a31601206", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[147.211054, 24.807994], [147.361705, 24.660204], [147.292368, 24.534569], [147.216771, 24.69439], [147.219081, 24.535086], [147.157265, 24.515559], [147.105768, 24.554937], [147.156715, 24.605784], [147.095456, 24.558211], [147.120304, 24.50423], [147.038819, 24.455164], [146.927037, 24.710585], [147.01343, 24.786311], [146.773291, 24.954672], [146.774276, 25.066027], [147.022741, 25.335442], [147.274511, 25.064401], [147.211054, 24.807994]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-fa74aac6-f230-40b9-acba-91c4e1987ec9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-28.760919, -0.357749], [-28.769836, -0.556919], [-28.983609, -0.33527], [-28.842813, -0.354904], [-28.760919, -0.357749]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eastern Panama, Central America", "DESCR": "", "PLATE_ID": 203, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a555e81b-92f2-4a74-a253-c42360ce73e8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[147.507598, 25.583353], [147.635971, 25.395207], [147.469927, 25.464782], [147.501856, 25.37989], [147.410205, 25.387187], [147.538534, 24.956421], [147.629518, 25.048618], [147.882198, 25.007826], [147.850465, 24.862315], [147.63826, 24.684916], [147.717933, 24.622407], [147.711557, 24.449751], [147.621064, 24.410518], [147.585568, 24.467561], [147.56182, 24.359211], [147.362738, 24.497475], [147.455006, 24.864886], [147.359651, 24.869883], [147.341246, 25.029546], [147.292245, 24.98222], [147.31111, 25.138074], [147.13288, 25.496015], [147.25181, 25.737249], [147.253553, 25.670166], [147.507598, 25.583353]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-a07aa9a7-ae0b-4a13-b662-ce196ea72403", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[111.56293, -28.76381], [111.565028, -29.112178], [111.491284, -28.802005], [111.56293, -28.76381]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e94898a9-385e-406c-b25a-97baff2278c7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[147.282311, 26.070785], [147.24, 25.849944], [146.980013, 25.900162], [146.983307, 26.039874], [147.070809, 26.041029], [147.282311, 26.070785]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-fe087183-2714-4b9f-88ea-6d3350f5e40a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.827264, -24.644286], [108.668698, -24.530062], [108.834481, -24.521011], [108.827264, -24.644286]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-36641bb3-b9d2-402e-9c12-5356fd88099d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.728121, -24.360209], [108.646453, -24.493618], [108.591178, -24.414326], [108.490586, -24.474278], [108.336461, -24.375495], [108.560738, -24.3871], [108.250537, -24.241969], [108.313748, -24.174277], [108.468112, -24.203316], [108.728121, -24.360209]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-3bddbdf6-f7ca-4577-958f-af32afe40d13", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.985721, -24.734806], [108.902358, -24.791287], [108.899047, -24.706304], [108.838506, -24.730166], [108.872829, -24.590372], [108.985721, -24.734806]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-de0395a5-fd0b-491c-a82b-6667b7d736bc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-18.13542, 44.119881], [-18.14709, 44.032189], [-18.217735, 44.046107], [-18.195293, 44.086001], [-18.335427, 44.172325], [-18.306303, 44.217913], [-18.13542, 44.119881]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1c4adda8-c543-4130-be68-97018dd0ae43", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[31.589246, 18.025738], [31.814023, 18.113312], [31.810939, 18.098565], [31.646717, 17.953984], [31.589246, 18.025738]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 504, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7a1d5dbc-9be1-485a-aad2-51b1ca164390", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.473619, -23.644693], [108.443508, -23.772043], [108.383897, -23.607256], [108.473619, -23.644693]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-bc7623d3-0c2b-47fa-b3eb-ad42a1d45a5e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.694425, -23.739567], [108.626827, -23.816591], [108.551541, -23.681239], [108.694425, -23.739567]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-308332c3-820f-4ed8-a1cc-cc9b893b28bc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.092171, -22.81474], [108.211961, -23.217102], [108.064969, -23.317713], [108.180654, -23.461676], [107.892155, -23.603447], [107.400599, -23.282279], [107.282366, -22.748803], [107.393815, -22.435593], [107.563006, -22.338237], [107.672064, -22.361032], [107.674483, -22.495452], [107.808175, -22.523475], [108.092171, -22.81474]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Seram", "DESCR": "", "PLATE_ID": 682, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-ed246cb9-fcc5-4830-a24a-1c519273857b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[127.070856, 22.370549], [127.082146, 22.167994], [126.923188, 22.326682], [127.070856, 22.370549]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-5c0ebcc1-e596-4ec7-8b31-d4d4c952a264", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[132.592985, 18.252872], [132.642849, 18.174995], [132.449805, 18.094154], [132.508272, 18.230664], [132.592985, 18.252872]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2f5b807e-f377-46d7-9971-0550ef0d1d33", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[138.215617, 39.015465], [138.016364, 39.001919], [138.161644, 39.130194], [138.215617, 39.015465]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-23ad65f0-2648-47bd-bbbc-e26c7f9db0c2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[132.953362, 18.721416], [132.991817, 18.596983], [132.891419, 18.5905], [132.953362, 18.721416]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-01026244-ac23-4702-8179-5c056e65d412", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.460132, -6.883012], [-1.520728, -6.993808], [-1.588677, -6.761158], [-1.542134, -6.649496], [-1.505341, -6.694349], [-1.460132, -6.883012]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-38bed9f6-b5f6-47a9-b6f7-0f536c20d43a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[133.187319, 19.256217], [133.253963, 19.198344], [133.228197, 19.264881], [133.325118, 19.300711], [133.603643, 19.247786], [133.732206, 18.978414], [133.652834, 18.740108], [133.40869, 18.814074], [133.454706, 18.708034], [133.298913, 18.521887], [133.113084, 18.751393], [133.061601, 18.681958], [132.902545, 18.98888], [132.99545, 19.165655], [133.187319, 19.256217]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-16bf247c-152a-49b7-93cd-07638f63fd82", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-36.342498, -15.95945], [-36.293428, -16.145954], [-36.343327, -16.137369], [-36.342498, -15.95945]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4d4461ff-2d60-418d-aa68-bc824db4ab2c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[113.703122, -28.075979], [113.621902, -28.117206], [113.63581, -28.069072], [113.55881, -28.069859], [113.603983, -28.044118], [113.529911, -28.054056], [113.565433, -28.014911], [113.533999, -27.99161], [113.703122, -28.075979]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bd3cc117-e279-4965-9d12-17ec643dc2ba", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[37.182289, -22.027765], [36.984859, -22.106724], [36.971322, -22.014098], [37.118132, -21.963244], [37.182289, -22.027765]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Somalia plate, Africa", "DESCR": "", "PLATE_ID": 709, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4e307932-1dcb-4ca3-ab43-60a7546343fb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[142.255858, 39.718203], [142.110541, 39.711498], [141.957536, 38.879229], [141.935158, 38.841166], [141.811816, 38.175101], [141.673708, 37.903438], [141.495308, 37.551237], [141.284558, 37.288178], [141.254118, 37.072781], [141.236855, 37.038435], [141.039254, 36.644328], [141.038936, 36.64435], [140.91119, 37.020694], [140.453758, 37.307978], [140.309484, 37.665941], [140.179952, 37.738706], [140.274101, 38.010047], [140.226946, 38.299324], [141.194457, 39.75619], [141.826219, 40.05139], [142.019901, 39.897967], [142.233171, 39.900117], [142.340172, 39.786387], [142.255858, 39.718203]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-75b88351-5739-43ee-a52d-7e927e7de147", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.419923, -21.686026], [108.180554, -21.962349], [108.321297, -21.658887], [108.540544, -21.546873], [108.547441, -21.643867], [108.419923, -21.686026]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-936d5321-5032-495a-bc41-86bf72444933", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.58184, -21.533139], [108.244925, -21.140099], [108.309432, -21.109423], [108.269593, -21.007071], [108.386508, -21.028213], [108.954458, -21.809766], [108.58184, -21.533139]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f20a455b-c285-4357-94e1-2529164bae58", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[106.915968, -19.23972], [106.801555, -19.213128], [106.95653, -19.171551], [106.915968, -19.23972]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6d06ff3d-6212-48bb-ae56-fa0ed8f50f1c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[114.306741, -28.031546], [114.078213, -28.118117], [114.156012, -28.037772], [114.306741, -28.031546]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d2605acf-7405-4207-8779-526b45ef13ab", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[111.468926, -25.053468], [111.496941, -25.165612], [111.425662, -25.154201], [111.439452, -25.079478], [111.296044, -25.070468], [111.201314, -24.97057], [111.08676, -24.540943], [111.683229, -24.902527], [111.617137, -25.084583], [111.468926, -25.053468]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9ca129d6-5163-44ec-b94d-54f4e8ae01fb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.946094, -20.234235], [108.158993, -20.731175], [108.287402, -20.748343], [108.236926, -20.862285], [108.341451, -20.883355], [108.246594, -21.019364], [107.990122, -20.802968], [107.937073, -20.647102], [107.537652, -20.365006], [107.78215, -20.142285], [107.946094, -20.234235]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2237d6ba-6364-4456-bfef-d7c5b771fb02", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[116.178722, -30.134095], [115.584255, -29.683888], [115.415928, -29.165781], [115.244064, -28.958898], [115.263152, -28.862713], [115.318743, -28.915064], [116.178722, -30.134095]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-afb09a30-86ce-49a3-b2e4-bbfa44404acf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[131.012979, 18.559186], [131.274709, 18.515593], [131.38589, 18.336678], [131.735306, 18.216701], [132.279101, 18.480095], [132.219599, 18.332072], [132.311624, 18.074892], [132.561006, 18.033854], [132.41195, 17.861787], [132.236128, 17.898042], [131.757873, 17.693718], [131.594956, 17.774428], [131.511459, 17.922975], [131.327012, 17.917017], [131.133391, 18.051107], [130.61189, 17.660482], [130.518269, 17.750504], [130.59487, 18.061196], [130.481681, 18.077761], [130.461321, 18.18475], [130.56077, 18.383321], [130.664281, 18.331523], [130.740909, 18.381906], [130.717302, 18.273139], [130.918115, 18.317621], [130.637665, 18.453112], [130.765937, 18.608985], [130.958614, 18.637697], [131.012979, 18.559186]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-47d9afc0-eed5-4c7a-b1d1-e05eabaa8af7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[132.696872, 20.52013], [132.60641, 20.391501], [132.519693, 20.442606], [132.588835, 20.52975], [132.696872, 20.52013]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-a73425a8-c0ce-4c78-b901-8040d069a4ac", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.398477, -19.491409], [107.27945, -19.514583], [107.252256, -19.41828], [107.460847, -19.341798], [107.398477, -19.491409]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-54f121e9-5017-4f02-9f56-ca26784f619d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[112.815877, -25.888848], [112.760507, -25.910267], [112.682506, -25.856339], [112.692139, -25.78215], [112.718966, -25.776124], [112.775073, -25.809104], [112.765189, -25.832378], [112.797972, -25.828611], [112.830112, -25.853461], [112.815877, -25.888848]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2cbcdd3e-0920-4a1e-bba5-fd626adcb728", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.332742, -5.435797], [-2.420198, -5.563974], [-2.434689, -5.422042], [-2.332742, -5.435797]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-34135567-00a6-46b7-b481-40857855a4d2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.501417, -18.955093], [107.383846, -18.963508], [107.353643, -19.054089], [107.589384, -19.057438], [107.650415, -19.236253], [107.471726, -19.304568], [107.31965, -19.221212], [107.372013, -19.106549], [107.15756, -19.206732], [107.094862, -19.128124], [107.106764, -19.053472], [107.216341, -19.077156], [107.378913, -18.92159], [106.950512, -18.881922], [107.01921, -18.727489], [107.19616, -18.653618], [107.324572, -18.656369], [107.515504, -18.852911], [107.501417, -18.955093]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-abafcb99-9ef6-4ecf-a2ef-4167f50a5525", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[111.869021, -24.320713], [111.705054, -24.245312], [111.793204, -24.261379], [111.684887, -24.148808], [111.833594, -24.240656], [111.869021, -24.320713]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8e28656b-45ce-4e6c-ac81-e3db020be818", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[132.877581, 21.414293], [132.909962, 21.396166], [132.943878, 21.406079], [132.955447, 21.458435], [133.009732, 21.471566], [133.118215, 21.369166], [132.981143, 21.072018], [132.856018, 21.067578], [132.736701, 21.302648], [132.796401, 21.341288], [132.841885, 21.395288], [132.877581, 21.414293]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-5a2cf592-5f09-440d-a052-5de8b4df83a6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[112.678239, -24.845372], [112.72095, -24.883329], [112.740334, -24.899913], [112.792559, -25.072869], [112.379839, -25.221314], [112.336674, -25.004245], [112.487249, -24.730728], [112.678239, -24.845372]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d6745958-59af-497a-a256-333a8167a75d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[108.800061, -19.53291], [108.597921, -19.53101], [108.631407, -19.453969], [108.800061, -19.53291]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bd21f0f3-5b94-4715-ad25-8971aab8542c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.348451, -17.393321], [107.263315, -17.449094], [107.192046, -17.296958], [107.07887, -17.276154], [107.271771, -17.276618], [107.348451, -17.393321]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-941ba157-3516-48d0-b83d-07d615d2e80c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[128.738341, 18.358525], [128.828453, 18.292745], [128.853328, 18.460728], [129.030576, 18.454421], [129.092827, 18.264005], [128.986039, 18.262132], [129.012853, 18.137369], [128.862014, 18.23218], [128.780742, 18.19639], [128.738341, 18.358525]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0b1fb31e-3cac-4d0d-875b-06537e8110e9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[115.284749, -37.475747], [115.209568, -37.453044], [115.206379, -37.449862], [115.281571, -37.290094], [115.205851, -37.221075], [115.308731, -37.099127], [115.483732, -37.121322], [115.472492, -37.046979], [115.316168, -37.096467], [115.096177, -36.825251], [115.131253, -36.708301], [115.270883, -36.669732], [115.199244, -36.659825], [115.175828, -36.308191], [115.279767, -36.082314], [115.20112, -35.855465], [115.26612, -35.864174], [115.027042, -35.589022], [115.007276, -35.498271], [115.04539, -35.547053], [115.104071, -35.481867], [114.684078, -35.295319], [114.754659, -35.230749], [114.673259, -35.27989], [114.587811, -35.013377], [114.507838, -35.066651], [114.456889, -34.925458], [114.419478, -34.984775], [114.405373, -34.892586], [114.361872, -34.945357], [114.257152, -34.83326], [114.328816, -34.722621], [114.433884, -34.741323], [114.330919, -34.715101], [114.405662, -34.7169], [114.362531, -34.623321], [114.247957, -34.710956], [114.225301, -34.500843], [114.089022, -34.576004], [114.168668, -34.351235], [114.013162, -34.569605], [114.003544, -34.321727], [113.899191, -34.652079], [113.807805, -34.514336], [113.828707, -34.322878], [113.748115, -34.381935], [113.702543, -34.289804], [113.710143, -34.419084], [113.568382, -34.354866], [113.53919, -34.417651], [113.338743, -34.133605], [113.367672, -33.985481], [113.308926, -33.938096], [113.296079, -33.84967], [113.407382, -33.827112], [113.40204, -33.714034], [113.368035, -33.663369], [113.281843, -33.648556], [113.376499, -33.679283], [113.361257, -33.786789], [113.402703, -33.81268], [113.283917, -33.85312], [113.299323, -33.953333], [113.336162, -33.986916], [113.184622, -34.4641], [113.120703, -34.278927], [113.098608, -34.472194], [112.756405, -34.200763], [112.743621, -33.983487], [112.629606, -33.972032], [112.688139, -33.903677], [112.622345, -33.976733], [112.730655, -33.995816], [112.616637, -34.117839], [112.707022, -34.086295], [112.712289, -34.47062], [112.023794, -34.178407], [111.792878, -33.943462], [111.538055, -33.845533], [111.569423, -33.656387], [111.326917, -33.595559], [111.555018, -33.687212], [111.509082, -33.893044], [111.838948, -34.034742], [112.0705, -34.349331], [112.13267, -34.770994], [111.926899, -34.949248], [111.521588, -34.812712], [110.979011, -34.77094], [110.71324, -34.370562], [110.879673, -34.252793], [110.818612, -34.128489], [110.869425, -34.255343], [110.66022, -34.349417], [110.544346, -34.293719], [110.659336, -34.116782], [110.530734, -34.282073], [110.108041, -34.067041], [109.947044, -33.863336], [109.619144, -33.774204], [109.459189, -33.142962], [109.454111, -32.740016], [109.589568, -32.760709], [109.443607, -32.697752], [109.412157, -32.592723], [109.417054, -32.551283], [109.420882, -32.572788], [109.42849, -32.576717], [109.441345, -32.558716], [109.458082, -32.577027], [109.508451, -32.550273], [109.482163, -32.549493], [109.474203, -32.56222], [109.45579, -32.566029], [109.444129, -32.54893], [109.424474, -32.563531], [109.436035, -32.552248], [109.392296, -32.504515], [109.29937, -32.253523], [109.31944, -32.184137], [109.493083, -32.206242], [109.610193, -32.064649], [109.714129, -32.09966], [109.613134, -32.058464], [109.475006, -32.193252], [109.349007, -32.166367], [109.018955, -31.921066], [108.768133, -31.861754], [108.784583, -31.665598], [108.3243, -31.689344], [108.357681, -31.515252], [108.488152, -31.533344], [108.572864, -31.407056], [108.714149, -31.416801], [108.987844, -31.249725], [108.873971, -31.121609], [108.922875, -30.968778], [108.8329, -30.687038], [109.272336, -31.017282], [109.395178, -30.984865], [109.367538, -31.065416], [109.500129, -31.158376], [109.523035, -31.16022], [109.537221, -31.144607], [109.488681, -31.06724], [109.539654, -31.055202], [109.594407, -31.113093], [109.532407, -31.189726], [109.578072, -31.267734], [109.736004, -31.230817], [109.687477, -31.351521], [109.756194, -31.247655], [109.71409, -31.204387], [109.575528, -31.251208], [109.545691, -31.192152], [109.613078, -31.125217], [109.556264, -31.036501], [109.470477, -31.059785], [109.481581, -31.117804], [109.523756, -31.139739], [109.523389, -31.152029], [109.452187, -31.120079], [109.425274, -31.069835], [109.375685, -31.056873], [109.398922, -30.975126], [109.292833, -30.999515], [109.173387, -30.915796], [108.970515, -30.673576], [108.896129, -30.412804], [108.962022, -30.377629], [109.293461, -30.524732], [109.483795, -30.856495], [109.360306, -30.503437], [109.337161, -30.484149], [109.294687, -30.479533], [109.265638, -30.44339], [109.310183, -30.384746], [109.314967, -30.335225], [109.19699, -29.844087], [109.381683, -29.377425], [109.552393, -29.429675], [109.628663, -29.358408], [109.653284, -29.41642], [109.627643, -29.322175], [109.562419, -29.417223], [109.442563, -29.366792], [109.379701, -29.24152], [109.497937, -29.192314], [109.317733, -29.149617], [109.412183, -29.012457], [109.623268, -28.991105], [109.469429, -28.99743], [109.525423, -28.913724], [109.440051, -28.915443], [109.40856, -28.741989], [109.58915, -28.744527], [109.338951, -28.669776], [109.563323, -28.544735], [109.359296, -28.601767], [109.334735, -28.525278], [109.442882, -28.450508], [109.3357, -28.506718], [109.250156, -28.402134], [109.402319, -28.41933], [109.275431, -28.3687], [109.379155, -28.303284], [109.508389, -28.336204], [109.437985, -28.298611], [109.523283, -28.223848], [109.226659, -28.347262], [109.218831, -28.269832], [109.371738, -28.255084], [109.362419, -28.20121], [109.190742, -28.271871], [109.356734, -28.116819], [109.162799, -28.255901], [109.146392, -28.173729], [109.31852, -28.131474], [109.149859, -28.165315], [109.137823, -28.105372], [109.164866, -28.090728], [109.174749, -28.118676], [109.178675, -28.09146], [109.211141, -28.121959], [109.22899, -28.122553], [109.289769, -28.079981], [109.293895, -28.097682], [109.315024, -28.110207], [109.297712, -28.092212], [109.299317, -28.081699], [109.310947, -28.08143], [109.274242, -28.071956], [109.213406, -28.112696], [109.201673, -28.091811], [109.165697, -28.07905], [109.119683, -28.116252], [109.132473, -28.043064], [109.265091, -28.042352], [109.105538, -27.989202], [109.056791, -28.038515], [109.019172, -27.979292], [109.126837, -27.889093], [109.001537, -27.968868], [108.975038, -27.917553], [109.087193, -27.863277], [109.058933, -27.809908], [108.987916, -27.89928], [108.881805, -27.801937], [108.979306, -27.8092], [108.972309, -27.743076], [108.966586, -27.803942], [108.788956, -27.741635], [108.915814, -27.678974], [108.827576, -27.620194], [108.738288, -27.662283], [108.740333, -27.527723], [108.659165, -27.528518], [108.2844, -26.871111], [107.672155, -26.38969], [107.567225, -26.14997], [107.613223, -26.173102], [108.570991, -26.797801], [109.998607, -27.955558], [110.970774, -28.909501], [111.79695, -29.747], [112.236086, -30.275292], [112.705026, -31.30414], [113.293558, -32.238368], [114.145936, -33.431435], [114.805185, -34.602641], [115.173887, -35.592928], [115.693045, -36.535394], [115.814417, -36.713744], [115.750795, -36.971092], [115.284749, -37.475747]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Australia", "DESCR": "", "PLATE_ID": 801, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-34308ca6-3def-4941-85a5-d0a38911f392", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.517877, -17.467239], [107.45399, -17.50993], [107.347519, -17.362516], [107.480473, -17.381387], [107.517877, -17.467239]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-68969280-57bf-4c3c-9579-3f86c582db7b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[114.81337, -27.475918], [114.686027, -27.82689], [114.45555, -27.898309], [114.270241, -27.862702], [113.761648, -28.318108], [113.468328, -28.906936], [113.573077, -28.912081], [113.749697, -28.713423], [113.888486, -28.704958], [113.932198, -28.800899], [113.533476, -29.145031], [113.573462, -29.22915], [113.719943, -29.228967], [113.463282, -29.339312], [113.404786, -29.45465], [113.488496, -29.515676], [113.420536, -29.593664], [113.465332, -29.721665], [113.732293, -30.006637], [113.981538, -29.995855], [114.16558, -30.078446], [114.185618, -30.017986], [114.386698, -30.117996], [114.613442, -30.019278], [114.943467, -30.129904], [115.423994, -30.010171], [115.642696, -30.318856], [115.919673, -30.371006], [115.934801, -30.499782], [116.017689, -30.446516], [116.097914, -30.567939], [116.201376, -30.563583], [116.175583, -30.626415], [116.251925, -30.455155], [116.335004, -30.524386], [116.388032, -30.351584], [116.404409, -30.373317], [116.638033, -30.748836], [116.913362, -31.277404], [117.25113, -31.898128], [117.483438, -32.359537], [117.762151, -32.892219], [117.984439, -33.412758], [118.13947, -33.794488], [118.308296, -34.262741], [118.482648, -34.730108], [118.650557, -35.175859], [118.839243, -35.725044], [118.956687, -36.238127], [119.031365, -36.712096], [119.125557, -36.988009], [119.163601, -37.108612], [119.320003, -37.391807], [119.391169, -37.686463], [119.437286, -38.016227], [119.483178, -38.343011], [119.439803, -38.666031], [119.421884, -38.955289], [119.413607, -39.368191], [119.403539, -39.684182], [119.407318, -39.974548], [119.461669, -40.329308], [119.434438, -40.62578], [119.457293, -40.992254], [119.425733, -40.961387], [119.16867, -41.146492], [119.169048, -41.30196], [118.871112, -41.633214], [118.987681, -41.927523], [118.837368, -42.33356], [119.068485, -42.744968], [118.627518, -43.133342], [118.683514, -43.373804], [118.403047, -43.752093], [119.080475, -44.24018], [118.954932, -44.28015], [118.981458, -44.338367], [118.630168, -44.35931], [118.510207, -44.492097], [118.569342, -44.734885], [118.656196, -44.799613], [118.649938, -44.799145], [118.892664, -45.107432], [118.843411, -45.16351], [118.59125, -45.061234], [118.496208, -45.302606], [118.699866, -45.742059], [118.778869, -45.820031], [118.743516, -45.837866], [118.626992, -45.918271], [118.578798, -45.870944], [118.507235, -45.912054], [118.547137, -45.973165], [118.526641, -45.987227], [118.634098, -46.248068], [118.635374, -46.251154], [118.602974, -46.280657], [118.417503, -46.187637], [118.408155, -46.176152], [118.21862, -45.942339], [118.269785, -45.757225], [118.296721, -45.765931], [118.27259, -45.747023], [118.273772, -45.742719], [118.077191, -45.381637], [117.686606, -44.84906], [117.375312, -44.698276], [117.279311, -44.590669], [117.402095, -44.541978], [117.018375, -44.308132], [116.946625, -44.06124], [117.07847, -44.059124], [116.727363, -43.972163], [116.667249, -43.824736], [116.768677, -43.807971], [116.555394, -43.724536], [116.831456, -43.014655], [116.751649, -43.003933], [116.781346, -42.835342], [116.71294, -42.864691], [116.671182, -42.791441], [116.740892, -42.829344], [117.412425, -42.444194], [117.572414, -42.210037], [117.510405, -42.012095], [117.305729, -40.991871], [117.266257, -39.957095], [116.9785, -38.684014], [116.489963, -37.346784], [116.183198, -36.315848], [116.023302, -35.218591], [115.73615, -34.611759], [115.146588, -33.620817], [114.441656, -32.484265], [113.333753, -31.048899], [112.547146, -30.232143], [112.507434, -30.199555], [112.448775, -29.795183], [112.568846, -29.833049], [112.600941, -29.74022], [112.786831, -29.95453], [112.851118, -29.925172], [112.657508, -29.708988], [112.448102, -29.652829], [112.473216, -29.41801], [112.307838, -29.49727], [112.297423, -29.260395], [112.416153, -29.282666], [112.457215, -29.191123], [112.224881, -29.128492], [112.409733, -28.835656], [112.245143, -28.918946], [112.208444, -28.790137], [112.334443, -28.615545], [112.443826, -28.639228], [112.669301, -28.476106], [112.701155, -28.555964], [112.896183, -28.511413], [112.864616, -28.630972], [112.996832, -28.453957], [112.671502, -28.42376], [112.427251, -28.589794], [112.256837, -28.40035], [112.304626, -28.546357], [112.220606, -28.639691], [111.986156, -28.58408], [112.175517, -28.523122], [112.073089, -28.5359], [112.059811, -28.444418], [111.858321, -28.716125], [111.749546, -28.657992], [111.755728, -28.562123], [111.739987, -28.660228], [111.783261, -28.702632], [111.529277, -28.675553], [111.272941, -28.407622], [111.556386, -27.997721], [111.657619, -28.128791], [111.778963, -28.106578], [111.79458, -27.945566], [111.943184, -27.879465], [111.802414, -27.747924], [111.901063, -27.646936], [111.917623, -27.276816], [111.67768, -26.974152], [111.849247, -26.960838], [111.792756, -26.857168], [112.059341, -26.982537], [112.141763, -27.095357], [112.093283, -27.154141], [112.284711, -27.306694], [112.296543, -27.493904], [112.833717, -27.549242], [113.014426, -27.652848], [113.019242, -27.850415], [112.87877, -27.932755], [112.777448, -27.865572], [112.881837, -27.966315], [113.073665, -27.876301], [112.920124, -27.984169], [113.089876, -27.909875], [113.008646, -28.058194], [113.083479, -28.111706], [113.149793, -28.029533], [113.189998, -28.093303], [112.938937, -28.219341], [113.148341, -28.147866], [113.164607, -28.221136], [113.257614, -28.082682], [113.197908, -28.286154], [113.329968, -28.146242], [113.458536, -28.254802], [113.462513, -28.132998], [113.510938, -28.313988], [113.651862, -28.245125], [113.520437, -28.09943], [113.598187, -28.145443], [113.729277, -28.072021], [113.784664, -28.114941], [113.734892, -28.064123], [113.843014, -28.003874], [113.454036, -27.86507], [113.451576, -27.802184], [113.538686, -27.82124], [113.488538, -27.783966], [113.37285, -27.785173], [113.251355, -27.560112], [112.735077, -27.165802], [112.749701, -26.99714], [112.475363, -26.844298], [112.533433, -26.584279], [112.480138, -26.60625], [112.477283, -26.510472], [112.714136, -26.581556], [112.516307, -26.452928], [112.603937, -26.391621], [112.584671, -26.282098], [112.74743, -26.266137], [112.735867, -26.327706], [112.782348, -26.272852], [112.778154, -26.336839], [112.806852, -26.238703], [112.846809, -26.271177], [112.89876, -26.258589], [112.959011, -26.287738], [112.877961, -26.245699], [112.910425, -26.246252], [112.927548, -26.23677], [112.976125, -26.245967], [112.994228, -26.226448], [112.993826, -26.203754], [112.97008, -26.23946], [112.932726, -26.229306], [112.907144, -26.238085], [112.890985, -26.232667], [112.847707, -26.256601], [112.712731, -26.178199], [112.768865, -26.162372], [112.765744, -26.107052], [112.907632, -26.138026], [113.022275, -26.062532], [112.895405, -26.123743], [112.803018, -26.071134], [112.840563, -26.050071], [112.728138, -26.032845], [112.871081, -25.958971], [112.697469, -25.940111], [112.813578, -25.904426], [112.837156, -25.871159], [112.836862, -25.84634], [112.808912, -25.830733], [112.812674, -25.797842], [112.857977, -25.812501], [112.657611, -25.7355], [112.820912, -25.696153], [112.573601, -25.694491], [112.581514, -25.601879], [112.655199, -25.616181], [112.630598, -25.466505], [112.533796, -25.577891], [112.399596, -25.515618], [112.299166, -25.233114], [112.765057, -25.282537], [112.987033, -25.206589], [113.014425, -25.133676], [113.252469, -25.335599], [113.677647, -25.693712], [114.229912, -26.269331], [114.785843, -27.419599], [114.81337, -27.475918]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Papua-New Guinea", "DESCR": "", "PLATE_ID": 800, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1641c1f4-138f-4b04-854b-99bca5e8ece9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.295183, -19.459246], [109.059019, -19.319964], [109.182907, -19.272883], [109.361693, -19.386476], [109.295183, -19.459246]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sula-Banggai", "DESCR": "", "PLATE_ID": 684, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f10fde5e-840f-44ab-91ba-eb0d15b5fd12", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[125.019887, 14.144144], [124.920052, 14.080028], [124.761047, 14.112521], [124.821744, 14.192697], [125.019887, 14.144144]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ce15df59-e5b1-4695-a07a-4cfe6e9f3862", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.331829, -5.941351], [-8.532121, -6.0506], [-8.383701, -5.910872], [-8.331829, -5.941351]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-352a808c-a965-4579-a44b-a8da74896c30", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.997052, -5.566516], [-7.104041, -5.710238], [-7.444946, -5.778686], [-7.229313, -5.521591], [-6.997052, -5.566516]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-10ad3725-cacd-4863-8003-ab94dc7d2cc7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[125.007661, 14.607693], [125.112848, 14.579603], [124.86864, 14.374078], [124.873873, 14.487829], [125.007661, 14.607693]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2cf073ee-bba2-43ff-bb82-64c4f51602c0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.091303, -5.742709], [-8.069137, -5.887587], [-8.300889, -5.807282], [-8.263337, -5.715028], [-8.181645, -5.719496], [-8.091303, -5.742709]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d6fc3232-add0-4168-abdf-a161f4b79b56", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[21.565824, 58.856241], [21.878255, 58.872997], [21.56944, 58.79808], [21.565824, 58.856241]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3bec5acc-d236-4c2d-924b-d82925307af9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[128.452951, 18.919781], [128.754314, 18.883817], [128.423201, 18.890506], [128.452951, 18.919781]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-44d8219d-f1ed-41ae-8cd9-e6dec1cdf951", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.35437, -5.417409], [-7.612367, -5.77713], [-7.72991, -5.726904], [-7.974571, -5.802123], [-8.05511, -5.720306], [-8.081739, -5.638953], [-7.418327, -5.291098], [-7.35437, -5.417409]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ad5a8f04-4946-402c-8938-7269b4b67559", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[36.246046, 36.745776], [36.150259, 36.528001], [36.080587, 36.532372], [36.076724, 36.705507], [35.833436, 36.757196], [35.938338, 36.88814], [36.087296, 36.913914], [36.246046, 36.745776]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 510, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-318389f9-5972-4ca5-83d9-350c6ce8df12", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.103964, -5.630658], [-8.084729, -5.706289], [-8.217469, -5.678615], [-8.171264, -5.256938], [-8.002727, -5.544718], [-8.103964, -5.630658]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-465b2bd6-30fc-4ade-b174-0cfbed993660", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.852286, -5.190223], [-7.893032, -5.370905], [-8.018018, -5.494909], [-8.075658, -5.242402], [-7.943216, -5.225591], [-7.916757, -5.152505], [-7.852286, -5.190223]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-db56a7b2-7413-43b3-a402-bfc64c71f6e6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[127.307513, 18.292521], [127.255662, 18.168374], [127.164516, 18.190348], [127.137735, 18.341195], [127.307513, 18.292521]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-82fb8c60-b466-4e35-91bb-bcf08ad21655", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[127.327051, 18.562797], [127.318454, 18.428449], [127.117269, 18.576301], [127.327051, 18.562797]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-64198463-902a-4d6d-bd24-8954816ba8ff", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.974424, -5.054491], [-8.110449, -5.111797], [-8.104765, -5.007229], [-7.934271, -4.883871], [-7.932121, -4.937977], [-7.974424, -5.054491]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5fd1d3d9-7e05-4c01-8979-7291ea5aba33", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[127.81895, 19.137948], [127.792849, 19.067062], [127.669894, 19.070496], [127.626998, 19.152797], [127.81895, 19.137948]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4a3bd481-b4d5-4e53-b864-333f49f7ff08", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.891546, -4.695114], [-7.980396, -4.897879], [-7.979386, -4.781746], [-7.891546, -4.695114]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-352d942c-3b19-46c3-96b7-1459af6f7ded", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[126.944269, 18.757928], [127.101069, 18.692078], [126.955659, 18.647867], [126.944269, 18.757928]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d1e0a9b9-1948-4465-bba0-cb8f2cc5eac6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[126.292366, 18.14423], [126.474964, 18.120545], [126.547785, 18.224874], [126.904842, 18.300837], [127.006426, 18.192116], [126.856218, 18.178265], [126.461882, 17.871752], [126.395765, 17.892255], [126.424168, 18.000277], [126.291835, 18.063292], [126.292366, 18.14423]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7949af51-bfd5-4a67-ac06-836909b94529", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[126.723803, 18.442488], [126.960828, 18.431735], [126.984437, 18.370077], [126.536762, 18.239377], [126.458332, 18.137224], [126.448595, 18.333982], [126.723803, 18.442488]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cf360c9f-8482-4a64-98e8-c916d7ea288a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[127.382534, 19.251991], [127.470946, 19.233309], [127.449209, 19.31197], [127.594081, 19.152066], [127.411105, 19.06051], [127.341103, 19.140089], [127.382534, 19.251991]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-76fbf279-376f-4c54-bf34-10bc78075af4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[127.103479, 17.625763], [126.9871, 17.625184], [126.717369, 17.84639], [126.773165, 17.901844], [127.103479, 17.625763]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a774e015-10cb-43c6-ae3c-ba0dd17c4f25", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[127.766439, 19.664374], [127.97207, 19.588651], [128.088432, 19.373341], [127.839897, 19.358842], [127.852084, 19.486982], [127.721534, 19.297031], [127.615655, 19.297722], [127.605548, 19.444088], [127.766439, 19.664374]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b5e3e25f-a25f-4602-9b43-e570a0844c3d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[126.250914, 17.916658], [125.910243, 18.181716], [125.913002, 18.184649], [126.196011, 18.194905], [126.219814, 18.171716], [126.181955, 18.161334], [126.220677, 18.164413], [126.28839, 18.040341], [126.410347, 17.990212], [126.378327, 17.921399], [126.250914, 17.916658]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-12461857-feef-4f18-96e2-fd06b7f1fc26", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.755071, 14.311443], [28.695986, 14.253827], [28.538696, 14.335346], [28.622698, 14.403712], [28.67028, 14.308692], [28.678034, 14.390204], [28.755071, 14.311443]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1b28211d-606c-4f4a-a1c2-9423aeb42b17", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[126.659309, 17.996685], [126.758564, 17.914016], [126.588975, 17.816356], [126.404383, 17.84506], [126.592892, 17.957194], [126.659309, 17.996685]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-07fb6de0-1567-43c5-a0bc-70f776198d73", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[125.895185, 18.1934], [125.792822, 18.272755], [125.965731, 18.383293], [126.200149, 18.219152], [125.903115, 18.198317], [125.895185, 18.1934]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-dbf100c3-4509-4dbc-9d5f-e190ef864d5f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.479904, -3.965201], [-8.593899, -4.094122], [-8.740159, -3.953977], [-8.750505, -3.839104], [-8.603267, -3.779225], [-8.479904, -3.965201]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-30760361-0d51-4535-b68b-3c9357154ef3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[131.993076, 35.986191], [131.932667, 35.765464], [131.936497, 35.878119], [131.842183, 35.895014], [131.993076, 35.986191]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c6ba9b48-194f-4ddf-8915-44476b94452b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[146.040854, 26.245509], [146.077025, 26.193616], [145.990522, 26.235546], [146.040854, 26.245509]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-f9fc66bc-8928-4ec6-a784-66a69ebf3b14", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[142.039103, 27.231818], [142.219481, 27.080194], [142.614498, 26.714399], [142.836063, 26.480644], [142.99098, 26.35355], [143.712908, 26.205547], [144.117745, 26.108115], [144.000035, 26.038935], [143.714557, 25.513962], [143.880604, 25.381481], [144.095685, 25.366665], [144.190805, 25.144577], [144.378917, 24.978161], [144.486108, 24.598291], [144.668879, 24.347443], [144.904946, 24.19036], [144.878182, 23.924422], [144.989209, 23.673612], [145.442493, 23.361626], [145.250687, 23.386872], [145.096338, 23.213103], [144.899619, 23.157437], [144.887154, 23.009927], [144.763457, 22.904402], [144.502563, 22.951234], [144.460252, 22.866627], [144.292168, 22.981679], [144.182791, 23.203011], [144.167715, 23.527925], [144.042817, 23.616662], [144.038397, 23.834803], [143.746852, 24.365099], [143.751727, 24.277183], [143.418901, 24.506502], [143.384062, 24.667891], [143.260274, 24.697614], [143.117083, 24.655416], [142.861433, 24.354575], [142.445452, 24.679008], [142.436285, 24.903004], [142.313634, 24.861305], [142.245994, 24.934851], [142.222027, 25.102425], [142.338467, 25.118913], [142.437986, 25.402642], [142.317195, 25.474098], [142.27462, 25.64239], [142.233631, 25.850364], [142.320677, 25.968722], [141.988289, 26.333589], [141.86488, 26.609293], [141.942041, 27.272038], [142.039103, 27.231818]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-f9fc66bc-8928-4ec6-a784-66a69ebf3b14", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[145.97651, 26.233773], [145.905258, 26.184132], [146.006784, 26.143894], [146.004105, 25.961997], [146.305969, 25.964199], [146.444682, 25.881355], [146.603466, 25.944142], [146.526587, 25.803051], [146.659605, 25.842469], [146.75744, 25.726037], [146.9037, 25.804637], [146.783812, 25.850814], [146.868736, 25.886852], [147.011977, 25.770548], [147.068221, 25.552976], [146.837065, 25.562798], [147.008708, 25.452902], [146.800257, 25.475922], [146.395269, 25.105368], [146.441576, 24.915528], [146.572143, 24.874371], [146.510625, 24.750349], [146.179207, 24.635662], [145.938635, 24.655059], [145.837375, 24.735094], [145.669525, 25.280321], [145.38667, 25.21534], [145.267824, 25.280921], [145.243788, 25.227069], [145.189605, 25.305112], [144.687352, 25.377683], [144.616964, 25.461175], [144.678018, 25.758684], [144.541976, 26.007501], [144.368534, 26.043465], [144.396124, 26.107087], [144.666801, 26.145131], [145.259594, 26.193283], [145.97651, 26.233773]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "West Sulawesi", "DESCR": "", "PLATE_ID": 683, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-f9fc66bc-8928-4ec6-a784-66a69ebf3b14", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[166.485232, 51.019593], [166.107606, 51.166063], [166.265297, 51.197291], [166.105235, 51.312542], [166.004404, 51.318881], [165.849958, 51.668758], [166.002311, 51.922855], [165.305284, 52.695854], [165.42881, 52.906606], [165.745999, 53.367626], [166.438474, 53.396411], [166.915975, 53.504556], [167.490407, 53.849308], [168.098527, 53.92395], [168.423686, 54.039967], [168.79176, 54.397093], [169.363156, 54.661413], [170.096634, 55.33397], [170.08241, 55.558997], [169.79111, 55.572128], [169.774303, 55.669591], [169.802133, 55.721563], [170.058796, 55.676378], [170.357392, 55.876762], [170.442446, 56.17622], [170.374988, 56.263069], [170.681856, 56.356541], [170.9834, 56.335921], [171.231604, 56.539271], [171.186206, 56.641864], [171.383736, 56.749358], [171.724191, 56.600176], [171.625498, 56.247855], [171.822214, 56.265556], [171.913398, 56.384088], [172.149275, 56.179154], [172.52482, 56.410123], [172.494626, 56.53996], [171.861441, 56.529228], [172.299373, 56.871564], [172.653561, 56.593383], [172.943637, 56.618991], [172.57556, 56.245354], [172.423272, 55.883755], [172.668748, 55.4035], [172.574042, 55.255616], [172.667476, 55.157088], [172.607979, 54.921277], [172.42902, 54.767484], [172.564323, 54.808309], [172.561245, 54.698813], [172.361569, 54.64634], [172.49693, 54.622083], [172.221665, 54.541147], [172.355423, 54.526382], [172.191774, 54.513407], [172.263142, 54.440898], [172.034073, 54.380045], [172.115403, 54.316716], [171.977186, 54.349113], [171.975195, 54.260143], [171.842765, 54.335565], [171.747915, 54.216401], [171.680696, 54.298116], [171.668791, 54.14822], [171.579453, 54.21847], [171.556693, 54.135278], [171.423278, 54.112694], [171.425703, 54.015735], [171.272759, 54.023989], [171.362292, 53.975261], [171.231101, 53.92134], [171.287566, 53.831888], [171.221474, 53.875785], [171.230625, 53.798661], [171.148261, 53.811095], [171.240554, 53.7485], [171.153775, 53.736199], [171.147209, 53.629382], [171.07601, 53.784568], [170.662053, 53.853519], [170.555347, 53.801544], [170.628009, 53.768255], [170.489727, 53.761805], [170.233405, 53.571437], [170.126977, 53.013121], [169.801436, 52.563426], [169.532185, 52.520981], [168.908427, 51.97102], [168.865828, 51.613551], [169.033213, 51.371335], [168.748922, 51.394174], [168.454151, 51.311124], [168.151547, 50.974429], [167.817514, 50.975937], [167.478601, 50.825132], [167.28645, 50.912372], [167.436001, 50.931751], [167.55306, 51.15545], [167.474929, 51.245682], [168.030464, 51.40866], [167.908688, 51.553423], [167.621992, 51.525136], [167.624648, 51.581259], [167.594457, 51.435543], [167.365838, 51.430002], [167.41406, 51.377663], [167.286795, 51.26524], [167.407755, 51.200147], [167.268794, 51.105732], [167.180735, 51.116253], [167.174089, 51.295427], [166.679997, 51.327939], [166.481213, 51.171864], [166.485232, 51.019593]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Central Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-915f7e06-1744-43b0-845c-00ef4e3fb5a4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[126.097409, 17.787523], [126.065084, 17.648965], [125.91662, 17.561933], [125.663217, 17.732911], [125.806648, 17.996169], [125.994774, 17.96213], [126.097409, 17.787523]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f6490062-b1dc-4842-a2e1-87bf1983cfc8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[129.713695, 24.107454], [129.695985, 24.037575], [129.686445, 24.106988], [129.713695, 24.107454]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-ec9ce6f4-e7bf-42ef-980c-e7cf382be639", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[122.416887, 15.054976], [122.59014, 14.95202], [122.286548, 14.917674], [122.3308, 14.967366], [122.416887, 15.054976]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-66ccf816-8f79-4707-91d7-3cd2aff70464", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.659509, -3.742395], [-8.728966, -3.821637], [-8.836307, -3.79036], [-8.749252, -3.711551], [-8.659509, -3.742395]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2e37a2a0-aab6-4e03-befe-4038553fb527", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[138.421985, 31.616661], [138.424982, 31.593316], [138.408656, 31.613461], [138.421985, 31.616661]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-1930042d-470d-48ee-a917-0addcf2e7152", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[137.492362, 29.57376], [137.555423, 29.421549], [137.350713, 29.478911], [137.413895, 29.579721], [137.492362, 29.57376]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-b418df71-4c8f-4876-9be2-3948ae88c3ba", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[137.535451, 29.811389], [137.660773, 29.731231], [137.477627, 29.769226], [137.535451, 29.811389]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-e6fccaa1-0238-4e94-a210-6c1856da0eeb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[137.134851, 30.173733], [137.147086, 30.065609], [137.024404, 30.051692], [136.992072, 30.185314], [137.134851, 30.173733]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-67c9b0a1-0521-40a0-9415-5854f30ececa", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[137.190582, 30.343431], [137.305753, 30.247052], [136.919198, 30.244819], [137.190582, 30.343431]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-fb424d69-fc13-425c-a6d0-5deba685c831", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[137.419012, 31.090057], [137.585517, 31.101664], [137.310349, 30.978587], [137.419012, 31.090057]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-4ed79a80-175c-4e77-ae0f-eb2e34ca0096", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[122.311792, 19.467133], [122.441295, 19.309092], [122.356664, 19.244765], [122.203453, 19.387384], [122.311792, 19.467133]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c7978551-e411-46c5-bd27-a90b819911ee", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[127.19173, 17.551767], [127.271139, 17.4851], [129.769766, 14.126817], [129.757163, 14.04693], [129.528426, 14.020141], [128.948752, 14.191813], [128.338816, 14.2063], [128.176937, 14.278571], [128.028486, 14.485731], [127.671431, 14.553691], [127.395283, 14.715013], [127.232448, 14.646096], [127.215421, 14.719946], [127.129609, 14.690403], [127.08788, 14.822536], [126.89584, 14.899883], [126.106115, 14.951799], [125.779289, 15.101198], [125.391707, 15.033541], [125.207594, 14.900422], [124.790609, 15.201721], [123.957236, 15.556], [124.01893, 15.662252], [123.902689, 15.729469], [122.909268, 15.549804], [122.761114, 15.401782], [122.560441, 15.436666], [122.180154, 15.727055], [121.935162, 15.646485], [121.044555, 15.802236], [120.719512, 15.584819], [119.142451, 15.582242], [118.663981, 15.761138], [118.462298, 15.924715], [118.499458, 16.049954], [118.559751, 16.0981], [118.560586, 16.19188], [118.643658, 16.202227], [118.696009, 16.296268], [118.979302, 16.398457], [119.27967, 16.383702], [119.56872, 16.549531], [119.867175, 16.921672], [120.217413, 17.068761], [120.377399, 17.361126], [120.933307, 17.376546], [121.216842, 17.262321], [121.238158, 17.16193], [121.300336, 17.254002], [121.369204, 17.208683], [121.36835, 17.275633], [121.56029, 17.315729], [121.697286, 17.131216], [121.624148, 17.047854], [121.705375, 16.969997], [121.73405, 17.071594], [121.997109, 17.176002], [122.089445, 17.122329], [122.224262, 17.221969], [122.346249, 17.134533], [123.575626, 17.441756], [123.916255, 17.43542], [124.048622, 17.253585], [124.109589, 17.331195], [124.325454, 17.227809], [124.217946, 17.340303], [124.254867, 17.423176], [124.737632, 17.259799], [125.170702, 17.353273], [125.405643, 17.280289], [125.026872, 17.453871], [125.189638, 17.691611], [125.571784, 17.689892], [125.881462, 17.512927], [126.046693, 17.567779], [126.184191, 17.729487], [126.701952, 17.781358], [127.017184, 17.560941], [127.19173, 17.551767]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-837377d6-9b80-4775-aadd-f962d9f776b8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[132.505808, 15.160214], [132.514139, 15.231908], [132.552671, 15.15184], [132.505808, 15.160214]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-314830ba-ff9c-4191-9322-e861257a5e30", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.407481, 20.927323], [109.526001, 20.896495], [109.478765, 20.845875], [109.434099, 20.910141], [109.391301, 20.914632], [109.33298, 20.890833], [109.324508, 20.921335], [109.307224, 20.938591], [109.315817, 20.972499], [109.296181, 20.977355], [109.300104, 20.987501], [109.387469, 20.988709], [109.410859, 20.960068], [109.407481, 20.927323]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b8c4d19d-8cd5-4d9a-950a-8ae08fc5d6ea", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-97.874368, 49.308258], [-97.972625, 49.302977], [-98.042104, 49.451803], [-97.874368, 49.308258]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-19964ce3-70eb-4598-a390-390685505fbd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[133.735949, 15.359555], [133.736657, 15.287415], [133.129231, 15.322517], [133.194434, 15.189221], [133.136714, 15.139403], [133.269667, 15.075013], [133.241697, 15.006682], [133.311989, 15.032296], [133.292256, 14.974526], [132.729268, 14.859455], [132.611981, 14.747135], [133.050089, 14.586891], [132.916025, 14.467193], [131.93228, 14.534737], [131.869253, 14.610303], [130.663278, 14.385304], [129.838494, 14.331141], [129.56644, 14.505486], [129.034301, 14.426736], [129.044148, 14.506989], [126.423841, 17.781585], [126.341936, 17.845604], [126.437479, 17.843668], [126.904115, 18.129628], [127.237158, 18.076411], [127.099398, 17.622763], [127.304042, 18.054426], [127.333345, 18.302971], [127.814957, 18.392403], [128.089395, 18.252631], [127.941676, 18.068573], [128.003153, 18.020218], [127.961024, 17.842445], [128.318021, 17.973531], [128.182918, 17.596513], [128.304978, 17.423547], [128.787132, 17.480267], [129.269157, 17.903449], [129.914211, 17.500785], [129.994643, 17.308266], [130.05832, 17.31509], [130.00954, 17.425643], [130.122056, 17.443239], [130.158561, 17.350761], [130.298257, 17.497228], [130.404713, 17.490151], [130.506359, 17.351969], [130.455208, 17.101611], [130.524367, 17.161955], [130.663026, 17.019394], [130.550529, 17.321961], [130.641818, 17.307254], [131.202356, 17.769064], [131.344065, 17.621357], [131.539355, 17.666339], [131.720098, 17.52657], [131.978926, 17.625563], [132.165662, 17.482207], [132.121178, 17.208374], [132.249475, 17.00248], [132.501025, 16.952115], [132.60245, 16.630669], [132.807258, 16.448477], [132.892681, 16.470563], [133.055107, 16.321419], [133.020274, 16.268729], [133.245537, 16.117688], [133.735949, 15.359555]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bdf72f7f-6805-49da-94d5-df6ed628ec99", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[121.364483, 19.810497], [121.281525, 19.635124], [121.087863, 19.695353], [121.233112, 19.860346], [121.364483, 19.810497]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4aefc345-62ec-4141-a7c6-51a4705f8531", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[121.044258, 19.811489], [121.041874, 19.750485], [120.932826, 19.777278], [120.862081, 19.909931], [121.044258, 19.811489]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e0659fb4-a30b-4b69-b05e-b89902bd69ba", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[132.687235, 24.229724], [132.629221, 24.223345], [132.616344, 24.228421], [132.644733, 24.227697], [132.686463, 24.229687], [132.687235, 24.229724]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-01ae2ff2-6746-4f75-9326-6caaf8400af0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[136.990294, 31.086977], [136.977547, 31.057602], [137.256219, 30.95228], [137.5216, 30.992904], [137.57775, 30.930141], [137.66512, 31.004996], [137.756318, 30.972967], [137.723796, 30.847629], [137.258856, 30.429916], [136.782679, 30.361378], [136.952605, 30.179209], [136.744437, 30.028852], [137.388474, 30.007046], [137.423962, 29.834404], [136.740135, 29.383284], [137.380669, 29.627625], [137.292674, 29.503949], [137.011384, 29.403237], [137.261359, 29.460251], [137.414637, 29.397139], [137.296426, 29.189748], [137.61458, 29.289974], [137.660841, 29.184945], [137.739836, 29.235183], [137.920689, 29.135451], [137.829503, 29.054034], [137.976478, 29.090096], [138.44972, 28.876287], [138.583382, 28.892578], [138.580904, 28.758681], [138.461859, 28.646176], [138.554212, 28.658149], [138.5018, 28.582959], [138.567027, 28.570458], [138.444954, 28.469281], [138.569582, 28.497987], [138.633323, 28.356042], [138.631107, 28.417157], [138.872607, 28.42682], [139.008746, 28.349616], [139.386537, 28.377805], [139.43372, 28.304818], [139.820063, 28.342814], [139.9298, 28.302924], [139.878386, 28.260024], [140.072485, 28.236752], [140.217793, 28.305827], [140.264581, 28.214545], [140.178641, 27.999399], [140.0311, 27.983795], [139.756947, 27.773577], [139.402082, 27.690348], [139.113769, 27.784928], [139.455972, 27.582594], [139.316588, 27.560837], [139.211938, 27.42144], [139.227066, 27.007987], [139.437857, 26.739368], [139.375026, 26.712967], [139.490551, 26.404756], [139.650393, 26.265401], [139.696013, 26.338996], [139.714419, 26.221285], [139.812328, 26.345432], [139.72172, 26.159045], [139.827988, 26.241478], [139.787493, 26.114528], [139.888032, 26.110189], [139.781632, 26.036238], [140.008749, 26.032697], [139.946168, 25.952509], [139.832469, 25.975718], [139.914819, 25.851484], [139.780412, 25.880449], [139.828817, 25.776358], [139.684564, 25.881096], [139.74212, 25.736305], [139.630865, 25.236875], [139.547865, 25.181098], [139.342929, 25.328261], [139.555775, 25.080741], [139.41161, 24.877489], [139.51607, 24.718703], [139.32532, 24.573099], [139.288131, 24.433237], [139.501515, 24.580437], [139.531487, 24.468445], [139.646694, 24.454766], [139.678141, 24.323372], [139.444032, 23.954445], [139.613091, 24.002821], [139.834835, 24.299801], [139.966411, 24.148719], [140.033002, 23.928138], [139.938492, 23.958487], [139.810063, 23.858975], [139.929191, 23.87551], [140.083068, 23.437499], [140.025356, 23.404168], [139.831978, 23.544834], [139.828632, 23.466176], [139.897108, 23.334602], [139.937552, 23.401297], [140.144348, 23.330161], [140.061072, 23.249857], [140.128261, 23.173459], [140.055527, 23.15625], [140.139985, 22.765629], [139.975661, 22.523676], [139.258856, 21.55909], [138.689163, 22.215216], [138.718738, 22.049403], [138.475216, 22.011427], [138.445744, 22.087522], [138.321148, 21.961243], [138.247365, 22.036361], [138.110963, 21.737113], [137.939739, 21.623085], [137.740057, 21.8708], [137.575278, 21.616189], [137.084741, 21.729268], [137.110329, 21.527996], [137.212997, 21.559421], [137.013284, 21.116329], [136.602723, 20.979744], [136.44325, 20.566447], [136.333525, 20.547862], [136.084506, 20.967924], [135.824007, 21.09965], [135.907478, 20.971708], [135.825575, 20.814959], [135.629998, 20.857738], [135.362454, 20.465545], [135.138692, 20.399643], [135.067661, 20.288807], [134.895884, 20.429207], [134.837544, 20.394634], [134.702275, 20.119194], [134.343754, 20.371], [134.331067, 20.473115], [134.4077, 20.493454], [134.05193, 20.6337], [133.971323, 20.836941], [133.648343, 20.869805], [133.666072, 21.074272], [133.547078, 21.325694], [133.268844, 21.39082], [133.290861, 21.504474], [133.116589, 21.43391], [132.933211, 21.516999], [132.950995, 21.479701], [132.944404, 21.418783], [132.866022, 21.432305], [132.851062, 21.414834], [132.794808, 21.455269], [132.752221, 21.451996], [132.632506, 21.415079], [132.640573, 21.320098], [132.515681, 21.302695], [132.355294, 21.460834], [132.686655, 21.574433], [132.43638, 21.53103], [132.515126, 21.601663], [132.418833, 21.607184], [132.15227, 21.492513], [131.971778, 21.674531], [132.015069, 21.761418], [131.928783, 21.663792], [131.898182, 21.891148], [131.954773, 21.860606], [131.860958, 22.009805], [131.63827, 22.102097], [131.442074, 22.055331], [131.272122, 22.296156], [131.063528, 22.414824], [131.089291, 22.604783], [130.905085, 22.728442], [130.898057, 22.959396], [130.797034, 23.113038], [130.881467, 23.361278], [130.767837, 23.59794], [130.95525, 23.800821], [130.955569, 23.911734], [131.129396, 23.757725], [131.449326, 23.755917], [131.741165, 23.974948], [131.814719, 23.94952], [131.74664, 24.095376], [131.852105, 24.021984], [131.939627, 24.146847], [131.968789, 24.031996], [132.076838, 24.006926], [132.25369, 24.11089], [132.271596, 23.972859], [132.292659, 24.17386], [132.484851, 24.215051], [132.654637, 24.188805], [132.776178, 24.214504], [132.78981, 24.234569], [133.038665, 24.246053], [133.364868, 24.283997], [133.676077, 24.319559], [134.086236, 24.459917], [134.615994, 24.639174], [134.965314, 24.79279], [135.346607, 24.99959], [135.690175, 25.21961], [135.952646, 25.551822], [136.2362, 26.059018], [136.433164, 26.564413], [136.561193, 27.038945], [136.532712, 27.740684], [136.459218, 28.242519], [136.371003, 28.401165], [136.120578, 28.848544], [135.700157, 29.448898], [135.320841, 30.004724], [135.119584, 30.322256], [135.073596, 30.469894], [135.210617, 30.551337], [135.302686, 30.743316], [135.235469, 30.953429], [135.122216, 31.274047], [135.139407, 31.39676], [135.277551, 31.478147], [135.461481, 31.448781], [135.639369, 31.191208], [135.892095, 30.965299], [136.128437, 30.904149], [136.387481, 30.868378], [136.561844, 30.900595], [136.702103, 30.926353], [136.970211, 31.080592], [136.990294, 31.086977]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Kalimantan Core (Borneo)", "DESCR": "Metcalfe 2006", "PLATE_ID": 620, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 230.0, "FEATURE_ID": "GPlates-01ae2ff2-6746-4f75-9326-6caaf8400af0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.952612, -0.711678], [-10.028426, -0.81439], [-10.371997, -0.525527], [-10.005149, -0.564172], [-9.933618, -0.657926], [-9.997387, -0.656556], [-9.952612, -0.711678]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-504577ec-b037-4f5e-8e2e-d82e87c137ba", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[119.737537, 20.186874], [119.904168, 20.043854], [119.713817, 20.113637], [119.774236, 20.122725], [119.737537, 20.186874]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-45f31852-1b84-41bb-acab-1f4711e8a755", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.550204, 26.747129], [0.654306, 29.000803], [0.649763, 28.974688], [0.728958, 28.930561], [0.69724, 28.846038], [0.798679, 28.981851], [0.753499, 28.935061], [0.694991, 29.030822], [0.820611, 29.159991], [0.807067, 29.180889], [0.829031, 29.225639], [0.866878, 29.104852], [0.9446, 29.209045], [0.922081, 29.330349], [0.991299, 29.201365], [1.12537, 29.556702], [1.117494, 29.408828], [1.180146, 29.48535], [1.223471, 29.268777], [1.248803, 29.46298], [1.364725, 29.42721], [1.445071, 29.576331], [1.957809, 29.509543], [1.933461, 29.359696], [1.873679, 29.349646], [1.950027, 29.273562], [1.762661, 29.211587], [1.862567, 29.21352], [1.757313, 29.159839], [1.845204, 29.1307], [1.727082, 29.054702], [1.807958, 29.067803], [1.763363, 28.981384], [1.624949, 28.911517], [1.629375, 28.851755], [1.884016, 29.023303], [1.813554, 28.971503], [1.876993, 28.966615], [1.859976, 28.914767], [1.760889, 28.888255], [1.834503, 28.892637], [1.800961, 28.833494], [1.84998, 28.886801], [1.852559, 28.837998], [1.897774, 28.83968], [1.870778, 28.800042], [1.96187, 28.900788], [1.854232, 28.847695], [1.898389, 28.951098], [1.896684, 28.888138], [2.090023, 28.933741], [1.897383, 28.725929], [2.062289, 28.802942], [2.00015, 28.754014], [2.048951, 28.741349], [1.800938, 28.523115], [1.846451, 28.470207], [2.025728, 28.693425], [2.027384, 28.56641], [2.135317, 28.797287], [2.106665, 28.665074], [2.157606, 28.68619], [2.166797, 28.801146], [2.183156, 28.651009], [2.232594, 28.921932], [2.406506, 28.872676], [2.452924, 29.081329], [2.553439, 29.013871], [2.580174, 28.864495], [2.51662, 28.725006], [2.381026, 28.726415], [2.418194, 28.616896], [2.360668, 28.596126], [2.244904, 28.438336], [2.037713, 28.442525], [2.039391, 28.388732], [2.11386, 28.301001], [2.300424, 28.344592], [2.136854, 28.239514], [2.350621, 28.352656], [2.297604, 28.202931], [2.352005, 28.186156], [2.26442, 28.165829], [2.334835, 28.171864], [2.333318, 28.050967], [2.192715, 28.090004], [2.417665, 27.897654], [2.450563, 27.993131], [2.525921, 27.838728], [2.604776, 27.877204], [2.548497, 28.092938], [2.593582, 28.398765], [2.731629, 28.479063], [2.771329, 28.625161], [2.867771, 28.584355], [2.773743, 28.374546], [2.759133, 28.081187], [2.813808, 28.104602], [2.764515, 28.007937], [2.838911, 28.044897], [2.790008, 27.962481], [2.847975, 28.006291], [2.868026, 27.887516], [2.889206, 27.94833], [2.902338, 27.853731], [2.919324, 27.910889], [2.965347, 27.847695], [3.060432, 28.137973], [3.030491, 28.323124], [3.205932, 28.186677], [3.193494, 28.110308], [3.267216, 28.098663], [3.269913, 27.872455], [3.220949, 27.850974], [3.263014, 27.84324], [3.221676, 27.816266], [3.262703, 27.644503], [3.207498, 27.61339], [3.306129, 27.572309], [3.228458, 27.537117], [3.316081, 27.490016], [3.287066, 27.165036], [3.200952, 27.127915], [3.115993, 27.211422], [3.047134, 27.132867], [3.051206, 27.215819], [2.988932, 27.036713], [2.909478, 27.032153], [2.849717, 27.162678], [2.911089, 27.339986], [2.821905, 27.162161], [2.855051, 27.37547], [2.746622, 27.348695], [2.848585, 27.580791], [2.770014, 27.503992], [2.732691, 27.587836], [2.584004, 27.150147], [2.421543, 27.064522], [2.391504, 27.495463], [2.502447, 27.564962], [2.413715, 27.516274], [2.368834, 27.567751], [2.467924, 27.591719], [2.402661, 27.587437], [2.444726, 27.633202], [2.396148, 27.645238], [2.461658, 27.712336], [2.382436, 27.691244], [2.334037, 27.852402], [2.206633, 28.004822], [2.174129, 27.973316], [2.167595, 28.0713], [2.134892, 28.00645], [2.084569, 28.082668], [2.094966, 28.020137], [1.939962, 28.065053], [2.030725, 27.961531], [1.963524, 27.851211], [2.007885, 27.794917], [1.957322, 27.619771], [2.023741, 27.600037], [1.975688, 27.489048], [1.909023, 27.473462], [1.960824, 27.753208], [1.889943, 27.492624], [1.850308, 27.471301], [1.853526, 27.532111], [1.75794, 27.422156], [1.764019, 27.495375], [1.748015, 27.429606], [1.725546, 27.479551], [1.647718, 27.311651], [1.689711, 27.185529], [1.606082, 27.155374], [1.687957, 27.098385], [1.648826, 27.005633], [1.585255, 27.070425], [1.616418, 26.898151], [1.512312, 26.814684], [1.408283, 26.859835], [1.298417, 26.719036], [1.117524, 26.725574], [1.076814, 26.805261], [1.364135, 27.056886], [1.445708, 27.219157], [1.419686, 27.348695], [1.726393, 27.740702], [1.481738, 27.569395], [1.493666, 27.823916], [1.465933, 27.549831], [1.421194, 27.661894], [1.398932, 27.586334], [1.282831, 27.622695], [1.253053, 27.552286], [1.235431, 27.637783], [1.176456, 27.619811], [1.295221, 27.391669], [1.194532, 27.273661], [1.172872, 27.328554], [1.126559, 27.28498], [1.135448, 27.442976], [1.042963, 27.278822], [1.033368, 27.424774], [1.020422, 27.275772], [0.937616, 27.227065], [1.017561, 27.4471], [0.880516, 27.275477], [0.733418, 27.225428], [1.067232, 27.533616], [0.918763, 27.413627], [0.870688, 27.426737], [0.853016, 27.450709], [0.897719, 27.533535], [0.872268, 27.536627], [0.949568, 27.666608], [0.890492, 27.57838], [0.928428, 27.727349], [0.867744, 27.673514], [0.840494, 27.760317], [0.867699, 27.58312], [0.73903, 27.443553], [0.689625, 27.461278], [0.738474, 27.558633], [0.692648, 27.4826], [0.602046, 27.585799], [0.694303, 27.36278], [0.593034, 27.32282], [0.525399, 27.474074], [0.586515, 27.319892], [0.530457, 27.315261], [0.579307, 27.306286], [0.45708, 27.265888], [0.415622, 27.361559], [0.364758, 27.353061], [0.446583, 27.262855], [0.302154, 27.256508], [0.350361, 27.190123], [0.258049, 27.238003], [0.332428, 27.175061], [0.276912, 27.120781], [0.24998, 27.174936], [0.251291, 27.105548], [0.195739, 27.197406], [0.233922, 27.107815], [0.016757, 27.085879], [-0.055314, 27.190198], [-0.025672, 27.107395], [-0.126226, 27.049809], [-0.149701, 27.254992], [-0.175832, 27.075793], [-0.355499, 26.988375], [-0.426632, 27.091402], [-0.382963, 27.025363], [-0.454405, 26.981666], [-0.553762, 26.982423], [-0.584261, 27.069757], [-0.591241, 26.983138], [-0.671349, 27.037209], [-0.874369, 26.883729], [-0.839596, 27.013061], [-0.895392, 26.983974], [-0.893477, 27.071421], [-0.92691, 26.852392], [-1.029895, 26.917913], [-1.00345, 26.832332], [-1.092402, 26.765164], [-1.419386, 26.624891], [-1.542833, 26.647873], [-1.550204, 26.747129]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b332859b-106f-4f06-a78e-c5b223fb3d37", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[129.468193, 35.067762], [129.45522, 34.930689], [129.307331, 34.99286], [129.079204, 34.914372], [129.182994, 35.0562], [129.296933, 35.064755], [129.468193, 35.067762]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e3e8e727-c370-4f00-8704-3e8ddca7d85d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[119.110343, 22.141771], [119.041483, 22.00577], [118.912629, 22.102418], [119.010649, 22.222885], [119.110343, 22.141771]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-124b7e2e-175d-4b62-a4e8-bf28194f6868", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[118.845286, 22.350376], [118.958797, 22.278953], [118.803056, 22.26695], [118.845286, 22.350376]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7b6a0e00-aeac-49c6-a750-9e4705f4a5da", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[117.374681, 21.272196], [117.368601, 21.026464], [117.288133, 21.114836], [117.313028, 21.276743], [117.374681, 21.272196]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1d002873-0b2a-4a5f-8f2e-a18cbf683dcf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[12.528821, 38.579087], [12.504336, 38.48845], [12.438689, 38.467792], [12.434865, 38.654796], [12.528821, 38.579087]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ede03a5e-bfcd-485a-8650-1938e75dc43b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[37.550527, -33.191671], [37.325653, -33.189644], [37.386399, -33.337541], [36.865036, -33.522593], [36.448658, -33.864269], [36.071516, -34.006385], [35.654082, -34.052241], [35.048154, -33.941795], [34.652362, -33.608667], [34.223053, -32.907125], [34.299366, -32.531507], [34.5617, -32.319529], [35.319922, -32.0566], [35.723019, -32.031209], [36.680553, -31.767327], [36.966512, -31.816899], [36.652212, -31.803045], [36.426929, -31.904601], [36.82831, -31.841205], [37.423058, -31.93803], [37.663885, -31.865762], [37.836597, -31.998316], [38.120409, -32.024893], [38.225716, -31.939084], [38.354561, -32.053684], [38.628415, -31.743429], [38.766206, -32.029463], [38.238015, -32.692485], [37.550527, -33.191671]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sri Lanka", "DESCR": "", "PLATE_ID": 502, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-062f7b50-f886-42ca-811b-212b1072ee8a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[123.523738, 24.265184], [123.639007, 23.930155], [123.272729, 24.181247], [123.435135, 24.308382], [123.523738, 24.265184]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Indochina", "DESCR": "", "PLATE_ID": 615, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7c460363-ef1c-4b74-a37f-23bf709a949b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[142.827674, 33.431927], [142.731702, 33.380444], [142.687815, 33.434139], [142.721726, 33.361288], [142.576434, 33.337061], [142.511508, 33.42694], [142.635714, 33.543427], [142.827674, 33.431927]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Palawan", "DESCR": "", "PLATE_ID": 621, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-e0551e8f-7e8a-4261-9b55-171bd667ec80", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-33.30862, 42.928283], [-33.413358, 42.86196], [-33.645419, 43.018754], [-33.551723, 43.059439], [-33.30862, 42.928283]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a4130b1b-154a-4796-a7ae-9ecfe486c291", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-21.030563, 0.852215], [-21.88824, 0.522295], [-21.512653, 0.8888], [-21.639383, 1.208548], [-21.82182, 1.234706], [-21.223373, 1.528788], [-21.141175, 1.546923], [-21.216822, 1.363034], [-21.030563, 0.852215]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South America Craton", "DESCR": "", "PLATE_ID": 201, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a38ea3ff-0c21-4727-abf9-75c5d57b350f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.353279, 3.217461], [-11.361603, 3.104159], [-11.462029, 3.220194], [-11.426907, 3.263311], [-11.385822, 3.272213], [-11.372193, 3.289149], [-11.311695, 3.300187], [-11.271596, 3.242163], [-11.29835, 3.213414], [-11.353279, 3.217461]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8475227e-00ca-4a88-bcb0-63e72858de67", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-25.720109, -0.948023], [-25.608348, -0.999546], [-25.824442, -1.02871], [-25.720109, -0.948023]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eastern Panama, Central America", "DESCR": "", "PLATE_ID": 203, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e833d739-8e95-42a8-93dd-5d2386fe2434", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.932691, 53.863434], [4.996575, 53.602985], [4.936635, 53.665302], [4.86744, 53.66418], [4.920246, 53.586622], [4.98639, 53.566613], [4.849947, 53.402239], [4.834501, 53.509362], [4.786386, 53.479357], [4.717604, 53.554141], [4.811233, 53.582502], [4.692564, 53.61401], [4.843263, 53.747664], [4.887014, 53.68966], [4.912435, 53.732239], [4.826348, 53.778676], [4.932691, 53.863434]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f4e71dbc-cd02-4990-af08-e1ac79260d60", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[116.537437, 21.860736], [116.783878, 21.804345], [116.825378, 21.717612], [116.643414, 21.820272], [116.549301, 21.716219], [116.537437, 21.860736]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-82281886-b0cd-4939-b2b5-522231f4a75a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.508181, 67.579535], [-9.337807, 67.552427], [-9.40749, 67.477761], [-9.601561, 67.480917], [-9.709523, 67.454298], [-9.787623, 67.519076], [-9.662399, 67.505093], [-9.551121, 67.549242], [-9.508181, 67.579535]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "", "DESCR": "", "PLATE_ID": 311, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 800.0, "FEATURE_ID": "GPlates-a1a0c2e2-5a0a-4037-9445-b18a044bd4f5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.837123, 36.810246], [-76.839508, 36.710896], [-76.823327, 36.804071], [-76.678104, 36.719672], [-76.671067, 36.564347], [-76.744433, 36.591853], [-76.762685, 36.398494], [-76.838778, 36.368975], [-76.939396, 36.665075], [-76.911133, 36.509306], [-76.973507, 36.457743], [-76.885221, 36.401805], [-76.932795, 36.417631], [-76.922533, 36.313487], [-77.027424, 36.266651], [-77.154172, 36.37143], [-77.319481, 36.354417], [-77.237168, 36.504352], [-77.248704, 36.590678], [-77.127528, 36.745515], [-77.243921, 36.775605], [-77.236586, 36.833102], [-77.137799, 36.789706], [-77.271742, 36.977955], [-77.127862, 37.006477], [-76.837123, 36.810246]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-8bd0fb06-c69b-450f-97f3-a7bc5282c6a3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.159753, 3.693972], [-12.169256, 3.634498], [-12.251095, 3.666468], [-12.188577, 3.688012], [-12.19667, 3.801226], [-12.159753, 3.693972]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-041e9eb0-89f1-4286-a1d9-91695dcd4eeb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.329839, 3.672452], [-12.455236, 3.695177], [-12.485474, 3.786654], [-12.323901, 3.841404], [-12.329839, 3.672452]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5db474b1-1d3f-472d-9db9-bfcad6394ab4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[58.542858, -33.016626], [58.439862, -32.95861], [58.515357, -32.880583], [58.58016, -32.949103], [58.542858, -33.016626]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6861d9d9-6c92-431d-bb46-759a4e9fa45c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.874765, 3.813972], [-12.02824, 3.712019], [-11.977189, 3.810432], [-11.874765, 3.813972]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f83576de-0b52-4839-a118-12736863940e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.389785, 3.960461], [-12.389312, 3.887415], [-12.489236, 3.927077], [-12.389785, 3.960461]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5cd05f54-c14e-4db2-b4bd-94ffd3f58346", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[141.883219, 33.117462], [141.438384, 33.027996], [141.350527, 33.046432], [141.366532, 33.200877], [141.526188, 33.205015], [141.651435, 33.326629], [141.616167, 33.399927], [141.700805, 33.369913], [141.772662, 33.460363], [141.790123, 33.358379], [141.93468, 33.441562], [142.076823, 33.672213], [141.938644, 33.810065], [141.969017, 33.912373], [142.211388, 33.653885], [142.236585, 33.751072], [142.103802, 33.816525], [142.06908, 33.957352], [142.136842, 33.944015], [142.11127, 34.051309], [142.204733, 33.982336], [142.181079, 34.120041], [142.337448, 34.351317], [142.423662, 34.208236], [142.321555, 34.054937], [142.377112, 33.918616], [142.291435, 33.919039], [142.267057, 33.806903], [142.387045, 33.746033], [142.33454, 33.587141], [142.439024, 33.5823], [142.466021, 33.402346], [142.288689, 33.296167], [141.990264, 33.262593], [141.883219, 33.117462]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Palawan", "DESCR": "", "PLATE_ID": 621, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-2f230f0b-ef27-4b2b-b94a-d3fedb244729", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[141.348121, 33.046936], [141.216616, 33.074434], [141.305897, 33.14903], [141.348121, 33.046936]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Palawan", "DESCR": "", "PLATE_ID": 621, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-2f230f0b-ef27-4b2b-b94a-d3fedb244729", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[142.814237, 34.369886], [142.725358, 34.260942], [142.617438, 34.360088], [142.760588, 34.337816], [142.755617, 34.397487], [142.814237, 34.369886]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Palawan", "DESCR": "", "PLATE_ID": 621, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-bea4cd56-772d-467c-9a33-0c1c8a4248c1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.113879, 4.105378], [-12.073631, 4.023237], [-12.228068, 4.071405], [-12.113879, 4.105378]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-58df1f53-4500-4398-9c1c-0a2f06976c2a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.375404, 4.262165], [-12.406469, 4.168606], [-12.533242, 4.243073], [-12.375404, 4.262165]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-476015b7-a1c2-4be0-8e7a-e0aa0845cece", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.633206, 4.039461], [-11.729966, 3.976473], [-11.784939, 4.022643], [-11.633206, 4.039461]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-deaa10d4-6cea-4d12-afeb-b48fbd2d3035", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[121.442513, 24.933827], [121.531778, 24.813281], [121.447544, 24.831211], [121.404799, 24.981366], [121.442513, 24.933827]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Indochina", "DESCR": "", "PLATE_ID": 615, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2a4c5f17-fdca-4808-94bd-9dd2ef3bb2b8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-94.356323, 46.972708], [-94.542284, 46.887124], [-94.628376, 46.955833], [-94.51649, 47.004825], [-94.513548, 46.946059], [-94.435313, 47.00198], [-94.356323, 46.972708]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-91de318d-357a-4d0f-99be-4a5822933ff7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.023893, 4.458923], [-12.115111, 4.360121], [-12.202574, 4.438846], [-12.181787, 4.499445], [-12.023893, 4.458923]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fc2aaeb6-cc91-481a-9f01-b32bb1022d70", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-12.204854, 4.507149], [-12.359449, 4.533306], [-12.285638, 4.634657], [-12.267049, 4.550758], [-12.204854, 4.507149]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bf7d5b0b-eace-47e0-ba94-47f58509ef86", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[143.059508, 34.573882], [142.938743, 34.525452], [143.011971, 34.647098], [142.900607, 34.664458], [142.852816, 34.827409], [142.922379, 34.85087], [143.108788, 34.711207], [143.059508, 34.573882]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Palawan", "DESCR": "", "PLATE_ID": 621, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-74c404e3-b263-4062-b610-4406b2738439", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[163.312547, 57.813418], [163.227243, 57.762993], [163.049925, 57.835371], [163.173198, 57.890086], [163.236572, 57.791461], [163.258697, 57.871323], [163.312547, 57.813418]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amuria", "DESCR": "", "PLATE_ID": 628, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-80596ae4-8a69-4ff1-8c29-2182df1a2f74", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[120.93565, 25.227306], [121.208114, 25.111358], [121.050936, 25.078593], [120.93565, 25.227306]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Indochina", "DESCR": "", "PLATE_ID": 615, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-820708e1-59e1-4f7b-8842-efa24e1628ad", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.454023, 17.136643], [-10.334387, 17.233941], [-9.423548, 17.639927], [-9.406525, 17.63733], [-9.476137, 17.561897], [-10.454023, 17.136643]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Florida", "DESCR": "", "PLATE_ID": 109, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b0d59a4b-bf23-4e6c-b450-6d029bb3ca91", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[115.441433, 22.691727], [115.613515, 22.635135], [115.488051, 22.606545], [115.441433, 22.691727]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-25134080-3c3c-4352-972a-5b8179396a01", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-29.58647, -0.47967], [-29.242229, -0.634819], [-29.584631, -0.569728], [-29.712452, -0.383746], [-29.58647, -0.47967]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eastern Panama, Central America", "DESCR": "", "PLATE_ID": 203, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b0bb5fef-d1c9-461f-80ae-7389df396476", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[115.343265, 22.792239], [115.409475, 22.625661], [115.327361, 22.613081], [115.343265, 22.792239]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3ec729a3-72cd-46ff-8fc8-c6c7c93b8451", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-30.63097, -0.328619], [-30.4152, -0.48194], [-30.61493, -0.414539], [-30.63097, -0.328619]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eastern Panama, Central America", "DESCR": "", "PLATE_ID": 203, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-833a66cc-3b9b-4f84-a80d-ee8aef996cb5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[115.412753, 23.15866], [115.523582, 23.080698], [115.454565, 23.166488], [115.510764, 23.170493], [115.615758, 22.894192], [115.314009, 23.124363], [115.412753, 23.15866]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a1fff20b-629d-4ee7-9770-9d0aa71d6588", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-66.025503, 38.917716], [-66.334132, 38.843069], [-66.41189, 38.899222], [-66.334941, 38.949387], [-66.327773, 39.024263], [-66.329461, 38.954759], [-66.264593, 38.994032], [-66.025503, 38.917716]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 123, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-64d9ffc4-a964-43e4-ab02-9aa9b2b5573d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[38.674742, -8.388439], [38.627957, -8.443711], [38.589582, -8.331909], [38.680875, -8.292944], [38.674742, -8.388439]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2d519876-3d44-4830-b6c2-eebe17eec2be", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[62.581902, 51.873814], [62.572975, 51.778848], [62.411173, 51.866633], [62.45459, 51.934103], [62.581902, 51.873814]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 402, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-dd5e9f12-c4e2-4c41-9b74-f50976449ef0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[38.912519, -6.935418], [38.811043, -7.088739], [38.825127, -6.959845], [38.912519, -6.935418]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5ba9bc05-435e-410f-935e-53ed1394f476", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[38.288294, -4.10382], [38.327159, -4.310155], [38.480561, -4.271579], [38.568318, -4.407919], [38.143367, -4.307457], [38.124599, -4.191858], [38.172549, -4.294706], [38.251493, -4.277438], [38.174428, -4.183969], [38.111467, -4.188152], [38.236608, -4.097166], [38.161074, -4.034163], [38.288294, -4.10382]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Danakil plate, Africa", "DESCR": "", "PLATE_ID": 709, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-50a94845-28ec-4af9-beed-a10a1ab4e113", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[114.122552, 20.304808], [114.264694, 20.238725], [114.205733, 20.178085], [114.122552, 20.304808]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5674cbea-b791-4a2a-afbe-766a8c8da492", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[114.349838, 20.768077], [114.401735, 20.631711], [114.239918, 20.802681], [114.349838, 20.768077]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4198666e-6471-445f-8705-d8913fcbc880", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[38.283956, -3.825133], [38.325156, -3.957037], [38.203448, -3.907], [38.283956, -3.825133]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Danakil plate, Africa", "DESCR": "", "PLATE_ID": 709, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-621afa87-1394-48d7-a509-f69ac843381a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[113.886139, 20.247354], [114.027957, 19.903857], [113.865129, 19.973387], [113.758571, 20.312588], [113.886139, 20.247354]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4eb96362-07b5-436c-8161-be3f465b73bc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[114.416849, 21.485251], [114.408378, 21.379379], [114.276732, 21.5164], [114.383848, 21.561247], [114.416849, 21.485251]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a15a7560-2f71-4bb8-b1dc-ecf73e8f2446", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[111.705412, 25.185181], [111.909915, 24.997563], [111.647468, 25.06737], [111.705412, 25.185181]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 616, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-aa2a6fcf-2bd7-42d8-bd73-89a3b4bda9ec", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[114.284038, 21.722263], [114.284035, 21.72227], [114.283908, 21.722387], [114.181981, 21.818046], [114.382287, 21.835703], [114.386702, 21.582506], [114.284038, 21.722263]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6695cfad-f6c9-4d8b-a119-5bac57618f50", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-49.842349, 21.855242], [-49.269237, 21.854826], [-49.285258, 21.777646], [-49.244967, 21.854889], [-49.127197, 21.855287], [-49.078328, 21.725361], [-49.144787, 21.683815], [-49.211007, 21.746317], [-49.289884, 21.619183], [-49.369346, 21.616561], [-49.409599, 21.671558], [-49.346759, 21.689015], [-49.55517, 21.698406], [-49.842349, 21.855242]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 129, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f5738054-0c80-47da-b295-1b98c9fd57ff", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[38.482381, -5.339776], [38.669792, -5.55365], [38.747246, -5.464882], [38.81442, -5.589858], [38.782705, -5.710694], [38.685433, -5.638713], [38.729846, -5.596197], [38.52166, -5.502015], [38.482381, -5.339776]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2614f4ac-b1df-442a-83c0-ad391b0899cd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[38.624929, -5.328235], [38.641573, -5.505763], [38.530511, -5.320807], [38.624929, -5.328235]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-69171ca4-0cfa-4c54-b30a-bda0f9b13358", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-103.427437, 59.453121], [-99.66154, 59.460382], [-95.006437, 58.385338], [-93.215729, 57.73476], [-93.322894, 57.66143], [-94.179613, 57.295351], [-94.440909, 56.921122], [-94.516668, 56.889636], [-94.699435, 56.93536], [-94.836826, 56.870278], [-94.803491, 56.760588], [-94.954269, 56.664058], [-95.141004, 56.614169], [-95.434275, 56.61933], [-95.618501, 56.705364], [-95.690603, 56.652083], [-95.878002, 56.618417], [-95.956337, 57.16127], [-96.353038, 57.54711], [-97.644464, 57.980657], [-98.608945, 58.210517], [-98.868957, 58.438033], [-98.898737, 58.375169], [-99.251729, 58.432516], [-99.224908, 58.595024], [-99.57916, 58.529351], [-99.641994, 58.581185], [-99.868696, 58.568775], [-100.130507, 58.774471], [-100.170582, 58.657722], [-100.293839, 58.621828], [-100.333202, 58.766759], [-100.341724, 58.670454], [-100.583258, 58.691071], [-100.629762, 58.83264], [-100.742496, 58.761668], [-100.826619, 58.84665], [-100.899963, 58.704517], [-101.013193, 58.913575], [-101.14335, 58.766423], [-101.407823, 58.775532], [-101.352247, 58.828278], [-101.503996, 58.828978], [-101.57854, 58.919669], [-102.097442, 58.948139], [-102.797887, 59.159462], [-102.964255, 59.090972], [-103.138409, 59.136634], [-103.649309, 59.035692], [-103.788442, 59.074678], [-103.694178, 59.2992], [-103.427437, 59.453121]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "", "DESCR": "", "PLATE_ID": 485, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-3d21d990-c726-47d1-bd80-f01cb11e40ba", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.289282, 17.681081], [-9.290638, 17.699981], [-9.259669, 17.807739], [-9.248926, 17.804437], [-9.254479, 17.82584], [-9.24759, 17.849891], [-9.188171, 17.870352], [-9.123761, 17.820281], [-8.991102, 17.939142], [-8.959633, 17.938254], [-9.289282, 17.681081]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-03f37a00-4d04-47d3-a0e8-f82db8488397", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[110.846321, 20.760459], [111.023534, 20.646477], [110.73085, 20.540377], [110.793879, 20.680841], [110.846321, 20.760459]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d4191ee7-0860-44a9-9c01-bc53243d68a3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[160.92271, 51.324976], [160.607901, 51.292981], [160.533183, 51.358741], [161.125809, 51.641312], [161.01036, 51.532284], [160.881996, 51.42195], [160.92271, 51.324976]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-05d8ddb7-7078-4868-8d45-c8f42272fac9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.019778, 12.152496], [-10.160096, 11.962454], [-10.07826, 12.166998], [-10.019778, 12.152496]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Northwest Africa", "DESCR": "", "PLATE_ID": 714, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-008bde23-8ef6-4c4f-b2e1-a38119c338eb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.755137, 21.022741], [109.91889, 20.959269], [109.651741, 20.969035], [109.755137, 21.022741]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6228b132-44dc-4281-9b8c-0b8ae4528c39", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.450254, 20.770998], [109.714662, 20.701396], [109.310156, 20.694816], [109.450254, 20.770998]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cf8b40bb-8308-401c-a4ea-d55ecc888859", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[130.048549, 34.028604], [130.19286, 33.696163], [130.003738, 33.562015], [129.949182, 33.632974], [130.010555, 33.650856], [129.919135, 33.643777], [129.970716, 33.578213], [129.742102, 33.168364], [129.628377, 33.172709], [129.714415, 33.089828], [129.738507, 33.152985], [129.736389, 33.064831], [129.613245, 32.827692], [129.699055, 32.80668], [129.692519, 32.88737], [129.733521, 32.790871], [129.608787, 32.66342], [129.364551, 32.591924], [129.237926, 32.347854], [129.143065, 32.346855], [129.188914, 32.415554], [128.898947, 32.342258], [128.898337, 32.210968], [128.830249, 32.202688], [128.895457, 32.14659], [128.73008, 32.080909], [128.713602, 32.16681], [128.623382, 32.098659], [128.596761, 32.18706], [128.267588, 32.168377], [127.712755, 32.329221], [127.54488, 32.907961], [127.582192, 33.196215], [128.231916, 33.600366], [128.2383, 33.668863], [128.077073, 33.583069], [128.05872, 33.658441], [128.193881, 33.800678], [128.407188, 33.728243], [128.615683, 33.927622], [128.993264, 33.884015], [129.15735, 34.022817], [129.297486, 34.000009], [129.398482, 34.076747], [129.682065, 33.930205], [129.612087, 34.096285], [129.732873, 34.173524], [129.854327, 34.042725], [130.048549, 34.028604]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eb688c1e-1e3f-46f3-9c53-4d4684c70a49", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.429922, 20.895798], [109.45886, 20.837936], [109.330247, 20.802981], [109.33095, 20.880076], [109.371546, 20.89872], [109.429922, 20.895798]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-07043b7d-f995-4a87-9db6-dffcda703f8a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.410408, 21.072756], [109.503656, 21.050451], [109.429663, 21.056641], [109.514934, 21.029044], [109.519145, 20.996153], [109.579234, 20.981751], [109.584843, 20.965726], [109.440571, 20.97829], [109.373506, 21.001895], [109.310105, 20.994643], [109.267385, 21.012481], [109.265998, 21.067179], [109.319126, 21.058817], [109.337295, 21.072673], [109.410408, 21.072756]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0299d25b-4ae9-447d-a7cb-fac5edebb44c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[18.122329, 75.761497], [18.159513, 75.780007], [17.632036, 75.746925], [18.033542, 75.818077], [18.475286, 75.749689], [18.868663, 75.791024], [19.036387, 75.778166], [18.211162, 75.660544], [17.447427, 75.701174], [18.122329, 75.761497]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b1d11816-dd84-4a4d-afa9-57fd629d264f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[109.239166, 20.969193], [109.308539, 20.714854], [109.139651, 20.83207], [109.129851, 20.920734], [109.163731, 20.917585], [109.172586, 20.900388], [109.184824, 20.903981], [109.194251, 20.911611], [109.196223, 20.899063], [109.239166, 20.969193]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8a1a93d3-922a-4d3a-ab02-ce451b084841", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[55.081652, -5.01442], [54.852939, -5.249737], [54.875212, -5.074291], [55.018265, -4.996171], [55.16741, -4.758238], [55.203241, -4.948134], [55.081652, -5.01442]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1cf3fadf-63e9-4a06-93db-4307d1d70f24", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[125.534624, 34.421655], [125.566614, 34.353497], [125.406107, 34.419907], [125.436932, 34.482122], [125.618712, 34.444752], [125.534624, 34.421655]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c3799d6a-7d4d-4a14-a677-dcdce1dd3900", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[129.522221, 35.213166], [129.482577, 35.102827], [129.305928, 35.15777], [129.38966, 35.195175], [129.478571, 35.201321], [129.458439, 35.146777], [129.522221, 35.213166]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-436893f7-accb-4542-9af3-4a7b65af0844", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[126.126979, 34.911247], [125.892164, 34.716849], [125.948824, 34.950188], [126.010952, 34.91951], [126.126979, 34.911247]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eb07fcec-ad33-421e-8a92-f33232028dda", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[129.698411, 35.429267], [129.549325, 35.259689], [129.51784, 35.367423], [129.698411, 35.429267]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2dcc662d-4399-4b61-b088-cb8174ede8ba", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[107.517108, 20.483545], [107.53773, 20.391884], [107.468294, 20.384774], [107.301225, 20.54767], [107.517108, 20.483545]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-26e085b4-be1e-433a-840d-51079ea0fc16", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[55.160558, -32.2758], [55.029965, -32.399557], [54.991542, -32.310571], [55.160558, -32.2758]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8b3c9ba8-a95d-4865-964d-f7237cf2c964", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[55.224983, -32.314046], [55.090097, -32.368947], [55.255449, -32.234829], [55.224983, -32.314046]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-282756dc-5963-4018-8427-ecd3fb604167", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.068373, 36.786323], [-5.124442, 36.743158], [-5.180198, 36.761548], [-5.109585, 36.81405], [-5.068373, 36.786323]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-416984cc-634f-48eb-8c87-ff7a7e807259", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[133.272331, 36.510777], [133.093449, 36.482817], [133.315278, 36.628112], [133.272331, 36.510777]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c4f5cf31-9f8a-4fc1-8d1e-a7cc45761b7c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[106.525591, 20.09826], [106.483833, 20.009049], [106.166667, 20.147945], [106.217675, 20.208204], [106.410073, 20.173148], [106.525591, 20.09826]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-69e32bcd-6557-4954-b38d-f3e093bf41a4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.349559, 39.261344], [-0.369362, 39.246217], [-0.312175, 39.272323], [-0.482801, 39.161035], [-0.536329, 39.194115], [-0.398639, 39.320174], [-0.369155, 39.322893], [-0.372591, 39.282478], [-0.349559, 39.261344]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3b91435f-c0c2-4c67-935f-cadebab56298", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[106.495947, 20.524108], [106.519386, 20.441717], [106.393387, 20.413587], [106.16009, 20.476795], [106.235013, 20.538794], [106.495947, 20.524108]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-93932747-36b8-4012-863b-58329d25f2b9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[105.889877, 20.081164], [105.823514, 20.143302], [105.834625, 20.193782], [106.090779, 20.203293], [106.114857, 20.124244], [105.889877, 20.081164]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d794a32a-298e-469b-a80c-6b6ee3fdeddb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[57.792289, -33.69017], [57.26056, -33.865272], [57.245534, -33.839265], [57.585035, -33.670793], [57.63698, -33.476761], [57.854358, -33.468371], [57.836972, -33.604221], [57.792289, -33.69017]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-881ed045-63fe-4a16-be43-8b244f66697a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[106.334123, 19.662054], [105.981129, 19.995521], [106.159889, 19.994293], [106.357355, 19.786838], [106.420744, 19.801896], [106.456661, 19.675911], [106.390345, 19.728383], [106.42095, 19.649293], [106.366434, 19.696814], [106.334123, 19.662054]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Sino/Burma/Malaya", "DESCR": "", "PLATE_ID": 617, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b9d8bc02-c25e-48c2-ba17-af9a21c65073", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[57.92541, -33.645694], [57.943366, -33.571749], [58.017912, -33.614639], [57.92541, -33.645694]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d501d15a-1cd8-4c4a-811a-b407e2dfb314", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[57.879363, -33.407475], [57.786121, -33.392707], [57.761686, -33.29579], [57.845806, -33.321329], [57.924017, -33.290586], [57.947086, -33.390454], [57.879363, -33.407475]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3595f1ea-ceda-44e0-9d8c-c6bb35b1db75", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[57.925916, -33.271554], [57.864289, -33.313758], [57.790922, -33.280711], [57.72278, -33.307396], [57.801313, -33.213139], [57.65044, -33.299071], [57.678363, -33.197699], [57.767335, -33.19307], [57.825895, -33.118436], [57.852951, -33.131775], [57.880815, -33.194946], [57.925916, -33.271554]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2653c3d0-00b4-4ce5-b37d-a98c347cdfe7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[58.196879, -33.011165], [57.924804, -33.16213], [57.847582, -33.112147], [57.795886, -33.106794], [57.916213, -33.029122], [57.875409, -32.963194], [57.91547, -32.949013], [57.907491, -32.892566], [57.867456, -32.884914], [57.934555, -32.869162], [57.941702, -32.817509], [57.983616, -32.860956], [58.145665, -32.85842], [58.168626, -32.921669], [58.196879, -33.011165]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f7e2f7c0-6f12-43c5-959a-0aec6a542728", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[58.042779, -32.848093], [57.984541, -32.855007], [57.943569, -32.809009], [57.92821, -32.836732], [57.898162, -32.75099], [58.017879, -32.790086], [58.042779, -32.848093]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8fda6eaa-d581-4240-bf59-9cdcfd5f01c5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[58.168481, -32.850197], [58.051345, -32.827064], [58.119947, -32.70387], [58.168481, -32.850197]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e76df935-04b1-4975-a1a6-b23fea253202", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[136.748408, 38.008563], [136.751331, 37.918974], [136.539439, 37.937564], [136.748408, 38.008563]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f544e3f0-be0a-4d35-a242-5133018f997d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.694269, 15.853573], [29.679547, 15.829421], [29.58165, 15.764431], [29.518724, 15.608845], [29.482781, 15.619913], [29.455264, 15.628395], [29.489008, 15.688465], [29.43713, 15.793983], [29.494003, 15.826794], [29.248734, 16.03314], [29.32719, 16.189225], [29.252353, 16.59185], [29.143823, 16.750839], [29.019205, 16.77241], [29.327085, 16.761716], [29.47919, 16.638322], [29.450783, 16.345335], [29.73067, 15.98442], [29.673713, 15.947273], [29.694269, 15.853573]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1b38c6fa-2d88-4f8c-a53f-8c77b9d7966a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[58.498041, -32.714771], [58.479911, -32.783542], [58.442411, -32.761751], [58.467302, -32.749966], [58.441235, -32.751863], [58.441863, -32.718593], [58.430187, -32.739046], [58.410857, -32.712859], [58.423077, -32.580051], [58.489052, -32.588742], [58.474792, -32.674891], [58.498041, -32.714771]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8370a2a8-d55d-4892-bec7-d003a35526fa", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[137.107132, 38.131274], [136.963008, 38.108325], [137.070803, 38.305129], [137.200683, 38.286974], [137.107132, 38.131274]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e189ad9c-c257-4393-a3cc-ae252eac421a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[46.328737, -15.641171], [46.189862, -15.676169], [46.143656, -15.574927], [46.328737, -15.641171]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "India", "DESCR": "", "PLATE_ID": 501, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cf1289f1-ec27-4fa0-8af1-6bb03f8ccc0a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[51.115569, -0.526187], [51.163199, -0.661138], [50.870742, -0.584144], [51.115569, -0.526187]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9b99c72d-9f2e-4fde-81eb-aa7311db7f03", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-60.035094, 39.058082], [-61.158234, 39.274997], [-63.02283, 39.525405], [-64.420224, 39.20022], [-65.643851, 38.779307], [-65.6993, 38.88713], [-65.626871, 38.885113], [-65.604486, 38.964086], [-65.562925, 38.960102], [-65.876755, 39.014706], [-66.051762, 38.984873], [-66.052325, 39.074668], [-66.300309, 39.126302], [-66.448264, 39.089076], [-66.402842, 39.070783], [-66.725672, 39.154689], [-66.678031, 39.231113], [-66.816286, 39.37934], [-66.671179, 39.271401], [-66.522264, 39.307756], [-66.280109, 39.516333], [-66.176537, 39.754548], [-66.091073, 39.774098], [-66.178672, 39.745333], [-66.155689, 39.699816], [-66.031163, 39.786171], [-65.796507, 39.778119], [-65.497554, 40.32585], [-65.594826, 40.434262], [-65.691607, 40.410023], [-65.773477, 40.501639], [-66.187958, 40.597576], [-66.500377, 40.853951], [-66.499752, 40.857595], [-62.410929, 40.3736], [-59.430667, 40.022895], [-57.726784, 39.845105], [-58.683065, 39.517385], [-60.035094, 39.058082]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 123, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-1a520357-6b50-4426-9ead-db4ee39dcd51", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[15.077382, 41.952913], [15.168159, 42.003401], [15.236921, 41.771514], [15.069517, 41.826616], [15.135662, 41.896955], [15.078766, 41.906378], [15.077382, 41.952913]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-20633b46-21e6-4717-a23f-d51ebd5c5985", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[137.910748, 39.070627], [137.811501, 39.008616], [137.767322, 39.071417], [137.841139, 39.121807], [137.910748, 39.070627]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6cd9ef3a-2e6e-4fed-a6f6-7c81e3d26b75", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.932356, 29.437328], [0.955215, 29.484425], [0.979527, 29.526554], [0.977503, 29.53044], [0.997643, 29.5721], [0.99852, 29.549292], [1.008564, 29.580675], [1.001836, 29.580784], [1.009159, 29.595955], [1.041486, 29.640301], [1.019402, 29.606546], [1.048044, 29.612251], [1.033623, 29.575315], [1.059931, 29.589373], [1.062403, 29.541235], [0.932356, 29.437328]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ab334fd5-a6bc-4dfb-b5a5-512c40c37e2f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-43.447003, 3.408905], [-43.469831, 3.209171], [-43.498953, 3.369318], [-43.447003, 3.408905]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Mexico", "DESCR": "", "PLATE_ID": 104, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1d5382fa-8c42-4d01-9202-361ec9585f02", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-61.777133, 23.656798], [-61.79937, 23.671762], [-61.750642, 23.661006], [-61.777133, 23.656798]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f5ea081d-5850-46a9-9ed8-80f42568c307", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[139.800202, 40.242697], [139.684511, 40.067709], [139.566967, 40.146202], [139.68446, 40.17981], [139.572178, 40.266641], [139.671993, 40.302911], [139.800202, 40.242697]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a8652b1d-a177-447c-af3a-0253e9d58040", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[48.565045, 1.746195], [48.456741, 1.522507], [48.390669, 1.698846], [48.432744, 1.948855], [48.565218, 1.936012], [48.565045, 1.746195]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-dcffff38-1814-4d48-bc1c-b476eadf32d7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[51.637706, 1.716768], [51.641164, 1.653331], [51.524869, 1.723546], [51.637706, 1.716768]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-03efea48-4f2b-482b-8621-3f203dcec957", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[53.178543, 1.697559], [53.086323, 1.693241], [53.177888, 1.835698], [53.142914, 1.757378], [53.178543, 1.697559]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-13648322-00fa-4a82-a85e-6197892d42ec", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[53.686849, 1.768203], [53.361249, 1.571147], [53.284507, 1.626415], [52.741197, 1.526845], [52.74868, 1.631016], [53.217221, 1.697571], [53.209715, 1.846575], [53.323782, 1.779224], [53.597252, 1.829136], [53.686849, 1.768203]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6b8c606b-7c3b-45ed-aa28-a651924430c9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[47.858628, 3.231542], [47.992489, 3.147171], [47.834081, 3.2119], [47.828637, 3.071489], [47.773892, 3.17879], [47.858628, 3.231542]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ec4ca269-81aa-4544-addb-e51d4bfdcc70", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[32.750203, 15.561184], [32.549731, 15.433848], [32.601454, 15.639377], [32.556083, 15.713935], [32.789872, 15.860551], [33.06678, 15.893234], [32.861222, 15.549064], [32.750203, 15.561184]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 504, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5206fb8c-c50d-4e7d-b1d1-ab2f5e2296bc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[141.30259, 42.816061], [141.139093, 42.776307], [141.106923, 42.872767], [141.236388, 42.949834], [141.30259, 42.816061]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c594ca7b-cbec-4247-9faa-5445009c8dc9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[32.721478, -22.531002], [32.721477, -22.531005], [32.43784, -23.246522], [32.140984, -23.589652], [32.140982, -23.589656], [31.599266, -24.562595], [31.599261, -24.562607], [31.496078, -26.447419], [29.552307, -27.528034], [29.465397, -27.7096], [29.28426, -28.054392], [29.284259, -28.054391], [26.562532, -24.915143], [25.564851, -24.121881], [25.586474, -20.903046], [25.751143, -20.170061], [26.447414, -18.846455], [27.181108, -17.426425], [29.140555, -16.264824], [29.140555, -16.264822], [29.242061, -15.543601], [29.242061, -15.543601], [29.627869, -15.24407], [29.990641, -14.960744], [29.990642, -14.960743], [30.790979, -14.797276], [30.790979, -14.797276], [34.891883, -13.89806], [34.891839, -13.898227], [34.032567, -17.266952], [33.381123, -18.954446], [33.567031, -20.354307], [32.721478, -22.531002]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Lake Victoria block, Africa", "DESCR": "", "PLATE_ID": 712, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3832b8ff-ef04-4d8f-8276-6d2e655c372d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-45.250483, 8.452671], [-45.279103, 8.75215], [-45.284341, 8.767434], [-45.185265, 8.750862], [-45.213785, 8.484306], [-45.250483, 8.452671]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Mexico", "DESCR": "", "PLATE_ID": 104, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d4edd0e6-d7d9-469c-95be-2b5d02153e02", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[47.266681, 5.994119], [47.352862, 5.7864], [47.181418, 5.644276], [47.08918, 5.875672], [47.159235, 5.895654], [47.109818, 5.915079], [47.168445, 5.906092], [47.141764, 5.934628], [47.165033, 5.944085], [47.193244, 5.892235], [47.165267, 5.952106], [47.210138, 5.928959], [47.237508, 5.976081], [47.167579, 6.050799], [47.266681, 5.994119]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Arabia", "DESCR": "", "PLATE_ID": 503, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1bc416a5-8039-4a10-972a-f528e21f6824", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[142.195556, 44.559814], [142.272323, 44.430139], [142.101722, 44.490777], [142.195556, 44.559814]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-96d94025-10cf-4a88-9b75-0fd643b3afea", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[142.377166, 44.842936], [142.415751, 44.730864], [142.059741, 44.762294], [141.984717, 44.936313], [142.377166, 44.842936]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3415e2a7-e284-450c-823f-c2bdda44fd38", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[142.234839, 45.108751], [142.276949, 45.013049], [142.107082, 45.061614], [142.234839, 45.108751]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7615b37f-ef73-4077-913c-55debddeca06", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[141.769098, 46.296513], [141.755957, 46.258119], [141.422195, 46.279801], [141.374229, 46.299842], [141.769098, 46.296513]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-504f6fd3-03e2-4e22-bdfd-780167267d86", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[141.950969, 46.14162], [141.574392, 46.221992], [141.167137, 46.52956], [141.446111, 46.524725], [141.435097, 46.454539], [141.451901, 46.521089], [141.96872, 46.163148], [141.950969, 46.14162]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North China", "DESCR": "", "PLATE_ID": 604, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-468faef5-01c0-4695-877d-8082e7b0e0e8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[154.032006, 50.254797], [153.955256, 50.123904], [153.904203, 50.225904], [154.032006, 50.254797]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-cf017f1e-8b33-4b50-8316-09a8d072db31", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[154.109476, 50.356404], [153.79164, 50.24833], [153.781781, 50.327171], [153.915207, 50.342976], [153.797861, 50.391154], [153.909237, 50.579463], [154.146467, 50.566951], [154.109476, 50.356404]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-b8356c91-cd60-4fe5-857f-d945210112d4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[154.370986, 50.371404], [154.150522, 50.400022], [154.149223, 50.472791], [154.493235, 50.496898], [154.370986, 50.371404]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-8a992660-1f70-4274-b2b1-db0cc65480f4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[150.320202, 47.700079], [150.429597, 47.566833], [150.281492, 47.566791], [150.277142, 47.499492], [150.066841, 47.534087], [150.147215, 47.556648], [150.130653, 47.699411], [150.320202, 47.700079]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-120757e1-5c08-4627-9f22-9d44e29c3166", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[150.621312, 47.887317], [150.63196, 47.754377], [150.620868, 47.744279], [150.555548, 47.891042], [150.621312, 47.887317]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8bcd6e0e-e9a6-4464-b3dc-90fcbedd8c1d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[152.755912, 51.037609], [152.788144, 51.169194], [152.792638, 51.16835], [152.943679, 51.357634], [152.876756, 51.223211], [152.971702, 51.158429], [152.755912, 51.037609]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-3a14fb98-9767-4ed1-b833-ea81216e8250", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[153.418127, 51.343554], [153.247351, 51.333138], [153.601366, 51.519365], [153.418127, 51.343554]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-fd5b8989-3187-4fe3-a65a-badf75fbe7d7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[154.04694, 51.844753], [153.913523, 51.780139], [153.832081, 51.841708], [153.952553, 51.93395], [154.04694, 51.844753]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-f32f24bf-23f3-48d7-9271-72b342b3b221", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.845771, 18.684153], [17.640322, 18.572864], [17.544799, 18.723521], [17.602093, 18.848988], [17.739496, 18.799967], [17.845771, 18.684153]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Africa", "DESCR": "", "PLATE_ID": 715, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-39ee9274-4469-449d-9412-9c11e375c620", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[157.30776, 51.570912], [157.393732, 51.497107], [157.602072, 51.511963], [157.438558, 51.446337], [157.221485, 51.477251], [157.200194, 51.547021], [157.30776, 51.570912]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-37fceb65-33ee-48f6-bf8e-3de6c008db31", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.781231, 32.588431], [-75.830582, 32.548987], [-75.803878, 32.611131], [-75.781231, 32.588431]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-3dc000e2-4982-4ad5-99aa-0d8474f14ee3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[155.717509, 51.794663], [155.585357, 51.684022], [155.703061, 51.447402], [156.083955, 51.330973], [156.266542, 51.433475], [156.449357, 51.391681], [156.470269, 51.18726], [156.249406, 51.092725], [156.12969, 51.120753], [156.104218, 51.037561], [156.614346, 50.954165], [156.432726, 50.837472], [156.689939, 50.731149], [156.561486, 50.733664], [156.484977, 50.633192], [156.728833, 50.593618], [156.586473, 50.602029], [156.511341, 50.524756], [156.579604, 50.500083], [156.435291, 50.508536], [156.351635, 50.408467], [156.112498, 50.356852], [156.121902, 50.237987], [155.630353, 49.851356], [155.48976, 49.453627], [155.242217, 49.200668], [154.955641, 49.345188], [154.778266, 49.258215], [154.938667, 49.153494], [154.250146, 48.964039], [154.536989, 49.26829], [154.479397, 49.497122], [154.346032, 49.549583], [154.481208, 49.57864], [154.54571, 49.497506], [154.648249, 49.624938], [154.463911, 49.675015], [154.251376, 49.505983], [154.23418, 49.300357], [154.344282, 49.224848], [154.210796, 49.136287], [154.075086, 49.247452], [153.766016, 49.292506], [153.669551, 49.471597], [153.817357, 49.419806], [154.006345, 49.563178], [153.875848, 49.823938], [153.983528, 49.853001], [153.98118, 50.125963], [154.208557, 50.124966], [154.451989, 50.266467], [154.656628, 50.4453], [154.602465, 50.489793], [154.784965, 50.565807], [154.510595, 50.594745], [154.778291, 50.635157], [154.787154, 50.711491], [154.59359, 50.893619], [154.639742, 51.067047], [154.38329, 51.19721], [154.245541, 51.142772], [154.337979, 50.969301], [154.099318, 50.879778], [154.409837, 50.868251], [154.475734, 50.764513], [154.403711, 50.66756], [154.137351, 50.609712], [154.107208, 50.709935], [154.21798, 50.802261], [153.911854, 50.820671], [153.566971, 50.664642], [153.795258, 50.812349], [153.549837, 51.039533], [153.651256, 51.190163], [153.804065, 51.057293], [153.729891, 50.946448], [154.009895, 50.886736], [153.970014, 51.072337], [153.731601, 51.147841], [153.815107, 51.216579], [153.741816, 51.252937], [153.644272, 51.197335], [153.653516, 51.332824], [153.538672, 51.32846], [153.647201, 51.412509], [153.582877, 51.440936], [153.755231, 51.490188], [153.965755, 51.338888], [153.918837, 51.480028], [154.008571, 51.464014], [153.916744, 51.522123], [153.999424, 51.507143], [154.034778, 51.612201], [154.169992, 51.566016], [154.18052, 51.465308], [154.467953, 51.554807], [154.359398, 51.59511], [154.543052, 51.657983], [154.599198, 51.568825], [154.773775, 51.55563], [154.841178, 51.63384], [154.694731, 51.632477], [154.884133, 51.673237], [155.038406, 51.817436], [155.442721, 51.80116], [155.330175, 51.763127], [155.398102, 51.749319], [155.507347, 51.811561], [155.519812, 51.749615], [155.553765, 51.749249], [155.637135, 51.805838], [155.717509, 51.794663]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-94354bf0-3fcb-46d7-b40e-d19caae4819b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[150.846945, 49.252895], [150.819247, 49.150057], [150.815508, 49.259994], [150.846945, 49.252895]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a7f9fad0-8aec-4005-ad5f-26170dca9f4c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[147.682925, 49.235808], [147.733141, 49.188036], [147.561927, 49.282622], [147.682925, 49.235808]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-99939c5d-6417-4eaf-a36b-5d23247ddc91", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[160.238448, 51.742062], [160.198563, 51.611515], [160.165069, 51.663466], [160.056043, 51.614795], [159.997439, 51.720098], [160.238448, 51.742062]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-88922486-6f0e-469d-985a-0af5e3d275d0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[159.938062, 51.577361], [160.257183, 51.368489], [160.481447, 51.376445], [160.324951, 51.189999], [160.463704, 51.043341], [160.336544, 50.989446], [160.483871, 50.955242], [159.824449, 50.783666], [159.528524, 50.489863], [159.300832, 50.776241], [159.083139, 50.860694], [158.601916, 50.840975], [158.535765, 50.824505], [158.676902, 50.815106], [158.464305, 50.768014], [158.455836, 50.823208], [158.269701, 50.588865], [157.881022, 50.443147], [157.834048, 50.212289], [157.77326, 50.288555], [157.367789, 50.325401], [157.543133, 50.467904], [157.238901, 50.483359], [157.241915, 50.558317], [157.343986, 50.529703], [157.277884, 50.629997], [157.135845, 50.62781], [157.333338, 50.701856], [157.224309, 50.804894], [157.328727, 50.744239], [157.435672, 50.786779], [157.341437, 50.841006], [157.428789, 50.883178], [157.236962, 50.918845], [157.354833, 51.048742], [156.796318, 51.010681], [157.739809, 51.235947], [157.999186, 51.506219], [158.221561, 51.538458], [158.212435, 51.599203], [158.324186, 51.575105], [158.441763, 51.352939], [158.717218, 51.391732], [158.958051, 51.3286], [159.18187, 51.443916], [159.13071, 51.606037], [159.25921, 51.54238], [159.655481, 51.655018], [159.938062, 51.577361]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-698d9e17-f678-4731-8ea6-fdda537d537e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[146.955771, 49.262243], [146.998793, 49.308096], [146.998993, 49.305921], [147.000451, 49.309862], [147.132109, 49.449928], [147.221555, 49.411149], [147.210803, 49.340835], [146.955771, 49.262243]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9c39280a-bb78-4716-b034-71dacbed6194", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[148.351793, 48.121856], [148.167505, 48.013232], [148.300986, 48.163456], [148.351793, 48.121856]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North China", "DESCR": "", "PLATE_ID": 604, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d8696b75-b0c9-4ce7-a380-dd4b69809a48", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[148.165184, 48.011862], [148.104959, 47.976285], [148.065163, 47.972427], [148.059014, 48.055679], [148.201544, 48.111556], [148.165184, 48.011862]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North China", "DESCR": "", "PLATE_ID": 604, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d8696b75-b0c9-4ce7-a380-dd4b69809a48", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[18.332244, 19.526564], [18.16569, 19.504523], [18.33125, 19.603959], [18.332244, 19.526564]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Africa", "DESCR": "", "PLATE_ID": 715, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d56cc629-526b-4ae7-bd3a-4ed3827a7cba", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[150.912506, 49.495623], [150.91201, 49.495864], [150.912691, 49.496306], [150.912506, 49.495623]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2a6bb2a8-0882-4487-ad00-a6da39a86445", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[150.856059, 49.286696], [150.845111, 49.285495], [150.861229, 49.305863], [150.856059, 49.286696]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2a6bb2a8-0882-4487-ad00-a6da39a86445", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[166.784217, 50.746141], [166.674634, 50.761955], [166.720515, 50.853485], [166.784217, 50.746141]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-7f37415c-a267-4941-b4bd-cd0156346b9f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[149.359875, 49.737962], [149.355281, 49.628842], [149.073062, 49.664659], [149.03207, 49.773664], [149.149464, 49.858896], [149.161846, 49.754428], [149.359875, 49.737962]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a6d2a932-0fe9-47cc-ae67-ca95ccd4ec35", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[150.143429, 49.961378], [150.219104, 49.711413], [150.127024, 49.737107], [150.141198, 49.65675], [150.012437, 49.627518], [150.0241, 49.769942], [149.927474, 49.733629], [149.878518, 49.803266], [150.078945, 49.818753], [150.016379, 49.869601], [150.143429, 49.961378]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South China", "DESCR": "", "PLATE_ID": 611, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2e612d95-bddd-4726-b833-fc2f8d44533e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.831976, 44.921458], [-10.828202, 44.85962], [-10.910753, 44.846288], [-10.831976, 44.921458]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-966cb463-ca00-48f7-8f0b-bf40a26ec904", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.648758, 11.662675], [-10.820692, 11.560997], [-10.654077, 11.675725], [-10.672461, 11.974129], [-10.755299, 12.166904], [-10.664349, 11.986791], [-10.648758, 11.662675]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Florida", "DESCR": "", "PLATE_ID": 109, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0753dcae-f1a3-4115-8484-1a8987634ea5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.661803, 39.541247], [2.736463, 39.352301], [2.833697, 39.33045], [2.813707, 39.274598], [3.14814, 39.369963], [3.177826, 39.319332], [3.068446, 39.063882], [3.019305, 39.165074], [3.083287, 39.258797], [2.795848, 39.115261], [2.732131, 39.190668], [2.624304, 39.19195], [2.722972, 39.243601], [2.638164, 39.280846], [2.517295, 39.287387], [2.540297, 39.207092], [2.35649, 39.234821], [2.346353, 39.333224], [2.483294, 39.285659], [2.34405, 39.438401], [2.629131, 39.381947], [2.453436, 39.516436], [2.484487, 39.606025], [2.661803, 39.541247]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-da35e930-7c46-4f4c-b58c-21ba49d55672", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-48.551422, 21.403919], [-48.476672, 21.268009], [-48.589825, 21.407629], [-48.575721, 21.475081], [-48.499456, 21.473433], [-48.551422, 21.403919]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 129, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a0af3564-7f53-4e59-be63-42757c3a2a32", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[149.296268, 50.07411], [149.273094, 49.868162], [149.187966, 49.95848], [149.296268, 50.07411]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North China", "DESCR": "", "PLATE_ID": 604, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fe8a021a-d041-4540-9d8c-b1f9ac72634e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[32.114788, 16.419084], [32.085148, 16.340823], [32.053207, 16.398117], [32.210629, 16.49952], [32.40243, 16.500376], [32.437707, 16.458779], [32.114788, 16.419084]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 504, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a985adaf-2f55-4862-852a-fa5482074404", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[32.215099, 16.595977], [32.117721, 16.597337], [32.117716, 16.751451], [32.215099, 16.595977]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 504, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-15876442-1af7-41f6-9fc8-209860fdcd0b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.371892, 14.15982], [29.272419, 14.212926], [29.346026, 14.283594], [29.445849, 14.27187], [29.479277, 14.238985], [29.371892, 14.15982]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a9585eeb-829e-48e1-ab76-9a0041a5b113", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.64503, 14.039681], [29.431536, 13.992304], [29.475446, 14.175368], [29.671853, 14.145081], [29.64503, 14.039681]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0cfc5b3f-c103-41c8-914a-e4958b5b4103", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.78423, 14.39845], [29.657244, 14.435133], [29.74611, 14.488146], [29.78423, 14.39845]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b92b2753-23a1-4e37-bfc5-74e14120c41f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.123082, 14.840171], [28.98908, 14.825123], [29.076428, 14.923775], [29.124245, 14.892866], [29.123082, 14.840171]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-66ebc101-60b3-43de-8ec9-6f6c8caed322", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.728511, 14.599805], [29.645736, 14.608364], [29.623864, 14.809187], [29.728511, 14.599805]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8832abff-027a-48a2-b9fa-9b4e6f630dc2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.439504, 14.641684], [29.356736, 14.616265], [29.450605, 14.736165], [29.439504, 14.641684]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f529fb67-b01e-47ba-963f-7128bc7f33da", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.206482, 15.051097], [29.070542, 15.038679], [29.224219, 15.132689], [29.206482, 15.051097]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-258c2772-8a54-41bb-8ef5-e82acd54f381", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[31.690177, 17.350688], [31.46952, 17.341743], [31.582542, 17.442066], [31.821586, 17.437854], [31.690177, 17.350688]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 504, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0685fdf2-a8a0-48dd-a986-8063cb0ee6e1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.772903, 15.581661], [28.665819, 15.55497], [28.681536, 15.652636], [28.733185, 15.631019], [28.772903, 15.581661]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ccf70474-f1d6-4cd9-ab75-9d7ac61766c1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.409264, 31.771893], [-75.57463, 31.622177], [-75.532758, 31.816801], [-75.445041, 31.781599], [-75.385188, 31.833032], [-75.409264, 31.771893]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-a2fc257c-d408-4642-ade2-ef3c922aa2b9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[32.156425, 17.496132], [32.326367, 17.396213], [32.413109, 17.410326], [32.39786, 17.34521], [32.213211, 17.302821], [31.998136, 17.445503], [32.156425, 17.496132]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 504, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-801fd95b-572d-467a-a3bc-392b1c6c9e10", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[149.946325, 51.009362], [149.753602, 51.041015], [149.818648, 51.208922], [149.979766, 51.18206], [149.946325, 51.009362]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North China", "DESCR": "", "PLATE_ID": 604, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bf77b412-d536-4973-b30a-a9bf41916314", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.749034, 14.997989], [29.610962, 14.831208], [29.592603, 15.158013], [29.708377, 15.157023], [29.749034, 14.997989]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3059b0c8-0f5b-49f4-aa47-08b8e5acdd14", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.901099, 15.770704], [28.829763, 15.710546], [28.764064, 15.766873], [28.861619, 15.767534], [28.827812, 15.825537], [28.901099, 15.770704]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2f9f7687-14d2-4f75-bcbf-33dd0ca30ed7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[24.120434, 20.060202], [24.132668, 20.084532], [24.156841, 20.072459], [24.120434, 20.060202]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d005b270-9c3d-43c5-9d70-da7fb608d02c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[167.369177, 54.419519], [167.109653, 54.197108], [167.308623, 54.179443], [167.145485, 54.046397], [166.713875, 54.003275], [166.957137, 54.12624], [166.821106, 54.149631], [166.884329, 54.259279], [167.369177, 54.419519]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Central Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-7e44ac59-f1d9-4ab2-b9d5-d52b07e6964a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-20.038653, 73.927362], [-19.852673, 73.940439], [-19.771541, 74.014589], [-19.67571, 74.038189], [-18.504307, 74.046383], [-19.319669, 74.116944], [-18.862516, 74.1363], [-18.66218, 74.199002], [-18.648532, 74.225243], [-18.807962, 74.157385], [-19.688346, 74.132693], [-19.778099, 74.046705], [-20.043189, 74.031329], [-20.053361, 74.051056], [-19.862825, 74.103882], [-19.926738, 74.109005], [-20.167883, 74.023998], [-20.233238, 73.966668], [-20.699967, 74.025403], [-20.560075, 74.039561], [-20.736628, 74.123893], [-20.638992, 74.154305], [-20.66847, 74.336221], [-20.441729, 74.341684], [-20.421628, 74.394559], [-20.031687, 74.503896], [-20.021247, 74.559289], [-19.84492, 74.60185], [-19.540108, 74.749063], [-19.195604, 74.675869], [-19.252155, 74.852036], [-19.102426, 74.866669], [-19.245345, 74.921413], [-19.110572, 74.973161], [-19.026909, 75.05152], [-18.423239, 75.117743], [-17.622925, 75.033343], [-17.174004, 74.875176], [-17.192982, 74.675927], [-16.519831, 74.554456], [-16.67945, 74.504482], [-16.697879, 74.457913], [-16.236467, 74.452211], [-16.349873, 74.197316], [-16.46864, 74.179687], [-16.530376, 74.139246], [-16.903353, 74.014696], [-16.508385, 73.986478], [-16.596754, 73.970082], [-16.574589, 73.947544], [-16.779022, 73.945395], [-16.733339, 73.86591], [-17.01654, 73.838936], [-16.552599, 73.869167], [-16.49264, 73.881644], [-16.502506, 73.903906], [-16.379378, 73.908594], [-16.394539, 73.927761], [-16.257673, 73.891659], [-16.458221, 73.870973], [-16.390599, 73.771355], [-16.52987, 73.839936], [-17.386134, 73.754014], [-17.719136, 73.817287], [-17.826103, 73.66385], [-17.943628, 73.654251], [-17.988159, 73.614859], [-18.172784, 73.666233], [-18.164304, 73.636893], [-18.547553, 73.581707], [-18.526152, 73.680872], [-18.795898, 73.633452], [-19.794006, 73.758191], [-20.00984, 73.795558], [-20.038653, 73.927362]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0c6f3fa8-ad5b-4834-a3f6-33c25694735a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-25.166142, 54.231881], [-25.29267, 54.130357], [-25.387765, 54.244205], [-25.334916, 54.311298], [-25.341031, 54.329636], [-25.553598, 54.432842], [-25.516289, 54.482646], [-25.502669, 54.551543], [-25.440491, 54.597608], [-25.283545, 54.628397], [-25.107123, 54.525222], [-25.126998, 54.52473], [-25.103243, 54.408889], [-25.159313, 54.333356], [-25.166142, 54.231881]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Canadian Arctic Islands", "DESCR": "", "PLATE_ID": 106, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-476a783b-a254-42d8-b33b-3996c349f78c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-23.28264, 44.728074], [-23.229909, 44.68951], [-23.372836, 44.734043], [-23.196026, 44.768063], [-23.28264, 44.728074]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-df9dcd05-e424-4444-a420-1ae522d56e4c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[27.478631, 17.701306], [27.488385, 17.776314], [27.590207, 17.854063], [27.71263, 17.844576], [27.56446, 17.676459], [27.478631, 17.701306]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-803a03d8-d713-454b-aafc-5262cfd8b772", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[30.143938, 15.817188], [30.06341, 15.859993], [30.11446, 15.921601], [30.055981, 16.014603], [30.153219, 16.069601], [30.143938, 15.817188]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e99e493b-40e1-401a-b69e-08fd954f5c93", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.158806, 27.593164], [2.074726, 27.562559], [2.133907, 27.880389], [2.159772, 27.77657], [2.158806, 27.593164]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6ced602c-4ce9-4048-a329-8c73ba3206f0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.586435, 33.303005], [-76.587197, 33.295351], [-76.644162, 33.330864], [-76.635671, 33.342107], [-76.586435, 33.303005]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-6ca0729d-2282-4b50-83e7-c657d5e3f182", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.679547, 15.829421], [29.694269, 15.853573], [29.69703, 15.84103], [29.679547, 15.829421]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-19d32bd0-e45c-4aec-b945-28102e714577", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.455264, 15.628395], [29.482781, 15.619913], [29.518724, 15.608845], [29.517882, 15.606759], [29.533931, 15.496763], [29.683378, 15.384283], [29.54612, 15.257508], [29.42253, 15.335352], [29.394117, 15.519315], [29.455264, 15.628395]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-19d32bd0-e45c-4aec-b945-28102e714577", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-71.851656, 41.628853], [-72.066694, 41.624878], [-72.068263, 41.716017], [-71.851656, 41.628853]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 123, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-96b9418e-9adc-4304-b2c3-f0b62d815b25", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[29.794924, 16.514023], [29.705743, 16.561676], [29.758767, 16.648525], [29.794924, 16.514023]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-66aed932-33bf-492b-b9aa-18d4df154ac4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[35.639123, 37.672704], [36.110929, 37.493253], [35.932526, 37.522892], [36.070655, 37.421495], [35.760177, 37.286951], [35.645363, 37.31024], [35.689027, 37.490904], [35.626215, 37.311337], [35.364305, 37.285066], [35.352191, 37.406189], [35.639123, 37.672704]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 510, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c49620ee-4ed9-46ce-a0a7-8360703dfe5f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[144.673497, 53.97445], [144.286489, 53.99451], [144.638354, 54.078339], [144.673497, 53.97445]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North China", "DESCR": "", "PLATE_ID": 604, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-73fee52a-74bd-42e4-9314-f5c4e339ec8c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[27.616353, 18.71936], [27.610913, 18.749016], [27.669807, 19.081912], [27.850346, 19.024212], [27.879605, 18.93331], [27.758472, 18.93573], [27.76168, 18.832256], [27.663675, 18.723613], [27.733546, 18.63623], [27.689449, 18.547097], [27.616353, 18.71936]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2d00f8ed-da91-4ecb-b6f2-ef512b319320", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-73.33974, 27.640338], [-73.43184, 27.657119], [-73.35504, 27.734854], [-73.33974, 27.640338]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-49ba7e00-648a-4b6d-ac62-db95af004ab3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[34.442055, 37.774922], [34.549785, 37.546062], [34.405573, 37.553552], [34.376219, 37.611165], [34.366677, 37.521245], [34.437934, 37.501865], [34.270902, 37.452761], [34.148326, 37.576882], [34.287943, 37.673912], [34.379171, 37.646076], [34.442055, 37.774922]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 510, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d1eb0e25-1c49-447b-b29b-c616b8ac631e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-48.978514, 21.856009], [-48.976235, 21.856022], [-48.957847, 21.866997], [-48.863822, 21.705531], [-48.995891, 21.789014], [-48.978514, 21.856009]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 129, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4086c13e-4ac9-405c-8d1f-2c78f708c681", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[34.792396, 38.124812], [34.541263, 37.970453], [34.675015, 38.190767], [34.792396, 38.124812]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Turkey", "DESCR": "", "PLATE_ID": 510, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-281b2dfc-c8ed-474a-93e2-9a3a0d883bb4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.620534, 18.545155], [-7.554448, 18.428613], [-7.761407, 18.414208], [-7.600684, 18.469909], [-7.642734, 18.46759], [-7.620534, 18.545155]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ca6c6d39-38a5-42f5-ac02-8fa50f0008c8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.452254, 41.5855], [-7.670677, 41.392699], [-7.776667, 41.387608], [-7.660716, 41.482177], [-7.836355, 41.401584], [-7.526248, 41.579651], [-7.452254, 41.5855]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5fe31954-9f67-4034-b2c8-370360f277eb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[31.412208, 17.201673], [31.30656, 17.231682], [31.272062, 17.345285], [31.379685, 17.416971], [31.474491, 17.368106], [31.501197, 17.290434], [31.412208, 17.201673]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Transylvania", "DESCR": "", "PLATE_ID": 308, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fd3f9742-9fe9-4065-95eb-eea571d0f50d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.259669, 17.807739], [-9.290638, 17.699981], [-9.410872, 17.645646], [-9.411997, 17.645413], [-9.315293, 17.824856], [-9.259669, 17.807739]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8e54386a-7fcd-44b5-8c0b-97862923d7b3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.254479, 17.82584], [-9.259645, 17.845745], [-9.24759, 17.849891], [-9.254479, 17.82584]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8e54386a-7fcd-44b5-8c0b-97862923d7b3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.61157, 23.082072], [28.378267, 23.241378], [28.346265, 23.336541], [28.438825, 23.350531], [28.61157, 23.082072]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-777e2087-743c-4bbd-9cf7-e9b5331acdbe", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.289282, 17.681081], [-9.360094, 17.626121], [-9.386059, 17.612689], [-9.353008, 17.657628], [-9.410872, 17.645646], [-9.290638, 17.699981], [-9.289282, 17.681081]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Florida", "DESCR": "", "PLATE_ID": 109, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1bd49d82-ac08-4e72-a2e2-7cfa821dd529", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.423548, 17.639927], [-10.334387, 17.233941], [-10.454023, 17.136643], [-10.532786, 17.102871], [-10.507697, 17.316615], [-10.364475, 17.340354], [-10.353376, 17.442315], [-10.292449, 17.391743], [-10.297431, 17.483361], [-10.159685, 17.471813], [-10.198435, 17.547354], [-10.08369, 17.516526], [-10.126559, 17.576091], [-9.954512, 17.534345], [-9.913687, 17.641701], [-9.544494, 17.720949], [-9.273429, 17.963202], [-9.533621, 17.656788], [-9.423548, 17.639927]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9ba68609-92e3-403f-b768-ef6fe2bbb420", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.963385, 18.4383], [-8.241321, 18.375806], [-8.077517, 18.527263], [-7.963385, 18.4383]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-789a9cc5-de10-4fc6-9cc4-dddf1ce965d1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.872124, 31.889967], [-18.109125, 31.643085], [-18.157428, 31.673145], [-18.125743, 31.799096], [-17.907372, 31.883911], [-17.868439, 32.065101], [-17.872124, 31.889967]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a4e2c5be-6f7b-4709-af1e-31b50666ec29", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[15.807542, 42.207754], [15.787324, 42.204618], [15.797333, 42.213433], [15.807542, 42.207754]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f28f2e33-5403-4e6f-abbb-36660a94eb40", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.579109, 18.445332], [-8.667593, 18.391096], [-8.607004, 18.607044], [-8.579109, 18.445332]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5b911411-25a6-4a3e-ab59-2cc6e609c64d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[170.999822, 57.878244], [170.721826, 57.718024], [170.750924, 57.849405], [170.999822, 57.878244]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Central Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-45a9f61d-aa57-4094-b253-abb1ba826de6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-48.79415, 21.802396], [-48.760489, 21.666623], [-48.851322, 21.718574], [-48.79415, 21.802396]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 129, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-21d85fbc-5c71-4bed-a24a-633ac2ea94bb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[166.485232, 51.019593], [166.485919, 50.994404], [166.187492, 50.806292], [165.981567, 50.786351], [165.895541, 50.893137], [166.045108, 51.153657], [166.107606, 51.166063], [166.485232, 51.019593]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-83331767-5371-47e2-9f00-25c02783e2a2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[165.745999, 53.367626], [165.42881, 52.906606], [165.305284, 52.695854], [166.002311, 51.922855], [165.849958, 51.668758], [166.004404, 51.318881], [165.854241, 51.32825], [165.772613, 51.23535], [165.520029, 51.196948], [165.204446, 50.995345], [165.213327, 50.921385], [164.445364, 51.160453], [163.673296, 51.180423], [163.784151, 51.247933], [164.094785, 51.21748], [164.182515, 51.300217], [163.777455, 51.378023], [163.768094, 51.511419], [163.631753, 51.394487], [163.663333, 51.302163], [163.602673, 51.322406], [163.576085, 51.540013], [163.750029, 51.707815], [163.59003, 51.661828], [163.499703, 51.714229], [163.069827, 51.320543], [163.50026, 51.073552], [163.335558, 51.01148], [163.447529, 50.998331], [163.402659, 50.914992], [163.13357, 50.967609], [163.178892, 51.030534], [163.010728, 50.960921], [162.67059, 50.971109], [162.556669, 50.861576], [162.434343, 50.870865], [162.476303, 50.757834], [162.314328, 50.789493], [162.416546, 50.747147], [162.210633, 50.703516], [161.920885, 50.444513], [161.608123, 50.345044], [161.260671, 50.523147], [161.158912, 50.6667], [161.260705, 50.698135], [160.902913, 50.929719], [161.110757, 51.052932], [161.008014, 51.110576], [161.184417, 51.155316], [161.083728, 51.326703], [161.554341, 51.436759], [161.743207, 51.636477], [161.552476, 51.692615], [161.183685, 51.654394], [160.754558, 51.893911], [160.124309, 51.93916], [160.193797, 51.890858], [159.981179, 51.806519], [159.729625, 51.849399], [159.882876, 51.81071], [159.683445, 51.711658], [159.491122, 51.726598], [159.422355, 51.852025], [159.227831, 51.798618], [159.131841, 51.863982], [158.921516, 51.746503], [158.801216, 51.839911], [158.17314, 51.803403], [157.971984, 51.724035], [157.782255, 51.737639], [157.794022, 51.931873], [157.59722, 51.936552], [157.387034, 51.845421], [157.287917, 51.612161], [157.137829, 51.586971], [157.127386, 51.462946], [156.816944, 51.690278], [156.706799, 51.667223], [156.7893, 51.713103], [156.69853, 51.768443], [156.267721, 51.73853], [156.24447, 51.824019], [155.96588, 51.716623], [155.774147, 51.891077], [155.688141, 51.824743], [155.578442, 51.802497], [155.565208, 51.766842], [155.515396, 51.81371], [155.681789, 52.195533], [155.886084, 52.200659], [155.755234, 52.235884], [155.827815, 52.277541], [156.043936, 52.174107], [156.07719, 52.229297], [156.191579, 52.220207], [156.118547, 52.162253], [156.398739, 52.17987], [156.728157, 52.37336], [157.077471, 52.377193], [158.322326, 52.783896], [158.378678, 52.925453], [159.041562, 53.00031], [159.330563, 52.929961], [159.238131, 52.861361], [159.406364, 52.79066], [159.668064, 52.830856], [160.518141, 52.7112], [160.97154, 52.766959], [161.454438, 52.662872], [161.905804, 52.727956], [161.980003, 52.627802], [161.760647, 52.512408], [161.866348, 52.5477], [161.874044, 52.391154], [162.134466, 52.507567], [162.168619, 52.383962], [162.366525, 52.408196], [162.23972, 52.373488], [162.409607, 52.336918], [162.44307, 52.421562], [162.582835, 52.363264], [162.606837, 52.47125], [162.808578, 52.421583], [162.919852, 52.542297], [162.956141, 52.435264], [163.029672, 52.543327], [162.941757, 52.768392], [163.273538, 52.982445], [163.643124, 53.052664], [164.216842, 53.314445], [164.445518, 53.544823], [164.396974, 53.724235], [164.614398, 53.913865], [165.45132, 53.910047], [165.191574, 53.740063], [164.851529, 53.682318], [164.767611, 53.751465], [164.626079, 53.644946], [164.739406, 53.566759], [164.881627, 53.601117], [164.671998, 53.392565], [164.913425, 53.20724], [165.160143, 53.236519], [165.255831, 53.334023], [165.342678, 53.290104], [165.320027, 53.349094], [165.745999, 53.367626]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "South Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-83331767-5371-47e2-9f00-25c02783e2a2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.516255, 22.484165], [28.656486, 22.210209], [28.475418, 22.495912], [28.516255, 22.484165]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-27232428-a35e-403a-84c4-58cba3c1a802", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.263986, 22.960222], [28.50096, 22.650356], [28.184532, 22.939038], [28.263986, 22.960222]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ffa350ae-d8f5-4093-8976-1c1efce9789b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[12.787017, 50.477801], [12.739224, 50.396493], [12.722234, 50.468839], [12.787017, 50.477801]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c9ee0f02-054d-497d-b682-017c2d9218f3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-163.633828, 31.502984], [-163.893411, 31.852196], [-164.246235, 32.051144], [-164.249509, 32.230073], [-164.436139, 32.239847], [-164.840293, 32.439858], [-164.874284, 32.521105], [-165.054249, 32.58303], [-165.041138, 32.659097], [-164.816868, 32.639537], [-164.872026, 32.587811], [-164.774935, 32.598301], [-164.699685, 32.485674], [-164.56626, 32.568405], [-164.567156, 32.485109], [-164.278631, 32.331629], [-164.152123, 32.363938], [-164.166327, 32.256818], [-164.019301, 32.227651], [-163.957695, 32.140954], [-163.711735, 32.161482], [-163.874602, 32.036126], [-163.837098, 31.888136], [-163.399629, 31.615752], [-163.420749, 31.512255], [-163.633828, 31.502984]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-1765a8cc-fcc3-4816-a36e-54e8d32da8e4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.063252, 23.227632], [27.917205, 23.288525], [28.038669, 23.283636], [28.063252, 23.227632]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9386fe8b-80aa-4594-9b5f-5ca1874af476", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.375667, 23.19653], [28.650626, 22.804465], [28.231176, 23.267841], [28.345174, 23.152564], [28.338033, 23.213951], [28.375667, 23.19653]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2bc76d6c-731c-483e-a1a7-f34a1242e13b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-165.765604, 32.463751], [-165.946818, 32.617158], [-165.912814, 32.67448], [-165.838259, 32.686784], [-165.697867, 32.541304], [-165.765604, 32.463751]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-824a351f-3117-466f-ac72-ea0eacbcbfac", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[51.346228, 47.047342], [51.153873, 46.921806], [51.189822, 46.989336], [51.346228, 47.047342]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 402, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-bc07e83d-ae92-461c-a663-4be1dd6226cc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.11736, 24.725288], [28.099074, 24.340786], [28.075266, 24.737761], [28.11736, 24.725288]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e8bbe611-81e7-4276-b5bf-c81f68143208", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-165.178916, 33.053482], [-165.197477, 32.922585], [-165.098914, 32.851226], [-165.231839, 32.887848], [-165.577273, 33.220106], [-165.863335, 33.281723], [-165.989575, 33.404364], [-166.23287, 33.385655], [-166.148855, 33.393579], [-166.18215, 33.478719], [-166.040349, 33.524183], [-165.73653, 33.34128], [-165.169317, 33.199418], [-165.107039, 33.152102], [-165.178916, 33.053482]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-50a1ba4d-97a7-4a7c-aae9-f158455be59b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.458069, 24.644162], [28.368583, 24.712979], [28.460658, 25.172458], [28.444237, 25.007553], [28.458069, 24.644162]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1d4023b6-f7c4-486b-8e8e-8a6e49ea3fb7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.247662, 25.365093], [28.177176, 25.117995], [28.148872, 25.260984], [28.247662, 25.365093]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-aeb27986-1a27-4af7-84f9-03861ab2c862", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.010054, 22.343328], [-6.110719, 22.229595], [-6.05575, 22.429425], [-6.010054, 22.343328]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c6a5c7c7-34e6-45aa-8f1b-e7d6866812a5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.572358, 25.284163], [28.537294, 25.108471], [28.484019, 25.271829], [28.572358, 25.284163]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6aad33c7-de29-46a6-bc05-f4065ed98095", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[52.378607, 48.715727], [52.604103, 48.696611], [52.393369, 48.68864], [52.292241, 48.738978], [52.261082, 48.823731], [52.328311, 48.831928], [52.287645, 48.776397], [52.378607, 48.715727]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 402, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-9005cdc2-15b0-4fd7-98ad-711d7e6619db", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[52.59571, 48.909887], [52.621707, 48.767596], [52.43152, 48.877792], [52.478457, 48.948621], [52.59571, 48.909887]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 402, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-c3a778b8-6a1d-428a-ae54-71649dd837f6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.300567, 25.219123], [28.251349, 25.223974], [28.380871, 25.540494], [28.480233, 25.506424], [28.526029, 25.687009], [28.596114, 25.713922], [28.512531, 25.521193], [28.325908, 25.325218], [28.300567, 25.219123]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-359023a7-bfbb-4e14-b739-2a436c925e14", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[28.718824, 25.31972], [28.632826, 25.352655], [28.583695, 25.583953], [28.789154, 25.634135], [28.718824, 25.31972]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Dinardes", "DESCR": "", "PLATE_ID": 307, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-30bd16f5-652c-400d-b649-edffdbf8f506", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[175.382843, 60.159957], [175.266064, 60.091962], [175.119282, 60.182724], [175.270589, 60.253452], [175.382843, 60.159957]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Central Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-3f621eda-3746-4e9d-96d9-26e2f1fabd62", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[175.226416, 60.440947], [175.082584, 60.308], [175.123572, 60.506383], [175.154264, 60.467699], [175.226416, 60.440947]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Central Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-0cfc5f21-b316-432c-b873-53511920e56d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[54.233326, 50.20055], [54.260478, 50.1908], [54.201582, 50.18075], [54.0416, 50.217009], [54.073874, 50.287363], [54.101077, 50.307389], [54.173867, 50.277932], [54.258836, 50.22147], [54.233326, 50.20055]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 402, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-2838ac0d-1308-47b3-9377-6993ed070a2e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[176.53825, 60.116032], [175.981746, 59.30785], [175.16078, 58.025834], [175.002805, 57.258895], [175.094738, 56.990172], [174.151885, 57.629999], [173.933606, 57.71252], [173.636773, 57.702284], [172.89857, 57.553097], [172.703979, 57.896286], [172.405923, 57.957758], [172.047138, 57.813362], [171.948414, 57.691885], [172.191206, 57.502618], [172.46833, 57.444415], [172.821841, 57.039633], [172.47256, 57.011117], [172.150232, 57.109944], [172.220044, 57.150371], [172.131711, 57.196751], [171.779072, 57.113968], [171.640025, 56.974365], [171.289495, 56.911774], [171.146011, 56.967653], [171.136375, 57.168556], [171.547944, 57.428755], [171.532146, 57.599585], [171.281844, 57.834466], [171.577539, 58.152448], [172.194617, 58.257378], [172.301113, 58.182111], [172.736819, 58.324645], [172.641645, 58.592383], [172.741918, 58.691849], [172.967128, 58.689451], [173.238654, 58.442309], [173.549407, 58.42825], [173.683468, 58.300835], [174.140932, 58.40216], [174.303867, 58.801492], [174.867785, 58.922347], [175.139201, 59.256475], [175.551235, 59.49857], [175.711237, 60.106837], [176.006458, 60.309727], [176.185992, 60.226964], [176.44347, 60.297203], [176.53825, 60.116032]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Central Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-29bc64be-245a-428c-9d0d-d2122765ac2d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-168.510464, 35.027543], [-168.272931, 35.219785], [-167.434105, 35.577302], [-165.827185, 35.93116], [-164.801835, 36.142005], [-165.655734, 35.351555], [-165.909393, 34.927616], [-165.952633, 34.394656], [-166.106716, 34.299654], [-166.055556, 33.976553], [-165.474698, 33.682782], [-165.610392, 33.651724], [-166.155686, 33.757802], [-166.322368, 33.664388], [-166.365916, 33.500666], [-166.343384, 33.625579], [-166.682025, 33.40734], [-166.674367, 33.533363], [-166.740784, 33.307131], [-166.520013, 33.24601], [-166.494947, 33.125846], [-166.668337, 33.281474], [-166.818298, 33.287462], [-166.912304, 33.541565], [-166.98308, 33.558569], [-166.992716, 33.511925], [-167.049902, 33.635227], [-167.095993, 33.59667], [-167.139097, 33.635009], [-167.133294, 33.735226], [-167.077879, 33.663451], [-167.035377, 33.735461], [-167.177679, 33.811291], [-167.233956, 33.75671], [-167.259169, 34.138298], [-167.480964, 34.356023], [-168.093134, 34.621483], [-168.739625, 34.621194], [-168.569291, 34.870762], [-168.510464, 35.027543]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-0926492d-db88-4c18-b5a1-df6097e5f781", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.006199, 24.378378], [-2.023325, 24.242786], [-2.153819, 24.305902], [-2.006199, 24.378378]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7a7302d6-9e23-41b4-80f7-7021f3f2b780", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[60.135247, 52.907721], [60.218401, 52.828817], [60.200126, 52.907872], [60.349249, 52.836212], [60.458571, 52.934375], [60.50695, 52.894761], [60.441195, 52.878811], [60.505741, 52.814951], [60.477389, 52.877437], [60.520487, 52.885648], [60.572413, 52.835617], [60.682266, 52.605483], [60.616213, 52.71232], [60.418271, 52.694017], [60.410195, 52.580774], [60.490125, 52.610312], [60.413688, 52.505546], [60.273824, 52.695821], [60.427683, 52.812438], [59.998523, 52.792301], [60.018501, 52.927443], [59.833253, 53.050624], [59.894049, 53.068505], [60.135247, 52.907721]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 402, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-f0365dd9-9b56-4604-87fc-47ff5373c5ac", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.304216, 28.64657], [-17.397944, 28.612035], [-17.38399, 28.718072], [-17.304216, 28.64657]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7ade8bfb-ef9a-4bae-ba56-a3c3b2aec3c4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[49.96245, 48.420969], [50.161699, 48.270774], [49.919054, 48.387988], [49.96245, 48.420969]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 402, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-b3bc47ea-4e66-4b79-a63f-1c687a062f5e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-163.13126, 31.009236], [-163.239795, 31.179147], [-162.875904, 31.070016], [-162.48424, 30.790825], [-162.388763, 30.793046], [-162.285078, 30.575013], [-163.13126, 31.009236]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-fc8092d8-fdc2-4cd2-93b2-ce5de8192e32", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[60.675677, 53.601199], [60.407588, 53.400358], [60.347707, 53.461247], [60.561122, 53.584169], [60.675677, 53.601199]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 402, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bc74b76d-8c8f-4e3e-8f04-9692379f0489", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[12.228398, 30.45197], [12.336819, 30.317052], [12.141073, 30.377588], [12.080809, 30.459694], [12.228398, 30.45197]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 305, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-61164f47-3d4a-4007-954f-f17fe3d94ee7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[11.932141, 30.604], [12.128037, 30.608924], [11.865084, 30.589245], [11.932141, 30.604]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 305, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-88200a75-51a2-4e8e-ad84-660a689cb663", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[50.916102, 49.736816], [51.008383, 49.64817], [50.768104, 49.725832], [50.916102, 49.736816]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 402, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-a620d5bf-3b9b-42df-9b4d-fbf33d2c590f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.725725, 23.713235], [-9.820627, 23.681676], [-9.615883, 23.90591], [-9.725725, 23.713235]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5c2ca1e8-8b7f-49bc-a9ac-513584a83656", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.94039, 26.611362], [0.887454, 26.518124], [0.826859, 26.554798], [0.856028, 26.635321], [0.727324, 26.814538], [0.755102, 26.858428], [0.74741, 26.799109], [0.861415, 26.783506], [0.803031, 26.723411], [0.94039, 26.611362]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9a1792db-0546-46fc-a616-ac9b4244149e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-4.6909, 24.854613], [-4.457627, 24.754715], [-4.417645, 24.596038], [-4.360832, 24.591318], [-4.291552, 24.608427], [-4.35208, 24.649002], [-4.322197, 24.738091], [-3.816218, 24.716365], [-3.059229, 24.979192], [-3.171828, 24.828967], [-3.30783, 24.798857], [-3.290017, 24.656732], [-3.373818, 24.560717], [-3.312048, 24.581398], [-3.337463, 24.449763], [-3.261882, 24.437951], [-3.455731, 24.332807], [-3.621537, 24.388601], [-3.595085, 24.434127], [-3.699083, 24.376158], [-3.605564, 24.460815], [-3.66422, 24.462122], [-3.669353, 24.525075], [-3.87795, 24.40839], [-4.196483, 24.41293], [-4.345381, 24.474881], [-4.361184, 24.526943], [-4.294291, 24.521507], [-4.342021, 24.549742], [-4.604583, 24.492519], [-4.641791, 24.741363], [-4.648683, 24.670511], [-4.885173, 24.681078], [-4.712459, 25.15151], [-4.649498, 24.969582], [-4.6909, 24.854613]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9224c4e7-71f2-4b25-80e9-1896ac211b81", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.272909, 25.81852], [-2.185947, 25.815083], [-2.110581, 25.860613], [-2.15707, 25.713854], [-1.981325, 25.704227], [-1.995743, 25.514643], [-1.949727, 25.509885], [-2.000389, 25.471926], [-1.93897, 25.477192], [-1.997415, 25.031754], [-1.923459, 25.18982], [-1.87918, 25.155029], [-1.986113, 24.939646], [-2.287645, 24.691135], [-2.232996, 24.667188], [-2.033841, 24.874872], [-2.047891, 24.739352], [-2.239164, 24.641347], [-2.189299, 24.645801], [-2.248707, 24.575809], [-2.145504, 24.653997], [-2.181955, 24.655633], [-2.143789, 24.664834], [-2.092587, 24.64753], [-2.155867, 24.637757], [-2.098493, 24.619376], [-2.2299, 24.439689], [-2.08124, 24.550131], [-1.974757, 24.539515], [-1.973969, 24.448674], [-1.905601, 24.511283], [-1.940704, 24.61595], [-1.742666, 24.918159], [-1.924202, 24.737255], [-2.036746, 24.746672], [-1.780657, 25.0924], [-1.984715, 24.900404], [-1.846648, 25.198744], [-1.713958, 25.171329], [-1.750116, 25.042806], [-1.705511, 25.09284], [-1.673883, 25.029649], [-1.660371, 25.189817], [-1.401789, 25.177998], [-1.440114, 25.085252], [-1.37036, 25.128644], [-1.460037, 25.002775], [-1.300309, 24.966236], [-1.540418, 24.817296], [-1.463808, 24.761472], [-1.558097, 24.633154], [-1.661605, 24.628093], [-1.615131, 24.603936], [-1.659983, 24.534708], [-1.831879, 24.482669], [-1.825948, 24.403921], [-2.000265, 24.445594], [-2.191837, 24.294744], [-2.259514, 24.364664], [-2.23547, 24.316641], [-2.263689, 24.257883], [-2.438659, 24.373898], [-2.617468, 24.680938], [-2.503321, 24.737133], [-2.585397, 24.742836], [-2.574463, 24.841809], [-2.440797, 25.141495], [-2.386899, 25.107703], [-2.446661, 25.330243], [-2.389585, 25.527937], [-2.272909, 25.81852]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-36c4e361-2fde-4ef8-b29c-04fd96edbbd2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-160.868858, 29.706504], [-160.929303, 29.713155], [-160.874782, 29.664215], [-161.387179, 29.871609], [-161.345718, 29.967667], [-161.287486, 29.865912], [-160.868858, 29.706504]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-c547f3a1-eba3-44bb-9291-e0557bf11131", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-160.585907, 29.572076], [-160.655292, 29.555607], [-160.62244, 29.642205], [-160.585907, 29.572076]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-0bebe555-fa78-4540-b0f8-f505717658a1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[10.258769, 31.12006], [10.153751, 31.058213], [10.091247, 31.133755], [10.258769, 31.12006]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 305, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-67137490-aeb8-47b5-9d45-70c46ae4213e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-48.555659, 20.603709], [-48.672057, 20.567047], [-48.617193, 20.73978], [-48.595077, 20.626998], [-48.555659, 20.603709]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 129, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0259b4a0-5c40-4434-9987-1114127a444b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.222974, 26.048535], [-3.240711, 26.041375], [-3.137273, 26.188396], [-3.034131, 26.218047], [-3.096841, 26.110775], [-3.073432, 26.206244], [-3.140367, 26.178579], [-3.222974, 26.048535]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-720e319a-229f-444b-8502-d70c103d80b4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.240711, 26.041375], [-3.222974, 26.048535], [-3.304099, 25.921393], [-3.336829, 25.759448], [-3.200231, 25.752793], [-3.343047, 25.706529], [-3.343955, 25.89535], [-3.240711, 26.041375]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f15421a9-f968-4ddf-b895-2ca874ab4e4e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[18.900393, 75.990661], [19.312643, 75.97193], [19.036395, 75.920523], [18.900393, 75.990661]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-600333c2-0368-4187-8b1c-d57e437a88fe", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.854204, 27.431937], [0.906311, 27.397948], [0.733627, 27.380572], [0.842699, 27.473511], [0.854204, 27.431937]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f66e03c1-9941-4128-bf5d-3ff371e0e66e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-48.649472, 20.922937], [-48.615536, 20.805049], [-48.682113, 20.82726], [-48.649472, 20.922937]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 129, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3e99f6d5-93c4-47d9-aa27-686c7a2d7c64", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.335101, 25.865182], [-5.357066, 25.706014], [-5.433111, 25.683101], [-5.389619, 25.734694], [-5.441029, 25.710972], [-5.450526, 25.797644], [-5.335101, 25.865182]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f9752ce4-2c32-421a-a706-a978eaec219a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.329105, 25.907709], [-5.393785, 25.834711], [-5.392929, 25.963924], [-5.329105, 25.907709]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bb0e7ed9-a231-4b3b-9da5-f38f87a2880c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.96821, 35.530082], [-7.023576, 35.419381], [-7.0954, 35.455665], [-7.087396, 35.481453], [-7.12613, 35.470775], [-7.052479, 35.558953], [-6.96821, 35.530082]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c6d1a0df-10ea-4ac1-b604-4b005423238f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.119794, 28.393566], [2.253291, 28.421661], [2.356818, 28.504868], [2.379402, 28.408573], [2.31754, 28.36742], [2.149889, 28.33267], [2.05024, 28.420716], [2.119794, 28.393566]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7c53124c-4c36-42e6-96c5-5303c1b18e56", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-48.637406, 21.439502], [-48.610652, 21.239249], [-48.590112, 21.32074], [-48.492862, 21.248256], [-48.508178, 21.12003], [-48.622515, 21.200697], [-48.646893, 21.384683], [-48.751877, 21.466732], [-48.609102, 21.633347], [-48.558902, 21.515886], [-48.726267, 21.46498], [-48.637406, 21.439502]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 129, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b3746767-f3ed-44aa-9f3a-1a204c642560", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.56174, 31.056998], [-75.7495, 30.827609], [-75.784029, 30.860619], [-75.674907, 30.983532], [-75.749631, 31.00781], [-75.712313, 30.966284], [-75.789873, 30.901633], [-75.8302, 30.940794], [-75.735158, 30.977599], [-75.776659, 31.001471], [-75.668838, 31.096069], [-75.56174, 31.056998]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-69c4f6da-1229-4c43-a4f2-4032752fda09", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-48.599098, 21.750296], [-48.594364, 21.695242], [-48.56998, 21.726388], [-48.538979, 21.66192], [-48.553031, 21.599735], [-48.568107, 21.67895], [-48.663119, 21.661237], [-48.674044, 21.734082], [-48.599098, 21.750296]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 129, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-253c3b57-cbc4-4e73-896f-809cfcdcb41a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.815474, 33.681325], [2.955274, 33.715892], [2.955378, 33.715918], [3.027414, 33.776571], [3.044474, 33.763963], [3.190802, 33.844043], [3.082996, 33.823451], [3.718021, 34.364124], [4.830274, 36.007677], [4.959436, 35.93946], [4.929902, 35.86887], [4.980751, 35.878667], [4.979352, 35.834477], [4.924813, 35.827259], [5.080626, 35.773812], [4.963225, 35.725347], [5.104033, 35.681527], [5.328054, 35.429458], [5.414618, 34.776908], [5.306237, 34.740345], [5.412741, 34.739818], [5.50277, 34.635797], [5.184339, 34.538935], [5.186698, 34.597565], [5.143922, 34.426446], [5.123247, 34.503327], [5.019802, 34.551083], [5.092758, 34.430374], [4.673336, 34.226862], [4.767881, 34.206734], [4.764459, 34.136862], [4.633538, 34.030196], [4.558138, 34.06999], [4.613076, 34.027155], [4.576609, 33.968765], [4.627635, 33.965362], [4.562242, 33.880266], [4.407439, 33.786859], [4.412908, 33.904933], [4.325951, 33.861572], [4.233948, 33.842199], [4.312589, 33.841318], [4.32281, 33.805999], [4.356882, 33.814101], [4.36148, 33.798034], [4.344957, 33.796669], [4.375676, 33.791399], [4.30814, 33.773111], [4.355058, 33.777327], [4.387061, 33.796447], [4.389293, 33.697846], [4.306706, 33.619825], [4.282606, 33.644811], [4.273397, 33.630123], [4.252631, 33.632521], [4.225214, 33.61669], [4.178092, 33.641669], [4.212686, 33.62253], [4.202871, 33.620066], [4.226564, 33.612906], [4.253842, 33.629169], [4.27308, 33.625316], [4.284752, 33.639555], [4.281684, 33.578926], [4.313604, 33.548091], [4.187987, 33.564894], [4.138897, 33.52198], [4.195406, 33.537387], [4.207129, 33.468309], [4.064886, 33.474403], [4.082075, 33.389332], [3.907366, 33.368959], [3.953363, 33.34037], [3.824792, 33.216302], [3.804514, 33.294837], [3.766436, 33.225492], [3.705793, 33.276166], [3.544373, 33.092011], [3.482798, 33.108645], [3.618341, 33.304571], [3.442118, 33.157929], [3.624104, 33.431415], [3.202764, 33.149124], [3.481915, 33.541143], [3.162388, 33.268808], [3.080195, 33.283164], [3.060984, 33.348531], [2.998807, 33.25929], [2.932573, 33.299422], [3.021202, 33.461057], [2.931593, 33.419106], [2.957076, 33.469382], [3.221734, 33.742191], [2.777873, 33.518041], [2.722759, 33.59123], [2.815474, 33.681325]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a9057b0b-1c3a-4def-a587-86a6c49ce69e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-48.786715, 21.965024], [-48.686715, 21.896333], [-48.753883, 21.846063], [-48.80718, 21.940739], [-48.779325, 21.847784], [-48.892078, 21.871726], [-48.786715, 21.965024]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 129, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f3b7e707-b951-4ea9-afce-94b9200e95dd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-158.70276, 28.968705], [-158.770132, 29.017266], [-158.570414, 28.970719], [-158.561023, 28.898668], [-158.70276, 28.968705]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-ad8a5d60-1a5a-41f1-a57d-b47767d9915b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-73.602548, 27.007778], [-73.740201, 27.021631], [-73.709175, 27.214618], [-73.664747, 27.169372], [-73.602548, 27.007778]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-d96ef5c4-9ca4-481a-870c-fb1e7e9324f8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-158.243652, 28.721891], [-158.292477, 28.773001], [-158.202334, 28.80583], [-158.243652, 28.721891]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-ede6bc55-29f7-41fb-b28e-d5749dbd5e83", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-73.151926, 27.324884], [-73.318301, 27.281523], [-73.35108, 27.354791], [-73.203325, 27.322426], [-73.151926, 27.324884]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-d6bc7827-a766-4477-a818-026efb4f85b9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.153543, 27.93958], [-75.192199, 27.832519], [-75.234595, 27.877401], [-75.18933, 27.944954], [-75.261742, 27.912416], [-75.249645, 27.958284], [-75.153543, 27.93958]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-26426a03-1734-4c9f-9d66-aee6d31b9f73", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[8.578987, 43.900132], [8.520822, 43.847837], [8.362302, 44.01871], [8.382232, 44.049606], [8.345906, 44.082646], [8.407664, 44.068221], [8.42795, 44.034938], [8.469641, 44.029853], [8.462505, 44.009364], [8.512236, 43.990518], [8.578987, 43.900132]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6dbd2759-8f40-4936-88ae-3340e751a38d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[10.008424, 33.153014], [10.039057, 33.093149], [9.877571, 33.042861], [9.837529, 33.111271], [9.905263, 33.141652], [10.008424, 33.153014]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 305, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a2dd2636-c4b8-4de8-8748-3978d6b350fe", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.321515, 28.161836], [-75.31424, 28.02497], [-75.438656, 28.075698], [-75.401196, 28.180468], [-75.321515, 28.161836]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-7c40da37-7d59-4ee8-8d36-a6e8499c4ba6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.523256, 29.567179], [-75.352523, 29.467827], [-75.580451, 29.547461], [-75.523256, 29.567179]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-87f2908e-afeb-4cde-8d39-af7989ce9035", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.86822, 35.978122], [-78.014027, 35.929575], [-78.031418, 36.031428], [-77.999121, 36.019248], [-77.86822, 35.978122]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-9d5ff38e-3d8d-4914-9720-6c7b03e88883", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[1.283252, 29.804493], [1.424768, 29.748998], [1.236754, 29.601662], [1.182033, 29.742721], [1.263684, 29.721984], [1.283252, 29.804493]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 108, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c4d505b2-090a-4bf2-b5d0-5b8a7b66839b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.997643, 29.5721], [0.977503, 29.53044], [0.962914, 29.558441], [0.99694, 29.590228], [0.997643, 29.5721]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c725f5d7-0fcc-4712-aab7-61cb5a1988a0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[1.001836, 29.580784], [0.998132, 29.580844], [1.009159, 29.595955], [1.001836, 29.580784]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c725f5d7-0fcc-4712-aab7-61cb5a1988a0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.955215, 29.484425], [0.932356, 29.437328], [0.869007, 29.386841], [0.901918, 29.440585], [0.820258, 29.491095], [0.884559, 29.520121], [0.936883, 29.452706], [0.955215, 29.484425]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c725f5d7-0fcc-4712-aab7-61cb5a1988a0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-73.702727, 28.099251], [-73.810067, 27.985814], [-73.879282, 28.037067], [-73.702727, 28.099251]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-254dae3e-7f4c-4167-9941-099215bd872c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-73.97173, 28.094705], [-73.886526, 27.848578], [-74.154557, 28.165262], [-74.128522, 28.236111], [-73.97173, 28.094705]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-5e631ceb-03cd-4e15-84a5-098d6c65ac03", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.440492, 28.796749], [-17.533728, 28.762949], [-17.566898, 28.862226], [-17.503421, 28.910493], [-17.442114, 28.893202], [-17.440492, 28.796749]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ff3b0436-3bcb-431c-ab85-103b05a04554", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.738168, 27.589122], [-3.820446, 27.489068], [-4.120195, 27.404078], [-4.77245, 27.398548], [-5.168743, 27.449991], [-5.245452, 27.567697], [-5.423685, 27.649598], [-5.978176, 27.730648], [-5.747421, 27.882477], [-4.642547, 27.885048], [-4.237922, 27.745966], [-3.973459, 27.749648], [-3.738168, 27.589122]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ff11cdd1-dbff-42e0-b003-a0563b8cc265", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.536005, 28.711965], [-75.587891, 28.456322], [-75.729659, 28.521876], [-75.789231, 28.672068], [-75.600193, 28.67014], [-75.761938, 28.719224], [-75.600187, 28.753761], [-75.536005, 28.711965]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-d3e1b6cf-ef21-4fa3-b165-8adabb75080c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.213947, 28.540578], [-74.305968, 28.517581], [-74.272275, 28.594321], [-74.329278, 28.62741], [-74.228915, 28.626441], [-74.238545, 28.729005], [-74.204176, 28.661296], [-74.213947, 28.540578]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-57d40716-1d3f-455a-a9d5-62324a8c3bf7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.695221, 41.243156], [-11.765474, 41.218048], [-11.805073, 41.272555], [-11.695221, 41.243156]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6056a881-23e3-496e-b9c3-8177ebd8981e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.089025, 28.612794], [-74.149487, 28.576285], [-74.217188, 28.736744], [-74.100848, 28.739721], [-74.072227, 28.732169], [-74.117832, 28.679084], [-74.089025, 28.612794]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-06777c51-656a-438f-8214-56a3d12212d1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.435573, 28.672636], [-74.439866, 28.535289], [-74.511554, 28.711523], [-74.487942, 28.809271], [-74.412504, 28.805325], [-74.481212, 28.840644], [-74.371993, 28.83777], [-74.401635, 28.80297], [-74.34356, 28.717692], [-74.435573, 28.672636]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-3a22cab1-4651-433a-8b25-67c33f07d1a0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.024653, 28.743448], [-73.988978, 28.656209], [-74.065953, 28.600243], [-74.017002, 28.715179], [-74.074652, 28.655513], [-74.104831, 28.686147], [-74.024653, 28.743448]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-5abaa903-e2d0-4eca-a326-fd6235925cde", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.52069, 29.029884], [-74.58496, 28.986983], [-74.719486, 29.040814], [-74.52069, 29.029884]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-948aaf6e-c448-43c5-bc20-2bb23dad82b4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.288877, 28.896492], [-74.363381, 28.83087], [-74.339207, 28.854022], [-74.491175, 28.876597], [-74.406169, 28.881972], [-74.355222, 28.983222], [-74.288877, 28.896492]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-4e1ed051-c6e5-419f-837a-1d338fbd1ff0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.407377, 29.009701], [-74.45997, 28.926152], [-74.564847, 28.971754], [-74.407377, 29.009701]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-768b8d97-9936-4c48-bbdc-dd1a23ac6e5e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.69918, 29.109888], [-74.67229, 29.057456], [-74.834699, 29.115226], [-74.69918, 29.109888]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-81d5d0b1-5a1e-4520-b66b-3cd2d796b92a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.947857, 29.294414], [-75.116159, 29.282762], [-75.282943, 29.368696], [-74.947857, 29.294414]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-63d8c48e-e556-4705-9fce-977144abadde", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[9.891725, 34.723819], [9.798115, 34.563269], [9.551532, 34.560731], [9.721335, 34.706046], [9.891725, 34.723819]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c1404ef6-6e31-49fb-aa10-54a227649d52", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-156.410717, 28.164882], [-156.464774, 28.208056], [-156.72769, 28.236699], [-156.916444, 28.436571], [-157.101282, 28.473336], [-157.057975, 28.60554], [-156.812916, 28.666181], [-156.635452, 28.425698], [-156.225072, 28.349048], [-156.20197, 28.323501], [-156.410717, 28.164882]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-a95b06bb-a7fd-485b-b35d-e889fdfd28ce", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.063004, 30.480826], [-0.094593, 30.365582], [-0.172484, 30.363833], [-0.18422, 30.440997], [-0.099912, 30.470627], [-0.063004, 30.480826]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-539fbbc8-6411-40dd-b95d-04d6d28edcde", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.846017, 29.453858], [-74.958455, 29.38543], [-75.194379, 29.463165], [-74.90336, 29.555779], [-74.846017, 29.453858]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-e618bab2-fadb-43eb-a3c0-5b6434434438", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-48.647419, 45.674975], [-48.600101, 45.573558], [-48.712781, 45.67543], [-48.647419, 45.674975]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e99681ef-8c27-4fc9-bb5b-00866364fb33", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.090187, 29.565279], [-75.268868, 29.593278], [-75.342444, 29.686444], [-75.168485, 29.632919], [-75.090187, 29.565279]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-6d96a6c9-b139-482a-b28d-373939c0d0cf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-156.052832, 28.563445], [-156.144752, 28.531589], [-156.161289, 28.653733], [-156.059157, 28.641563], [-156.052832, 28.563445]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-e115662c-a561-463e-90d9-1e1f81ca56d1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-31.445337, 45.140113], [-31.204749, 45.02149], [-31.3067, 45.040902], [-31.241707, 44.918702], [-31.366662, 44.951402], [-31.443033, 45.028848], [-31.42104, 45.088759], [-31.462149, 45.14479], [-31.417037, 45.147497], [-31.445337, 45.140113]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0bc3d836-31a8-4487-8a89-b1c7b09bef23", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[10.77601, 35.928086], [10.892548, 35.915173], [10.718231, 35.88508], [10.77601, 35.928086]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8e8ba3e2-12dd-4137-887f-ca47e7b6f6cb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-73.803271, 26.84384], [-74.388084, 26.948355], [-74.454812, 27.001688], [-74.401113, 27.040281], [-74.496583, 27.028248], [-74.683849, 27.208396], [-74.512241, 27.322678], [-74.689573, 27.212044], [-74.898145, 27.390151], [-74.57774, 27.529231], [-74.456037, 27.756316], [-74.617958, 27.522665], [-74.807731, 27.579988], [-74.755896, 27.624754], [-74.782187, 27.683503], [-74.761373, 27.631874], [-74.858519, 27.548737], [-74.899352, 27.628365], [-74.802017, 27.63108], [-74.914896, 27.664761], [-75.039336, 27.575738], [-75.100141, 27.643071], [-75.081369, 27.589474], [-75.269642, 27.875215], [-75.166405, 27.774762], [-75.026003, 27.871253], [-75.180436, 27.848751], [-75.095709, 27.947983], [-75.158458, 27.955566], [-75.087959, 28.065834], [-75.170074, 27.973294], [-75.275767, 27.969492], [-75.298709, 28.033834], [-75.23433, 28.035191], [-75.159975, 28.151666], [-75.271687, 28.065435], [-75.291928, 28.151195], [-75.229483, 28.199257], [-75.387584, 28.185088], [-75.402633, 28.308457], [-75.433023, 28.146969], [-75.515405, 28.233455], [-75.490282, 28.294805], [-75.614823, 28.229607], [-75.565305, 28.429717], [-75.477184, 28.472557], [-75.1886, 28.350668], [-75.210435, 28.443049], [-75.451945, 28.471402], [-75.469841, 28.526315], [-75.371054, 28.561326], [-75.39629, 28.607426], [-75.536065, 28.541611], [-75.495168, 28.773917], [-75.572612, 28.738045], [-75.609173, 28.871961], [-75.632945, 28.767687], [-75.694214, 28.773775], [-75.635203, 28.84784], [-75.67426, 28.888775], [-75.722605, 28.771277], [-75.760526, 28.869571], [-75.761955, 28.775747], [-75.8696, 28.816346], [-75.899208, 28.937897], [-75.75228, 28.958579], [-75.833616, 28.977407], [-75.75436, 28.992109], [-75.781398, 29.024727], [-75.720751, 29.072802], [-75.816539, 29.045821], [-75.85088, 29.162864], [-75.874083, 29.025443], [-75.942508, 29.007852], [-76.010521, 29.101932], [-75.949543, 29.132922], [-76.018624, 29.139764], [-75.94238, 29.184327], [-76.097529, 29.158536], [-76.071291, 29.245836], [-76.231478, 29.160497], [-76.300519, 29.214846], [-76.126592, 29.301115], [-76.195999, 29.37055], [-76.098968, 29.349414], [-76.259797, 29.428116], [-76.17853, 29.551345], [-75.92618, 29.500628], [-75.884008, 29.322992], [-75.92997, 29.534775], [-75.769387, 29.576136], [-75.876694, 29.569609], [-76.167198, 29.761895], [-75.886175, 29.557222], [-76.218463, 29.568444], [-76.204313, 29.626678], [-76.130218, 29.598904], [-76.203339, 29.639014], [-76.263652, 29.55905], [-76.384036, 29.797216], [-76.32373, 29.825384], [-76.396927, 29.849662], [-76.33828, 29.941261], [-76.395047, 29.960908], [-76.10291, 29.964551], [-75.772153, 29.758499], [-75.768948, 29.674194], [-75.709467, 29.706641], [-75.730912, 29.660404], [-75.537344, 29.501296], [-75.57616, 29.503377], [-75.400483, 29.405217], [-75.420194, 29.389241], [-74.505846, 28.910206], [-74.54396, 28.703044], [-74.330304, 28.19668], [-74.423678, 28.195744], [-74.365988, 27.949398], [-73.854174, 27.55832], [-73.778622, 27.338678], [-73.804299, 27.287876], [-73.863017, 27.343342], [-73.732992, 27.072408], [-73.808464, 27.047789], [-73.746813, 26.967114], [-73.803271, 26.84384]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-93fea5ee-7ce2-47ff-bc28-6d11fd81e201", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-73.658306, 26.818418], [-73.778501, 26.839482], [-73.679521, 26.9562], [-73.658306, 26.818418]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-93fea5ee-7ce2-47ff-bc28-6d11fd81e201", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-23.315421, 40.826339], [-23.28566, 40.712206], [-23.176506, 40.75261], [-23.097736, 40.693412], [-23.110965, 40.654313], [-23.012814, 40.545496], [-23.133748, 40.467554], [-22.965418, 40.372807], [-22.867378, 40.170338], [-22.793332, 40.177955], [-22.787695, 40.321812], [-22.684815, 40.453347], [-22.470269, 40.339074], [-22.510014, 40.265862], [-22.435187, 40.207991], [-22.02891, 40.193891], [-21.878717, 40.004267], [-21.473123, 39.861566], [-21.379809, 39.903711], [-21.040114, 39.733686], [-20.960908, 39.653677], [-20.919816, 39.465726], [-20.806176, 39.339441], [-20.997539, 39.233525], [-20.995128, 39.153161], [-20.689551, 39.312864], [-20.406242, 39.233538], [-20.44911, 39.311276], [-20.43212, 39.385984], [-20.136927, 39.195007], [-20.276202, 39.185746], [-20.235668, 39.159055], [-19.916339, 39.093854], [-20.104033, 39.005996], [-20.353836, 38.699126], [-20.975396, 38.856935], [-21.203952, 38.798104], [-21.254112, 38.876153], [-21.161486, 38.985502], [-21.193759, 39.044429], [-21.636396, 39.053794], [-21.554932, 39.233807], [-21.648978, 39.268772], [-21.9346, 39.063196], [-21.848582, 38.87564], [-21.861984, 38.812356], [-21.937095, 38.819233], [-22.087754, 38.614575], [-22.233156, 38.658704], [-22.200335, 38.616067], [-22.309313, 38.287493], [-22.75512, 38.039613], [-22.874077, 38.113985], [-22.938751, 38.325119], [-22.942826, 38.564123], [-23.035117, 38.666124], [-23.318407, 38.515396], [-23.508675, 38.518025], [-23.675997, 38.39317], [-23.839635, 38.428123], [-23.857658, 38.548934], [-23.743773, 38.730724], [-23.349122, 38.971639], [-23.490226, 39.176013], [-23.560164, 39.457009], [-23.472748, 39.801055], [-23.531644, 39.863655], [-23.504606, 39.977318], [-23.56471, 40.384078], [-23.53604, 40.631382], [-23.315421, 40.826339]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-547d565b-d7aa-4293-aba0-0723450512af", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.719413, 30.627099], [-75.770024, 30.448988], [-75.884089, 30.542692], [-75.877693, 30.66747], [-75.809641, 30.727575], [-75.719413, 30.627099]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-bc5bf250-e1ba-4d77-bd58-079673d395cb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.654306, 29.000803], [-1.550204, 26.747129], [-1.554928, 26.809927], [-1.625826, 26.835237], [-1.535735, 26.884396], [-1.66816, 26.83742], [-1.709091, 26.915542], [-1.325051, 27.565585], [-1.125854, 27.718145], [-1.464738, 27.659546], [-1.813406, 27.459472], [-1.812612, 27.531632], [-1.576145, 27.872279], [-1.66196, 27.676659], [-1.593378, 27.623047], [-1.578962, 27.7239], [-1.460017, 27.669014], [-1.433936, 28.295361], [-1.403267, 28.210514], [-1.259134, 28.26005], [-1.171412, 28.201732], [-1.028454, 28.233243], [-1.154024, 28.216825], [-1.271259, 28.320593], [-1.080338, 28.438812], [-1.244272, 28.358209], [-1.161489, 28.475319], [-1.349303, 28.409799], [-1.417587, 28.477511], [-1.426611, 28.595637], [-1.323566, 28.767694], [-1.207847, 28.670424], [-1.212981, 28.750098], [-1.0833, 28.731446], [-1.214534, 28.802283], [-1.239663, 28.755428], [-1.353923, 28.885378], [-1.322918, 29.086208], [-1.194778, 29.083646], [-1.332356, 29.092691], [-1.316494, 29.264422], [-1.176526, 29.244737], [-1.310527, 29.275147], [-1.302899, 29.879392], [-1.161486, 29.949489], [-1.364004, 29.966335], [-1.107436, 30.275892], [-1.269119, 30.327839], [-1.136546, 30.368912], [-1.203559, 30.378192], [-1.111052, 30.500248], [-1.100598, 30.581834], [-1.15646, 30.589939], [-1.126509, 30.712426], [-0.698052, 31.16176], [-0.655433, 31.159856], [-0.628728, 31.037673], [-0.452355, 31.08231], [-0.579652, 31.127107], [-0.520779, 31.203078], [-0.470211, 31.157508], [-0.357322, 31.221277], [-0.391724, 31.187891], [-0.34165, 31.129702], [-0.409772, 31.119114], [-0.344809, 31.119276], [-0.322103, 31.039642], [-0.383834, 31.000361], [-0.358658, 30.917807], [-0.719182, 30.844705], [-0.572895, 30.700569], [-0.445652, 30.801038], [-0.364825, 30.694678], [-0.469869, 30.273934], [-0.511613, 30.361236], [-0.522211, 30.295483], [-0.563487, 30.449635], [-0.588473, 30.373367], [-0.660602, 30.399844], [-0.606773, 30.34297], [-0.568457, 30.395161], [-0.5136, 30.225319], [-0.460861, 30.231048], [-0.542216, 30.139954], [-0.497459, 30.066324], [-0.562714, 30.03122], [-0.507406, 30.030285], [-0.550965, 29.878392], [-0.629973, 29.895122], [-0.546397, 29.834054], [-0.585603, 29.610961], [-0.676705, 29.579198], [-0.599365, 29.578855], [-0.647812, 29.472014], [-0.583136, 29.284635], [-0.656303, 29.178454], [-0.560364, 29.192654], [-0.535969, 28.994129], [-0.46064, 29.316646], [-0.394066, 29.333077], [-0.454572, 29.341185], [-0.334668, 29.43106], [-0.375357, 29.494373], [-0.285833, 29.731991], [-0.191726, 29.672633], [-0.226266, 29.498894], [-0.143052, 29.650282], [-0.134601, 29.585052], [-0.081432, 29.670447], [0.081241, 29.590504], [0.210308, 29.729372], [0.270095, 29.703147], [-0.086734, 29.305411], [-0.023054, 29.316848], [-0.075938, 29.177101], [-0.009831, 29.314159], [0.11904, 29.360933], [0.067845, 29.220538], [0.127087, 29.268888], [0.12071, 29.213554], [0.014579, 29.050415], [0.184657, 29.215441], [0.284708, 29.189402], [0.25074, 29.140392], [0.330038, 29.197768], [0.300075, 29.130044], [0.352202, 29.10921], [0.410932, 29.245966], [0.436653, 29.111396], [0.503485, 29.289764], [0.500421, 29.200569], [0.571813, 29.255942], [0.519863, 29.135367], [0.553027, 29.176694], [0.579595, 29.118361], [0.603385, 29.220356], [0.640535, 29.119999], [0.648831, 29.233173], [0.540557, 29.335677], [0.657289, 29.381613], [0.707924, 29.314305], [0.654306, 29.000803]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f29e6b62-bf71-4851-ac80-ccbbbd48f0a6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.829031, 29.225639], [0.807067, 29.180889], [0.776882, 29.227454], [0.826645, 29.233237], [0.829031, 29.225639]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f29e6b62-bf71-4851-ac80-ccbbbd48f0a6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[12.880303, 37.099424], [12.817174, 37.021668], [12.56895, 37.004135], [12.660294, 37.119626], [12.880303, 37.099424]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-18984a59-8f76-4d4c-8733-6cb52cf51bbb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.440114, 31.655089], [-0.44051, 31.519906], [-0.497187, 31.511693], [-0.440114, 31.655089]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-340c5b32-24c5-407c-854f-21488d26752f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-16.789702, 27.553938], [-16.951089, 27.502528], [-16.988852, 27.557872], [-16.812959, 27.719115], [-16.760282, 27.677124], [-16.811037, 27.654481], [-16.76037, 27.609972], [-16.789702, 27.553938]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9941f8cd-860c-4eae-9446-c9c4fb4c9ec0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.657215, 31.748556], [-77.622633, 31.667673], [-77.668655, 31.698662], [-77.675682, 31.612281], [-77.715894, 31.688537], [-77.636131, 31.822985], [-77.559046, 31.72986], [-77.657215, 31.748556]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-24bb32dc-02cd-42f4-a28b-ef82ec3ba613", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.65143, 31.24459], [-75.670844, 31.122455], [-75.769364, 31.072615], [-75.723214, 31.183942], [-75.763399, 31.183043], [-75.65143, 31.24459]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-abcb0623-0c30-43e9-bf18-7758d4322825", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.469334, 31.263192], [-75.493508, 31.147433], [-75.60215, 31.217808], [-75.469334, 31.263192]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-edd9b3fc-f29e-4bc2-9b6e-8c35d44184b4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.521498, 31.321872], [-75.637998, 31.332072], [-75.510739, 31.440684], [-75.521498, 31.321872]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-3ec2df72-2b7e-4dc6-8a6b-167a05e8f36f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-74.96243, 31.145099], [-75.321461, 31.061728], [-75.441188, 30.916318], [-75.575191, 30.92651], [-75.502526, 31.070971], [-75.409282, 31.060841], [-75.47113, 31.11174], [-75.367039, 31.192121], [-75.255485, 31.13814], [-74.951785, 31.256687], [-74.96243, 31.145099]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-ab9616c8-3fdc-4b73-ae4e-e4c2d094cc49", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.609171, 32.127538], [-77.719081, 32.035525], [-77.710403, 32.134262], [-77.659455, 32.152813], [-77.609171, 32.127538]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-82c3ba98-f6c9-4dde-9822-b0d51a5d5d2d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.614298, 31.513995], [-75.729872, 31.431902], [-75.781405, 31.479805], [-75.614298, 31.513995]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-068e4a7e-39e9-49a3-982f-c85d1002bf97", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.857358, 31.55638], [-75.952214, 31.413719], [-75.965096, 31.575248], [-75.892257, 31.597392], [-75.857358, 31.55638]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-87d6b8a8-92e1-48b9-aeff-239baf0fcf82", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.43775, 32.865031], [-1.357978, 32.851165], [-1.537187, 32.858842], [-1.4642, 32.903207], [-1.371337, 32.90802], [-1.43775, 32.865031]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e946794a-9a73-4317-a7be-fe867aa14aa7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.726449, 31.685944], [-75.786394, 31.519018], [-75.967217, 31.664646], [-75.844356, 31.652205], [-75.88491, 31.721882], [-75.768411, 31.693736], [-75.714686, 31.757679], [-75.726449, 31.685944]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-461cf4b0-2caf-419d-9da0-5557fa0e03c5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.642993, 32.39565], [-77.686734, 32.345444], [-77.773291, 32.401463], [-77.779531, 32.331735], [-77.819564, 32.481972], [-77.6523, 32.462748], [-77.642993, 32.39565]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-6c4ff50f-4465-4204-bda4-2d33b31e86ce", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.542057, 31.810751], [-75.604732, 31.563226], [-75.693743, 31.614822], [-75.639233, 31.735799], [-75.580568, 31.717958], [-75.621214, 31.804355], [-75.542057, 31.810751]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-1b35b144-c96d-474c-993c-827d6d11baaf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.028264, 31.859827], [-75.995485, 31.775547], [-76.09086, 31.638802], [-76.177681, 31.85566], [-76.168491, 31.921533], [-76.132856, 31.892815], [-76.151809, 32.052817], [-76.028264, 31.859827]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-e2d78063-7b9d-4dac-92e3-7111f629ea4a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[125.261892, 18.682342], [122.330776, 20.882114], [122.022542, 21.415681], [122.1562, 21.435765], [122.344704, 21.552424], [122.69308, 21.46359], [123.48855, 21.563238], [123.55956, 21.488154], [123.592484, 21.549191], [124.2239, 21.371847], [124.444586, 21.22094], [124.623231, 21.084149], [124.696951, 20.862929], [124.850193, 20.801414], [124.926596, 20.571036], [125.195422, 20.513562], [125.168732, 20.435839], [125.227474, 20.507135], [125.647129, 20.058658], [125.981379, 20.023935], [126.183752, 20.097447], [126.766434, 19.682649], [126.899166, 19.845089], [127.245061, 19.720904], [127.438554, 19.55095], [127.297062, 19.424911], [127.011608, 19.517731], [127.173243, 19.408924], [126.916242, 19.205506], [126.932514, 18.939086], [126.563388, 19.026944], [125.86772, 18.789778], [125.580967, 18.819436], [125.261892, 18.682342]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Malay Peninsula", "DESCR": "", "PLATE_ID": 619, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fe61838f-7692-460d-9c8f-384f4c60e9ae", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.6013, 31.854394], [-75.708424, 31.723143], [-75.605849, 31.945306], [-75.6013, 31.854394]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-ead01bf2-cd7c-482f-817a-bde86275903e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-94.555385, 47.626715], [-94.668292, 47.609335], [-94.508104, 47.563434], [-94.718418, 47.521933], [-94.736707, 47.443682], [-94.780488, 47.48838], [-94.784152, 47.451622], [-94.847055, 47.458097], [-94.796156, 47.570635], [-94.970909, 47.597651], [-94.717744, 47.716307], [-94.552064, 47.670088], [-94.555385, 47.626715]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-450d1d82-a666-439f-bab8-8edbcfabc8b2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.66572, 32.648924], [-77.813977, 32.654854], [-77.818574, 32.814868], [-77.64813, 32.739994], [-77.66572, 32.648924]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-d25e9124-588f-4fe9-ac39-f2e3b84d0915", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.617165, 51.465793], [6.58074, 51.227558], [6.554846, 51.213189], [6.56692, 51.273755], [6.494384, 51.234135], [6.473326, 51.390171], [6.617165, 51.465793]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-689764a9-e53c-4974-bd7f-4c176df1102a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.773296, 38.031642], [-76.7731, 38.030071], [-76.810712, 38.018269], [-76.773406, 37.667485], [-76.837801, 37.424958], [-76.876668, 38.012457], [-76.895526, 37.881395], [-76.949536, 37.928859], [-77.010214, 37.775258], [-76.949279, 37.795515], [-76.929754, 37.575569], [-76.978516, 37.556593], [-76.896377, 37.491524], [-76.928515, 37.340148], [-76.94042, 37.420874], [-76.957506, 37.355754], [-77.078778, 37.395758], [-76.966754, 37.326825], [-76.984682, 37.245137], [-77.084231, 37.21789], [-77.171025, 37.349353], [-77.195721, 37.192948], [-77.305518, 37.150608], [-77.304294, 37.243067], [-77.363652, 37.135372], [-77.623057, 37.102046], [-77.609392, 37.127804], [-77.536795, 37.218152], [-77.53377, 37.269957], [-77.519266, 37.297146], [-77.467118, 37.263169], [-77.494627, 37.330751], [-77.36799, 37.321791], [-77.404331, 37.437349], [-77.277992, 37.323893], [-77.36194, 37.544047], [-77.330764, 37.513868], [-77.260741, 37.529245], [-77.270166, 37.536331], [-77.251283, 37.52428], [-77.285868, 37.519361], [-77.247907, 37.481964], [-77.266295, 37.512677], [-77.167088, 37.530304], [-77.251385, 37.551049], [-77.35275, 37.536739], [-77.338784, 37.594711], [-77.344736, 37.622424], [-77.327698, 37.65399], [-77.224444, 38.025229], [-77.205323, 38.080323], [-77.087881, 38.177863], [-77.16396, 38.117546], [-77.176177, 38.194902], [-77.120481, 38.387756], [-77.100545, 38.437668], [-77.10466, 38.341912], [-77.081072, 38.395907], [-77.07511, 38.153571], [-76.977183, 38.154866], [-76.865384, 38.014685], [-76.773296, 38.031642]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-5706265e-e6af-44f3-b9b8-dac1f0559bb1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.143811, 34.804719], [-6.250044, 34.738533], [-6.235782, 34.844078], [-6.143811, 34.804719]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-83235ee9-a9fc-4e34-986b-c949302eb72b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.842329, 28.260039], [-17.837831, 28.148487], [-18.816192, 28.336183], [-18.735939, 28.48947], [-18.393136, 28.607548], [-18.222454, 28.608526], [-17.983919, 28.443595], [-17.842329, 28.260039]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-df2ca959-7e4a-4678-bb05-d0ee98e29ad0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.634458, 33.016044], [-77.60369, 32.757228], [-77.873533, 32.874784], [-77.841728, 32.70827], [-77.934493, 32.705473], [-77.728823, 32.564256], [-77.906344, 32.565544], [-77.835071, 32.471727], [-77.829618, 32.39727], [-77.876278, 32.422669], [-77.810494, 32.330859], [-77.860366, 32.31057], [-77.721294, 32.183032], [-77.774054, 32.123977], [-77.74135, 31.989418], [-77.598647, 31.984018], [-77.594083, 31.911825], [-77.668096, 31.912722], [-77.573633, 31.830113], [-77.660407, 31.886583], [-77.715054, 31.81386], [-77.733559, 31.950151], [-77.771606, 31.832742], [-77.774831, 31.998659], [-77.810255, 31.916336], [-77.880481, 32.113059], [-77.861454, 32.166928], [-77.812281, 32.142465], [-77.820663, 32.192306], [-78.060515, 32.594951], [-77.985503, 32.552312], [-77.944008, 32.621374], [-77.990165, 32.704808], [-78.005591, 32.63926], [-78.079791, 32.620221], [-78.122789, 32.723184], [-78.042003, 32.705625], [-78.139972, 32.850568], [-77.937752, 32.805721], [-78.217648, 33.027929], [-78.094755, 32.999298], [-78.037066, 33.029428], [-77.954661, 32.993799], [-77.889479, 32.992866], [-77.880844, 32.984579], [-77.897719, 32.980043], [-77.857043, 32.972693], [-77.77203, 33.014075], [-77.634458, 33.016044]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-17740df5-fa0a-4322-bf7d-10bca2cd0d88", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.904636, 32.380408], [-75.944353, 32.281911], [-76.049964, 32.358369], [-75.923003, 32.518893], [-75.904636, 32.380408]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-2cbb810b-9f42-45ed-9216-388801af1612", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-26.982986, 48.659619], [-27.02195, 48.607236], [-27.138097, 48.645135], [-26.982986, 48.659619]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-98381105-7503-41b6-acc7-03584f0d75d9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-75.748539, 32.423212], [-75.560224, 32.144962], [-75.583258, 32.005628], [-75.721244, 31.776366], [-75.819581, 31.75227], [-75.736452, 31.758433], [-75.772283, 31.702987], [-75.883322, 31.740023], [-75.666434, 32.060004], [-75.79627, 31.962174], [-75.862499, 31.795783], [-75.953058, 31.805943], [-76.038605, 31.988322], [-76.021458, 32.071793], [-75.962451, 32.019705], [-75.991307, 32.071701], [-75.760958, 32.144101], [-75.841801, 32.305295], [-75.780421, 32.161142], [-75.993527, 32.084339], [-75.97786, 32.166057], [-76.017045, 32.112744], [-76.029837, 32.156619], [-75.870189, 32.354356], [-75.74205, 32.286396], [-75.825417, 32.444994], [-75.748539, 32.423212]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-c8ccdb40-7bef-4490-86a9-a8f526f9ffc7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-94.58521, 46.775164], [-94.682011, 46.821644], [-94.520349, 46.855404], [-94.4882, 46.817923], [-94.548035, 46.826542], [-94.58521, 46.775164]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-e80295e8-1718-4de3-b725-ad75d00a05c9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.21717, 36.283929], [6.342731, 36.196476], [6.441882, 36.254457], [6.289328, 35.999199], [6.27748, 36.054736], [6.259512, 36.007394], [6.094409, 36.08247], [6.03718, 36.194364], [6.119574, 36.259113], [6.21717, 36.283929]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bbe8a4a5-f628-41e1-bef9-d24b0c025574", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[12.71977, 39.07032], [12.516001, 38.900304], [12.741456, 39.099348], [12.71977, 39.07032]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bfc1ef68-b903-43e8-8a71-df53c9263f8c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-82.024298, 37.711526], [-82.05808, 37.68203], [-82.17537, 37.665051], [-82.095134, 37.727147], [-82.150852, 37.758099], [-81.932262, 37.838355], [-81.961228, 37.719627], [-82.024298, 37.711526]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-9791f153-7d25-4b85-902e-6e1db13e2016", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-58.683532, 21.970093], [-58.799482, 21.975674], [-58.805106, 22.093823], [-58.683532, 21.970093]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8ca03558-1d6d-40d5-8122-5a83da0de63f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-101.10549, 50.85399], [-101.369354, 51.016246], [-101.095673, 50.926372], [-100.861504, 50.929528], [-100.784102, 50.97826], [-100.624608, 50.951838], [-100.445013, 50.777997], [-100.37702, 50.852922], [-100.124904, 50.865333], [-99.867338, 50.694526], [-99.857409, 50.576111], [-100.081091, 50.55711], [-100.468967, 50.738461], [-100.784223, 50.756323], [-101.070242, 50.889526], [-101.10549, 50.85399]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-86a7e168-d24c-4bf2-8329-6dabfb416bba", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.343695, 32.783058], [-76.296183, 32.509431], [-76.449111, 32.523791], [-76.452868, 32.571136], [-76.467448, 32.571949], [-76.457976, 32.594507], [-76.469682, 32.591655], [-76.455466, 32.607527], [-76.478929, 32.623211], [-76.462393, 32.63004], [-76.490428, 32.642012], [-76.472065, 32.669615], [-76.485493, 32.674041], [-76.483243, 32.708116], [-76.386273, 32.725885], [-76.482412, 32.724272], [-76.498214, 32.700235], [-76.616683, 32.900773], [-76.527255, 32.915767], [-76.669503, 33.00823], [-76.56975, 33.060211], [-76.343695, 32.783058]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-a5cb6793-ddf0-4623-873d-67102807dde4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-58.820613, 21.976714], [-58.852544, 21.978299], [-58.941921, 22.14095], [-58.808088, 22.297007], [-58.744334, 22.153208], [-58.821761, 22.109326], [-58.820613, 21.976714]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ac665f12-b08e-4e7e-9368-a5dd63fb4b5e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-59.626629, 21.986351], [-59.654433, 21.984745], [-59.674105, 22.00224], [-59.626629, 21.986351]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5c204d50-a19f-4dbc-9a32-8052e06c436b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.381112, 33.140561], [-76.370801, 33.120534], [-76.377634, 33.083026], [-76.327351, 33.049227], [-76.363005, 32.97769], [-76.356646, 32.916232], [-76.520114, 33.090859], [-76.403981, 33.12748], [-76.403566, 33.158277], [-76.381112, 33.140561]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-076e3d2d-0c8d-4797-a47e-726b6c9548c4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-98.731942, 49.80973], [-98.970369, 49.809871], [-98.94018, 49.875664], [-98.731942, 49.80973]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-06b04044-446a-40e5-88e9-988de71ce397", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-59.319369, 22.003326], [-59.332476, 22.004079], [-59.602587, 21.987749], [-59.627307, 22.026488], [-59.602145, 22.051766], [-59.686315, 22.04452], [-59.661649, 22.130563], [-59.319369, 22.003326]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-feaf69a9-1a3d-4b7e-9ca5-feb33fd2d411", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.134005, 32.944228], [-75.987366, 32.633409], [-76.081537, 32.526022], [-76.103401, 32.594859], [-76.121246, 32.460008], [-76.206625, 32.577942], [-76.128332, 32.577685], [-76.209113, 32.606751], [-76.130455, 32.672972], [-76.218067, 32.611947], [-76.271588, 32.699496], [-76.209342, 32.744529], [-76.289593, 32.787607], [-76.213957, 32.809228], [-76.276622, 32.876577], [-76.222932, 32.918283], [-76.327562, 32.945216], [-76.217742, 32.965906], [-76.323487, 32.978633], [-76.289471, 33.065484], [-76.317182, 33.047558], [-76.372665, 33.093715], [-76.361692, 33.125248], [-76.143248, 32.953614], [-76.134005, 32.944228]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-6cc989d2-1320-41ec-bd19-ab2e12d5168e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-98.750281, 50.124453], [-98.955741, 50.081334], [-98.598347, 50.022537], [-98.696424, 50.002724], [-98.648197, 49.906275], [-99.083008, 50.044026], [-99.097962, 49.955983], [-98.909497, 49.913576], [-99.027756, 49.838321], [-99.180236, 49.966645], [-99.263122, 49.919327], [-99.363409, 49.93677], [-99.297738, 50.009056], [-99.3903, 49.967341], [-99.402239, 50.01361], [-99.458325, 49.961519], [-99.408622, 50.065225], [-99.556072, 49.991733], [-99.539218, 50.077157], [-99.675763, 50.108497], [-99.609084, 50.148825], [-100.107959, 50.312907], [-100.173257, 50.529725], [-99.931209, 50.358525], [-99.912012, 50.414461], [-99.835379, 50.380824], [-99.826997, 50.283307], [-99.717659, 50.303048], [-99.673132, 50.188965], [-99.609241, 50.26005], [-99.517484, 50.146568], [-99.484017, 50.282039], [-99.396424, 50.199607], [-99.344975, 50.263179], [-99.277904, 50.251034], [-99.306311, 50.090027], [-99.211009, 50.145519], [-99.143592, 50.075317], [-99.215765, 50.269869], [-99.119887, 50.383462], [-98.916579, 50.347159], [-98.708134, 50.191515], [-98.750281, 50.124453]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-854b3f24-229f-432d-8e7c-71792c80fc2c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.169769, 35.395133], [2.233406, 35.263706], [2.117878, 35.328495], [1.987214, 35.285258], [2.169769, 35.395133]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-21111ed5-6456-4ed0-a656-f8441d4ba178", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[34.424117, -24.989089], [34.168081, -24.970074], [34.168079, -24.970074], [33.660342, -24.568009], [33.268436, -23.995945], [32.847233, -22.469231], [31.659906, -21.93944], [31.407993, -22.40558], [32.250654, -20.228157], [32.063551, -18.828455], [32.712958, -17.140413], [33.568754, -13.770992], [33.568799, -13.770825], [33.569016, -13.770932], [34.656173, -14.306957], [35.66605, -11.83068], [37.482304, -10.560885], [37.482306, -10.560883], [37.50828, -11.067799], [37.508281, -11.067799], [39.051935, -10.419164], [39.481382, -10.379691], [40.253544, -10.305867], [40.253574, -10.305859], [41.639539, -9.936615], [41.639558, -9.93661], [41.798981, -9.903194], [41.799789, -9.903935], [42.120596, -9.983216], [42.467364, -9.979572], [43.34846, -9.604128], [43.970538, -9.842925], [44.975343, -9.42465], [45.229057, -9.529847], [45.568536, -9.528316], [46.083714, -9.368786], [46.50071, -9.467928], [46.969924, -9.402459], [47.107098, -9.298763], [47.825698, -9.202182], [48.032718, -9.091547], [48.152951, -8.892122], [48.364626, -8.830417], [48.844386, -9.007148], [48.605439, -9.56696], [48.704603, -9.695848], [48.63065, -9.891207], [48.663747, -10.259632], [48.503703, -10.405561], [48.720558, -10.404253], [48.67131, -10.273202], [48.90003, -10.405744], [48.856992, -10.481307], [48.698496, -10.411724], [48.379827, -10.508867], [48.258501, -11.39611], [47.813947, -11.937192], [47.483875, -12.574107], [47.176234, -12.791014], [47.153318, -13.015594], [46.456792, -13.979571], [46.180753, -14.649219], [44.983616, -16.180591], [42.796517, -18.033647], [41.250935, -18.728441], [39.971991, -19.563888], [38.403701, -20.86374], [38.282359, -20.885735], [38.324, -20.786973], [38.234478, -20.83464], [38.231225, -20.760167], [38.211317, -20.828686], [38.228581, -20.847928], [38.274466, -20.846157], [38.281624, -20.892365], [38.315615, -20.889423], [38.293283, -20.944554], [38.181556, -21.040199], [38.127992, -20.899318], [38.181535, -21.053601], [38.083538, -21.215951], [37.974716, -21.152293], [37.938785, -21.149889], [37.863624, -21.197663], [37.952374, -21.15817], [38.003858, -21.18638], [38.009846, -21.246606], [37.482566, -21.81007], [37.32623, -21.916948], [37.255824, -21.854858], [37.032184, -21.962377], [37.008454, -21.816851], [36.93733, -21.98159], [36.851486, -21.866507], [36.92959, -22.209496], [36.882007, -22.11327], [36.768192, -22.188773], [36.732788, -22.133111], [36.750523, -22.208628], [36.68539, -22.179534], [36.77662, -22.266971], [36.70665, -22.32993], [36.521729, -22.415739], [36.326968, -22.382833], [36.044323, -22.531581], [35.981253, -22.804073], [36.068795, -22.793594], [35.890599, -23.082565], [35.72758, -23.154521], [35.725911, -23.093363], [35.582859, -23.38073], [35.481736, -23.330081], [35.569915, -23.449291], [35.342664, -23.78197], [35.186806, -23.755969], [35.299615, -23.815082], [35.106431, -24.136141], [34.979616, -24.274086], [34.979513, -24.209049], [34.923942, -24.240001], [34.92719, -24.325287], [34.828454, -24.30958], [34.84336, -24.243116], [34.695542, -24.328064], [34.637536, -24.465538], [34.695698, -24.498388], [34.639222, -24.588943], [34.636419, -24.480488], [34.532469, -24.666796], [34.57107, -24.756992], [34.424117, -24.989089]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Somalia plate, Africa", "DESCR": "", "PLATE_ID": 709, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2f77756c-c014-4e7e-9db3-543c59106d93", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-59.740567, 22.019625], [-59.783806, 22.112303], [-59.771129, 22.14291], [-59.797277, 22.14114], [-59.8265, 22.203641], [-59.875354, 22.239542], [-59.871823, 22.244274], [-59.716057, 22.181395], [-59.707779, 22.02199], [-59.740567, 22.019625]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5a7449e9-1740-4d7e-8a14-42e8c7e3fd18", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.55289, 43.087298], [-13.482298, 43.05735], [-13.62086, 43.029583], [-13.606948, 43.057948], [-13.739031, 43.09611], [-13.673406, 43.106739], [-13.628118, 43.084438], [-13.55289, 43.087298]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9da15e47-771e-4c19-80ac-3f981570011e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.375184, 33.3618], [-76.403592, 33.383756], [-76.487068, 33.303124], [-76.57563, 33.410484], [-76.586435, 33.303005], [-76.635671, 33.342107], [-76.548602, 33.457358], [-76.348145, 33.481801], [-76.342611, 33.424243], [-76.375184, 33.3618]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-3162a86a-e329-49ae-9c03-9be2004929fb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.438392, 33.240406], [-76.50752, 33.293335], [-76.390199, 33.332991], [-76.438392, 33.240406]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-3162a86a-e329-49ae-9c03-9be2004929fb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[18.220337, 42.290815], [18.424936, 42.343936], [18.423044, 42.329376], [18.459153, 42.236354], [18.271668, 42.249927], [18.165237, 42.198904], [18.289496, 42.209664], [18.290724, 42.157485], [18.143921, 42.161576], [17.967891, 42.035316], [17.916505, 42.029525], [17.95461, 42.103274], [17.872722, 42.163596], [17.949173, 42.139928], [17.960527, 42.218612], [17.858997, 42.250828], [17.760537, 42.148788], [17.733302, 42.226056], [17.644028, 42.258348], [17.677473, 42.286342], [18.144686, 42.221807], [18.220337, 42.290815]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6b88c9f7-8692-471c-ae10-2b8a3031bfe9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[18.424936, 42.343936], [18.220337, 42.290815], [18.416471, 42.470247], [18.38345, 42.432962], [18.429688, 42.380704], [18.424936, 42.343936]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cf1515bc-5382-4774-99da-3f7def910b93", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[5.699565, 36.880922], [5.531431, 36.728597], [5.528602, 37.062073], [5.615733, 37.158686], [5.676065, 37.065287], [5.718384, 37.067792], [5.699565, 36.880922]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-47214c75-2e60-4c88-9c65-84b4e0762b03", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.209653, 33.802258], [-77.161266, 33.763159], [-77.231295, 33.66603], [-77.445526, 33.509842], [-77.731534, 33.062956], [-77.982906, 33.106035], [-77.963137, 33.050936], [-77.876439, 33.01643], [-77.948735, 33.001942], [-77.999674, 33.024975], [-78.008864, 33.063836], [-78.019063, 33.03397], [-78.085986, 33.03569], [-78.136905, 33.059837], [-78.082543, 33.069165], [-78.088746, 33.125763], [-78.141265, 33.073771], [-78.177583, 33.137652], [-78.07891, 33.191173], [-78.235245, 33.210879], [-78.087875, 33.235572], [-78.236954, 33.281335], [-78.179999, 33.328399], [-78.003454, 33.205721], [-78.122255, 33.370546], [-78.087828, 33.428169], [-78.174182, 33.419158], [-78.112143, 33.480207], [-78.245961, 33.447743], [-78.194816, 33.488541], [-78.272032, 33.560512], [-78.14258, 33.557878], [-78.242174, 33.689452], [-78.175423, 33.662464], [-78.174239, 33.758008], [-78.251678, 33.80734], [-78.212954, 33.922568], [-78.09056, 34.005506], [-78.085693, 34.093633], [-78.012292, 34.146584], [-77.745419, 33.984587], [-77.885954, 33.840505], [-77.657244, 33.932559], [-77.528693, 33.802501], [-77.576623, 33.626031], [-78.026129, 33.582971], [-77.805404, 33.520087], [-77.93706, 33.449663], [-77.649333, 33.491688], [-77.529449, 33.657362], [-77.528245, 33.837369], [-77.351068, 33.765486], [-77.209653, 33.802258]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-3bf43e70-ee49-4840-94e8-3bdb6d690938", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.161266, 33.763159], [-77.209653, 33.802258], [-77.115259, 33.826927], [-77.161266, 33.763159]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-899958cf-8de5-485b-801c-1f64b06c3aa1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.528884, 33.662811], [-76.478763, 33.560275], [-76.568904, 33.612043], [-76.528884, 33.662811]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-eb74c2a2-7064-4c02-9a63-fb079fcf176f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-98.173593, 49.693743], [-98.429635, 49.868286], [-98.258008, 49.942729], [-98.138424, 49.878735], [-98.173593, 49.693743]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-5dd82e36-7234-47a3-a817-ab4de3506107", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-97.978273, 49.578697], [-98.161355, 49.663109], [-97.992116, 49.699404], [-98.001553, 49.761103], [-97.868059, 49.682872], [-97.966226, 49.699955], [-97.978273, 49.578697]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-cdd607eb-8eba-4267-aa8d-82d257f90da7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "MultiPolygon", "coordinates": [[[[180.0, 63.702965], [180.0, 62.820205], [179.91522, 62.71806], [179.811591, 62.635265], [179.811591, 62.635265], [179.316835, 62.4003], [179.138593, 62.198874], [179.115538, 62.066359], [178.68366, 61.701865], [177.916684, 61.135664], [176.921304, 60.594493], [176.837183, 60.77985], [177.142322, 61.305736], [177.887876, 61.690542], [178.237001, 62.201454], [178.884703, 62.46956], [179.117233, 62.800796], [179.142294, 63.284004], [179.516245, 63.39317], [180.0, 63.702965]]], [[[-180.0, 62.820205], [-180.0, 63.702965], [-179.733248, 63.870258], [-178.877576, 64.593972], [-178.785165, 64.823517], [-177.854035, 65.28974], [-177.710328, 65.81863], [-177.81325, 65.796374], [-177.93716, 65.990041], [-177.698858, 65.96954], [-177.834706, 66.125909], [-177.694354, 66.203272], [-177.529033, 65.460144], [-178.685811, 64.311441], [-180.0, 62.820205]]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Central Japan", "DESCR": "", "PLATE_ID": 610, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 300.0, "FEATURE_ID": "GPlates-937981b8-e901-458d-a49d-2d16e3c5cc59", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-161.127701, 36.235211], [-161.009631, 36.242196], [-158.935036, 36.618698], [-157.405015, 36.857651], [-156.679508, 37.328742], [-156.458047, 37.32049], [-156.258989, 37.372375], [-155.951366, 37.27183], [-155.32254, 37.252784], [-154.929318, 37.374038], [-154.702696, 37.095673], [-154.899523, 37.092407], [-154.88987, 36.957198], [-154.705437, 36.894881], [-154.705653, 36.841617], [-154.611412, 36.913187], [-154.670374, 36.946433], [-154.53553, 36.96506], [-154.493802, 36.879344], [-154.585274, 36.836649], [-154.457972, 36.787599], [-154.288176, 36.857648], [-154.444919, 36.86282], [-154.484385, 36.908705], [-154.158595, 36.869476], [-153.749411, 37.143692], [-153.820593, 36.973234], [-153.75298, 36.96669], [-153.838844, 36.95682], [-153.782204, 36.879511], [-153.708988, 36.945433], [-153.594175, 36.918482], [-153.673381, 36.848032], [-153.978151, 36.698149], [-154.250715, 36.789351], [-154.254029, 36.74403], [-154.612706, 36.624111], [-154.638215, 36.67469], [-154.628414, 36.618373], [-154.729155, 36.580525], [-154.775141, 36.612501], [-154.782227, 36.557911], [-154.862452, 36.597868], [-154.830755, 36.541779], [-154.916686, 36.510307], [-155.095025, 36.46333], [-155.47765, 36.395337], [-155.135582, 36.461842], [-155.069057, 36.538958], [-154.856924, 36.54665], [-155.004164, 36.610187], [-155.263709, 36.550312], [-155.495249, 36.444586], [-155.363196, 36.427796], [-155.570112, 36.395342], [-155.493352, 36.389701], [-156.012723, 36.383566], [-156.134766, 36.429388], [-155.735372, 36.394915], [-156.103672, 36.467843], [-156.153601, 36.42475], [-156.428734, 36.426624], [-156.359789, 36.462414], [-156.634469, 36.431684], [-156.742311, 36.368262], [-156.784326, 36.422728], [-156.80514, 36.431644], [-156.830238, 36.426495], [-156.891894, 36.455705], [-156.894117, 36.453205], [-156.87457, 36.445723], [-156.865774, 36.43607], [-156.836415, 36.42469], [-156.818058, 36.423534], [-156.802449, 36.427231], [-156.772691, 36.406813], [-156.771906, 36.39128], [-156.747292, 36.364125], [-156.66489, 36.362559], [-156.90363, 36.273455], [-156.921602, 36.316506], [-157.142151, 36.322466], [-157.139173, 36.239771], [-156.987233, 36.231854], [-157.326524, 36.137416], [-157.347262, 36.196789], [-157.465783, 36.088266], [-158.548237, 35.806554], [-159.482779, 35.401457], [-160.025117, 35.230667], [-160.20488, 35.007698], [-160.450321, 34.932531], [-160.462381, 34.981504], [-160.144074, 35.131032], [-159.809312, 35.496137], [-159.824016, 35.907836], [-160.095608, 36.155979], [-160.38554, 36.127069], [-161.127701, 36.235211]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-943a54f1-4877-4d89-9ebf-fcc046cfa675", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-163.286911, 36.141168], [-162.451483, 36.150707], [-161.936108, 36.18496], [-162.113393, 36.104151], [-162.378647, 35.839702], [-162.78717, 35.730683], [-162.892241, 35.579248], [-162.836176, 35.459904], [-163.350487, 35.3454], [-163.364059, 35.284723], [-163.812791, 35.358809], [-163.246923, 35.519531], [-163.15122, 35.648626], [-163.209593, 35.892779], [-163.038422, 35.979669], [-163.286911, 36.141168]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Japan", "DESCR": "", "PLATE_ID": 609, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-943a54f1-4877-4d89-9ebf-fcc046cfa675", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-88.44544, 54.628616], [-88.76451, 54.802641], [-88.452458, 54.768064], [-88.44544, 54.628616]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "", "DESCR": "", "PLATE_ID": 485, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-b01d0e60-6a44-4624-86b6-e745bded2d06", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-96.570313, 48.33339], [-96.611345, 48.159597], [-96.667084, 48.296618], [-96.638402, 48.343002], [-96.570313, 48.33339]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-e007cf84-1ef6-4f9f-8e04-98c354eda50a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-160.187308, 75.629228], [-160.459957, 75.650046], [-159.748846, 75.683114], [-160.187308, 75.629228]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bb51f636-0892-446d-a812-0c75ddcae9a7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[15.798167, 41.716919], [15.862379, 41.682301], [15.631805, 41.621459], [15.604674, 41.715961], [15.798167, 41.716919]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fa4ae4bc-906c-44d0-be3e-e334261c8a2b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-160.340947, 75.757693], [-160.507746, 75.685986], [-160.688589, 75.735967], [-160.174193, 75.842236], [-160.340947, 75.757693]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a13d18a1-1a62-4b55-8f52-0f2b4411d8d2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-60.301561, 22.554822], [-60.359834, 22.59822], [-60.287965, 22.587258], [-60.301561, 22.554822]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c5c4b0bf-a68d-4513-82ad-4e5cb850f8b0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.399356, 34.054005], [-76.393554, 33.985045], [-76.518986, 33.943747], [-76.46856, 34.05763], [-76.411363, 34.06907], [-76.399356, 34.054005]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-466ddda1-e8f2-49d4-bb95-7cc21f687e53", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.720727, 41.36122], [3.706952, 41.314057], [3.518334, 41.367855], [3.65897, 41.402164], [3.720727, 41.36122]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9fc8d7ee-0c35-406d-ae26-a6b370e46491", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[14.266129, 28.690649], [15.002318, 28.257259], [16.024081, 28.028333], [16.96218, 27.580128], [17.865666, 27.528557], [17.900469, 27.486964], [17.821344, 27.159365], [17.890606, 27.115474], [17.895459, 26.94152], [18.001523, 26.898402], [17.746385, 26.783395], [17.805726, 26.806574], [17.861648, 26.666038], [17.795835, 26.632509], [17.857357, 26.562067], [17.825252, 26.490183], [16.976509, 26.18248], [16.819873, 26.039609], [15.841914, 25.944047], [15.557508, 25.745021], [15.664198, 25.646181], [15.444567, 25.67728], [15.694046, 25.639446], [15.476764, 25.515497], [15.42659, 25.542042], [15.550542, 25.58008], [15.374095, 25.543085], [14.756224, 24.991846], [14.426827, 24.578722], [14.478373, 24.0829], [14.704734, 23.821692], [14.047081, 23.490669], [13.440875, 23.459305], [13.189338, 23.182687], [12.052119, 23.124564], [10.944255, 22.829541], [10.239647, 22.878358], [9.683002, 22.608472], [9.521893, 22.711875], [8.865983, 22.362864], [8.862494, 22.362993], [8.753381, 22.642162], [8.795683, 22.566963], [8.868565, 22.596043], [8.687249, 22.847929], [9.060803, 23.12014], [8.750208, 22.919852], [8.668718, 23.122201], [8.382061, 23.378979], [8.473712, 23.480235], [8.366448, 23.41164], [8.360923, 23.51366], [8.341391, 23.432757], [8.380297, 23.355984], [8.326772, 23.443641], [8.350404, 23.378102], [8.18283, 23.476221], [8.267528, 23.424482], [7.987609, 23.446343], [7.975305, 23.692099], [7.966675, 23.449091], [7.522384, 23.345181], [7.030169, 23.622332], [6.583703, 23.580016], [6.849955, 23.956881], [6.919421, 24.214385], [6.970352, 24.175041], [6.916504, 24.251022], [6.962976, 24.416946], [6.900255, 24.475291], [7.071107, 24.729297], [7.017858, 24.997454], [7.085641, 24.895181], [7.236085, 24.865887], [7.135606, 24.938467], [7.172008, 25.036615], [7.12968, 24.956497], [7.031701, 25.02235], [6.738447, 24.981812], [6.797062, 25.087724], [6.759885, 25.23525], [6.868541, 25.232574], [6.93018, 25.131782], [6.914478, 25.195516], [7.027406, 25.198354], [6.957166, 25.240578], [7.073554, 25.265403], [7.071723, 25.453548], [7.330726, 25.57191], [7.126109, 25.514481], [6.88291, 25.246032], [6.605113, 25.293201], [6.594776, 25.384157], [6.851086, 25.82192], [6.819513, 25.93379], [7.000779, 25.915517], [6.983499, 25.967844], [7.155741, 26.090965], [7.470739, 26.599532], [7.55951, 26.57651], [7.44396, 26.651373], [7.693028, 27.062618], [7.675798, 27.004961], [7.833211, 27.131442], [7.77954, 27.146904], [7.825811, 27.260446], [7.692315, 27.070416], [7.910669, 27.537301], [7.864798, 27.608994], [7.896077, 28.092818], [8.005046, 28.101735], [7.87849, 28.138367], [7.98136, 28.303932], [7.908331, 28.290643], [7.956114, 28.517786], [8.241631, 28.64571], [8.243937, 28.71059], [8.018752, 28.654663], [8.23009, 28.780509], [8.080845, 28.777184], [8.016162, 28.869472], [8.111449, 28.842942], [8.134329, 28.955686], [8.225728, 29.019187], [8.157904, 29.055717], [7.949584, 28.943624], [8.004413, 29.113081], [8.161446, 29.210849], [7.968202, 29.164007], [7.952622, 29.377212], [7.858873, 29.334329], [7.886054, 29.502526], [8.042933, 29.552076], [7.981907, 29.591243], [8.229083, 29.607827], [8.196042, 29.669938], [8.33391, 29.710939], [8.426073, 29.633036], [8.707468, 29.67682], [8.70702, 29.610647], [8.786359, 29.676268], [8.83084, 29.542185], [8.897611, 29.664045], [8.79118, 29.716509], [8.928849, 29.751126], [8.775431, 29.733181], [8.81569, 29.836952], [9.24467, 29.96362], [9.203146, 29.859368], [9.395594, 29.949218], [9.359389, 29.875178], [9.427455, 29.903011], [9.423389, 29.806056], [9.555387, 29.852039], [9.667497, 29.640592], [9.850691, 29.618261], [9.823092, 29.543219], [9.939997, 29.61606], [10.514946, 29.525015], [10.638286, 29.468267], [10.593469, 29.392996], [10.678097, 29.485703], [10.853572, 29.521637], [10.950554, 29.383726], [11.861984, 29.041087], [12.478047, 29.035571], [12.429691, 28.944688], [12.641245, 29.027343], [12.758261, 28.952596], [12.674978, 28.931432], [12.731047, 28.860796], [12.735808, 28.928244], [13.087118, 28.736369], [13.060546, 28.805607], [13.146601, 28.852794], [13.305956, 28.842595], [13.351182, 28.723506], [13.386624, 28.787418], [13.595521, 28.634166], [14.063334, 28.60471], [14.233669, 28.658382], [14.266129, 28.690649]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Iberia", "DESCR": "", "PLATE_ID": 304, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-db22853f-b1ac-4f87-9854-89f55f92de0a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[13.820365, 41.126345], [13.866553, 41.063916], [13.74349, 41.033168], [13.820365, 41.126345]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-21ab49c2-6348-42b9-99c3-698b1f23f304", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.025034, 42.401003], [17.242561, 42.436414], [17.52263, 42.392508], [17.538431, 42.349395], [17.431751, 42.345216], [17.425407, 42.401212], [17.315377, 42.311954], [17.295962, 42.221888], [17.360645, 42.194555], [17.148278, 42.164989], [17.073493, 42.234411], [17.154955, 42.289267], [17.043955, 42.291152], [17.085684, 42.372406], [16.950685, 42.385175], [17.025034, 42.401003]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e5517b08-b7be-4ff1-9d54-fda29a907a7a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.52263, 42.392508], [17.242561, 42.436414], [17.025034, 42.401003], [17.079825, 42.412686], [17.075951, 42.485464], [17.10789, 42.429016], [17.236208, 42.450889], [17.177045, 42.52076], [17.142535, 42.488492], [17.049703, 42.515734], [17.008948, 42.427872], [16.967877, 42.512758], [16.953052, 42.403299], [16.938641, 42.516628], [17.049514, 42.588185], [17.040777, 42.533488], [17.12496, 42.503286], [17.290363, 42.572451], [17.290479, 42.459592], [17.513603, 42.41706], [17.52263, 42.392508]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ee1aedde-2bb4-410f-8913-641997b541a7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-60.196038, 22.837896], [-60.216386, 22.762649], [-60.308149, 22.787813], [-60.253251, 22.881214], [-60.196038, 22.837896]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8b89c648-0fee-4852-80f5-9da2849a6c5b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.199771, 30.528685], [-17.633289, 30.292196], [-17.537865, 30.402027], [-17.199771, 30.528685]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-07011185-bca7-4575-a86f-a9a7aee0ff99", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[15.787324, 42.204618], [15.807542, 42.207754], [16.012702, 42.093608], [15.840622, 41.903348], [15.341375, 41.907246], [15.460724, 41.971925], [15.305344, 42.019418], [15.425957, 42.128677], [15.66633, 42.098212], [15.787324, 42.204618]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-064638cb-3be5-4148-8756-855de55058b2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[16.09418, 42.252484], [16.078294, 42.141722], [16.177538, 42.025694], [15.809957, 42.208129], [16.09418, 42.252484]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9d28621d-5111-4c66-b54f-93da979989ea", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[16.09418, 42.252484], [15.809957, 42.208129], [15.72869, 42.248474], [15.802479, 42.314525], [16.102762, 42.313406], [16.09418, 42.252484]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-faf253aa-7bd4-42d3-957f-98b4a8de8257", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[14.794466, 41.796009], [14.823113, 41.811866], [15.033298, 41.810689], [14.975612, 41.749368], [14.794466, 41.796009]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e770af23-6c5b-4f78-8ae7-453887a604d6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[14.823113, 41.811866], [14.794466, 41.796009], [14.730696, 41.812472], [14.823113, 41.811866]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-04b2ea86-0c24-49a5-98da-24d23488bc37", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-95.708672, 48.285838], [-95.899973, 48.22506], [-95.90121, 48.313558], [-95.838246, 48.343812], [-95.708672, 48.285838]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-1fcd047f-42a8-4d45-b516-b8a5bbfdb6c1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.539658, 34.438046], [-76.513918, 34.388602], [-76.669396, 34.49534], [-76.489119, 34.495346], [-76.539658, 34.438046]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-455ed4a8-10de-4884-96d6-281820b0d14c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-60.134766, 22.942758], [-60.188181, 22.847883], [-60.248716, 22.884849], [-60.187003, 23.141446], [-60.128243, 23.088978], [-60.134766, 22.942758]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0443edbe-6a23-46e9-bf35-bcb711a44f6d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-96.107506, 48.963384], [-96.388414, 48.772947], [-96.336359, 48.643373], [-96.422931, 48.553597], [-96.442179, 48.756494], [-96.590342, 48.74136], [-96.71022, 48.810272], [-96.944262, 49.11645], [-97.071197, 49.177745], [-97.259894, 49.16604], [-97.40796, 49.267522], [-97.444976, 49.386937], [-97.32531, 49.484753], [-97.227699, 49.506301], [-97.021495, 49.41176], [-96.613184, 49.407801], [-96.557915, 49.25071], [-96.555003, 49.293225], [-96.172237, 49.083466], [-96.068149, 48.927116], [-96.107506, 48.963384]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-645326c5-2bce-44a7-bca2-857c5918dafb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[15.04253, 41.962455], [15.015747, 41.921826], [14.90165, 41.939401], [14.980628, 41.993704], [15.04253, 41.962455]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8049726e-aca0-4626-be4b-3a9235999740", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[16.259878, 42.540505], [16.009485, 42.350952], [15.99301, 42.439624], [16.111035, 42.498225], [16.004525, 42.53095], [16.259878, 42.540505]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c8314628-a926-4425-90ec-a21895c99dac", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[14.505893, 41.636671], [14.639763, 41.7105], [14.709658, 41.690287], [14.525219, 41.626002], [14.505893, 41.636671]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-60cc86de-5859-49fe-9b6e-64c6f564f694", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[14.639763, 41.7105], [14.505893, 41.636671], [14.429412, 41.678892], [14.520455, 41.712619], [14.307016, 41.700596], [14.443485, 41.767403], [14.639763, 41.7105]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-16bf5988-b10d-4cef-8339-54d576375242", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-159.660612, 76.433852], [-160.410627, 76.317686], [-160.624676, 76.407395], [-161.231654, 76.431359], [-160.699036, 76.485495], [-159.660612, 76.433852]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4142addd-b563-4cad-a958-35e0121957fd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[15.168159, 42.003401], [15.077382, 41.952913], [15.068706, 42.204847], [15.158638, 42.035041], [15.168159, 42.003401]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2777585a-db03-45f5-b3b0-915563ade3eb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.369312, 34.893307], [0.201041, 34.943986], [0.181544, 34.857072], [0.148939, 34.920506], [-0.117993, 34.860198], [0.004776, 34.877955], [0.001283, 34.729194], [-0.090695, 34.795215], [-0.083683, 34.73808], [-0.235373, 34.748967], [-0.128964, 34.853558], [-0.26409, 34.791427], [-0.383719, 34.820193], [-0.402135, 34.853813], [-0.405599, 34.892377], [-0.369312, 34.893307]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6fa5390b-674d-473b-8804-2c93a175b701", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-95.26637, 48.132258], [-95.295899, 48.01039], [-95.405474, 48.040209], [-95.283447, 48.09917], [-95.347114, 48.161876], [-95.26637, 48.132258]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-790e9563-48b5-4f46-a845-6d277281d250", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-158.57905, 76.006988], [-158.905314, 75.895899], [-159.867288, 75.854318], [-159.722726, 76.140501], [-160.430828, 76.136447], [-158.769701, 76.370549], [-158.476933, 76.267171], [-157.890734, 76.014961], [-158.57905, 76.006988]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7e8a6b49-fb53-4e9e-96d2-afbd6a284bcd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.402108, 35.021565], [-77.392898, 34.841262], [-77.517934, 34.894548], [-77.444499, 34.927493], [-77.462924, 35.008983], [-77.402108, 35.021565]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-1cecc4bd-1af7-4b26-8cec-30804d3e5ad9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[13.558918, 41.397866], [13.566804, 41.367271], [13.508366, 41.388442], [13.508127, 41.389344], [13.558918, 41.397866]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f59a7a16-5d76-4a0f-b3c7-4b2d155067e5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[13.558918, 41.397866], [13.508127, 41.389344], [13.479161, 41.497868], [13.53279, 41.498424], [13.558918, 41.397866]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-11fbfe33-7199-4629-967d-a54cff5f6327", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.601066, 35.054622], [-77.558183, 34.940527], [-77.615943, 34.99935], [-77.581773, 34.936642], [-77.633954, 34.951135], [-77.56949, 34.895004], [-77.617792, 34.836671], [-77.534456, 34.667999], [-77.537579, 34.604735], [-77.582318, 34.60274], [-77.553395, 34.511134], [-77.653779, 34.56508], [-77.652212, 34.624697], [-77.610529, 34.616286], [-77.681397, 34.70261], [-77.624288, 34.728232], [-77.698249, 34.823119], [-77.641944, 34.819774], [-77.736236, 34.878602], [-77.708272, 35.028469], [-77.615404, 35.032744], [-77.691002, 35.053257], [-77.642646, 35.073617], [-77.669228, 35.11127], [-77.557628, 35.145181], [-77.601066, 35.054622]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-4fa4fc9d-8131-46a5-8969-f7e5c392a2b2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.479885, 34.686591], [-76.53426, 34.565554], [-76.628701, 34.565338], [-76.635465, 34.657013], [-76.711157, 34.577705], [-76.663943, 34.680761], [-76.596522, 34.691683], [-76.592047, 34.814862], [-76.52006, 34.784501], [-76.479885, 34.686591]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-93f0d767-3584-4cbe-810b-671c24e09722", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-94.405362, 47.168201], [-94.587477, 47.145008], [-94.507761, 47.106649], [-94.578611, 47.095435], [-94.627153, 47.152387], [-94.699475, 47.119202], [-94.718554, 47.162478], [-95.080835, 47.17476], [-95.000185, 47.222064], [-94.795169, 47.18638], [-94.729198, 47.276088], [-94.663271, 47.168479], [-94.570074, 47.248135], [-94.586639, 47.17476], [-94.462053, 47.207703], [-94.405362, 47.168201]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-431de7a6-c220-4f07-ba32-b3ff7cdb6d34", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.813688, 43.521027], [17.881304, 43.413247], [17.534426, 43.338368], [17.431829, 43.534332], [17.610776, 43.514483], [17.813688, 43.521027]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9f8b2b2c-8650-49eb-aa62-7deedc12b176", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.650201, 35.155491], [-77.78897, 35.188499], [-77.74398, 35.285109], [-77.66353, 35.28414], [-77.650201, 35.155491]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-ccd0d84f-edcd-4e71-8e05-0669bd7934e3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-94.48303, 47.452574], [-94.621607, 47.405752], [-94.594439, 47.537167], [-94.48303, 47.452574]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-39586fc9-65ab-4966-8a94-344006e39a71", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.668337, 35.024698], [-76.582296, 34.853091], [-76.617571, 34.896585], [-76.657469, 34.806783], [-76.693537, 34.856826], [-76.741568, 34.731011], [-76.764666, 34.804345], [-76.668337, 35.024698]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-43a7af53-655f-4b0d-a10c-1b73a9943a0f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-94.276192, 47.397291], [-94.368883, 47.36987], [-94.398156, 47.486629], [-94.305593, 47.467194], [-94.276192, 47.397291]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-92d660fa-18b3-48cc-be21-f910f719f2fe", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.665375, 35.467348], [-77.665359, 35.393283], [-77.784586, 35.441303], [-77.665375, 35.467348]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-68770592-32f9-4856-919d-c976a884c2eb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.621805, 35.102272], [-1.711338, 35.011644], [-1.794183, 35.027937], [-1.621805, 35.102272]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c0478c73-20ef-43e0-bebe-cb8710a927bb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.729294, 35.487581], [-77.914246, 35.473518], [-77.798874, 35.566763], [-77.729294, 35.487581]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-ee74b224-60f1-400b-a4d4-cd211a780f19", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.810093, 35.36122], [-77.885121, 35.245619], [-77.856551, 35.382578], [-77.768484, 35.40386], [-77.714825, 35.341758], [-77.810093, 35.36122]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-8c79b291-8f74-425f-8bcb-1c39159e959d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.351033, 36.858374], [3.351023, 36.858378], [3.350848, 36.862273], [3.351033, 36.858374]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7e1ff3-17a5-4d28-bd12-4b6c1ad7f502", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.830274, 36.007677], [3.718021, 34.364124], [3.082996, 33.823451], [3.076987, 33.822306], [3.054727, 33.930877], [2.962853, 33.928538], [3.148233, 34.05884], [3.102946, 34.060907], [3.087355, 34.149866], [3.728384, 34.492787], [3.491735, 34.423806], [3.43934, 34.527064], [3.390288, 34.312956], [3.083194, 34.254742], [2.897438, 34.067248], [3.099762, 34.35259], [3.113406, 34.551118], [3.021196, 34.53127], [3.0506, 34.763295], [3.28731, 34.846409], [3.274096, 34.938524], [2.850331, 34.774753], [2.794266, 34.829867], [2.784391, 34.762036], [2.747995, 34.916014], [2.64762, 34.779587], [2.542693, 34.776614], [2.588432, 34.867261], [2.526747, 34.844976], [2.537685, 34.888658], [2.487375, 34.803658], [2.316093, 34.785268], [2.396426, 34.881281], [2.240403, 34.919168], [2.550148, 35.076789], [2.377446, 35.073477], [2.327091, 35.175343], [2.545501, 35.298073], [2.480373, 35.297041], [2.472634, 35.385293], [2.247891, 35.264742], [2.228152, 35.352555], [2.324858, 35.340337], [2.181394, 35.434155], [2.205179, 35.513793], [2.130865, 35.435379], [2.152008, 35.50389], [2.031978, 35.581051], [2.014924, 35.427247], [1.996414, 35.559536], [1.950326, 35.56668], [1.989108, 35.65276], [2.080099, 35.642574], [2.068802, 35.57752], [2.182724, 35.663979], [2.080776, 35.683924], [2.109711, 35.737934], [2.472623, 35.83266], [2.641822, 35.706589], [2.619386, 35.870419], [3.014076, 35.933361], [2.916461, 35.938996], [3.003745, 35.990162], [2.922084, 35.997742], [2.96102, 36.028396], [2.828527, 36.023164], [3.066248, 36.263811], [3.008473, 36.268633], [3.041943, 36.420024], [2.861664, 36.259304], [2.873723, 36.337842], [2.693059, 36.253849], [2.570723, 36.297357], [2.783149, 36.458956], [2.65903, 36.47659], [2.829769, 36.569549], [2.676437, 36.582331], [2.725225, 36.629074], [2.639206, 36.656857], [2.713781, 36.705772], [2.664091, 36.837649], [2.777551, 36.844256], [2.823727, 36.972201], [2.83756, 36.917222], [2.959344, 36.915739], [2.898452, 36.997369], [2.933545, 37.046965], [2.946729, 36.988237], [2.963859, 36.972383], [3.078672, 36.928641], [3.005726, 37.039958], [3.027684, 36.988832], [2.948007, 37.00856], [2.966277, 37.038211], [2.952729, 37.053582], [2.993962, 37.061299], [3.02063, 37.10476], [3.180185, 36.992559], [3.165128, 36.796268], [3.263453, 36.938394], [3.116149, 37.053099], [3.090596, 37.134157], [3.266945, 37.201165], [3.123463, 37.258992], [3.50351, 37.241794], [3.399893, 37.103608], [3.356026, 36.856105], [3.404708, 37.008649], [3.529292, 37.04782], [3.503166, 37.194696], [3.687763, 37.222934], [3.640974, 37.219642], [3.780264, 37.36675], [4.075706, 37.422976], [4.242817, 37.247907], [4.536366, 37.166025], [4.497217, 36.917713], [4.676022, 37.077565], [4.880612, 36.944772], [4.919957, 36.787191], [4.83624, 36.824538], [4.773492, 36.95475], [4.663102, 36.96663], [4.663684, 36.917078], [4.767973, 36.875], [4.780059, 36.753107], [4.84336, 36.815671], [4.916034, 36.765165], [4.874769, 36.652142], [4.738635, 36.662335], [4.784714, 36.477636], [4.720836, 36.366153], [4.460876, 36.425232], [4.706195, 36.334357], [4.50429, 36.271586], [4.741933, 36.12079], [4.70541, 36.02058], [4.750729, 36.049757], [4.830274, 36.007677]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7e1ff3-17a5-4d28-bd12-4b6c1ad7f502", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.027414, 33.776571], [2.955378, 33.715918], [2.955274, 33.715892], [2.815474, 33.681325], [2.962399, 33.824641], [3.027414, 33.776571]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7e1ff3-17a5-4d28-bd12-4b6c1ad7f502", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.348782, 36.863081], [3.341645, 36.865879], [3.341147, 36.868551], [3.348782, 36.863081]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7e1ff3-17a5-4d28-bd12-4b6c1ad7f502", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.338585, 36.873275], [3.33586, 36.875616], [3.336357, 36.877712], [3.338585, 36.873275]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7e1ff3-17a5-4d28-bd12-4b6c1ad7f502", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.327186, 36.908242], [3.319883, 36.913886], [3.317027, 36.931834], [3.327186, 36.908242]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7e1ff3-17a5-4d28-bd12-4b6c1ad7f502", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.321996, 36.937117], [3.317975, 36.932848], [3.323873, 36.945747], [3.321996, 36.937117]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7e1ff3-17a5-4d28-bd12-4b6c1ad7f502", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.373635, 36.994461], [3.373646, 36.999487], [3.373664, 37.003035], [3.373635, 36.994461]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7e1ff3-17a5-4d28-bd12-4b6c1ad7f502", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.343458, 36.973735], [3.33591, 36.972678], [3.338363, 36.974365], [3.343458, 36.973735]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7e1ff3-17a5-4d28-bd12-4b6c1ad7f502", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.358613, 36.982544], [3.373183, 36.989173], [3.371906, 36.98689], [3.358613, 36.982544]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8c7e1ff3-17a5-4d28-bd12-4b6c1ad7f502", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[15.813908, 43.134193], [15.831226, 43.050817], [15.747389, 43.059517], [15.735892, 43.174155], [15.813908, 43.134193]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d93dbcb6-84b1-4828-902e-e41a4e21dac2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[14.416862, 42.398843], [14.557911, 42.383477], [14.488249, 42.387854], [14.526913, 42.275237], [14.618792, 42.381612], [14.501378, 42.480326], [14.70417, 42.412874], [14.599104, 42.316206], [14.69175, 42.358007], [14.912676, 42.286638], [14.837505, 42.259335], [14.933002, 42.22185], [15.005277, 42.062639], [14.568731, 41.861011], [14.591757, 41.93559], [14.42306, 41.941034], [14.505183, 41.897124], [14.46025, 41.88003], [14.257455, 42.029515], [14.049263, 42.084], [14.12407, 42.099448], [13.990224, 42.110885], [14.040593, 42.123121], [14.040486, 42.14476], [14.020805, 42.159209], [14.059108, 42.190721], [14.108089, 42.165767], [14.162025, 42.18792], [14.258255, 42.335912], [14.346414, 42.364492], [14.309583, 42.391653], [14.416862, 42.398843]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-061b59b9-4d66-42e4-80a9-336a7aa2e4ae", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.5068, 37.990722], [4.56282, 37.890187], [4.359345, 37.880465], [4.255287, 38.020921], [4.334279, 38.093695], [4.5068, 37.990722]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-72add4ab-1df6-40ce-9bc3-3c1c495a86a0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.58166, 35.724629], [-77.606998, 35.643347], [-77.668957, 35.76337], [-77.549353, 35.779396], [-77.419439, 35.691625], [-77.58166, 35.724629]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-719491ab-fe46-4a7e-a3a0-f425b931585b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.336682, 35.709365], [-77.390809, 35.658226], [-77.424974, 35.744029], [-77.344241, 35.79478], [-77.336682, 35.709365]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-8e9900ab-1efb-41d7-994a-4be80826ac34", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.350387, 38.264421], [4.457249, 38.164168], [4.359252, 38.17618], [4.312649, 38.238408], [4.22268, 38.264861], [4.250376, 38.297948], [4.350387, 38.264421]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8535603a-7863-4cfb-8722-fb61105217fa", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.622673, 38.070662], [3.701783, 37.967782], [3.822989, 37.880075], [3.820884, 37.821438], [3.679481, 37.707279], [3.694146, 37.786603], [3.602657, 37.83154], [3.622355, 37.900093], [3.507696, 37.750521], [3.461169, 37.913485], [3.516297, 37.978165], [3.56212, 37.917508], [3.622673, 38.070662]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a8ae7030-aa31-4316-891f-13d078259506", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.723209, 34.137908], [-5.81188, 34.101692], [-5.849938, 34.166077], [-5.723209, 34.137908]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3e77f4fa-26f2-49a0-b2ed-97309acbfeca", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.603469, 34.20651], [-5.720439, 34.124429], [-5.701166, 34.210858], [-5.603469, 34.20651]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d42f98a9-02e2-4819-ba6a-c918be28740a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-60.986513, 23.069426], [-61.011218, 23.088173], [-60.979922, 23.237989], [-61.128684, 23.414188], [-61.015682, 23.24739], [-61.017471, 23.127834], [-61.037779, 23.108342], [-61.045813, 23.114446], [-61.03321, 23.155068], [-61.10681, 23.200267], [-61.127418, 23.290713], [-61.147993, 23.213784], [-61.06391, 23.147485], [-61.063676, 23.128022], [-61.241337, 23.263418], [-61.226414, 23.303436], [-61.288432, 23.299423], [-61.313714, 23.318772], [-61.338484, 23.36205], [-61.250561, 23.45494], [-61.374969, 23.409369], [-61.264789, 23.506924], [-61.407913, 23.498712], [-61.268891, 23.551271], [-61.378355, 23.596664], [-61.192235, 23.712182], [-60.896118, 23.51082], [-60.784476, 23.134454], [-60.833627, 23.037089], [-60.917123, 23.060065], [-60.89901, 23.191819], [-60.950447, 23.225814], [-60.922401, 23.092982], [-60.986513, 23.069426]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-39ec885d-6dbe-47d2-9e8c-2b4b92aea7ba", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.370913, 31.650755], [-17.432986, 31.36494], [-17.408387, 31.663224], [-17.370913, 31.650755]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-26407cd6-0f6f-44be-8710-1027dd99b2dd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.455341, 34.797971], [-76.489131, 34.811276], [-76.457303, 34.827389], [-76.455341, 34.797971]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-8a0d7a02-9870-48b4-a241-a1d0c097fe6a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.459391, 34.859024], [-76.482309, 34.859406], [-76.460019, 34.868594], [-76.459391, 34.859024]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-8a0d7a02-9870-48b4-a241-a1d0c097fe6a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.461406, 34.889875], [-76.530278, 34.836756], [-76.646618, 35.040355], [-76.47466, 35.101726], [-76.461406, 34.889875]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-8a0d7a02-9870-48b4-a241-a1d0c097fe6a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.478007, 35.157943], [-76.489213, 35.166624], [-76.479774, 35.188132], [-76.478007, 35.157943]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-8a0d7a02-9870-48b4-a241-a1d0c097fe6a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[14.405823, 42.630362], [14.359716, 42.592083], [14.293653, 42.720012], [14.191092, 42.755942], [14.310263, 42.745915], [14.405823, 42.630362]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6de07057-6437-4876-9eaf-42a1a223a3dc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.767601, 38.365208], [3.807633, 37.980405], [3.705026, 37.985483], [3.66827, 38.038376], [3.672764, 38.09287], [3.775351, 38.174506], [3.677922, 38.131785], [3.673756, 38.192973], [3.767601, 38.365208]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-173f7aa8-0e4f-49a5-b017-1d4b59aee8fa", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[15.7325, 43.159136], [15.615811, 42.920002], [15.662683, 42.833055], [15.945655, 42.786018], [15.76542, 42.54691], [15.904163, 42.550733], [15.869486, 42.505742], [15.984919, 42.446994], [15.931071, 42.380793], [15.563587, 42.347528], [15.72779, 42.383803], [15.607923, 42.404071], [15.653027, 42.450948], [15.52959, 42.484372], [15.225326, 42.338205], [15.22472, 42.385232], [15.067349, 42.400911], [15.100018, 42.439325], [15.025057, 42.407025], [15.069891, 42.483589], [14.890726, 42.5458], [14.880092, 42.627116], [14.68051, 42.626822], [14.79361, 42.679946], [14.592512, 42.668594], [14.847723, 42.780039], [14.886429, 42.853538], [14.823931, 42.90371], [14.909393, 42.979792], [14.659367, 43.008388], [14.987752, 43.141924], [14.969094, 43.058048], [15.079402, 43.000543], [15.029756, 42.92974], [15.160052, 42.949741], [15.105504, 42.892451], [15.246769, 42.896485], [15.203473, 43.094004], [15.12402, 43.157215], [15.201047, 43.162866], [15.2191, 43.1184], [15.357125, 43.033126], [15.306143, 43.013177], [15.333746, 42.922842], [15.342594, 42.990315], [15.430721, 42.968513], [15.396963, 43.044442], [15.194467, 43.185857], [15.041228, 43.153839], [15.15213, 43.373381], [15.292593, 43.432308], [15.490423, 43.456259], [15.504699, 43.329322], [15.7325, 43.159136]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0455ae7f-d2f1-4353-adfb-318856dc319a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.330099, 35.970026], [-77.30179, 35.887625], [-77.409296, 35.959975], [-77.563549, 35.876098], [-77.66825, 35.910096], [-77.530078, 36.028261], [-77.400011, 35.992748], [-77.455845, 36.074411], [-77.312134, 36.051225], [-77.234529, 36.006869], [-77.330099, 35.970026]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-52cd9c80-c1a4-43a5-ba65-465ead525d3d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-82.023381, 36.965924], [-82.13637, 36.966202], [-82.003792, 36.906697], [-82.076974, 36.875921], [-82.021676, 36.710101], [-82.091229, 36.772406], [-82.048952, 36.712261], [-82.144369, 36.690114], [-82.071035, 36.701091], [-82.069076, 36.626276], [-82.14629, 36.541892], [-82.19557, 36.557008], [-82.17658, 36.516521], [-82.229793, 36.507855], [-82.351899, 36.329769], [-82.421751, 36.356594], [-82.475305, 36.207194], [-82.557638, 36.232128], [-82.505126, 36.175307], [-82.644178, 36.08361], [-82.593532, 36.157073], [-82.673044, 36.09307], [-82.713573, 36.131031], [-82.726699, 36.034598], [-82.811926, 36.061089], [-82.792359, 35.986903], [-82.843448, 36.015626], [-82.815671, 35.968708], [-82.954475, 35.964781], [-82.865234, 35.941696], [-83.03785, 35.846003], [-82.98065, 35.90197], [-83.026465, 35.955334], [-82.966531, 35.967475], [-83.013657, 35.978358], [-82.886379, 36.045992], [-82.990659, 36.04039], [-82.950384, 36.107679], [-82.866472, 36.125106], [-82.921861, 36.135974], [-82.859809, 36.163834], [-82.857265, 36.250271], [-82.761533, 36.227375], [-82.549551, 36.290715], [-82.736219, 36.266641], [-82.636455, 36.339584], [-82.819951, 36.317891], [-82.755945, 36.377728], [-82.615746, 36.366971], [-82.779702, 36.422507], [-82.567689, 36.413907], [-82.699451, 36.446519], [-82.598852, 36.455471], [-82.611933, 36.50754], [-82.725743, 36.509537], [-82.653805, 36.612555], [-82.62166, 36.573648], [-82.677259, 36.565055], [-82.518328, 36.529274], [-82.606366, 36.662104], [-82.527997, 36.580175], [-82.527656, 36.645419], [-82.476861, 36.615445], [-82.474214, 36.631349], [-82.454436, 36.620391], [-82.468564, 36.639798], [-82.448689, 36.639307], [-82.448818, 36.562621], [-82.430096, 36.636259], [-82.461737, 36.646936], [-82.483289, 36.696268], [-82.461936, 36.756178], [-82.339391, 36.747396], [-82.417168, 36.788631], [-82.284099, 36.830322], [-82.396199, 36.903329], [-82.336247, 37.037677], [-82.244912, 36.953061], [-82.269967, 37.039092], [-82.022407, 37.050914], [-82.023381, 36.965924]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-1ac15b2b-fb51-41f2-8e45-2a522f108dc7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.977053, 34.371323], [-5.987912, 34.304683], [-5.901653, 34.335371], [-5.898093, 34.260086], [-5.827302, 34.247689], [-6.025037, 34.235337], [-5.977053, 34.371323]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a202487a-819e-4742-a959-f5a73854af2d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.902883, 47.036036], [-17.944316, 47.013633], [-17.884035, 47.114853], [-17.902883, 47.036036]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c1b11690-f79f-48ff-9067-bc1d33d8729e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.161798, 36.186122], [-77.208064, 36.125935], [-77.073408, 36.149093], [-77.049203, 36.050017], [-77.103033, 35.986592], [-77.057989, 35.985194], [-77.162211, 35.94748], [-77.088226, 35.845095], [-77.147082, 35.737499], [-77.052919, 35.811565], [-76.964977, 35.733277], [-76.909212, 35.421359], [-77.016815, 35.438743], [-76.96497, 35.330338], [-76.898944, 35.368505], [-76.909116, 35.21956], [-76.836423, 35.130939], [-77.031509, 35.366757], [-77.040092, 35.288975], [-77.270755, 35.156893], [-77.05695, 35.257536], [-76.982775, 35.228945], [-76.93876, 35.132858], [-77.065213, 35.160159], [-77.117604, 35.058197], [-77.058918, 35.147891], [-77.039616, 35.044122], [-76.996981, 35.121785], [-76.936233, 35.105121], [-76.894353, 34.944465], [-77.140358, 35.007042], [-77.038787, 34.94922], [-77.130634, 34.86505], [-77.02234, 34.949054], [-76.997882, 34.85586], [-76.838891, 34.914964], [-76.871473, 34.820175], [-76.969351, 34.799865], [-76.915189, 34.764999], [-77.000924, 34.816403], [-77.001213, 34.723108], [-77.129226, 34.789297], [-77.112399, 34.715865], [-77.172356, 34.718862], [-77.075863, 34.691861], [-77.136468, 34.637823], [-76.93402, 34.699025], [-77.028354, 34.639613], [-76.959182, 34.625958], [-77.01056, 34.611981], [-76.989863, 34.570688], [-77.081624, 34.599082], [-77.015278, 34.502646], [-77.103074, 34.515226], [-77.0312, 34.463195], [-77.115815, 34.386216], [-77.212017, 34.418855], [-77.219955, 34.506173], [-77.289279, 34.471056], [-77.202058, 34.536208], [-77.276334, 34.556774], [-77.219508, 34.579796], [-77.255533, 34.686341], [-77.168652, 34.831663], [-77.277154, 34.675559], [-77.337822, 34.709102], [-77.279552, 34.775538], [-77.370133, 34.760257], [-77.188698, 34.901099], [-77.340761, 34.864446], [-77.253469, 34.951385], [-77.256688, 35.054841], [-77.185964, 35.043169], [-77.240401, 35.070127], [-77.298601, 35.042155], [-77.283177, 34.962463], [-77.32924, 34.943139], [-77.38874, 35.010589], [-77.362227, 35.105089], [-77.519876, 35.079323], [-77.419488, 35.124544], [-77.622211, 35.20412], [-77.615529, 35.270378], [-77.552129, 35.285089], [-77.35166, 35.178015], [-77.474386, 35.345945], [-77.394888, 35.407334], [-77.319729, 35.309579], [-77.400461, 35.418476], [-77.262843, 35.443662], [-77.495367, 35.476071], [-77.554911, 35.554411], [-77.495089, 35.647049], [-77.386763, 35.636341], [-77.261052, 35.726499], [-77.330667, 35.784959], [-77.260537, 35.815821], [-77.295363, 35.855086], [-77.221414, 36.01114], [-77.422639, 36.14719], [-77.333404, 36.272926], [-77.161798, 36.186122]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-ac3fc07d-2b23-4dce-aec9-fef84835410a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.529176, 35.755015], [-76.525881, 35.729884], [-76.589956, 35.770256], [-76.57447, 35.667309], [-76.679128, 35.567068], [-76.796013, 35.653497], [-76.711978, 35.699746], [-76.77982, 35.721869], [-76.699054, 35.846817], [-76.771096, 35.754296], [-76.784891, 35.861072], [-76.806925, 35.775683], [-76.882337, 35.77933], [-76.878885, 35.869484], [-76.843566, 35.853667], [-76.833156, 35.948505], [-76.582405, 35.988938], [-76.604684, 35.908697], [-76.618603, 35.907915], [-76.642561, 35.87461], [-76.721378, 35.870122], [-76.663829, 35.853897], [-76.612312, 35.878108], [-76.529176, 35.755015]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-50550707-90e0-41db-9c9c-e62515904f3b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-62.04295, 23.836393], [-62.079363, 23.861118], [-62.036273, 23.841986], [-62.04295, 23.836393]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9440a8ce-d62b-4091-8600-ae51c1f0afc5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.316266, 34.518842], [-6.269047, 34.485532], [-6.334367, 34.456285], [-6.24788, 34.449296], [-6.408376, 34.45435], [-6.334752, 34.424126], [-6.390154, 34.422165], [-6.520423, 34.459785], [-6.490328, 34.470655], [-6.316266, 34.518842]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ea928da2-7d2b-4436-9f07-d0afb8d19ee2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.569396, 36.071966], [-76.5643, 36.030693], [-76.669409, 36.038522], [-76.577447, 36.094143], [-76.569396, 36.071966]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-a3e363cb-7e7b-4118-9f53-554b6c0efc12", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.279824, 32.047345], [-17.227894, 31.79228], [-17.382536, 31.691894], [-17.33292, 31.89329], [-17.363337, 31.870307], [-17.377312, 31.946976], [-17.279824, 32.047345]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6c12da36-62d6-4bfe-8ecb-db7462938bc5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.820937, 31.82018], [-17.869365, 31.777208], [-17.843584, 31.952074], [-17.805133, 31.974537], [-17.832018, 31.94592], [-17.808986, 31.944131], [-17.820937, 31.82018]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9e994210-560c-43d5-a6b9-b123e67cb096", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.818821, 61.295868], [-3.482584, 61.036944], [-3.772176, 61.257987], [-3.818821, 61.295868]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "", "DESCR": "", "PLATE_ID": 311, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 800.0, "FEATURE_ID": "GPlates-e0f1abc8-3946-483d-9fdb-3ed3cac0f172", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.772235, 35.988189], [-76.930129, 35.994833], [-77.001601, 36.130718], [-76.83692, 36.208561], [-76.687608, 36.118162], [-76.772235, 35.988189]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-10b809af-d210-4e9e-8468-03449ecffaf7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-61.839959, 23.699103], [-61.981316, 23.79461], [-62.080605, 23.936138], [-61.879936, 23.862239], [-61.802691, 23.889818], [-61.693227, 23.785648], [-61.782416, 23.782706], [-61.732408, 23.671862], [-61.839959, 23.699103]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c41d6b92-39cc-4529-845a-d306002b3e84", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.535153, 35.800902], [-76.583005, 35.877746], [-76.555581, 35.960868], [-76.535153, 35.800902]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-b443ce55-b615-48f1-8c37-1465e744ba79", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.447109, 34.643433], [-6.128663, 34.617184], [-6.442867, 34.545115], [-6.312559, 34.603353], [-6.460296, 34.579403], [-6.447109, 34.643433]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1a108052-909d-44ca-9eeb-d4bcc7897ec5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.897596, 38.464534], [2.840175, 38.329804], [2.75019, 38.365407], [2.897596, 38.464534]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8b9da198-1d19-4bd6-a9a1-cf5efb9ddc03", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-91.688973, 46.310324], [-91.834257, 46.481349], [-91.727114, 46.469211], [-91.688973, 46.310324]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-4b4e9b36-7e31-46ec-b8d4-de484e692b2d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-72.206019, 40.956924], [-72.346611, 40.991887], [-72.321406, 41.09076], [-72.206019, 40.956924]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 123, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-9a869a79-56b1-47a4-9282-e6628182cccb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.454194, 38.400682], [3.58208, 38.642952], [3.643669, 38.63111], [3.594751, 38.479309], [3.454194, 38.400682]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b9e0e06e-3995-4b32-a6b2-19cbac1fecca", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.58208, 38.642952], [3.454194, 38.400682], [3.306657, 38.318427], [3.247669, 38.382036], [3.456453, 38.511222], [3.321014, 38.438435], [3.383893, 38.602739], [3.221413, 38.518349], [3.297558, 38.563699], [3.147077, 38.553304], [3.113557, 38.619303], [3.210435, 38.633484], [3.163519, 38.663373], [3.214641, 38.714348], [3.58208, 38.642952]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7e546121-7b49-40ec-a06d-9c9bce73b60a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.448103, 32.019928], [-17.43706, 31.884358], [-17.391427, 31.905264], [-17.43748, 31.869706], [-17.490322, 31.453819], [-17.447462, 31.979057], [-17.523173, 31.888496], [-17.495929, 31.697448], [-17.54633, 31.412636], [-17.538408, 31.812416], [-17.680194, 31.403542], [-17.772738, 31.434014], [-17.854538, 31.295902], [-17.72246, 31.638055], [-17.762782, 31.664413], [-17.915603, 31.332067], [-17.951274, 31.33735], [-17.910763, 31.428777], [-17.948066, 31.353031], [-17.930828, 31.419467], [-18.033066, 31.376929], [-17.802186, 31.811495], [-17.793681, 31.966546], [-17.808513, 32.03583], [-17.827116, 32.042242], [-17.813584, 32.057244], [-17.815276, 32.092579], [-17.762956, 31.981895], [-17.834996, 31.60881], [-17.708352, 31.756839], [-17.702247, 32.181019], [-17.688456, 32.10411], [-17.448103, 32.019928]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fc2ff5dd-f029-44c3-82d7-3488e0353a07", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-19.965756, 47.793083], [-19.997882, 47.724771], [-20.066611, 47.723948], [-19.965756, 47.793083]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7b0f26a8-6846-40d2-82e9-f8dd8399e51a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-62.23862, 24.083809], [-62.184548, 24.089971], [-62.123055, 24.121191], [-62.178711, 24.0271], [-62.190981, 24.075292], [-62.239457, 24.028564], [-62.23862, 24.083809]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d79cbbb0-0d60-47df-941b-6208950d1ed7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[19.783562, 75.793039], [20.329732, 75.711868], [19.593956, 75.550167], [19.094629, 75.548429], [18.9036, 75.597723], [19.134274, 75.664344], [19.424628, 75.679186], [19.533755, 75.704114], [19.633222, 75.702634], [19.688229, 75.710624], [19.783562, 75.793039]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-90fd391f-b2f0-4d20-b46c-8548daa6b713", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.972776, 38.544083], [2.890981, 38.498304], [2.974346, 38.660307], [2.972776, 38.544083]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7571ed4d-e2e5-45d2-8b68-7a61be17529e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.861579, 32.213234], [-17.90497, 32.141051], [-17.934384, 32.295429], [-17.861579, 32.213234]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-787348bf-ce44-491f-a692-bebab1fc13d9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-62.234406, 23.966732], [-62.448388, 24.113394], [-62.297248, 24.036825], [-62.206144, 23.990799], [-62.234406, 23.966732]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-aa5aaab4-a813-45bf-a245-68bcd662c1db", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-76.618736, 36.491172], [-76.590641, 36.247887], [-76.839723, 36.265063], [-76.781227, 36.374185], [-76.707293, 36.331815], [-76.753038, 36.380624], [-76.712662, 36.542749], [-76.621006, 36.499046], [-76.618736, 36.491172]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-9e6560c6-897f-4979-94b9-4c7d6eb8d656", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-18.117086, 32.334109], [-18.146527, 32.222672], [-18.200584, 32.276644], [-18.182984, 32.353941], [-18.117086, 32.334109]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-96902d0f-d592-4bdd-ad50-09d66f6642df", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-18.135712, 32.432897], [-18.06382, 32.285772], [-18.126754, 32.381534], [-18.191918, 32.374875], [-18.135712, 32.432897]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a97bd59a-a1af-4ba5-b304-66357fbb8093", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-77.327226, 36.840681], [-77.318277, 36.705238], [-77.463344, 36.634207], [-77.412593, 36.61384], [-77.261913, 36.740607], [-77.197461, 36.682861], [-77.277408, 36.599852], [-77.26488, 36.514942], [-77.406847, 36.583381], [-77.379893, 36.514153], [-77.488266, 36.493727], [-77.434645, 36.392883], [-77.505628, 36.417429], [-77.489365, 36.290141], [-77.537743, 36.259225], [-77.55982, 36.366333], [-77.621274, 36.26416], [-77.568101, 36.211203], [-77.638261, 36.20458], [-77.693502, 36.100349], [-77.72863, 36.141507], [-77.637973, 36.335553], [-77.692748, 36.263229], [-77.708148, 36.301318], [-77.731681, 36.214604], [-77.795229, 36.239923], [-77.750653, 36.185775], [-77.839768, 36.063493], [-77.868276, 36.148757], [-77.806764, 36.323548], [-77.69703, 36.37147], [-77.797334, 36.367634], [-77.768225, 36.415823], [-77.651658, 36.485311], [-77.685826, 36.409452], [-77.625559, 36.437373], [-77.620684, 36.358671], [-77.572132, 36.495305], [-77.528997, 36.498422], [-77.681545, 36.612661], [-77.483298, 36.641416], [-77.616846, 36.666065], [-77.548829, 36.699015], [-77.641683, 36.730637], [-77.599973, 36.893352], [-77.543584, 36.815702], [-77.496412, 36.930357], [-77.402422, 36.828693], [-77.444674, 36.946048], [-77.327226, 36.840681]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Accreted Terrane", "DESCR": "", "PLATE_ID": 128, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-c9a15c65-4e0f-40ef-85b7-6a05e2bcc4f5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.451828, 46.580367], [6.37035, 46.490334], [6.2912, 46.503496], [6.364667, 46.530595], [6.277458, 46.521778], [6.253535, 46.570387], [6.35319, 46.618725], [6.408865, 46.635358], [6.419321, 46.593934], [6.451828, 46.580367]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-314d94b1-0d40-445d-91b0-8c943cf4099c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.244069, 38.699515], [2.144938, 38.631487], [2.176998, 38.719874], [2.244069, 38.699515]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-85748491-d05f-4ef8-9283-5203d9ad0e8d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.379882, 34.863767], [-6.342972, 34.724582], [-6.498403, 34.776294], [-6.57654, 34.723396], [-6.538224, 34.797823], [-6.570618, 34.793789], [-6.568959, 34.871245], [-6.603853, 34.919883], [-6.557091, 34.973508], [-6.579451, 35.015443], [-6.52914, 35.022343], [-6.448776, 35.037625], [-6.50364, 34.871556], [-6.379882, 34.863767]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0c87a7c3-7660-4574-8a21-528cf5ef037d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.940311, 38.99565], [2.941503, 38.925025], [2.802026, 38.945157], [2.853251, 39.021291], [2.940311, 38.99565]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-29cca792-5ad5-4fa1-b25f-d33954741bcf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[13.383258, 44.812093], [13.342384, 44.704119], [13.201552, 44.765221], [13.316811, 44.861874], [13.383258, 44.812093]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-13108def-01ab-4891-96a4-0f0d607d91b8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[13.582982, 44.044752], [13.5713, 43.913173], [13.427539, 43.923837], [13.582982, 44.044752]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cf361735-76c0-4b51-a0a0-755fc748f450", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-82.388834, 37.041954], [-82.542707, 36.820627], [-82.646968, 36.797234], [-82.75536, 36.877068], [-82.663495, 36.934259], [-82.532587, 36.936319], [-82.576037, 36.979365], [-82.479012, 37.023131], [-82.542944, 37.03316], [-82.433886, 37.092012], [-82.388834, 37.041954]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-356321af-e239-44b3-8de6-368b7b989f76", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.516589, 45.459129], [17.76393, 44.795274], [17.469118, 45.055994], [17.339736, 45.409379], [17.389516, 45.452163], [17.188882, 45.862589], [17.242403, 45.940385], [17.363699, 45.804784], [17.368322, 45.637761], [17.516589, 45.459129]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7d256bfc-f1e5-4300-ac21-4e00c26f5a3a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.850814, 35.386907], [-6.775857, 35.349375], [-6.878666, 35.322755], [-6.850814, 35.386907]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6eaa5164-8266-410d-97ad-cc5958915a00", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-81.914184, 36.713035], [-82.023183, 36.635186], [-81.997483, 36.783102], [-81.936296, 36.752245], [-81.914184, 36.713035]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-0d920b1b-8191-472b-8319-949302cc456a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.029548, 39.08711], [2.135018, 39.062959], [1.999582, 39.059103], [2.175522, 39.032996], [2.104536, 38.936733], [2.219975, 38.899777], [2.161415, 38.859519], [2.270811, 38.838137], [2.158959, 38.813869], [2.046226, 38.913219], [1.979935, 39.053343], [2.029548, 39.08711]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5c6ba1e7-d6a2-4fff-94b1-8b97af30007a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[1.970541, 39.165792], [2.10237, 39.13285], [1.982726, 39.092396], [1.970541, 39.165792]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-20b3150f-01b8-464a-917d-389a05ed1494", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.888348, 39.373104], [2.855561, 39.331782], [2.784687, 39.429106], [2.826868, 39.462509], [2.888348, 39.373104]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-66863a1d-d42c-4091-bc95-a576a3f55d37", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.960684, 35.423055], [-6.808273, 35.440557], [-7.022204, 35.410901], [-6.932753, 35.546568], [-6.870176, 35.493173], [-6.960684, 35.423055]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1c3dfab6-7fca-41fd-b3cf-7cd52d18b004", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.998572, 40.715137], [-10.745268, 40.570381], [-10.990496, 40.635037], [-11.151297, 40.802958], [-11.067021, 40.862069], [-10.973372, 40.742734], [-10.998572, 40.715137]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eb772b61-703a-488a-8263-378dd8ed003c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[1.96612, 39.380032], [2.06095, 39.364664], [1.968585, 39.329368], [2.063281, 39.314869], [2.007061, 39.246965], [2.083694, 39.231503], [1.782661, 39.215224], [1.96612, 39.380032]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-82c9cb5f-916c-4635-b381-1b349a819e0d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-26.048076, 49.077019], [-25.956616, 48.932027], [-26.175101, 49.036433], [-26.048076, 49.077019]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Canadian Arctic Islands", "DESCR": "", "PLATE_ID": 106, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ad935b9b-2286-45c9-8497-1829822c4e59", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-6.992796, 35.785691], [-6.98073, 35.706188], [-7.137807, 35.7139], [-7.071939, 35.813151], [-6.992796, 35.785691]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9545d5ac-541d-4572-ac07-a918569aed80", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.72655, 46.942151], [17.823799, 46.910673], [17.911975, 47.027128], [18.055368, 46.9767], [17.991119, 46.906769], [18.045489, 46.852809], [17.943355, 46.818681], [18.160818, 46.593024], [18.30888, 46.608316], [18.246509, 46.427566], [18.336976, 46.381129], [18.22834, 46.205442], [18.285832, 46.216093], [18.251968, 46.129568], [18.356567, 46.092357], [18.253673, 45.933771], [18.195666, 46.142498], [18.161541, 46.077324], [18.120438, 46.140935], [17.92815, 46.202111], [17.880349, 46.33906], [17.692806, 46.424949], [17.665301, 46.77954], [17.72655, 46.942151]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1146df94-0bfc-4abd-b6e9-a05092236a67", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-88.614012, 45.251544], [-88.68745, 45.265244], [-88.679957, 45.310019], [-88.608306, 45.294919], [-88.614012, 45.251544]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-b476ad63-2802-4f2b-9cdd-24c4b07aeb1a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.995447, 47.075355], [18.049067, 47.002909], [17.943415, 47.025076], [17.962553, 47.136065], [18.089466, 47.165838], [17.995447, 47.075355]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e93b96f0-1613-4aad-b8e2-3e59ca41ddeb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-89.248075, 45.370887], [-89.920231, 45.49995], [-89.942104, 45.607926], [-89.60445, 45.632043], [-89.25568, 45.499794], [-89.220125, 45.381711], [-89.248075, 45.370887]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-fa622248-19fe-49fc-98ab-01a269527eb2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-88.828814, 45.291706], [-89.101751, 45.343135], [-89.101153, 45.372663], [-88.975769, 45.442122], [-88.772569, 45.328735], [-88.828814, 45.291706]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-fa622248-19fe-49fc-98ab-01a269527eb2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[21.680653, 59.024677], [21.938038, 58.969792], [21.620339, 58.937573], [21.680653, 59.024677]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8e439bbd-1ac1-462a-935b-16537673cbf7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-88.352065, 45.202944], [-88.443584, 45.219876], [-88.473738, 45.318295], [-88.324379, 45.302821], [-88.34653, 45.223684], [-88.352065, 45.202944]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-613e0c82-71e5-4fc4-8558-72eab07b3471", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[13.121719, 44.820903], [13.165437, 44.780324], [13.074494, 44.808059], [13.078298, 44.897165], [13.146691, 44.980253], [13.114934, 45.035297], [13.241967, 45.025472], [13.331736, 44.929813], [13.121719, 44.820903]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1eeabc1f-8a9f-4e0d-b6df-06fc71287f14", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-81.460859, 37.648819], [-81.455197, 37.464659], [-81.621408, 37.43913], [-81.691008, 37.516347], [-81.684681, 37.415266], [-81.767585, 37.469034], [-81.740507, 37.393782], [-81.445653, 37.410246], [-81.362916, 37.148838], [-81.441121, 37.082922], [-81.524191, 37.083517], [-81.539979, 37.032626], [-81.559455, 37.214015], [-81.58084, 37.010712], [-81.66366, 37.041996], [-81.791225, 37.528401], [-81.798398, 37.131282], [-81.86858, 37.177132], [-81.622083, 36.97847], [-81.85006, 36.76259], [-81.856135, 36.868635], [-81.879845, 36.762593], [-81.975115, 36.854698], [-81.989138, 37.358565], [-82.025406, 37.250477], [-82.099002, 37.273672], [-82.051158, 37.139272], [-82.143095, 37.153121], [-82.092401, 37.108644], [-82.152238, 37.057561], [-82.298168, 37.041525], [-82.364853, 37.124543], [-82.321543, 37.284809], [-82.299906, 37.146637], [-82.278543, 37.286319], [-82.208392, 37.271595], [-82.277709, 37.307415], [-82.258124, 37.365744], [-82.186475, 37.347367], [-82.254462, 37.467065], [-82.164274, 37.434325], [-82.124625, 37.536246], [-82.181542, 37.636785], [-82.053731, 37.67179], [-82.047142, 37.61372], [-82.045187, 37.677593], [-82.026068, 37.701081], [-81.975, 37.71652], [-82.007806, 37.534505], [-82.000919, 37.473107], [-81.930458, 37.796081], [-81.843011, 37.815717], [-81.84435, 37.743827], [-81.763885, 37.85192], [-81.726588, 37.822079], [-81.773596, 37.743117], [-81.823811, 37.713724], [-81.815128, 37.643723], [-81.807838, 37.709996], [-81.742106, 37.76162], [-81.680069, 37.756536], [-81.683013, 37.772122], [-81.650844, 37.662177], [-81.460859, 37.648819]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-0a81c7f9-e48e-4fae-8fff-021a80150884", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-63.797624, 25.050388], [-63.799032, 25.051318], [-63.793653, 25.060294], [-63.797624, 25.050388]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America", "DESCR": "", "PLATE_ID": 127, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1a06ae19-e4ae-41b7-88dd-7c7811e4b290", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-7.961128, 43.227411], [-7.735475, 43.2021], [-7.826154, 43.056819], [-7.75189, 42.868791], [-7.856605, 42.825868], [-8.004184, 42.998352], [-7.901763, 43.195955], [-8.054443, 43.122569], [-7.961128, 43.227411]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5f1503a2-ba28-4bbd-95f3-8d240be7869e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.822545, 35.371063], [-10.917106, 35.282138], [-10.885396, 35.374164], [-10.822545, 35.371063]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-76519395-7cdd-40ea-b867-c454bf3c02dd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-81.998224, 36.512649], [-82.025971, 36.493285], [-82.004837, 36.52425], [-81.998224, 36.512649]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-2a0fe100-6cdb-4847-8f5e-a608cf50122e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-81.664945, 36.743866], [-81.65356, 36.774612], [-81.335957, 37.063354], [-81.632471, 36.76626], [-81.664945, 36.743866]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-2a0fe100-6cdb-4847-8f5e-a608cf50122e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-82.196952, 36.373574], [-82.204451, 36.375412], [-82.170765, 36.391951], [-82.196952, 36.373574]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-2a0fe100-6cdb-4847-8f5e-a608cf50122e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-81.199003, 37.198666], [-81.183199, 37.23457], [-81.042234, 37.3521], [-81.199003, 37.198666]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-2a0fe100-6cdb-4847-8f5e-a608cf50122e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[2.140083, 40.026999], [2.197577, 39.966696], [2.096207, 39.87987], [2.1944, 39.941921], [2.266411, 39.846593], [2.143007, 39.802407], [2.246882, 39.800679], [2.150522, 39.710506], [2.057806, 39.781456], [2.111086, 39.844945], [2.041852, 39.824078], [2.042152, 39.753022], [2.16321, 39.67565], [2.073762, 39.638091], [2.151532, 39.607586], [2.070236, 39.583041], [2.065729, 39.465504], [1.92223, 39.508921], [2.057524, 39.656545], [1.828065, 39.664852], [1.91819, 39.765795], [1.790618, 39.738953], [1.735025, 39.784261], [1.775786, 39.862092], [1.72619, 39.903762], [1.822611, 39.911213], [1.793963, 39.890515], [1.907272, 39.835776], [1.805021, 39.95589], [1.96485, 39.918152], [1.830757, 40.020321], [2.043233, 40.332569], [2.197932, 40.206993], [2.137468, 40.049226], [2.276467, 40.100896], [2.140083, 40.026999]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c6c4dd23-345b-44e5-ad4e-2063248d2ec6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[19.663944, 48.869909], [20.041996, 48.875919], [19.924188, 48.833568], [19.960631, 48.701929], [19.874992, 48.67752], [19.943259, 48.61922], [19.837253, 48.522254], [19.90567, 48.480797], [19.657364, 48.333675], [19.809698, 48.128629], [19.785775, 48.01407], [19.685671, 48.048063], [19.671857, 48.254639], [19.29924, 48.246226], [19.296385, 48.377944], [19.099771, 48.408117], [19.191983, 48.471116], [19.333137, 48.432974], [19.272277, 48.568472], [19.376835, 48.544938], [19.29909, 48.61184], [19.442254, 48.749135], [19.663944, 48.869909]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-21e6c69b-905d-426f-87d7-83735f7006b2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-88.173037, 45.169971], [-88.294766, 45.192369], [-88.278368, 45.276579], [-88.194751, 45.277269], [-88.173037, 45.169971]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-15b496de-2e35-4374-bbad-413dac0e9232", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-88.022754, 45.142444], [-88.142063, 45.164286], [-88.116619, 45.264228], [-88.034845, 45.257284], [-88.022754, 45.142444]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-15b496de-2e35-4374-bbad-413dac0e9232", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-87.8814, 45.129714], [-87.961735, 45.131891], [-87.900906, 45.168432], [-87.8814, 45.129714]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-15b496de-2e35-4374-bbad-413dac0e9232", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-87.666456, 45.124008], [-87.881012, 45.129704], [-87.852886, 45.235328], [-87.833796, 45.166077], [-87.679795, 45.159609], [-87.666456, 45.124008]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-15b496de-2e35-4374-bbad-413dac0e9232", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.809979, 37.141032], [-12.043678, 37.001176], [-12.078298, 37.381114], [-11.978794, 37.410709], [-11.784434, 37.314519], [-11.809979, 37.141032]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-29853d73-6106-4ba7-9d68-7a84b4bd9269", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-87.642979, 45.123395], [-87.651603, 45.17322], [-87.496719, 45.119623], [-87.642979, 45.123395]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-47405d4f-e2d4-41df-b848-ef8a80e063f2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.082657, 37.979635], [6.774307, 38.840329], [7.018558, 38.610609], [6.990868, 38.563874], [7.570911, 38.219782], [7.548007, 38.145464], [7.584991, 38.225304], [8.032169, 38.233335], [8.323126, 38.081888], [8.591142, 38.049187], [8.536483, 37.979438], [8.598027, 37.887899], [9.055336, 37.654801], [8.677047, 37.657603], [8.426516, 37.510323], [8.689627, 37.631528], [9.133436, 37.555122], [9.395388, 37.390068], [9.477141, 37.270384], [9.373998, 36.991268], [9.680091, 37.002436], [9.683615, 37.217002], [10.221163, 37.394985], [10.597958, 37.329373], [10.795357, 37.130277], [10.903972, 36.729622], [10.819829, 36.519238], [10.64255, 36.56951], [10.775834, 36.528809], [10.630401, 36.460136], [10.789138, 36.522803], [10.763103, 36.426495], [10.837098, 36.455879], [10.828368, 36.393359], [10.726622, 36.295176], [10.629195, 36.344532], [10.612793, 36.214933], [10.51221, 36.157194], [10.667674, 36.241554], [10.730673, 36.146552], [10.662197, 36.098109], [10.75192, 36.106485], [10.441332, 35.808574], [10.667858, 35.93231], [10.596624, 35.831915], [10.873766, 35.873507], [11.222348, 36.07068], [11.206555, 35.980245], [11.321822, 35.858442], [11.13607, 35.652107], [11.169598, 35.514256], [10.989258, 35.481159], [10.770275, 35.146147], [10.351967, 35.083428], [10.063432, 34.838089], [9.944682, 34.853884], [9.990344, 34.929805], [9.848107, 34.887085], [9.833661, 34.80436], [9.731415, 34.83781], [9.795219, 34.784147], [9.489105, 34.818822], [9.660371, 34.774101], [9.561407, 34.739162], [9.622166, 34.717389], [9.552457, 34.608996], [9.198207, 34.492978], [9.197112, 34.44258], [9.32864, 34.44451], [9.273759, 34.350777], [8.987846, 34.301889], [9.02771, 34.179851], [8.690004, 34.269233], [8.358461, 34.012945], [8.233255, 34.054525], [8.312981, 33.99827], [8.318484, 33.790335], [8.383765, 33.791711], [8.359436, 33.580441], [8.24283, 33.531147], [8.106421, 33.605603], [7.99452, 33.540904], [7.874006, 33.616987], [7.936462, 33.522115], [7.569578, 33.40906], [7.565869, 33.265297], [7.461971, 33.136084], [7.408349, 33.19298], [7.403855, 33.069373], [7.473541, 33.045439], [7.421208, 32.922408], [7.133343, 32.996317], [7.052148, 32.861302], [6.988111, 32.981626], [7.147514, 33.055271], [7.278988, 33.359802], [7.236604, 33.503287], [7.328375, 33.519241], [7.286556, 33.564999], [7.378662, 33.617046], [7.438496, 33.837262], [7.340146, 34.065315], [7.481978, 34.085919], [7.622285, 34.24045], [7.523871, 34.199077], [7.457203, 34.298367], [8.277162, 34.657387], [8.20699, 34.820427], [8.342515, 34.988542], [8.407615, 35.316864], [8.34478, 35.350668], [8.410056, 35.364176], [8.34032, 35.352453], [8.384257, 35.319692], [8.281224, 35.066717], [8.107857, 34.980133], [8.067868, 34.783208], [7.965611, 34.714625], [7.650449, 34.697274], [7.495388, 34.800653], [7.213487, 34.613522], [7.202292, 34.706833], [7.31328, 34.761564], [7.139537, 34.711736], [7.064608, 34.740725], [7.113286, 34.760172], [7.060404, 34.760929], [7.057571, 34.817161], [6.771388, 34.480214], [6.59127, 34.502267], [6.706669, 34.579818], [6.474862, 34.516143], [6.537218, 34.625277], [6.345131, 34.653155], [6.902395, 35.269628], [6.858499, 35.550161], [6.920726, 35.604884], [6.845328, 35.557801], [6.765839, 35.605249], [6.82184, 35.779815], [6.758058, 35.72187], [6.644253, 35.776535], [6.597462, 35.854267], [6.646296, 35.90287], [6.438043, 35.789132], [6.408305, 35.647163], [6.240628, 35.599367], [6.38585, 35.92142], [6.346624, 36.004094], [6.557552, 36.277131], [6.638658, 36.247297], [6.540683, 36.327274], [6.736113, 36.351236], [6.90057, 36.489444], [7.144959, 36.440263], [6.958087, 36.547804], [7.033891, 36.635691], [7.181697, 36.548452], [7.296472, 36.603468], [7.103355, 36.600439], [6.928181, 36.722526], [6.937856, 36.907549], [7.011535, 36.94263], [6.876661, 36.910067], [6.79707, 36.990085], [6.777847, 37.080947], [6.881891, 37.045582], [6.786897, 37.083819], [6.861216, 37.154179], [6.821239, 37.229281], [6.77656, 37.196067], [6.807549, 37.314898], [6.722821, 37.353484], [6.749923, 37.406977], [6.676208, 37.28782], [6.583744, 37.35626], [6.610047, 37.163671], [6.525542, 37.179194], [6.444499, 37.326183], [6.424982, 37.230377], [6.305424, 37.289918], [6.275481, 37.3653], [6.037103, 37.431095], [5.984718, 37.813432], [6.139395, 38.007267], [6.082657, 37.979635]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 315, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-28c08830-f8ff-4031-aa2b-dc12152680b5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.128672, 40.201002], [3.908484, 39.277198], [3.759164, 38.984097], [3.737559, 38.973863], [3.75883, 39.125811], [3.592926, 39.089689], [3.746486, 39.111557], [3.58174, 38.682458], [3.292081, 38.73223], [3.566881, 38.886106], [3.110977, 38.739704], [3.374701, 38.917823], [3.283286, 38.917172], [3.370386, 39.020917], [3.203155, 38.972645], [3.197731, 39.103342], [3.405127, 39.166977], [3.196061, 39.146684], [3.199533, 39.225177], [3.413962, 39.299187], [3.185277, 39.278704], [3.221314, 39.404179], [3.337814, 39.406217], [3.235162, 39.416288], [3.264095, 39.473647], [3.095134, 39.368629], [3.199042, 39.559284], [2.988998, 39.420672], [2.853872, 39.600758], [3.080789, 39.6508], [2.832037, 39.663806], [2.885413, 39.754331], [2.772901, 39.761578], [2.704242, 39.86149], [2.776453, 39.89804], [2.888465, 39.829584], [2.789245, 39.968098], [3.082021, 39.99162], [2.936975, 40.042105], [3.184649, 40.007282], [3.029333, 40.064155], [3.039507, 40.101624], [2.792526, 40.141259], [2.894814, 40.167573], [2.879179, 40.262857], [2.726786, 40.329417], [3.022109, 40.392444], [2.792147, 40.454888], [2.778931, 40.514387], [2.873294, 40.514899], [2.795715, 40.566866], [2.864513, 40.565626], [2.74187, 40.58866], [2.728853, 40.736528], [2.853925, 40.755246], [2.913467, 40.689885], [2.874374, 40.769302], [2.987969, 40.75749], [2.997006, 40.641918], [3.011781, 40.797804], [3.116503, 40.813994], [3.164545, 40.705507], [3.185887, 40.825667], [3.743631, 41.112261], [3.686473, 41.14628], [3.719602, 41.170969], [3.923782, 41.241443], [3.93914, 41.102924], [4.018751, 41.087261], [4.044363, 40.985435], [3.76868, 40.372542], [3.704752, 40.372877], [3.77903, 40.364692], [3.809341, 40.302687], [3.532117, 40.262042], [3.815642, 40.257279], [3.953138, 40.371147], [3.935454, 40.169883], [3.749642, 40.079859], [3.720831, 39.946203], [3.935191, 40.14835], [3.934013, 40.033304], [3.764104, 39.858083], [3.930688, 39.93077], [3.945258, 40.055503], [4.128672, 40.201002]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ff6f1329-5acc-415c-ae4f-ad887aa95e81", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[4.770738, 53.876188], [4.719787, 53.76785], [4.589376, 53.77916], [4.608111, 53.823455], [4.770738, 53.876188]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1f31c39d-8134-49fa-ae86-2747fac45bb6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.774307, 38.840329], [6.082657, 37.979635], [5.845473, 37.864482], [5.765052, 37.901022], [5.854587, 37.766464], [5.699494, 37.721136], [5.664379, 37.571452], [5.602228, 37.563769], [5.568098, 37.636237], [5.585462, 37.53943], [5.258869, 37.605329], [5.412354, 37.506877], [5.454259, 37.389604], [5.046383, 37.437342], [5.010975, 37.35331], [5.176673, 37.226897], [5.087693, 37.224757], [4.770235, 37.446187], [4.803177, 37.505855], [4.928291, 37.440539], [4.822717, 37.522824], [4.799589, 37.640916], [4.83404, 38.056291], [4.695646, 38.160941], [4.537905, 38.164133], [4.414697, 38.387767], [4.670193, 38.472617], [4.360511, 38.523239], [4.458339, 38.456558], [4.401855, 38.436569], [4.343925, 38.488687], [4.339792, 38.657212], [4.330225, 38.534291], [4.260373, 38.578059], [4.378306, 38.426712], [4.332888, 38.410794], [4.384699, 38.399965], [4.399097, 38.290427], [4.220234, 38.38879], [4.316592, 38.299186], [4.194957, 38.345375], [4.211749, 38.25536], [4.273934, 38.201233], [4.186034, 38.20112], [4.090857, 38.377208], [4.196127, 38.671667], [4.126646, 38.614642], [4.008241, 38.313362], [4.22945, 38.135518], [4.185099, 38.03595], [4.253656, 37.914857], [4.244413, 37.743042], [4.33514, 37.710976], [4.187873, 37.581116], [4.055463, 37.955489], [4.109877, 38.170282], [4.051323, 38.040311], [3.990297, 38.067181], [3.977042, 38.206865], [3.915535, 38.162394], [3.919488, 38.302565], [3.87855, 38.182441], [3.9226, 38.343568], [3.875044, 38.450388], [3.835683, 38.372142], [3.848507, 38.516979], [3.71235, 38.50606], [3.81012, 38.623051], [3.754582, 38.594862], [3.791208, 38.719526], [3.72334, 38.721344], [3.725907, 38.767185], [3.825756, 38.842979], [3.726913, 38.789581], [3.72129, 38.906705], [3.897206, 39.049612], [3.759164, 38.984097], [3.908484, 39.277198], [4.128672, 40.201002], [4.341698, 40.370968], [4.49931, 40.365283], [5.148105, 40.674908], [5.315349, 40.647474], [5.436971, 40.537539], [5.406277, 40.34218], [5.353894, 40.375889], [5.481746, 40.162715], [5.52948, 39.880799], [5.487966, 39.685351], [5.421365, 39.670677], [5.502876, 39.685944], [5.519126, 39.543828], [5.4567, 39.398756], [5.121104, 39.164815], [5.421248, 39.366271], [5.425855, 39.271892], [5.666138, 39.267425], [5.467561, 39.110045], [5.317043, 38.826059], [4.957407, 38.792022], [5.102106, 38.754276], [5.56431, 38.85504], [5.75411, 39.06298], [6.170165, 39.0733], [6.52963, 38.913191], [6.700183, 38.909922], [6.774307, 38.840329]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 313, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-deae328c-f715-4421-a24b-431419ede078", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-16.008813, 55.673171], [-16.174042, 55.651095], [-16.12907, 55.66627], [-16.008813, 55.673171]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Canadian Arctic Islands", "DESCR": "", "PLATE_ID": 106, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cba42f25-6dab-465c-a923-987f4a4c7bb0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[19.569787, 49.287916], [19.446394, 49.208714], [19.356365, 49.245511], [19.388507, 49.282036], [19.569787, 49.287916]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-3b841b6c-88eb-4188-a9e2-15a4bb1df646", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[19.294743, 49.14763], [19.514885, 49.079792], [19.389612, 49.011282], [19.429339, 48.923397], [19.344413, 48.942958], [19.353494, 48.794219], [19.254217, 48.78469], [19.279077, 48.807271], [19.047159, 48.891976], [18.809413, 48.803722], [19.010597, 48.929929], [18.974845, 49.112446], [19.294743, 49.14763]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bc8a6096-57e7-41b4-874d-84f83d04fbf3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[19.871433, 49.030809], [20.004345, 48.96924], [19.74537, 48.899132], [19.752929, 49.004566], [19.871433, 49.030809]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8b419254-d66c-4326-a9ee-6bf4bef5155d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.906638, 41.477787], [0.873222, 41.343038], [0.870718, 41.39439], [0.78806, 41.438139], [0.869656, 41.53346], [0.906638, 41.477787]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-80f090aa-daed-4cd5-bca1-d163152f51cd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-128.224966, 73.836978], [-128.746972, 73.921439], [-128.102634, 73.896833], [-128.224966, 73.836978]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bf5081ec-6631-4c29-b256-af1c3e9ecf31", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.642018, 41.53806], [3.930814, 41.564962], [3.890426, 41.490332], [3.749404, 41.534306], [3.643232, 41.434133], [3.516434, 41.442414], [3.424765, 41.563482], [3.49007, 41.647528], [3.655358, 41.623458], [3.642018, 41.53806]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cac362bd-f318-45f7-af6a-614b0cbe9cf7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[16.446094, 47.942191], [16.406599, 47.883915], [16.256192, 47.89644], [16.446094, 47.942191]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-826a345e-f79e-4611-b10e-ed54b6e4e37c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[8.982226, 44.196872], [8.894907, 44.125006], [8.933644, 44.214836], [8.982226, 44.196872]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-87422e9e-0461-4c4c-bc86-52cc1d0d3da3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-86.831091, 45.880528], [-86.901322, 45.965099], [-86.746688, 45.937631], [-86.831091, 45.880528]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-9a4ffb9d-1ce9-42fd-8ef7-22ff64b21871", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[16.452079, 48.052272], [16.169938, 47.86425], [16.149181, 47.92798], [16.294946, 47.952251], [16.188525, 48.025756], [16.452079, 48.052272]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-dc490ab0-5f7f-42b2-b167-27f35bbd933d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.94129, 44.452192], [8.209816, 44.375459], [8.184148, 44.319806], [8.155089, 44.377655], [8.09593, 44.365058], [8.197597, 44.21079], [8.093341, 44.281853], [8.083261, 44.375106], [7.994144, 44.347657], [8.011524, 44.419176], [7.94129, 44.452192]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-995ff73e-c3de-4a10-b408-f1ff8f1f25e5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-18.855793, 35.268129], [-18.973772, 35.172175], [-18.918101, 35.287764], [-18.855793, 35.268129]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6bd2ce43-e305-4642-bfbb-053650112a6f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[8.164805, 44.633121], [8.220108, 44.612517], [7.985696, 44.602698], [8.109939, 44.766511], [8.164805, 44.633121]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1a31d2eb-fe1b-4ad2-9006-4a11ae66a223", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.183317, 34.70567], [-0.015335, 34.664614], [-0.075281, 34.592789], [-0.106563, 34.673801], [-0.134755, 34.553082], [-0.177839, 34.654857], [-0.277189, 34.550294], [-0.260677, 34.723973], [-0.183317, 34.70567]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9f8bcfbb-b1af-4a8b-a489-cb9ba13b55e6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[8.235515, 44.482849], [8.11784, 44.423341], [8.017961, 44.487744], [8.050545, 44.504283], [8.005684, 44.490744], [7.95944, 44.585909], [8.122778, 44.574164], [8.235515, 44.482849]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a3dc8c23-8ebc-441d-8382-122390ce944a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.365725, 34.731307], [-0.269664, 34.736352], [-0.321928, 34.621227], [-0.361467, 34.713631], [-0.348133, 34.596405], [-0.46303, 34.582938], [-0.365725, 34.731307]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ac32ed24-9c36-4b5e-85f1-3a291e8e63d5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.114638, 34.861107], [0.20287, 34.844652], [0.11355, 34.762466], [0.094671, 34.855299], [0.038277, 34.734268], [0.014252, 34.872492], [0.114638, 34.861107]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1c5005c3-5416-428a-a555-e2d807df65e7", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.493079, 34.80819], [-0.404918, 34.74318], [-0.453654, 34.661799], [-0.476644, 34.732433], [-0.484367, 34.623195], [-0.519136, 34.770987], [-0.570621, 34.678013], [-0.581276, 34.799757], [-0.493079, 34.80819]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6d310faf-1216-4777-a539-69ad7dff4f1c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.295224, 34.772949], [-0.322469, 34.75974], [-0.47694, 34.837799], [-0.455215, 34.871507], [-0.393834, 34.804304], [-0.295224, 34.772949]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a9fcc28a-2d3c-49c6-b678-65593702ab0e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.665599, 41.373155], [-11.690005, 41.274052], [-11.789844, 41.35779], [-11.763284, 41.418255], [-11.745931, 41.351896], [-11.665599, 41.373155]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eaaf2d8d-be69-4f4e-b15c-20f1789a8edf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.313907, 49.627368], [17.408456, 49.59555], [17.303257, 49.547383], [17.313907, 49.627368]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c006a9bd-e1b0-4828-bf12-8c7cc9fefcb9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.499763, 49.740185], [17.414455, 49.616528], [17.380802, 49.70534], [17.499763, 49.740185]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d185a02f-87bb-45ec-93f7-af3b2976e81c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[16.062685, 49.064722], [16.198125, 48.993158], [16.0989, 49.005601], [16.174577, 48.96257], [16.140106, 48.936112], [16.037389, 49.014699], [16.062685, 49.064722]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-8f4b2b19-2049-4aa5-933a-05c2019b00df", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[18.006359, 50.054887], [18.032387, 50.016061], [18.099172, 50.000178], [18.105032, 49.909461], [18.162235, 49.890896], [18.164252, 49.86574], [17.927924, 49.745931], [17.850321, 49.803181], [17.929847, 49.829329], [17.842464, 49.856511], [17.933774, 49.928273], [17.808161, 49.867424], [17.759803, 49.944054], [17.786386, 49.951507], [17.790696, 49.920814], [17.838154, 49.94022], [17.976025, 50.067532], [17.946832, 50.137901], [17.96372, 50.159149], [17.989754, 50.15744], [18.000169, 50.139432], [18.006359, 50.054887]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7a3a307b-ca1c-414d-8dc5-1c8c69d5970f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.527641, 49.943958], [17.638699, 49.948952], [17.589843, 49.854976], [17.566099, 49.913293], [17.479722, 49.861652], [17.527641, 49.943958]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-aacb4a78-ca2a-42f5-928f-bfa9bb384d5a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.058144, 34.874938], [-1.156839, 34.686291], [-1.197416, 34.894365], [-1.058144, 34.874938]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ac247453-254d-4c47-9935-4ef33b1b2fb1", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[16.069687, 49.257406], [16.45126, 49.247246], [16.514613, 49.211326], [16.485494, 49.156272], [16.374196, 49.141434], [16.27851, 49.22529], [16.259299, 49.176833], [16.35265, 49.155253], [16.378791, 49.110102], [16.277879, 49.128553], [16.403694, 49.098747], [16.404114, 49.124023], [16.500941, 49.042284], [16.611009, 49.10025], [16.684976, 49.011106], [16.442507, 49.048006], [16.316373, 48.96203], [16.060886, 49.078057], [16.132499, 49.151853], [16.259448, 49.069066], [16.197248, 49.189397], [16.073704, 49.177569], [16.069687, 49.257406]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e2607b02-54a0-4280-bce6-dacc5342d614", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-66.736337, 41.797304], [-66.993807, 41.668932], [-67.051398, 41.571446], [-66.991824, 41.546336], [-67.05558, 41.522863], [-67.322021, 41.663629], [-67.41409, 41.674962], [-67.453898, 41.61957], [-67.511034, 41.652928], [-67.668381, 42.288638], [-67.574028, 42.435342], [-67.321829, 42.195509], [-67.133447, 42.218737], [-66.79991, 42.045605], [-66.880162, 41.973446], [-66.736337, 41.797304]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 123, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-bde5c4f2-fc02-42a5-ad8a-ee12e2c82cb0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.58652, 44.770611], [7.710905, 44.713731], [7.53891, 44.715018], [7.583549, 44.761911], [7.439769, 44.86193], [7.589072, 44.820282], [7.58652, 44.770611]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b49d1eed-b5fe-448e-aaa9-d1d05cf21298", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-9.88964, 37.830067], [-9.81039, 37.747435], [-9.74829, 37.783458], [-9.765619, 37.719734], [-9.68932, 37.694991], [-10.031294, 37.777758], [-9.88964, 37.830067]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b6d76a5b-9d36-47e7-85e9-6df0424bf4dc", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[17.309062, 49.883305], [17.392242, 49.896925], [17.206705, 49.842397], [17.22886, 49.887799], [17.166417, 49.864704], [17.173627, 49.879142], [17.148134, 49.879563], [17.163917, 49.890993], [17.127472, 49.923281], [17.140251, 49.934518], [17.275266, 49.920191], [17.287128, 49.894844], [17.328225, 49.911793], [17.309062, 49.883305]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-1683ba98-1c9f-4e71-96f1-03c917f4027f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.782422, 43.277862], [3.798797, 43.206988], [3.894706, 43.29664], [3.878092, 43.225278], [3.934753, 43.218031], [3.875486, 43.184648], [3.968438, 43.169214], [3.931144, 43.070766], [4.040816, 43.027681], [4.025384, 42.961432], [4.094562, 42.923434], [4.071091, 42.851966], [4.161929, 42.732375], [4.050869, 42.760228], [3.981779, 42.974056], [3.908439, 43.032855], [3.92133, 42.988046], [3.877863, 43.076846], [3.883807, 43.014865], [3.799136, 43.042338], [3.877577, 43.013878], [3.850816, 42.939714], [3.773782, 42.956835], [3.804052, 42.985328], [3.757564, 43.008237], [3.636845, 42.975393], [3.812863, 43.082532], [3.82807, 43.168011], [3.696335, 43.133111], [3.765423, 43.248147], [3.726749, 43.253819], [3.724999, 43.281073], [3.782422, 43.277862]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-cb447485-05d7-49d2-a75a-ca76bad0f49a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-94.671747, 52.385789], [-94.574858, 52.08916], [-94.756196, 52.238747], [-94.754777, 52.53463], [-94.542454, 52.540792], [-94.671747, 52.385789]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "", "DESCR": "", "PLATE_ID": 485, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-e3147d94-54ab-47b1-818e-a0c7497b165f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[15.151768, 48.84085], [15.434125, 48.749856], [15.263799, 48.748338], [15.151768, 48.84085]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5a646504-cb1c-40d2-8836-8eea9136f7f3", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.29399, 45.015481], [7.507179, 45.011818], [7.255599, 45.008905], [7.29399, 45.015481]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ef2c723c-8aa6-4f0c-ba0f-6bef516ec2d8", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-84.939057, 45.716651], [-85.128117, 45.756989], [-84.870445, 45.775102], [-84.86677, 45.712161], [-84.939057, 45.716651]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 125, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-da69fc82-0ad4-4114-b4d6-c7cad39bbd39", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.594298, 44.923199], [7.553452, 44.885247], [7.310482, 44.966764], [7.361063, 44.967315], [7.594298, 44.923199]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c2a36504-5566-4e8c-a7b6-4ddeb05e9d5f", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[16.920331, 49.861804], [16.901403, 49.801936], [16.789093, 49.80766], [16.759357, 49.865819], [16.920331, 49.861804]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-883d0f62-1a30-4d25-845b-e902d45a840b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[104.056416, 65.235186], [104.794062, 64.908488], [107.856345, 64.195777], [107.85634, 64.195775], [107.847162, 64.192265], [107.669442, 64.124145], [105.304188, 63.187193], [105.097827, 63.094913], [105.053388, 63.084482], [102.709733, 62.516658], [100.919062, 62.200195], [99.15453, 61.872077], [91.237943, 60.19441], [86.696227, 58.680316], [87.800442, 59.159377], [87.727603, 60.201482], [87.727604, 60.201482], [87.727604, 60.201484], [96.628783, 64.582429], [96.628787, 64.582428], [97.339537, 64.513433], [97.339539, 64.513432], [101.704751, 64.762858], [101.704752, 64.762858], [101.704753, 64.762858], [101.916662, 64.808025], [104.033833, 65.245053], [104.033836, 65.245053], [104.056412, 65.235187], [104.056416, 65.235186]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 407, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 234.0, "FEATURE_ID": "GPlates-ca328317-88b4-4906-9688-e636a39d5a58", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[54.009616, 36.374885], [55.709434, 36.053427], [57.17063, 35.437789], [57.293122, 35.386021], [57.49285, 35.225868], [57.706163, 35.183945], [58.030612, 35.217541], [59.160012, 35.212997], [59.416182, 35.301084], [59.795346, 35.312979], [60.42938, 35.469338], [60.755864, 35.633103], [61.048516, 35.905695], [63.808863, 33.157847], [65.129479, 32.208734], [67.019006, 31.752672], [69.67335, 31.672271], [70.151229, 30.654772], [69.323483, 30.505304], [65.869402, 30.624927], [62.660726, 31.510549], [62.619216, 31.522004], [62.420648, 31.527411], [61.693837, 31.547539], [61.42499, 31.555122], [59.316944, 31.130596], [57.123329, 31.938007], [56.184796, 32.019727], [55.213535, 32.328879], [53.386921, 33.06337], [53.255196, 33.427842], [51.550809, 33.214059], [50.18488, 32.967599], [50.181332, 32.956716], [50.181284, 32.956708], [48.867676, 32.762679], [48.336211, 32.856193], [47.662363, 32.738568], [47.43354, 32.656158], [48.968387, 33.55629], [50.3746, 34.965526], [51.651247, 35.726197], [54.009616, 36.374885]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Iran", "DESCR": "", "PLATE_ID": 512, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-29c16abc-5218-4565-8535-83c4df7d7b28", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.557728, 35.080795], [-1.654426, 35.008261], [-1.642457, 35.06564], [-1.557728, 35.080795]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-87ebd547-1e20-433a-b91d-dd4d39dc5968", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.658645, 45.27756], [7.812735, 45.098954], [7.779707, 45.086912], [7.778673, 45.043436], [7.743758, 45.016583], [7.547228, 45.053118], [7.642757, 45.085489], [7.577082, 45.125773], [7.610977, 45.272503], [7.658645, 45.27756]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e6282ac2-45b4-430d-b6de-c36bffec779e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.795636, 43.485885], [3.757418, 43.428152], [3.833491, 43.417573], [3.79918, 43.312518], [3.688905, 43.401283], [3.742198, 43.423807], [3.663839, 43.497984], [3.678118, 43.542389], [3.795636, 43.485885]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-afca58a2-d7fb-4169-8687-63c40023844c", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.328033, 45.088526], [7.457616, 45.044718], [7.126725, 45.091512], [7.328033, 45.088526]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b333ec08-cc9c-4873-8a1e-4096fd8bb24b", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.942191, 35.047114], [-1.864837, 35.001102], [-1.972521, 35.004674], [-1.891517, 35.120284], [-1.858872, 35.099416], [-1.942191, 35.047114]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bd1111ab-8308-4013-bcbb-3b68a10447ff", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-18.103969, 36.330649], [-18.309459, 36.246481], [-18.094311, 36.394403], [-18.103969, 36.330649]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a1cf7a62-59d1-456f-b504-5b0bc81a09aa", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.728185, 34.925572], [-2.760246, 34.872443], [-2.709356, 34.848778], [-2.654769, 34.883353], [-2.765934, 34.777016], [-2.743447, 34.826363], [-2.860436, 34.769308], [-2.856666, 34.782107], [-2.885384, 34.783783], [-2.828918, 34.806087], [-2.847938, 34.81525], [-2.839856, 34.84351], [-2.857876, 34.870081], [-2.848406, 34.8013], [-2.893583, 34.789731], [-2.873617, 34.830465], [-2.932312, 34.801545], [-2.969079, 34.847333], [-3.002975, 34.840828], [-2.849706, 34.926877], [-2.728185, 34.925572]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ac38ce21-1d7b-415f-9266-9a77388eb3fd", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[3.798288, 43.696055], [3.777879, 43.618463], [3.850429, 43.560624], [3.760827, 43.525166], [3.697203, 43.642905], [3.737369, 43.653922], [3.798288, 43.696055]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Amorica (France)", "DESCR": "", "PLATE_ID": 303, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c2e3e41f-9678-4def-9d63-20f0d4fdc73d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.13984, 35.808787], [-0.048736, 35.735543], [0.018769, 35.784072], [0.13984, 35.808787]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-707874df-eaaf-4cb9-b770-e4bea3ad7df9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-1.855561, 35.257462], [-2.194166, 35.014704], [-1.9012, 35.265033], [-1.855561, 35.257462]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f42a00fb-f505-4014-9664-d7b257466ac5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-2.983654, 35.129556], [-3.161831, 35.079064], [-3.157226, 35.124227], [-2.983654, 35.129556]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f5636c90-b19b-45d3-8a8f-1756211e0653", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.155874, 35.206616], [-3.128093, 35.167689], [-3.241979, 35.166305], [-3.155874, 35.206616]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-48644ab1-f80f-4073-b0ff-2dba93c192c6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.750415, 45.492644], [6.847277, 45.44268], [6.808952, 45.511551], [6.905421, 45.455699], [6.833669, 45.347753], [6.751641, 45.425861], [6.820264, 45.441417], [6.750415, 45.492644]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e8f24d12-0e91-4d9c-9042-24009c3b63bb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-3.34408, 35.325005], [-3.531465, 35.276471], [-3.464091, 35.331293], [-3.34408, 35.325005]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4ec353b7-4305-4d0f-a99a-be510a34b579", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.365796, 38.898354], [-10.400245, 38.760327], [-10.336673, 38.79809], [-10.36618, 38.731019], [-10.32512, 38.716084], [-10.400984, 38.625885], [-10.345808, 38.672067], [-10.357955, 38.58571], [-10.437605, 38.598811], [-10.436553, 38.662971], [-10.856884, 38.772401], [-10.617579, 38.915843], [-10.365796, 38.898354]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9883dd23-dad4-4128-8964-153346ab480a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.043598, 36.722242], [-0.050678, 36.670383], [0.019416, 36.816128], [-0.00792, 36.730696], [0.043598, 36.722242]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6c182d3b-222e-4a33-b169-4cbbe31074f5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.420869, 46.130215], [6.456536, 46.109419], [6.398893, 46.065128], [6.371951, 46.101501], [6.337904, 45.980638], [6.275823, 45.997562], [6.307527, 46.03785], [6.197146, 46.007601], [6.317868, 46.099402], [6.420869, 46.130215]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0eed2d71-1696-40aa-883a-5a656883cfaf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-26.933174, 36.453596], [-26.977313, 36.395713], [-27.11566, 36.463296], [-26.982548, 36.4901], [-26.933174, 36.453596]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-85b6dce9-eac3-4591-8207-e8e12c004720", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.794427, 39.128936], [-10.516225, 39.001516], [-10.74153, 38.985021], [-10.825672, 39.053743], [-10.794427, 39.128936]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-43c93496-ebb4-40e8-9ccb-51d7f1690fed", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-4.052306, 35.772103], [-4.065502, 35.701318], [-4.18791, 35.737818], [-4.147187, 35.763054], [-4.052306, 35.772103]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-891fcea5-ae47-413c-8927-fff11414cb31", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.301844, 46.171324], [6.235963, 46.127841], [6.177999, 46.200416], [6.226537, 46.233516], [6.301844, 46.171324]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-0b2e09cf-55a2-45c8-b38a-a7a2cdfe06db", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-19.119657, 37.029365], [-19.209911, 36.978554], [-19.395411, 37.167722], [-19.474423, 37.162632], [-19.560155, 37.363851], [-19.538944, 37.578112], [-19.412274, 37.777497], [-19.178671, 37.799016], [-19.040662, 37.695207], [-19.038093, 37.496457], [-19.002158, 37.47596], [-19.072455, 37.384267], [-19.119657, 37.029365]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d5f6f6fe-280b-489f-9b30-c0f3d8e912a9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.481896, 46.630966], [6.427736, 46.600186], [6.439042, 46.636679], [6.34935, 46.647034], [6.36384, 46.780314], [6.519598, 46.764345], [6.481896, 46.630966]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-577e2a62-2a00-4772-b551-92b8560336d4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-8.482999, 74.950154], [-8.203522, 74.964461], [-8.116782, 74.882755], [-8.498893, 74.859301], [-8.61796, 74.92205], [-8.526624, 74.909489], [-8.482999, 74.950154]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f078052a-8f69-41aa-a5f8-a44dc45bea02", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.504401, 46.873345], [6.596626, 46.886224], [6.415747, 46.816553], [6.504401, 46.873345]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-23eb1f36-9a97-4801-9b03-bd9778af2b50", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[12.625544, 50.057081], [12.810845, 50.010689], [12.743623, 49.976698], [12.625544, 50.057081]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ad2eea63-a4bb-4d4a-ba1d-32a5b7d85f34", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.732813, 47.036338], [6.618611, 46.895556], [6.490464, 46.890347], [6.62134, 46.997643], [6.732813, 47.036338]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-4e9445cb-80ec-4541-b912-ef24508f6da9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.82283, 39.779495], [-10.575251, 39.773412], [-10.662821, 39.738567], [-10.576505, 39.749463], [-10.652574, 39.711374], [-10.602998, 39.684409], [-10.642639, 39.625518], [-10.877494, 39.622655], [-10.899453, 39.690408], [-10.797387, 39.714352], [-10.87294, 39.722781], [-10.82283, 39.779495]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-544c903c-bc7b-46f5-9179-bb248fb32ed0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.282715, 37.400653], [-0.330815, 37.357688], [-0.421269, 37.43008], [-0.327228, 37.456725], [-0.342663, 37.416369], [-0.282715, 37.400653]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-34ec1f2a-bee3-4734-b240-13f0128583a6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-18.400669, 38.149497], [-18.304715, 38.119874], [-18.462349, 38.109576], [-18.400669, 38.149497]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f6d91bfa-d431-46a8-b34e-8971ea5ce149", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.874673, 39.784565], [-11.054671, 39.707204], [-10.926528, 39.795888], [-10.874673, 39.784565]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-af5fa805-6cec-402d-872e-78175f74fbb4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-16.426899, 38.664721], [-16.076436, 38.604519], [-16.507542, 38.620794], [-16.426899, 38.664721]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-24b9b1fe-e2c1-4eed-8a43-2bebdc3fe160", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.652857, 47.247785], [6.531716, 47.180805], [6.62882, 47.300509], [6.652857, 47.247785]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2a9803e0-7590-47a0-9006-7b7d0834ae2d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.484837, 37.666987], [-0.343428, 37.668411], [-0.313442, 37.659082], [-0.363025, 37.647743], [-0.286223, 37.639732], [-0.242959, 37.660866], [-0.504431, 37.520089], [-0.574788, 37.580542], [-0.545863, 37.647899], [-0.529209, 37.640338], [-0.484837, 37.666987]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5802ba9a-4618-4a66-9ef4-edc60d993845", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.540145, 47.396208], [6.599375, 47.319864], [6.48714, 47.308941], [6.540145, 47.396208]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e8c95ec3-6946-4c0d-bae1-f22041d8a7f6", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-13.925972, 39.027414], [-14.231333, 38.935489], [-14.338748, 39.087322], [-14.395874, 39.095847], [-14.31424, 39.146234], [-14.627337, 39.188029], [-14.567666, 39.206771], [-14.182568, 39.175302], [-13.925972, 39.027414]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-f5dd9471-e205-4fb9-93b4-f3df4708ea65", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-20.688882, 38.120909], [-20.723532, 37.993275], [-20.694271, 37.910826], [-21.222113, 37.311231], [-21.381585, 37.364162], [-21.587625, 37.213199], [-21.624806, 37.357721], [-21.775418, 37.473373], [-21.617246, 37.765614], [-21.63817, 37.909895], [-21.557206, 37.997669], [-21.342678, 37.958512], [-20.926454, 38.169155], [-20.688882, 38.120909]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-fb4465d0-e0d4-4358-856c-5157da718677", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.131368, 37.944311], [-0.160404, 37.831358], [-0.15779, 37.907471], [-0.190975, 37.854628], [-0.21965, 37.94267], [-0.181917, 37.96821], [-0.131368, 37.944311]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9ab35ac2-ca45-4d7d-ac76-59a6ff69a181", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[0.791136, 41.40341], [0.83899, 41.261582], [0.721803, 41.310707], [0.791136, 41.40341]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-874a5ec0-411b-4227-a21f-14085fb3e341", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.149362, 38.088929], [-0.115795, 38.057277], [-0.229816, 38.030417], [-0.149362, 38.088929]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-71bc8a16-654c-43be-8bff-a8ee6c499a40", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.834935, 47.846402], [6.870436, 47.762249], [6.794664, 47.744079], [6.834935, 47.846402]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9ed20f75-5832-4fc9-839c-b23d62e644c2", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[14.303441, 52.167165], [14.373239, 52.115349], [14.304116, 52.084911], [14.35193, 52.096727], [14.281977, 52.070941], [14.303441, 52.167165]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7945d17f-4f8a-4449-aa3a-b69c37eafc31", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.69015, 47.794929], [6.845541, 47.71718], [6.775069, 47.607082], [6.651745, 47.608523], [6.647507, 47.697282], [6.754326, 47.699915], [6.733017, 47.758903], [6.665836, 47.769235], [6.69015, 47.794929]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-bd98ca46-82f4-4317-97c7-0caebc422ff4", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-5.246858, 36.796031], [-5.173144, 36.726125], [-5.287931, 36.717765], [-5.246858, 36.796031]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-5583de98-9cd9-4595-9622-0a69f0e88842", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.145672, 38.157336], [-0.081851, 38.155084], [-0.180349, 38.139005], [-0.056254, 38.126726], [-0.178804, 38.099465], [-0.248168, 38.137887], [-0.25079, 38.175671], [-0.145672, 38.157336]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-adcdc355-ada4-4c14-82cd-f27f360ca476", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.853213, 48.02609], [6.956877, 47.977156], [6.787305, 47.91195], [6.853213, 48.02609]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-ab5c9324-8a70-4331-9d54-108e5611354e", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.14415, 48.090133], [7.050514, 48.024916], [6.88952, 48.081363], [7.06183, 48.113237], [7.14415, 48.090133]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c11584fe-76fa-4e49-b11c-2fbcb172bc24", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-89.79491, 53.878189], [-89.716393, 53.609251], [-89.216388, 53.388748], [-89.233632, 53.274029], [-89.336125, 53.200227], [-89.436795, 53.190374], [-89.044163, 52.578672], [-89.303466, 52.549782], [-89.558771, 52.764827], [-89.760543, 52.757077], [-89.830235, 52.698782], [-89.940782, 52.716896], [-89.820911, 52.904529], [-89.893052, 53.096627], [-89.787557, 53.315872], [-89.896655, 53.507645], [-90.233523, 53.588205], [-90.281159, 53.728075], [-90.072868, 53.871648], [-89.703417, 53.971125], [-89.665049, 53.941637], [-89.79491, 53.878189]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "", "DESCR": "", "PLATE_ID": 485, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-7409fe50-c134-4985-bdcc-0ba2af522ecf", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[13.848907, 51.842755], [13.874176, 51.770827], [13.928199, 51.864782], [14.0452, 51.831419], [13.915114, 51.726222], [13.742912, 51.785944], [13.795549, 51.843385], [13.848907, 51.842755]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-c86a10a1-b859-432c-aff4-26b0cc5f1aeb", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.069133, 48.25951], [6.93019, 48.188342], [6.969382, 48.264484], [7.069133, 48.25951]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-624f5d12-e8e6-4b9f-bd07-ca177f4dfcc0", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.773426, 48.156027], [6.713362, 48.058751], [6.517724, 48.068989], [6.628386, 48.197842], [6.773426, 48.156027]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-427ed645-a6a4-4dac-b076-f2a9ee07bf28", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-21.579005, 77.001253], [-21.038804, 77.040251], [-21.475424, 76.988391], [-21.579005, 77.001253]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Eurasia", "DESCR": "", "PLATE_ID": 401, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a3e67880-eef1-4d64-807d-361f17e46683", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-18.285758, 38.791085], [-18.511069, 38.646897], [-18.935682, 38.917914], [-18.748754, 39.008277], [-18.429185, 38.99405], [-18.302474, 38.864579], [-18.322139, 38.788447], [-18.285758, 38.791085]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-23387d3c-6db3-4a40-bdfc-293ca4608649", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.334661, 40.668672], [-11.253776, 40.537625], [-11.445079, 40.668681], [-11.334661, 40.668672]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-7746a8df-9b0c-4188-92f4-76a209414eb9", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-25.816821, 51.466477], [-25.958547, 51.460167], [-25.828159, 51.480372], [-25.816821, 51.466477]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Canadian Arctic Islands", "DESCR": "", "PLATE_ID": 106, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-494203c7-8f7b-4be6-86af-0602eb641c35", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-10.879331, 40.809092], [-10.920206, 40.776697], [-10.997808, 40.856389], [-10.972048, 40.870377], [-10.879331, 40.809092]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-19a1f5eb-7fa8-4d0b-8a89-02329dce3c42", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-55.977467, 58.006734], [-55.96825, 58.055894], [-55.850526, 58.151213], [-55.853519, 58.005189], [-55.977467, 58.006734]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 103, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e383905b-fed5-4a61-8f1e-8e39af0e109d", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-62.028945, 42.708405], [-61.972658, 42.681402], [-61.990011, 42.658109], [-62.028945, 42.708405]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North Slope Alaska", "DESCR": "", "PLATE_ID": 123, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 245.0, "FEATURE_ID": "GPlates-7c15ff7b-07cd-4c78-81af-48767dab2321", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[7.13005, 48.572019], [6.895612, 48.284879], [6.724037, 48.262237], [6.748771, 48.370178], [6.912239, 48.421708], [6.751607, 48.41644], [6.919732, 48.579692], [6.986518, 48.521288], [7.13005, 48.572019]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-2c36bca9-fb4a-4527-9f6f-3691de376376", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-0.488075, 39.707848], [-0.340251, 39.653366], [-0.412299, 39.645501], [-0.374007, 39.589245], [-0.263666, 39.596685], [-0.190352, 39.526345], [-0.370301, 39.520001], [-0.4114, 39.624033], [-0.512897, 39.70915], [-0.749139, 39.837269], [-0.626894, 39.859742], [-0.445504, 39.763528], [-0.488075, 39.707848]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Greenland", "DESCR": "", "PLATE_ID": 102, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-d281f576-a45d-471c-9df4-8118157d6fef", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-17.872766, 39.179401], [-17.926134, 39.096686], [-17.821551, 39.129745], [-17.88948, 39.029783], [-18.091262, 39.05501], [-18.349126, 39.199931], [-18.277691, 39.220002], [-18.369907, 39.221754], [-18.310694, 39.274871], [-18.016436, 39.266943], [-17.872766, 39.179401]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-40f88ae0-6525-45f3-ace3-8959cd0e1c75", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.000442, 40.978643], [-10.92056, 40.956172], [-11.051422, 40.949358], [-10.984049, 41.007524], [-11.000442, 40.978643]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-e28ee6ee-3f68-42f7-a1d3-51791d972741", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[6.796532, 48.559864], [6.537206, 48.416495], [6.702239, 48.642679], [6.797969, 48.596852], [6.796532, 48.559864]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-a7effd6c-f257-4b23-91f8-f16933b9b016", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.094693, 41.022378], [-11.054783, 41.009958], [-11.2014, 41.038192], [-11.180002, 41.066502], [-11.08918, 41.091343], [-11.094693, 41.022378]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-eba52335-945c-4a9a-98f6-22afea33a9f5", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-11.314714, 41.075575], [-11.317405, 40.996199], [-11.258712, 41.017756], [-11.303599, 40.956902], [-11.205987, 40.923365], [-11.197622, 40.977672], [-11.128636, 40.898902], [-11.468755, 40.922679], [-11.348559, 41.03838], [-11.314714, 41.075575]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-9ed32c18-2123-4efc-b7bd-aae1e0e0c90a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-18.525852, 39.593115], [-18.589963, 39.485633], [-18.76415, 39.504233], [-18.576201, 39.595205], [-18.525852, 39.593115]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-92965741-45b1-4856-8e11-16d6d0756416", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[13.60318, 54.214497], [13.758437, 54.242141], [13.617684, 54.169891], [13.72158, 54.158383], [13.740327, 54.08886], [13.511912, 54.086251], [13.60318, 54.214497]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "Baltica", "DESCR": "", "PLATE_ID": 302, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-808212e5-990e-4d71-899b-a24586b2329a", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-39.192671, 45.495412], [-39.046177, 45.440319], [-39.254252, 45.487832], [-39.192671, 45.495412]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-6d57c5cd-0442-45a3-8116-1f1a4c5d5b03", "L_PLATE": 0, "GPGIM_TYPE": "gpml:UnclassifiedFeature", "PLATEID2": 0, "TYPE": "", "ANCHOR": 0, "RECON_METH": ""}}, {"geometry": {"type": "Polygon", "coordinates": [[[-16.537902, 40.338863], [-16.49138, 40.22151], [-16.579168, 40.262187], [-16.537902, 40.338863]]]}, "type": "Feature", "properties": {"R_PLATE": 0, "FILE1": "Phanerozoic_EarthByte_Coastlines.gpmlz", "NAME": "North America Craton", "DESCR": "", "PLATE_ID": 101, "TIME": 203.0, "TOAGE": -999.0, "FROMAGE": 600.0, "FEATURE_ID": "GPlates-b402a524-0f2c-4348-aed8-b9f39dd1cdcd", "
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment