Built with blockbuilder.org
xxxxxxxxxx
<html>
<head>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/crossfilter/1.3.11/crossfilter.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/dc/1.7.3/dc.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/dc/1.7.3/dc.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<style>
h2 {
float:right;
}
h4 span{
font-size: 14px;
font-weight: normal;
}
</style>
</head>
<body>
<div class="container" style="font:12px sans-serif;">
<div class="dc-data-count">
<h2>
New Zealand Earthquakes
<span>
<span class="filter-count"></span>
selected out of
<span class="total-count"></span>
records |
<a href="javascript:dc.filterAll(); dc.renderAll();">Reset All</a>
</span>
</h2>
</div>
<div class="row">
<div class="span6" id="dc-magnitude-chart">
<h4>Events by Magnitude
<span>
<a class="reset" style="display:none" href="javascript:magnitudeChart.filterAll(); dc.redrawAll();">Reset</a>
</span>
</h4>
</div>
<div class="span6" id="dc-depth-chart">
<h4>Events By Depth
<span>
<a class="reset" style="display:none" href="javascript:depthChart.filterAll(); dc.redrawAll();">Reset</a>
</span>
</h4>
</div>
</div>
<div class="row">
<div class="span12" id="dc-time-chart">
<h4>Events Per Hour
<span>
<a class="reset" style="display:none" href="javascript:timeChart.filterAll(); dc.redrawAll();">Reset</a>
</span>
</h4>
</div>
</div>
<div class="row">
<div class="span4" id="dc-dayweek-chart">
<h4>Day of the week
<span>
<a class="reset" style="display:none" href="javascript:dayOfWeekChart.filterAll(); dc.redrawAll();">Reset</a>
</span>
</h4>
</div>
<div class="span4" id="dc-island-chart">
<h4>North or South Island
<span>
<a class="reset" style="display:none" href="javascript:islandChart.filterAll(); dc.redrawAll();">Reset</a>
</span>
</h4>
</div>
<div class="span4">
<h4>Blank</h4>
</div>
</div>
<div class="row">
<div class="span12">
<table class="table table-hover" id="dc-table-graph">
<thead>
<tr class="header">
<th>DTG</th>
<th>Lat</th>
<th>Long</th>
<th>Depth</th>
<th>Magnitude</th>
<th>Google Map</th>
<th>OSM Map</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
<script>
var dataTable = dc.dataTable("#dc-table-graph");
var magnitudeChart = dc.barChart("#dc-magnitude-chart");
var depthChart = dc.barChart("#dc-depth-chart");
var timeChart = dc.lineChart("#dc-time-chart");
var dayOfWeekChart = dc.rowChart("#dc-dayweek-chart");
var islandChart = dc.pieChart("#dc-island-chart");
//d3.csv("quakes.csv", function (data) {
var data = [
{
"FID": "quake.2013p618454",
"publicid": "2013p618454",
"origintime": "2013-08-17T19:52:50.074",
"longitude": 174.1242,
"latitude": -41.5396,
"depth": 24.5703,
"magnitude": 1.7345,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:54:11.27",
"origin_geom": "POINT (174.12425 -41.539614)"
},
{
"FID": "quake.2013p618440",
"publicid": "2013p618440",
"origintime": "2013-08-17T19:45:25.076",
"longitude": 175.9561,
"latitude": -38.8725,
"depth": 26.3281,
"magnitude": 2.6901,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:48:15.374",
"origin_geom": "POINT (175.95611 -38.872468)"
},
{
"FID": "quake.2013p618439",
"publicid": "2013p618439",
"origintime": "2013-08-17T19:44:28.998",
"longitude": 174.3117,
"latitude": -41.8992,
"depth": 27.0312,
"magnitude": 4.6968,
"magnitudetype": "M",
"status": "automatic",
"phases": 130,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:48:39.064",
"origin_geom": "POINT (174.31173 -41.899212)"
},
{
"FID": "quake.2013p618432",
"publicid": "2013p618432",
"origintime": "2013-08-17T19:40:45.348",
"longitude": 174.02,
"latitude": -41.7495,
"depth": 5.9961,
"magnitude": 1.8642,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:42:33.279",
"origin_geom": "POINT (174.02 -41.749481)"
},
{
"FID": "quake.2013p618429",
"publicid": "2013p618429",
"origintime": "2013-08-17T19:39:16.665",
"longitude": 174.0876,
"latitude": -41.7008,
"depth": 5.9375,
"magnitude": 2.1629,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:41:32.969",
"origin_geom": "POINT (174.08765 -41.700788)"
},
{
"FID": "quake.2013p618424",
"publicid": "2013p618424",
"origintime": "2013-08-17T19:36:38.068",
"longitude": 174.0682,
"latitude": -41.7371,
"depth": 5.0586,
"magnitude": 2.0408,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:38:32.797",
"origin_geom": "POINT (174.06825 -41.737132)"
},
{
"FID": "quake.2013p618391",
"publicid": "2013p618391",
"origintime": "2013-08-17T19:18:45.724",
"longitude": 173.3502,
"latitude": -41.372,
"depth": 39.6875,
"magnitude": 2.7565,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:22:01.731",
"origin_geom": "POINT (173.35015 -41.372038)"
},
{
"FID": "quake.2013p618387",
"publicid": "2013p618387",
"origintime": "2013-08-17T19:16:55.737",
"longitude": 174.0623,
"latitude": -41.7511,
"depth": 5.6445,
"magnitude": 2.4531,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:19:14.581",
"origin_geom": "POINT (174.06226 -41.751138)"
},
{
"FID": "quake.2013p618382",
"publicid": "2013p618382",
"origintime": "2013-08-17T19:15:05.884",
"longitude": 174.3391,
"latitude": -41.7557,
"depth": 43.2031,
"magnitude": 2.1871,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:17:23.575",
"origin_geom": "POINT (174.33909 -41.755714)"
},
{
"FID": "quake.2013p618373",
"publicid": "2013p618373",
"origintime": "2013-08-17T19:09:38.454",
"longitude": 174.2726,
"latitude": -41.6881,
"depth": 7.6367,
"magnitude": 3.1336,
"magnitudetype": "M",
"status": "automatic",
"phases": 59,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:13:30.043",
"origin_geom": "POINT (174.27258 -41.688075)"
},
{
"FID": "quake.2013p618367",
"publicid": "2013p618367",
"origintime": "2013-08-17T19:05:55.324",
"longitude": 174.1194,
"latitude": -41.7463,
"depth": 19.4141,
"magnitude": 2.7113,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:08:38.494",
"origin_geom": "POINT (174.11941 -41.746349)"
},
{
"FID": "quake.2013p618362",
"publicid": "2013p618362",
"origintime": "2013-08-17T19:03:45.107",
"longitude": 174.1238,
"latitude": -41.6966,
"depth": 7.4023,
"magnitude": 2.4168,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:07:14.16",
"origin_geom": "POINT (174.1238 -41.696636)"
},
{
"FID": "quake.2013p618352",
"publicid": "2013p618352",
"origintime": "2013-08-17T18:59:05.698",
"longitude": 174.1796,
"latitude": -41.6795,
"depth": 5.0586,
"magnitude": 2.4466,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:02:13.08",
"origin_geom": "POINT (174.17965 -41.679507)"
},
{
"FID": "quake.2013p618344",
"publicid": "2013p618344",
"origintime": "2013-08-17T18:54:06.179",
"longitude": 174.3466,
"latitude": -41.6204,
"depth": 5.1172,
"magnitude": 2.7889,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T18:56:39.055",
"origin_geom": "POINT (174.34662 -41.620394)"
},
{
"FID": "quake.2013p618341",
"publicid": "2013p618341",
"origintime": "2013-08-17T18:52:31.189",
"longitude": 174.146,
"latitude": -41.7546,
"depth": 14.0234,
"magnitude": 3.7814,
"magnitudetype": "M",
"status": "automatic",
"phases": 97,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T19:00:31.91",
"origin_geom": "POINT (174.14599 -41.754637)"
},
{
"FID": "quake.2013p618306",
"publicid": "2013p618306",
"origintime": "2013-08-17T18:33:30.502",
"longitude": 174.2695,
"latitude": -41.6515,
"depth": 6.5234,
"magnitude": 2.742,
"magnitudetype": "M",
"status": "automatic",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T18:36:16.928",
"origin_geom": "POINT (174.26951 -41.651492)"
},
{
"FID": "quake.2013p618299",
"publicid": "2013p618299",
"origintime": "2013-08-17T18:29:58.478",
"longitude": 174.0588,
"latitude": -41.7688,
"depth": 14.4922,
"magnitude": 3.157,
"magnitudetype": "M",
"status": "automatic",
"phases": 60,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T18:36:22.686",
"origin_geom": "POINT (174.05882 -41.768764)"
},
{
"FID": "quake.2013p618281",
"publicid": "2013p618281",
"origintime": "2013-08-17T18:20:20.85",
"longitude": 174.1213,
"latitude": -41.6978,
"depth": 5.0586,
"magnitude": 2.4599,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T18:22:38.929",
"origin_geom": "POINT (174.12131 -41.697814)"
},
{
"FID": "quake.2013p618267",
"publicid": "2013p618267",
"origintime": "2013-08-17T18:13:16.722",
"longitude": 174.3044,
"latitude": -41.6819,
"depth": 13.4961,
"magnitude": 2.7218,
"magnitudetype": "M",
"status": "automatic",
"phases": 52,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T18:16:46.436",
"origin_geom": "POINT (174.30438 -41.681919)"
},
{
"FID": "quake.2013p618265",
"publicid": "2013p618265",
"origintime": "2013-08-17T18:11:36.541",
"longitude": 174.3148,
"latitude": -41.6482,
"depth": 5.2344,
"magnitude": 2.3351,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T18:15:01.428",
"origin_geom": "POINT (174.31475 -41.648234)"
},
{
"FID": "quake.2013p618255",
"publicid": "2013p618255",
"origintime": "2013-08-17T18:06:20.225",
"longitude": 174.0651,
"latitude": -41.712,
"depth": 5.0586,
"magnitude": 2.4174,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T18:08:27.554",
"origin_geom": "POINT (174.0651 -41.712013)"
},
{
"FID": "quake.2013p618251",
"publicid": "2013p618251",
"origintime": "2013-08-17T18:04:26.377",
"longitude": 174.2735,
"latitude": -41.6506,
"depth": 5.0586,
"magnitude": 2.4945,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T18:08:03.617",
"origin_geom": "POINT (174.2735 -41.650567)"
},
{
"FID": "quake.2013p618233",
"publicid": "2013p618233",
"origintime": "2013-08-17T17:54:42.529",
"longitude": 174.2449,
"latitude": -41.6355,
"depth": 5.0586,
"magnitude": 2.5431,
"magnitudetype": "M",
"status": "automatic",
"phases": 39,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:58:13.944",
"origin_geom": "POINT (174.24486 -41.635545)"
},
{
"FID": "quake.2013p618228",
"publicid": "2013p618228",
"origintime": "2013-08-17T17:52:15.396",
"longitude": 174.2562,
"latitude": -41.6371,
"depth": 11.8555,
"magnitude": 2.6045,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:54:32.487",
"origin_geom": "POINT (174.2562 -41.637129)"
},
{
"FID": "quake.2013p618214",
"publicid": "2013p618214",
"origintime": "2013-08-17T17:44:41.781",
"longitude": 174.3687,
"latitude": -39.4119,
"depth": 151.7188,
"magnitude": 2.5669,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:48:06.985",
"origin_geom": "POINT (174.36867 -39.411922)"
},
{
"FID": "quake.2013p618212",
"publicid": "2013p618212",
"origintime": "2013-08-17T17:43:49.65",
"longitude": 174.0118,
"latitude": -41.6967,
"depth": 5.0586,
"magnitude": 2.0811,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:46:44.319",
"origin_geom": "POINT (174.01181 -41.696684)"
},
{
"FID": "quake.2013p618209",
"publicid": "2013p618209",
"origintime": "2013-08-17T17:41:50.093",
"longitude": 176.0921,
"latitude": -37.8206,
"depth": 207.0312,
"magnitude": 2.7475,
"magnitudetype": "M",
"status": "automatic",
"phases": 45,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:45:24.277",
"origin_geom": "POINT (176.09208 -37.820565)"
},
{
"FID": "quake.2013p618204",
"publicid": "2013p618204",
"origintime": "2013-08-17T17:39:34.524",
"longitude": 174.2257,
"latitude": -41.5726,
"depth": 12.8516,
"magnitude": 2.4065,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:41:51.934",
"origin_geom": "POINT (174.22567 -41.572628)"
},
{
"FID": "quake.2013p618192",
"publicid": "2013p618192",
"origintime": "2013-08-17T17:32:49.654",
"longitude": 174.0037,
"latitude": -41.7755,
"depth": 6.7578,
"magnitude": 2.6557,
"magnitudetype": "M",
"status": "automatic",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:36:11.823",
"origin_geom": "POINT (174.00367 -41.775488)"
},
{
"FID": "quake.2013p618186",
"publicid": "2013p618186",
"origintime": "2013-08-17T17:29:57.879",
"longitude": 177.1106,
"latitude": -37.9963,
"depth": 51.6406,
"magnitude": 2.0317,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:32:34.126",
"origin_geom": "POINT (177.11063 -37.996306)"
},
{
"FID": "quake.2013p618184",
"publicid": "2013p618184",
"origintime": "2013-08-17T17:28:50.797",
"longitude": 173.9714,
"latitude": -41.6532,
"depth": 23.5156,
"magnitude": 2.0981,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:31:01.905",
"origin_geom": "POINT (173.97135 -41.653158)"
},
{
"FID": "quake.2013p618175",
"publicid": "2013p618175",
"origintime": "2013-08-17T17:24:00.363",
"longitude": 174.257,
"latitude": -41.6736,
"depth": 7.6953,
"magnitude": 2.2162,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:26:26.259",
"origin_geom": "POINT (174.25696 -41.673645)"
},
{
"FID": "quake.2013p618159",
"publicid": "2013p618159",
"origintime": "2013-08-17T17:15:13.251",
"longitude": 174.4159,
"latitude": -41.5526,
"depth": 9.9805,
"magnitude": 2.2889,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:19:08.472",
"origin_geom": "POINT (174.4159 -41.552576)"
},
{
"FID": "quake.2013p618155",
"publicid": "2013p618155",
"origintime": "2013-08-17T17:13:12.025",
"longitude": 174.1403,
"latitude": -41.6796,
"depth": 7.9883,
"magnitude": 2.3214,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:16:42.453",
"origin_geom": "POINT (174.14026 -41.679601)"
},
{
"FID": "quake.2013p618151",
"publicid": "2013p618151",
"origintime": "2013-08-17T17:10:58.616",
"longitude": 174.1171,
"latitude": -41.6639,
"depth": 13.3789,
"magnitude": 2.5522,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:13:56.953",
"origin_geom": "POINT (174.11714 -41.663907)"
},
{
"FID": "quake.2013p618137",
"publicid": "2013p618137",
"origintime": "2013-08-17T17:03:42.909",
"longitude": 174.1024,
"latitude": -41.695,
"depth": 5.1172,
"magnitude": 2.3448,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:06:37.805",
"origin_geom": "POINT (174.10243 -41.694965)"
},
{
"FID": "quake.2013p618135",
"publicid": "2013p618135",
"origintime": "2013-08-17T17:02:39.761",
"longitude": 174.1044,
"latitude": -41.6873,
"depth": 11.5039,
"magnitude": 2.5223,
"magnitudetype": "M",
"status": "automatic",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T17:07:18.481",
"origin_geom": "POINT (174.10436 -41.687306)"
},
{
"FID": "quake.2013p618119",
"publicid": "2013p618119",
"origintime": "2013-08-17T16:53:49.994",
"longitude": 174.2681,
"latitude": -41.6663,
"depth": 5.0586,
"magnitude": 2.5186,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T16:56:49.818",
"origin_geom": "POINT (174.26809 -41.666256)"
},
{
"FID": "quake.2013p618116",
"publicid": "2013p618116",
"origintime": "2013-08-17T16:52:35.997",
"longitude": 174.2653,
"latitude": -41.638,
"depth": 5.1172,
"magnitude": 2.3547,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T16:56:23.372",
"origin_geom": "POINT (174.26533 -41.638023)"
},
{
"FID": "quake.2013p618107",
"publicid": "2013p618107",
"origintime": "2013-08-17T16:48:36.28",
"longitude": 174.2095,
"latitude": -41.6089,
"depth": 10.9766,
"magnitude": 3.3966,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T16:54:57.859",
"origin_geom": "POINT (174.20949 -41.608855)"
},
{
"FID": "quake.2013p618098",
"publicid": "2013p618098",
"origintime": "2013-08-17T16:42:52.635",
"longitude": 173.7294,
"latitude": -41.7787,
"depth": 42.0312,
"magnitude": 1.9488,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T16:44:35.204",
"origin_geom": "POINT (173.72943 -41.778708)"
},
{
"FID": "quake.2013p618088",
"publicid": "2013p618088",
"origintime": "2013-08-17T16:38:08.702",
"longitude": 174.1014,
"latitude": -41.6916,
"depth": 5.1172,
"magnitude": 2.3239,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T16:40:25.627",
"origin_geom": "POINT (174.10139 -41.691598)"
},
{
"FID": "quake.2013p618078",
"publicid": "2013p618078",
"origintime": "2013-08-17T16:32:22.853",
"longitude": 174.261,
"latitude": -41.636,
"depth": 5.0586,
"magnitude": 2.705,
"magnitudetype": "M",
"status": "automatic",
"phases": 40,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T16:38:11.745",
"origin_geom": "POINT (174.261 -41.636019)"
},
{
"FID": "quake.2013p618069",
"publicid": "2013p618069",
"origintime": "2013-08-17T16:27:09.459",
"longitude": 174.0959,
"latitude": -41.6868,
"depth": 8.0469,
"magnitude": 1.8837,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T16:30:09.423",
"origin_geom": "POINT (174.09593 -41.68685)"
},
{
"FID": "quake.2013p618032",
"publicid": "2013p618032",
"origintime": "2013-08-17T16:07:52.423",
"longitude": 174.1024,
"latitude": -41.731,
"depth": 20.0586,
"magnitude": 5.0437,
"magnitudetype": "M",
"status": "reviewed",
"phases": 49,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T16:23:31.115",
"origin_geom": "POINT (174.1024 -41.731043)"
},
{
"FID": "quake.2013p618016",
"publicid": "2013p618016",
"origintime": "2013-08-17T15:59:10.264",
"longitude": 174.0703,
"latitude": -41.7234,
"depth": 5.0586,
"magnitude": 2.2417,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T16:01:19.349",
"origin_geom": "POINT (174.07032 -41.723428)"
},
{
"FID": "quake.2013p618007",
"publicid": "2013p618007",
"origintime": "2013-08-17T15:54:15.213",
"longitude": 174.4115,
"latitude": -41.5512,
"depth": 5.0586,
"magnitude": 2.906,
"magnitudetype": "M",
"status": "automatic",
"phases": 53,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:57:51.979",
"origin_geom": "POINT (174.41148 -41.551195)"
},
{
"FID": "quake.2013p618005",
"publicid": "2013p618005",
"origintime": "2013-08-17T15:53:35.351",
"longitude": 176.2573,
"latitude": -40.2793,
"depth": 12.9688,
"magnitude": 2.0347,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:56:30.644",
"origin_geom": "POINT (176.25726 -40.279332)"
},
{
"FID": "quake.2013p618001",
"publicid": "2013p618001",
"origintime": "2013-08-17T15:51:52.687",
"longitude": 174.0538,
"latitude": -41.7302,
"depth": 5.8203,
"magnitude": 2.6276,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:55:29.598",
"origin_geom": "POINT (174.05384 -41.730244)"
},
{
"FID": "quake.2013p618000",
"publicid": "2013p618000",
"origintime": "2013-08-17T15:50:38.208",
"longitude": 178.5001,
"latitude": -36.5646,
"depth": 239.375,
"magnitude": 3.6157,
"magnitudetype": "M",
"status": "automatic",
"phases": 48,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:54:45.489",
"origin_geom": "POINT (178.50014 -36.564568)"
},
{
"FID": "quake.2013p617998",
"publicid": "2013p617998",
"origintime": "2013-08-17T15:49:32.834",
"longitude": 174.2573,
"latitude": -41.682,
"depth": 5.8203,
"magnitude": 2.1655,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:53:26.275",
"origin_geom": "POINT (174.25727 -41.681995)"
},
{
"FID": "quake.2013p617991",
"publicid": "2013p617991",
"origintime": "2013-08-17T15:46:19.733",
"longitude": 174.312,
"latitude": -41.6044,
"depth": 7.2266,
"magnitude": 2.3079,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:48:56.245",
"origin_geom": "POINT (174.31196 -41.604361)"
},
{
"FID": "quake.2013p617985",
"publicid": "2013p617985",
"origintime": "2013-08-17T15:42:38.752",
"longitude": 174.238,
"latitude": -41.5626,
"depth": 7.5781,
"magnitude": 2.0492,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:45:41.199",
"origin_geom": "POINT (174.23795 -41.562563)"
},
{
"FID": "quake.2013p617981",
"publicid": "2013p617981",
"origintime": "2013-08-17T15:40:28.523",
"longitude": 174.0558,
"latitude": -41.7274,
"depth": 26.3281,
"magnitude": 2.4108,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:42:39.909",
"origin_geom": "POINT (174.05582 -41.727382)"
},
{
"FID": "quake.2013p617979",
"publicid": "2013p617979",
"origintime": "2013-08-17T15:39:20.127",
"longitude": 174.2173,
"latitude": -41.743,
"depth": 50.4688,
"magnitude": 2.1297,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:41:19.676",
"origin_geom": "POINT (174.2173 -41.742965)"
},
{
"FID": "quake.2013p617976",
"publicid": "2013p617976",
"origintime": "2013-08-17T15:38:02.22",
"longitude": 174.28,
"latitude": -41.6226,
"depth": 11.2109,
"magnitude": 2.2958,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:40:30.478",
"origin_geom": "POINT (174.27995 -41.622604)"
},
{
"FID": "quake.2013p617950",
"publicid": "2013p617950",
"origintime": "2013-08-17T15:24:10.695",
"longitude": 174.4114,
"latitude": -41.5356,
"depth": 10.0391,
"magnitude": 1.9822,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:26:01.302",
"origin_geom": "POINT (174.41145 -41.535555)"
},
{
"FID": "quake.2013p617946",
"publicid": "2013p617946",
"origintime": "2013-08-17T15:21:54.538",
"longitude": 174.2996,
"latitude": -41.6674,
"depth": 5.1172,
"magnitude": 2.2513,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:23:57.805",
"origin_geom": "POINT (174.29958 -41.667389)"
},
{
"FID": "quake.2013p617935",
"publicid": "2013p617935",
"origintime": "2013-08-17T15:16:11.324",
"longitude": 174.2706,
"latitude": -41.78,
"depth": 5.1172,
"magnitude": 3.9589,
"magnitudetype": "M",
"status": "automatic",
"phases": 97,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:23:27.496",
"origin_geom": "POINT (174.27056 -41.779978)"
},
{
"FID": "quake.2013p617922",
"publicid": "2013p617922",
"origintime": "2013-08-17T15:09:12.466",
"longitude": 174.2473,
"latitude": -41.6867,
"depth": 5.1172,
"magnitude": 2.3737,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:11:36.301",
"origin_geom": "POINT (174.2473 -41.686707)"
},
{
"FID": "quake.2013p617919",
"publicid": "2013p617919",
"origintime": "2013-08-17T15:07:18.171",
"longitude": 174.1251,
"latitude": -41.6981,
"depth": 7.2266,
"magnitude": 2.4831,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:09:27.86",
"origin_geom": "POINT (174.12512 -41.698134)"
},
{
"FID": "quake.2013p617898",
"publicid": "2013p617898",
"origintime": "2013-08-17T14:56:22.605",
"longitude": 174.4363,
"latitude": -41.8741,
"depth": 5.1172,
"magnitude": 3.8384,
"magnitudetype": "M",
"status": "automatic",
"phases": 81,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T15:00:09.638",
"origin_geom": "POINT (174.43626 -41.874082)"
},
{
"FID": "quake.2013p617895",
"publicid": "2013p617895",
"origintime": "2013-08-17T14:54:41.953",
"longitude": 174.1919,
"latitude": -41.6646,
"depth": 6.6406,
"magnitude": 1.9223,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:56:32.9",
"origin_geom": "POINT (174.19191 -41.664644)"
},
{
"FID": "quake.2013p617889",
"publicid": "2013p617889",
"origintime": "2013-08-17T14:51:37.053",
"longitude": 174.5396,
"latitude": -41.5552,
"depth": 8.8672,
"magnitude": 2.0727,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:53:30.111",
"origin_geom": "POINT (174.53959 -41.555173)"
},
{
"FID": "quake.2013p617878",
"publicid": "2013p617878",
"origintime": "2013-08-17T14:45:24.557",
"longitude": 173.9985,
"latitude": -41.6775,
"depth": 5.0586,
"magnitude": 2.4505,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:47:36.79",
"origin_geom": "POINT (173.99851 -41.677523)"
},
{
"FID": "quake.2013p617874",
"publicid": "2013p617874",
"origintime": "2013-08-17T14:43:34.09",
"longitude": 174.0787,
"latitude": -41.7293,
"depth": 10.5078,
"magnitude": 2.5445,
"magnitudetype": "M",
"status": "automatic",
"phases": 37,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:47:30.789",
"origin_geom": "POINT (174.07871 -41.729305)"
},
{
"FID": "quake.2013p617869",
"publicid": "2013p617869",
"origintime": "2013-08-17T14:40:39.343",
"longitude": 174.1102,
"latitude": -41.6739,
"depth": 37.1094,
"magnitude": 2.8228,
"magnitudetype": "M",
"status": "automatic",
"phases": 39,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:44:13.728",
"origin_geom": "POINT (174.11023 -41.673923)"
},
{
"FID": "quake.2013p617859",
"publicid": "2013p617859",
"origintime": "2013-08-17T14:35:32.893",
"longitude": 174.1642,
"latitude": -41.757,
"depth": 5.0586,
"magnitude": 2.0103,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:37:20.269",
"origin_geom": "POINT (174.16418 -41.757047)"
},
{
"FID": "quake.2013p617851",
"publicid": "2013p617851",
"origintime": "2013-08-17T14:31:29.132",
"longitude": 174.222,
"latitude": -41.639,
"depth": 10.332,
"magnitude": 2.4075,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:35:16.546",
"origin_geom": "POINT (174.22197 -41.639043)"
},
{
"FID": "quake.2013p617844",
"publicid": "2013p617844",
"origintime": "2013-08-17T14:27:40.975",
"longitude": 174.1276,
"latitude": -41.6813,
"depth": 8.3398,
"magnitude": 2.2885,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:29:55.276",
"origin_geom": "POINT (174.12765 -41.681316)"
},
{
"FID": "quake.2013p617835",
"publicid": "2013p617835",
"origintime": "2013-08-17T14:22:43.02",
"longitude": 174.0187,
"latitude": -41.7378,
"depth": 5.9961,
"magnitude": 2.5164,
"magnitudetype": "M",
"status": "automatic",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:25:27.9",
"origin_geom": "POINT (174.01869 -41.737763)"
},
{
"FID": "quake.2013p617833",
"publicid": "2013p617833",
"origintime": "2013-08-17T14:21:29.967",
"longitude": 174.0734,
"latitude": -41.5093,
"depth": 8.9844,
"magnitude": 2.297,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:25:04.518",
"origin_geom": "POINT (174.07335 -41.509335)"
},
{
"FID": "quake.2013p617823",
"publicid": "2013p617823",
"origintime": "2013-08-17T14:16:29.056",
"longitude": 174.0733,
"latitude": -41.7955,
"depth": 13.9062,
"magnitude": 3.6255,
"magnitudetype": "M",
"status": "automatic",
"phases": 81,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:21:31.431",
"origin_geom": "POINT (174.07334 -41.795467)"
},
{
"FID": "quake.2013p617818",
"publicid": "2013p617818",
"origintime": "2013-08-17T14:13:43.068",
"longitude": 174.0124,
"latitude": -41.6473,
"depth": 23.3984,
"magnitude": 2.1598,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:16:42.695",
"origin_geom": "POINT (174.01238 -41.647273)"
},
{
"FID": "quake.2013p617812",
"publicid": "2013p617812",
"origintime": "2013-08-17T14:10:45.393",
"longitude": 174.1528,
"latitude": -41.6472,
"depth": 14.7266,
"magnitude": 2.1307,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:12:39.857",
"origin_geom": "POINT (174.15284 -41.647229)"
},
{
"FID": "quake.2013p617811",
"publicid": "2013p617811",
"origintime": "2013-08-17T14:09:18.031",
"longitude": 176.772,
"latitude": -41.6762,
"depth": 312.5,
"magnitude": 2.8624,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:12:25.508",
"origin_geom": "POINT (176.772 -41.676196)"
},
{
"FID": "quake.2013p617794",
"publicid": "2013p617794",
"origintime": "2013-08-17T14:00:54.886",
"longitude": 173.9633,
"latitude": -41.7464,
"depth": 25.8594,
"magnitude": 2.2044,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T14:03:03.08",
"origin_geom": "POINT (173.96328 -41.746356)"
},
{
"FID": "quake.2013p617787",
"publicid": "2013p617787",
"origintime": "2013-08-17T13:57:00.458",
"longitude": 174.2989,
"latitude": -41.5256,
"depth": 10.9766,
"magnitude": 2.0621,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:58:59.262",
"origin_geom": "POINT (174.2989 -41.52557)"
},
{
"FID": "quake.2013p617777",
"publicid": "2013p617777",
"origintime": "2013-08-17T13:52:06.489",
"longitude": 174.2502,
"latitude": -41.6151,
"depth": 12.6172,
"magnitude": 2.4859,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:54:19.277",
"origin_geom": "POINT (174.25022 -41.615057)"
},
{
"FID": "quake.2013p617766",
"publicid": "2013p617766",
"origintime": "2013-08-17T13:45:59.89",
"longitude": 174.1336,
"latitude": -41.683,
"depth": 5.2344,
"magnitude": 2.1949,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:47:53.675",
"origin_geom": "POINT (174.13358 -41.68295)"
},
{
"FID": "quake.2013p617760",
"publicid": "2013p617760",
"origintime": "2013-08-17T13:42:55.144",
"longitude": 174.013,
"latitude": -41.7349,
"depth": 6.7578,
"magnitude": 2.5696,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:46:52.99",
"origin_geom": "POINT (174.01295 -41.734883)"
},
{
"FID": "quake.2013p617758",
"publicid": "2013p617758",
"origintime": "2013-08-17T13:41:44.389",
"longitude": 174.1059,
"latitude": -41.99,
"depth": 39.2188,
"magnitude": 2.006,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:43:21.949",
"origin_geom": "POINT (174.10588 -41.989953)"
},
{
"FID": "quake.2013p617753",
"publicid": "2013p617753",
"origintime": "2013-08-17T13:38:58.42",
"longitude": 174.1405,
"latitude": -41.6164,
"depth": 17.8906,
"magnitude": 1.9665,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:41:01.828",
"origin_geom": "POINT (174.14048 -41.616419)"
},
{
"FID": "quake.2013p617749",
"publicid": "2013p617749",
"origintime": "2013-08-17T13:37:07.757",
"longitude": 174.0838,
"latitude": -41.7005,
"depth": 5.0586,
"magnitude": 2.3406,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:40:30.856",
"origin_geom": "POINT (174.08384 -41.700467)"
},
{
"FID": "quake.2013p617740",
"publicid": "2013p617740",
"origintime": "2013-08-17T13:32:07.908",
"longitude": 174.9797,
"latitude": -40.3361,
"depth": 14.375,
"magnitude": 2.9515,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:35:26.454",
"origin_geom": "POINT (174.9797 -40.336079)"
},
{
"FID": "quake.2013p617739",
"publicid": "2013p617739",
"origintime": "2013-08-17T13:31:38.6",
"longitude": 174.1782,
"latitude": -41.7147,
"depth": 19.6484,
"magnitude": 3.0804,
"magnitudetype": "M",
"status": "automatic",
"phases": 66,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:35:07.843",
"origin_geom": "POINT (174.17825 -41.714709)"
},
{
"FID": "quake.2013p617737",
"publicid": "2013p617737",
"origintime": "2013-08-17T13:30:26.751",
"longitude": 174.0453,
"latitude": -41.7154,
"depth": 6.1719,
"magnitude": 1.8717,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:31:56.291",
"origin_geom": "POINT (174.04527 -41.715394)"
},
{
"FID": "quake.2013p617729",
"publicid": "2013p617729",
"origintime": "2013-08-17T13:26:23.637",
"longitude": 174.1742,
"latitude": -41.623,
"depth": 13.6133,
"magnitude": 2.2847,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:29:28.59",
"origin_geom": "POINT (174.1742 -41.623041)"
},
{
"FID": "quake.2013p617720",
"publicid": "2013p617720",
"origintime": "2013-08-17T13:21:13.784",
"longitude": 174.0404,
"latitude": -41.7069,
"depth": 6.1719,
"magnitude": 2.4579,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:24:00.847",
"origin_geom": "POINT (174.04038 -41.706908)"
},
{
"FID": "quake.2013p617711",
"publicid": "2013p617711",
"origintime": "2013-08-17T13:16:36.58",
"longitude": 174.0042,
"latitude": -41.7213,
"depth": 5.1172,
"magnitude": 2.4461,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:19:46.673",
"origin_geom": "POINT (174.0042 -41.721279)"
},
{
"FID": "quake.2013p617706",
"publicid": "2013p617706",
"origintime": "2013-08-17T13:13:54.496",
"longitude": 174.2477,
"latitude": -41.5074,
"depth": 16.6016,
"magnitude": 2.0394,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:15:54.102",
"origin_geom": "POINT (174.24768 -41.507379)"
},
{
"FID": "quake.2013p617698",
"publicid": "2013p617698",
"origintime": "2013-08-17T13:09:39.843",
"longitude": 176.4576,
"latitude": -38.1036,
"depth": 5.9375,
"magnitude": 3.1129,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:13:23.258",
"origin_geom": "POINT (176.4576 -38.103596)"
},
{
"FID": "quake.2013p617693",
"publicid": "2013p617693",
"origintime": "2013-08-17T13:06:56",
"longitude": 177.4303,
"latitude": -37.164,
"depth": 87.5,
"magnitude": 2.342,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:09:16.294",
"origin_geom": "POINT (177.43031 -37.16397)"
},
{
"FID": "quake.2013p617692",
"publicid": "2013p617692",
"origintime": "2013-08-17T13:06:24.972",
"longitude": 174.0688,
"latitude": -41.7641,
"depth": 10.7422,
"magnitude": 2.1754,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:07:59.308",
"origin_geom": "POINT (174.06881 -41.764051)"
},
{
"FID": "quake.2013p617689",
"publicid": "2013p617689",
"origintime": "2013-08-17T13:05:04.432",
"longitude": 178.2922,
"latitude": -38.1757,
"depth": 19.6484,
"magnitude": 1.7608,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:07:11.515",
"origin_geom": "POINT (178.29225 -38.175678)"
},
{
"FID": "quake.2013p617688",
"publicid": "2013p617688",
"origintime": "2013-08-17T13:04:39.258",
"longitude": 174.301,
"latitude": -41.8463,
"depth": 26.3281,
"magnitude": 2.4827,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T13:07:06.627",
"origin_geom": "POINT (174.30096 -41.846348)"
},
{
"FID": "quake.2013p617675",
"publicid": "2013p617675",
"origintime": "2013-08-17T12:57:23.54",
"longitude": 174.0453,
"latitude": -41.6336,
"depth": 23.9844,
"magnitude": 2.0316,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:59:27.41",
"origin_geom": "POINT (174.04531 -41.633642)"
},
{
"FID": "quake.2013p617668",
"publicid": "2013p617668",
"origintime": "2013-08-17T12:53:48.299",
"longitude": 174.2528,
"latitude": -41.6915,
"depth": 5.2344,
"magnitude": 1.9319,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:55:50.449",
"origin_geom": "POINT (174.25278 -41.691456)"
},
{
"FID": "quake.2013p617662",
"publicid": "2013p617662",
"origintime": "2013-08-17T12:50:49.452",
"longitude": 174.2464,
"latitude": -41.6514,
"depth": 5.0586,
"magnitude": 2.418,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:53:58.621",
"origin_geom": "POINT (174.24636 -41.651437)"
},
{
"FID": "quake.2013p617658",
"publicid": "2013p617658",
"origintime": "2013-08-17T12:48:12.977",
"longitude": 174.219,
"latitude": -41.659,
"depth": 5.0586,
"magnitude": 2.3365,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:51:24.435",
"origin_geom": "POINT (174.219 -41.658975)"
},
{
"FID": "quake.2013p617652",
"publicid": "2013p617652",
"origintime": "2013-08-17T12:45:06.591",
"longitude": 174.2814,
"latitude": -41.6758,
"depth": 7.6367,
"magnitude": 3.2552,
"magnitudetype": "M",
"status": "automatic",
"phases": 66,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:50:51.285",
"origin_geom": "POINT (174.28135 -41.675821)"
},
{
"FID": "quake.2013p617642",
"publicid": "2013p617642",
"origintime": "2013-08-17T12:40:29.723",
"longitude": 176.2626,
"latitude": -38.6806,
"depth": 14.2578,
"magnitude": 2.5927,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:43:38.884",
"origin_geom": "POINT (176.26265 -38.680568)"
},
{
"FID": "quake.2013p617640",
"publicid": "2013p617640",
"origintime": "2013-08-17T12:39:28.52",
"longitude": 174.1583,
"latitude": -41.8167,
"depth": 8.8672,
"magnitude": 4.4451,
"magnitudetype": "M",
"status": "automatic",
"phases": 125,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:43:38.981",
"origin_geom": "POINT (174.15833 -41.816727)"
},
{
"FID": "quake.2013p617617",
"publicid": "2013p617617",
"origintime": "2013-08-17T12:26:45.386",
"longitude": 174.1027,
"latitude": -41.6829,
"depth": 8.2812,
"magnitude": 2.1262,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:28:48.054",
"origin_geom": "POINT (174.10271 -41.682878)"
},
{
"FID": "quake.2013p617606",
"publicid": "2013p617606",
"origintime": "2013-08-17T12:20:58.786",
"longitude": 174.1314,
"latitude": -41.5332,
"depth": 19.6484,
"magnitude": 1.9703,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:22:54.573",
"origin_geom": "POINT (174.13138 -41.53315)"
},
{
"FID": "quake.2013p617591",
"publicid": "2013p617591",
"origintime": "2013-08-17T12:12:56.692",
"longitude": 175.7481,
"latitude": -40.8465,
"depth": 24.9805,
"magnitude": 3.0296,
"magnitudetype": "M",
"status": "automatic",
"phases": 57,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:16:41.901",
"origin_geom": "POINT (175.74809 -40.846537)"
},
{
"FID": "quake.2013p617589",
"publicid": "2013p617589",
"origintime": "2013-08-17T12:11:38.284",
"longitude": 174.1136,
"latitude": -41.6106,
"depth": 22.1094,
"magnitude": 2.2967,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:13:48.778",
"origin_geom": "POINT (174.11358 -41.610623)"
},
{
"FID": "quake.2013p617579",
"publicid": "2013p617579",
"origintime": "2013-08-17T12:06:17.218",
"longitude": 174.2537,
"latitude": -41.5397,
"depth": 10.8594,
"magnitude": 2.167,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T12:08:11.237",
"origin_geom": "POINT (174.25368 -41.53967)"
},
{
"FID": "quake.2013p617562",
"publicid": "2013p617562",
"origintime": "2013-08-17T11:57:19.352",
"longitude": 174.071,
"latitude": -41.7191,
"depth": 8.3984,
"magnitude": 2.3132,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:59:27.515",
"origin_geom": "POINT (174.07098 -41.719068)"
},
{
"FID": "quake.2013p617550",
"publicid": "2013p617550",
"origintime": "2013-08-17T11:50:48.382",
"longitude": 177.193,
"latitude": -37.1066,
"depth": 259.0625,
"magnitude": 3.2252,
"magnitudetype": "M",
"status": "automatic",
"phases": 78,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:54:40.252",
"origin_geom": "POINT (177.19301 -37.106553)"
},
{
"FID": "quake.2013p617547",
"publicid": "2013p617547",
"origintime": "2013-08-17T11:49:30.634",
"longitude": 174.1859,
"latitude": -41.5915,
"depth": 9.8047,
"magnitude": 2.158,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:53:26.067",
"origin_geom": "POINT (174.18586 -41.591477)"
},
{
"FID": "quake.2013p617541",
"publicid": "2013p617541",
"origintime": "2013-08-17T11:46:16.315",
"longitude": 174.2276,
"latitude": -41.6528,
"depth": 5.8203,
"magnitude": 2.2688,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:49:25.947",
"origin_geom": "POINT (174.22764 -41.652764)"
},
{
"FID": "quake.2013p617539",
"publicid": "2013p617539",
"origintime": "2013-08-17T11:44:54.446",
"longitude": 174.2643,
"latitude": -41.7074,
"depth": 5.0586,
"magnitude": 2.3109,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:46:56.859",
"origin_geom": "POINT (174.26431 -41.707434)"
},
{
"FID": "quake.2013p617534",
"publicid": "2013p617534",
"origintime": "2013-08-17T11:42:25.526",
"longitude": 174.2529,
"latitude": -41.7113,
"depth": 5.0586,
"magnitude": 2.2085,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:44:26.378",
"origin_geom": "POINT (174.25293 -41.711271)"
},
{
"FID": "quake.2013p617524",
"publicid": "2013p617524",
"origintime": "2013-08-17T11:37:01.049",
"longitude": 174.1507,
"latitude": -41.4662,
"depth": 16.3672,
"magnitude": 1.8298,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:38:34.943",
"origin_geom": "POINT (174.15066 -41.46615)"
},
{
"FID": "quake.2013p617516",
"publicid": "2013p617516",
"origintime": "2013-08-17T11:32:53.563",
"longitude": 173.5731,
"latitude": -41.906,
"depth": 34.0625,
"magnitude": 2.2742,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:36:06.151",
"origin_geom": "POINT (173.57308 -41.905955)"
},
{
"FID": "quake.2013p617512",
"publicid": "2013p617512",
"origintime": "2013-08-17T11:30:39.411",
"longitude": 174.273,
"latitude": -41.6699,
"depth": 5.1172,
"magnitude": 2.6333,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:33:00.23",
"origin_geom": "POINT (174.27295 -41.669944)"
},
{
"FID": "quake.2013p617506",
"publicid": "2013p617506",
"origintime": "2013-08-17T11:27:20.56",
"longitude": 174.1244,
"latitude": -41.6827,
"depth": 8.0469,
"magnitude": 2.2355,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:29:31.358",
"origin_geom": "POINT (174.12436 -41.68268)"
},
{
"FID": "quake.2013p617496",
"publicid": "2013p617496",
"origintime": "2013-08-17T11:21:58.48",
"longitude": 174.0312,
"latitude": -41.6249,
"depth": 29.1406,
"magnitude": 1.9287,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:23:37.36",
"origin_geom": "POINT (174.03121 -41.624885)"
},
{
"FID": "quake.2013p617492",
"publicid": "2013p617492",
"origintime": "2013-08-17T11:20:14.311",
"longitude": 173.9723,
"latitude": -41.7683,
"depth": 77.8906,
"magnitude": 2.3807,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:22:18.327",
"origin_geom": "POINT (173.97229 -41.768311)"
},
{
"FID": "quake.2013p617490",
"publicid": "2013p617490",
"origintime": "2013-08-17T11:18:53.799",
"longitude": 174.2763,
"latitude": -41.585,
"depth": 9.3359,
"magnitude": 2.3912,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:22:40.533",
"origin_geom": "POINT (174.27626 -41.58496)"
},
{
"FID": "quake.2013p617473",
"publicid": "2013p617473",
"origintime": "2013-08-17T11:10:02.815",
"longitude": 174.1478,
"latitude": -41.5883,
"depth": 19.2969,
"magnitude": 2.0778,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:11:40.953",
"origin_geom": "POINT (174.14778 -41.588272)"
},
{
"FID": "quake.2013p617470",
"publicid": "2013p617470",
"origintime": "2013-08-17T11:08:51.016",
"longitude": 174.2736,
"latitude": -41.6132,
"depth": 9.8047,
"magnitude": 2.6212,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:11:09.152",
"origin_geom": "POINT (174.27362 -41.613243)"
},
{
"FID": "quake.2013p617465",
"publicid": "2013p617465",
"origintime": "2013-08-17T11:05:59.934",
"longitude": 174.1372,
"latitude": -41.7513,
"depth": 5.0586,
"magnitude": 2.6721,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T11:09:22.777",
"origin_geom": "POINT (174.13723 -41.751252)"
},
{
"FID": "quake.2013p617447",
"publicid": "2013p617447",
"origintime": "2013-08-17T10:55:54.574",
"longitude": 174.0658,
"latitude": -41.7125,
"depth": 5.0586,
"magnitude": 2.1142,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:59:14.258",
"origin_geom": "POINT (174.0658 -41.712451)"
},
{
"FID": "quake.2013p617440",
"publicid": "2013p617440",
"origintime": "2013-08-17T10:52:17.824",
"longitude": 174.006,
"latitude": -41.7599,
"depth": 5.0586,
"magnitude": 2.7874,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:54:45.29",
"origin_geom": "POINT (174.00605 -41.759916)"
},
{
"FID": "quake.2013p617437",
"publicid": "2013p617437",
"origintime": "2013-08-17T10:50:49.773",
"longitude": 174.5422,
"latitude": -41.5208,
"depth": 14.5508,
"magnitude": 3.3821,
"magnitudetype": "M",
"status": "automatic",
"phases": 77,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:54:33.923",
"origin_geom": "POINT (174.54221 -41.520847)"
},
{
"FID": "quake.2013p617427",
"publicid": "2013p617427",
"origintime": "2013-08-17T10:46:04.979",
"longitude": 174.0305,
"latitude": -41.7519,
"depth": 8.457,
"magnitude": 3.4816,
"magnitudetype": "M",
"status": "automatic",
"phases": 76,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:51:34.244",
"origin_geom": "POINT (174.03046 -41.751873)"
},
{
"FID": "quake.2013p617424",
"publicid": "2013p617424",
"origintime": "2013-08-17T10:43:32.349",
"longitude": 174.0409,
"latitude": -41.7338,
"depth": 5.0586,
"magnitude": 2.4808,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:46:52.978",
"origin_geom": "POINT (174.04093 -41.733827)"
},
{
"FID": "quake.2013p617420",
"publicid": "2013p617420",
"origintime": "2013-08-17T10:41:33.257",
"longitude": 174.0096,
"latitude": -41.7164,
"depth": 29.9609,
"magnitude": 2.3329,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:43:40.112",
"origin_geom": "POINT (174.00958 -41.716431)"
},
{
"FID": "quake.2013p617416",
"publicid": "2013p617416",
"origintime": "2013-08-17T10:39:41.915",
"longitude": 174.235,
"latitude": -41.6444,
"depth": 5.0586,
"magnitude": 2.533,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:43:07.703",
"origin_geom": "POINT (174.23505 -41.644432)"
},
{
"FID": "quake.2013p617411",
"publicid": "2013p617411",
"origintime": "2013-08-17T10:36:51.71",
"longitude": 175.8566,
"latitude": -39.5013,
"depth": 11.7969,
"magnitude": 2.3597,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:39:24.667",
"origin_geom": "POINT (175.85662 -39.501276)"
},
{
"FID": "quake.2013p617410",
"publicid": "2013p617410",
"origintime": "2013-08-17T10:36:03.602",
"longitude": 174.0033,
"latitude": -41.778,
"depth": 6.9922,
"magnitude": 3.3589,
"magnitudetype": "M",
"status": "automatic",
"phases": 65,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:40:05.881",
"origin_geom": "POINT (174.00329 -41.77798)"
},
{
"FID": "quake.2013p617406",
"publicid": "2013p617406",
"origintime": "2013-08-17T10:34:18.407",
"longitude": 174.5321,
"latitude": -40.5479,
"depth": 5.4688,
"magnitude": 2.7325,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:36:51.112",
"origin_geom": "POINT (174.5321 -40.547855)"
},
{
"FID": "quake.2013p617405",
"publicid": "2013p617405",
"origintime": "2013-08-17T10:33:36.805",
"longitude": 172.9166,
"latitude": -41.6831,
"depth": 128.75,
"magnitude": 3.4929,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:36:41.524",
"origin_geom": "POINT (172.91665 -41.683079)"
},
{
"FID": "quake.2013p617399",
"publicid": "2013p617399",
"origintime": "2013-08-17T10:30:32.937",
"longitude": 174.2409,
"latitude": -41.6984,
"depth": 5.0586,
"magnitude": 2.2478,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:32:48.455",
"origin_geom": "POINT (174.24093 -41.698407)"
},
{
"FID": "quake.2013p617395",
"publicid": "2013p617395",
"origintime": "2013-08-17T10:28:08.794",
"longitude": 174.0746,
"latitude": -41.7002,
"depth": 7.0508,
"magnitude": 2.4233,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:30:20.911",
"origin_geom": "POINT (174.07461 -41.700196)"
},
{
"FID": "quake.2013p617388",
"publicid": "2013p617388",
"origintime": "2013-08-17T10:24:20.229",
"longitude": 173.3345,
"latitude": -42.1527,
"depth": 24.6875,
"magnitude": 2.5648,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:26:38.187",
"origin_geom": "POINT (173.33447 -42.152652)"
},
{
"FID": "quake.2013p617376",
"publicid": "2013p617376",
"origintime": "2013-08-17T10:18:18.453",
"longitude": 173.9776,
"latitude": -41.7539,
"depth": 5.1172,
"magnitude": 2.3837,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:20:30.25",
"origin_geom": "POINT (173.97759 -41.753867)"
},
{
"FID": "quake.2013p617372",
"publicid": "2013p617372",
"origintime": "2013-08-17T10:16:06.793",
"longitude": 174.0605,
"latitude": -41.6758,
"depth": 5.2344,
"magnitude": 2.0835,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:19:02.624",
"origin_geom": "POINT (174.06054 -41.6758)"
},
{
"FID": "quake.2013p617364",
"publicid": "2013p617364",
"origintime": "2013-08-17T10:12:31.801",
"longitude": 174.1143,
"latitude": -41.6676,
"depth": 12.793,
"magnitude": 3.1293,
"magnitudetype": "M",
"status": "automatic",
"phases": 64,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:17:30.138",
"origin_geom": "POINT (174.11428 -41.667577)"
},
{
"FID": "quake.2013p617356",
"publicid": "2013p617356",
"origintime": "2013-08-17T10:07:32.523",
"longitude": 174.018,
"latitude": -41.7169,
"depth": 6.1133,
"magnitude": 2.1777,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:09:20.174",
"origin_geom": "POINT (174.01801 -41.716887)"
},
{
"FID": "quake.2013p617354",
"publicid": "2013p617354",
"origintime": "2013-08-17T10:06:33.111",
"longitude": 174.0423,
"latitude": -41.674,
"depth": 21.9922,
"magnitude": 2.2202,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:08:40.901",
"origin_geom": "POINT (174.04228 -41.674012)"
},
{
"FID": "quake.2013p617351",
"publicid": "2013p617351",
"origintime": "2013-08-17T10:04:57.228",
"longitude": 174.0681,
"latitude": -41.7125,
"depth": 7.9883,
"magnitude": 2.5195,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:07:39.45",
"origin_geom": "POINT (174.06811 -41.712519)"
},
{
"FID": "quake.2013p617347",
"publicid": "2013p617347",
"origintime": "2013-08-17T10:02:51.66",
"longitude": 174.0005,
"latitude": -41.6644,
"depth": 22.2266,
"magnitude": 2.2091,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:05:02.785",
"origin_geom": "POINT (174.0005 -41.664443)"
},
{
"FID": "quake.2013p617339",
"publicid": "2013p617339",
"origintime": "2013-08-17T09:58:54.066",
"longitude": 175.8159,
"latitude": -39.6392,
"depth": 5.4688,
"magnitude": 2.4234,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:02:08.145",
"origin_geom": "POINT (175.81589 -39.63925)"
},
{
"FID": "quake.2013p617338",
"publicid": "2013p617338",
"origintime": "2013-08-17T09:58:09.003",
"longitude": 174.3619,
"latitude": -42.085,
"depth": 8.0469,
"magnitude": 3.7056,
"magnitudetype": "M",
"status": "automatic",
"phases": 64,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:17:35.477",
"origin_geom": "POINT (174.36189 -42.085014)"
},
{
"FID": "quake.2013p617325",
"publicid": "2013p617325",
"origintime": "2013-08-17T09:51:44.282",
"longitude": 174.2584,
"latitude": -41.612,
"depth": 5.1172,
"magnitude": 2.6225,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:54:56.937",
"origin_geom": "POINT (174.25839 -41.611961)"
},
{
"FID": "quake.2013p617324",
"publicid": "2013p617324",
"origintime": "2013-08-17T09:50:38.934",
"longitude": 173.5827,
"latitude": -41.5341,
"depth": 59.8438,
"magnitude": 2.336,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:52:16.911",
"origin_geom": "POINT (173.58274 -41.5341)"
},
{
"FID": "quake.2013p617319",
"publicid": "2013p617319",
"origintime": "2013-08-17T09:47:50.519",
"longitude": 174.0685,
"latitude": -41.7148,
"depth": 7.4609,
"magnitude": 2.3625,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:50:02.108",
"origin_geom": "POINT (174.06853 -41.714825)"
},
{
"FID": "quake.2013p617314",
"publicid": "2013p617314",
"origintime": "2013-08-17T09:45:01.776",
"longitude": 174.0878,
"latitude": -41.6995,
"depth": 9.8047,
"magnitude": 2.4094,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:47:22.988",
"origin_geom": "POINT (174.08784 -41.699542)"
},
{
"FID": "quake.2013p617309",
"publicid": "2013p617309",
"origintime": "2013-08-17T09:43:00.564",
"longitude": 174.0578,
"latitude": -41.7197,
"depth": 9.6289,
"magnitude": 2.6763,
"magnitudetype": "M",
"status": "automatic",
"phases": 49,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:46:02.33",
"origin_geom": "POINT (174.05775 -41.719722)"
},
{
"FID": "quake.2013p617303",
"publicid": "2013p617303",
"origintime": "2013-08-17T09:39:19.237",
"longitude": 174.0649,
"latitude": -41.7133,
"depth": 9.8633,
"magnitude": 2.5079,
"magnitudetype": "M",
"status": "automatic",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:41:34.815",
"origin_geom": "POINT (174.06491 -41.713259)"
},
{
"FID": "quake.2013p617296",
"publicid": "2013p617296",
"origintime": "2013-08-17T09:35:47.407",
"longitude": 174.0322,
"latitude": -41.7304,
"depth": 5.5859,
"magnitude": 1.9965,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:37:26.333",
"origin_geom": "POINT (174.03217 -41.730442)"
},
{
"FID": "quake.2013p617293",
"publicid": "2013p617293",
"origintime": "2013-08-17T09:33:40.806",
"longitude": 173.7771,
"latitude": -41.8302,
"depth": 51.4062,
"magnitude": 2.0808,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:35:25.369",
"origin_geom": "POINT (173.77709 -41.830164)"
},
{
"FID": "quake.2013p617288",
"publicid": "2013p617288",
"origintime": "2013-08-17T09:31:24.273",
"longitude": 174.1776,
"latitude": -41.5952,
"depth": 6.1133,
"magnitude": 2.0992,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:33:43.34",
"origin_geom": "POINT (174.17759 -41.595196)"
},
{
"FID": "quake.2013p617280",
"publicid": "2013p617280",
"origintime": "2013-08-17T09:26:56.012",
"longitude": 174.2305,
"latitude": -41.6545,
"depth": 23.8672,
"magnitude": 2.2351,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:28:24.541",
"origin_geom": "POINT (174.23047 -41.654516)"
},
{
"FID": "quake.2013p617277",
"publicid": "2013p617277",
"origintime": "2013-08-17T09:25:11.397",
"longitude": 174.0664,
"latitude": -41.7237,
"depth": 5.0586,
"magnitude": 2.2854,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:27:33.65",
"origin_geom": "POINT (174.06641 -41.723731)"
},
{
"FID": "quake.2013p617269",
"publicid": "2013p617269",
"origintime": "2013-08-17T09:21:15.99",
"longitude": 176.1541,
"latitude": -40.2312,
"depth": 16.25,
"magnitude": 3.0106,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:24:18.764",
"origin_geom": "POINT (176.15407 -40.231233)"
},
{
"FID": "quake.2013p617268",
"publicid": "2013p617268",
"origintime": "2013-08-17T09:20:32.823",
"longitude": 174.0745,
"latitude": -41.8493,
"depth": 5.1172,
"magnitude": 3.9375,
"magnitudetype": "M",
"status": "automatic",
"phases": 93,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:17:24.665",
"origin_geom": "POINT (174.07447 -41.849306)"
},
{
"FID": "quake.2013p617264",
"publicid": "2013p617264",
"origintime": "2013-08-17T09:18:22.531",
"longitude": 174.0561,
"latitude": -41.7562,
"depth": 15.1953,
"magnitude": 3.5329,
"magnitudetype": "M",
"status": "automatic",
"phases": 63,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:24:47.689",
"origin_geom": "POINT (174.05609 -41.75617)"
},
{
"FID": "quake.2013p617258",
"publicid": "2013p617258",
"origintime": "2013-08-17T09:15:26.431",
"longitude": 174.0958,
"latitude": -41.7079,
"depth": 8.457,
"magnitude": 2.7254,
"magnitudetype": "M",
"status": "automatic",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:18:26.5",
"origin_geom": "POINT (174.09584 -41.707911)"
},
{
"FID": "quake.2013p617250",
"publicid": "2013p617250",
"origintime": "2013-08-17T09:10:59.637",
"longitude": 174.1212,
"latitude": -41.7243,
"depth": 8.9844,
"magnitude": 2.7962,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:14:14.542",
"origin_geom": "POINT (174.12119 -41.724296)"
},
{
"FID": "quake.2013p617246",
"publicid": "2013p617246",
"origintime": "2013-08-17T09:09:10.394",
"longitude": 174.2829,
"latitude": -41.6027,
"depth": 12.1484,
"magnitude": 3.1272,
"magnitudetype": "M",
"status": "automatic",
"phases": 61,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:12:52.274",
"origin_geom": "POINT (174.2829 -41.602672)"
},
{
"FID": "quake.2013p617242",
"publicid": "2013p617242",
"origintime": "2013-08-17T09:06:32.482",
"longitude": 174.0688,
"latitude": -41.7027,
"depth": 8.5156,
"magnitude": 2.8051,
"magnitudetype": "M",
"status": "automatic",
"phases": 39,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:10:14.719",
"origin_geom": "POINT (174.06882 -41.702738)"
},
{
"FID": "quake.2013p617238",
"publicid": "2013p617238",
"origintime": "2013-08-17T09:04:25.596",
"longitude": 174.074,
"latitude": -41.7094,
"depth": 9.2773,
"magnitude": 2.9795,
"magnitudetype": "M",
"status": "automatic",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:09:15.483",
"origin_geom": "POINT (174.074 -41.709355)"
},
{
"FID": "quake.2013p617227",
"publicid": "2013p617227",
"origintime": "2013-08-17T08:58:39.68",
"longitude": 174.0486,
"latitude": -41.7699,
"depth": 19.5898,
"magnitude": 5.4837,
"magnitudetype": "M",
"status": "reviewed",
"phases": 61,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T09:07:29.304",
"origin_geom": "POINT (174.04859 -41.769924)"
},
{
"FID": "quake.2013p617220",
"publicid": "2013p617220",
"origintime": "2013-08-17T08:55:28.01",
"longitude": 174.093,
"latitude": -41.8498,
"depth": 5.1172,
"magnitude": 3.7153,
"magnitudetype": "M",
"status": "automatic",
"phases": 79,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:59:27.426",
"origin_geom": "POINT (174.09297 -41.849848)"
},
{
"FID": "quake.2013p617210",
"publicid": "2013p617210",
"origintime": "2013-08-17T08:49:27.296",
"longitude": 174.0222,
"latitude": -41.74,
"depth": 5.0586,
"magnitude": 2.5105,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:52:37.877",
"origin_geom": "POINT (174.02223 -41.739952)"
},
{
"FID": "quake.2013p617209",
"publicid": "2013p617209",
"origintime": "2013-08-17T08:49:12.852",
"longitude": 175.4075,
"latitude": -38.7131,
"depth": 186.4062,
"magnitude": 2.4522,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:53:07.115",
"origin_geom": "POINT (175.40752 -38.713109)"
},
{
"FID": "quake.2013p617195",
"publicid": "2013p617195",
"origintime": "2013-08-17T08:41:30.026",
"longitude": 174.1331,
"latitude": -41.7378,
"depth": 14.7852,
"magnitude": 4.3245,
"magnitudetype": "M",
"status": "reviewed",
"phases": 58,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:50:54.634",
"origin_geom": "POINT (174.13307 -41.737783)"
},
{
"FID": "quake.2013p617189",
"publicid": "2013p617189",
"origintime": "2013-08-17T08:38:32.612",
"longitude": 174.2626,
"latitude": -41.6254,
"depth": 13.0859,
"magnitude": 2.2701,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:40:39.461",
"origin_geom": "POINT (174.26256 -41.62543)"
},
{
"FID": "quake.2013p617184",
"publicid": "2013p617184",
"origintime": "2013-08-17T08:35:46.126",
"longitude": 174.0146,
"latitude": -41.7543,
"depth": 5.0586,
"magnitude": 2.1717,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:37:25.495",
"origin_geom": "POINT (174.01463 -41.754328)"
},
{
"FID": "quake.2013p617175",
"publicid": "2013p617175",
"origintime": "2013-08-17T08:31:07.63",
"longitude": 174.021,
"latitude": -41.7228,
"depth": 5.8789,
"magnitude": 2.1689,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:33:17.055",
"origin_geom": "POINT (174.02097 -41.722814)"
},
{
"FID": "quake.2013p617170",
"publicid": "2013p617170",
"origintime": "2013-08-17T08:28:26.276",
"longitude": 174.0926,
"latitude": -41.7141,
"depth": 5.0586,
"magnitude": 2.4156,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:32:05.364",
"origin_geom": "POINT (174.0926 -41.714072)"
},
{
"FID": "quake.2013p617167",
"publicid": "2013p617167",
"origintime": "2013-08-17T08:26:55.005",
"longitude": 174.0609,
"latitude": -41.7346,
"depth": 11.6797,
"magnitude": 2.5458,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:29:02.133",
"origin_geom": "POINT (174.0609 -41.734622)"
},
{
"FID": "quake.2013p617151",
"publicid": "2013p617151",
"origintime": "2013-08-17T08:18:59.035",
"longitude": 174.283,
"latitude": -41.5762,
"depth": 10.6836,
"magnitude": 3.2528,
"magnitudetype": "M",
"status": "automatic",
"phases": 52,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:24:04.899",
"origin_geom": "POINT (174.28296 -41.57619)"
},
{
"FID": "quake.2013p617142",
"publicid": "2013p617142",
"origintime": "2013-08-17T08:13:36.253",
"longitude": 173.9986,
"latitude": -41.7887,
"depth": 15.8984,
"magnitude": 3.9124,
"magnitudetype": "M",
"status": "reviewed",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:24:44.924",
"origin_geom": "POINT (173.99857 -41.788686)"
},
{
"FID": "quake.2013p617136",
"publicid": "2013p617136",
"origintime": "2013-08-17T08:10:11.581",
"longitude": 176.1159,
"latitude": -39.3299,
"depth": 21.875,
"magnitude": 3.2219,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:12:55.981",
"origin_geom": "POINT (176.11594 -39.32994)"
},
{
"FID": "quake.2013p617134",
"publicid": "2013p617134",
"origintime": "2013-08-17T08:09:28.228",
"longitude": 174.5614,
"latitude": -41.5429,
"depth": 30.7812,
"magnitude": 4.4184,
"magnitudetype": "M",
"status": "automatic",
"phases": 84,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T10:37:44.644",
"origin_geom": "POINT (174.56139 -41.542887)"
},
{
"FID": "quake.2013p617132",
"publicid": "2013p617132",
"origintime": "2013-08-17T08:07:51.681",
"longitude": 172.7744,
"latitude": -41.7924,
"depth": 96.875,
"magnitude": 2.6013,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:09:50.284",
"origin_geom": "POINT (172.77437 -41.792417)"
},
{
"FID": "quake.2013p617115",
"publicid": "2013p617115",
"origintime": "2013-08-17T07:59:24.203",
"longitude": 174.3626,
"latitude": -41.6059,
"depth": 6.7578,
"magnitude": 2.0745,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:01:20.946",
"origin_geom": "POINT (174.36264 -41.605851)"
},
{
"FID": "quake.2013p617112",
"publicid": "2013p617112",
"origintime": "2013-08-17T07:57:32.47",
"longitude": 174.2113,
"latitude": -41.5964,
"depth": 13.5547,
"magnitude": 2.2491,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:59:32.777",
"origin_geom": "POINT (174.21134 -41.596397)"
},
{
"FID": "quake.2013p617100",
"publicid": "2013p617100",
"origintime": "2013-08-17T07:51:09.522",
"longitude": 174.2953,
"latitude": -41.6124,
"depth": 5.0586,
"magnitude": 2.5671,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:55:00.401",
"origin_geom": "POINT (174.29534 -41.612422)"
},
{
"FID": "quake.2013p617094",
"publicid": "2013p617094",
"origintime": "2013-08-17T07:48:51.633",
"longitude": 174.2609,
"latitude": -41.5428,
"depth": 6.0547,
"magnitude": 2.142,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:50:42.999",
"origin_geom": "POINT (174.26092 -41.542802)"
},
{
"FID": "quake.2013p617073",
"publicid": "2013p617073",
"origintime": "2013-08-17T07:36:33.448",
"longitude": 174.0873,
"latitude": -41.7285,
"depth": 7.2852,
"magnitude": 2.8694,
"magnitudetype": "M",
"status": "automatic",
"phases": 44,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:54:38.016",
"origin_geom": "POINT (174.08733 -41.728515)"
},
{
"FID": "quake.2013p617063",
"publicid": "2013p617063",
"origintime": "2013-08-17T07:30:52.48",
"longitude": 174.0056,
"latitude": -41.6717,
"depth": 50.9375,
"magnitude": 1.9612,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:32:28.151",
"origin_geom": "POINT (174.00558 -41.671683)"
},
{
"FID": "quake.2013p617062",
"publicid": "2013p617062",
"origintime": "2013-08-17T07:30:40.589",
"longitude": 172.5315,
"latitude": -43.6164,
"depth": 7.4609,
"magnitude": 2.6621,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:33:04.554",
"origin_geom": "POINT (172.53151 -43.616411)"
},
{
"FID": "quake.2013p617055",
"publicid": "2013p617055",
"origintime": "2013-08-17T07:27:24.214",
"longitude": 174.1881,
"latitude": -41.8556,
"depth": 52.3438,
"magnitude": 2.9583,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:30:27.121",
"origin_geom": "POINT (174.18811 -41.855554)"
},
{
"FID": "quake.2013p617036",
"publicid": "2013p617036",
"origintime": "2013-08-17T07:16:55.594",
"longitude": 174.1729,
"latitude": -41.6161,
"depth": 17.5391,
"magnitude": 2.1937,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:18:52.828",
"origin_geom": "POINT (174.17292 -41.616121)"
},
{
"FID": "quake.2013p617025",
"publicid": "2013p617025",
"origintime": "2013-08-17T07:11:12.111",
"longitude": 174.2635,
"latitude": -41.5981,
"depth": 7.5195,
"magnitude": 2.2482,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:13:12.954",
"origin_geom": "POINT (174.26352 -41.59814)"
},
{
"FID": "quake.2013p617015",
"publicid": "2013p617015",
"origintime": "2013-08-17T07:06:04.739",
"longitude": 174.3157,
"latitude": -41.642,
"depth": 5.1172,
"magnitude": 1.8009,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:07:40.774",
"origin_geom": "POINT (174.31567 -41.642005)"
},
{
"FID": "quake.2013p617012",
"publicid": "2013p617012",
"origintime": "2013-08-17T07:04:21.042",
"longitude": 173.4692,
"latitude": -41.7811,
"depth": 121.7188,
"magnitude": 2.5373,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:06:29.732",
"origin_geom": "POINT (173.46922 -41.781087)"
},
{
"FID": "quake.2013p617007",
"publicid": "2013p617007",
"origintime": "2013-08-17T07:01:49.786",
"longitude": 174.2925,
"latitude": -41.663,
"depth": 11.4453,
"magnitude": 3.1262,
"magnitudetype": "M",
"status": "automatic",
"phases": 52,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T07:08:21.201",
"origin_geom": "POINT (174.2925 -41.663011)"
},
{
"FID": "quake.2013p616991",
"publicid": "2013p616991",
"origintime": "2013-08-17T06:52:57.317",
"longitude": 174.0813,
"latitude": -41.7275,
"depth": 5.0586,
"magnitude": 1.9875,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:55:02.418",
"origin_geom": "POINT (174.0813 -41.727504)"
},
{
"FID": "quake.2013p616984",
"publicid": "2013p616984",
"origintime": "2013-08-17T06:49:18.292",
"longitude": 173.7815,
"latitude": -41.7571,
"depth": 8.9258,
"magnitude": 2.3293,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:51:26.12",
"origin_geom": "POINT (173.78152 -41.757083)"
},
{
"FID": "quake.2013p616976",
"publicid": "2013p616976",
"origintime": "2013-08-17T06:45:07.728",
"longitude": 174.1299,
"latitude": -41.584,
"depth": 8.3984,
"magnitude": 1.7803,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:46:42.363",
"origin_geom": "POINT (174.12992 -41.583992)"
},
{
"FID": "quake.2013p616969",
"publicid": "2013p616969",
"origintime": "2013-08-17T06:41:15.319",
"longitude": 174.0847,
"latitude": -41.7303,
"depth": 5.8203,
"magnitude": 3.0959,
"magnitudetype": "M",
"status": "automatic",
"phases": 57,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:45:50.67",
"origin_geom": "POINT (174.08474 -41.730316)"
},
{
"FID": "quake.2013p616965",
"publicid": "2013p616965",
"origintime": "2013-08-17T06:39:04.784",
"longitude": 174.0622,
"latitude": -41.7055,
"depth": 5.5859,
"magnitude": 2.4161,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:41:20.244",
"origin_geom": "POINT (174.06223 -41.705464)"
},
{
"FID": "quake.2013p616956",
"publicid": "2013p616956",
"origintime": "2013-08-17T06:34:34.059",
"longitude": 174.1734,
"latitude": -41.7675,
"depth": 42.7344,
"magnitude": 2.2606,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:36:35.374",
"origin_geom": "POINT (174.17344 -41.767537)"
},
{
"FID": "quake.2013p616953",
"publicid": "2013p616953",
"origintime": "2013-08-17T06:32:37.519",
"longitude": 173.9407,
"latitude": -41.7323,
"depth": 6.1719,
"magnitude": 2.3123,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:34:47.684",
"origin_geom": "POINT (173.9407 -41.732346)"
},
{
"FID": "quake.2013p616949",
"publicid": "2013p616949",
"origintime": "2013-08-17T06:30:32.919",
"longitude": 173.818,
"latitude": -41.6862,
"depth": 22.8125,
"magnitude": 1.907,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:31:22.312",
"origin_geom": "POINT (173.81804 -41.686196)"
},
{
"FID": "quake.2013p616938",
"publicid": "2013p616938",
"origintime": "2013-08-17T06:24:57.946",
"longitude": 174.3169,
"latitude": -41.6862,
"depth": 13.3203,
"magnitude": 2.9922,
"magnitudetype": "M",
"status": "automatic",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:29:47.292",
"origin_geom": "POINT (174.31687 -41.686248)"
},
{
"FID": "quake.2013p616935",
"publicid": "2013p616935",
"origintime": "2013-08-17T06:23:27.547",
"longitude": 174.0209,
"latitude": -41.7234,
"depth": 6.9922,
"magnitude": 2.4652,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:26:10.232",
"origin_geom": "POINT (174.02087 -41.723437)"
},
{
"FID": "quake.2013p616934",
"publicid": "2013p616934",
"origintime": "2013-08-17T06:22:02.003",
"longitude": 177.4611,
"latitude": -38.5882,
"depth": 53.8672,
"magnitude": 1.438,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:23:56.346",
"origin_geom": "POINT (177.46106 -38.58819)"
},
{
"FID": "quake.2013p616933",
"publicid": "2013p616933",
"origintime": "2013-08-17T06:21:51.775",
"longitude": 173.3994,
"latitude": -41.754,
"depth": 116.5625,
"magnitude": 2.2239,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:23:24.461",
"origin_geom": "POINT (173.39936 -41.754004)"
},
{
"FID": "quake.2013p616927",
"publicid": "2013p616927",
"origintime": "2013-08-17T06:19:10.538",
"longitude": 174.0811,
"latitude": -41.6729,
"depth": 9.8633,
"magnitude": 2.4997,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:22:57.342",
"origin_geom": "POINT (174.08106 -41.672857)"
},
{
"FID": "quake.2013p616919",
"publicid": "2013p616919",
"origintime": "2013-08-17T06:14:25.811",
"longitude": 174.1269,
"latitude": -41.6965,
"depth": 8.8672,
"magnitude": 2.2913,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:16:53.946",
"origin_geom": "POINT (174.12691 -41.696519)"
},
{
"FID": "quake.2013p616918",
"publicid": "2013p616918",
"origintime": "2013-08-17T06:14:07.589",
"longitude": 169.9016,
"latitude": -44.7049,
"depth": 5.1172,
"magnitude": 2.8871,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:16:34.196",
"origin_geom": "POINT (169.90159 -44.70489)"
},
{
"FID": "quake.2013p616914",
"publicid": "2013p616914",
"origintime": "2013-08-17T06:12:03.311",
"longitude": 174.1813,
"latitude": -41.6839,
"depth": 5.8203,
"magnitude": 2.4926,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:17:09.438",
"origin_geom": "POINT (174.18131 -41.683935)"
},
{
"FID": "quake.2013p616912",
"publicid": "2013p616912",
"origintime": "2013-08-17T06:10:50.015",
"longitude": 174.1681,
"latitude": -41.6485,
"depth": 5.1172,
"magnitude": 2.2107,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:12:52.641",
"origin_geom": "POINT (174.16808 -41.648512)"
},
{
"FID": "quake.2013p616899",
"publicid": "2013p616899",
"origintime": "2013-08-17T06:04:13.009",
"longitude": 174.1403,
"latitude": -41.5251,
"depth": 12.3828,
"magnitude": 2.1896,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:05:51.289",
"origin_geom": "POINT (174.1403 -41.525071)"
},
{
"FID": "quake.2013p616897",
"publicid": "2013p616897",
"origintime": "2013-08-17T06:02:54.423",
"longitude": 174.2913,
"latitude": -41.5562,
"depth": 5.1172,
"magnitude": 1.9321,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:04:58.528",
"origin_geom": "POINT (174.2913 -41.556208)"
},
{
"FID": "quake.2013p616893",
"publicid": "2013p616893",
"origintime": "2013-08-17T06:01:02.514",
"longitude": 174.3046,
"latitude": -41.5182,
"depth": 5.1172,
"magnitude": 2.1072,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T06:03:19.397",
"origin_geom": "POINT (174.3046 -41.51823)"
},
{
"FID": "quake.2013p616877",
"publicid": "2013p616877",
"origintime": "2013-08-17T05:52:29.261",
"longitude": 174.0706,
"latitude": -41.7113,
"depth": 5.293,
"magnitude": 2.435,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:54:39.401",
"origin_geom": "POINT (174.07061 -41.711341)"
},
{
"FID": "quake.2013p616873",
"publicid": "2013p616873",
"origintime": "2013-08-17T05:50:11.204",
"longitude": 174.1308,
"latitude": -41.609,
"depth": 25.7422,
"magnitude": 2.1168,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:52:11.333",
"origin_geom": "POINT (174.13079 -41.609043)"
},
{
"FID": "quake.2013p616869",
"publicid": "2013p616869",
"origintime": "2013-08-17T05:48:27.865",
"longitude": 174.2836,
"latitude": -41.5929,
"depth": 5.0586,
"magnitude": 2.0192,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:50:51.522",
"origin_geom": "POINT (174.28357 -41.592891)"
},
{
"FID": "quake.2013p616863",
"publicid": "2013p616863",
"origintime": "2013-08-17T05:45:04.297",
"longitude": 174.2581,
"latitude": -41.6662,
"depth": 10.2734,
"magnitude": 2.4451,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:47:21.532",
"origin_geom": "POINT (174.25807 -41.66617)"
},
{
"FID": "quake.2013p616860",
"publicid": "2013p616860",
"origintime": "2013-08-17T05:43:41.304",
"longitude": 174.2416,
"latitude": -41.8913,
"depth": 5.2344,
"magnitude": 3.3528,
"magnitudetype": "M",
"status": "automatic",
"phases": 57,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:49:00.679",
"origin_geom": "POINT (174.24163 -41.891321)"
},
{
"FID": "quake.2013p616857",
"publicid": "2013p616857",
"origintime": "2013-08-17T05:41:31.895",
"longitude": 174.0187,
"latitude": -41.7275,
"depth": 8.3984,
"magnitude": 2.5858,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:45:34.057",
"origin_geom": "POINT (174.0187 -41.727544)"
},
{
"FID": "quake.2013p616856",
"publicid": "2013p616856",
"origintime": "2013-08-17T05:41:01.52",
"longitude": 176.567,
"latitude": -38.9409,
"depth": 8.9258,
"magnitude": 1.6103,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:42:22.95",
"origin_geom": "POINT (176.56702 -38.940944)"
},
{
"FID": "quake.2013p616852",
"publicid": "2013p616852",
"origintime": "2013-08-17T05:38:55.838",
"longitude": 174.2541,
"latitude": -41.6202,
"depth": 12.8516,
"magnitude": 2.2864,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:41:04.274",
"origin_geom": "POINT (174.25408 -41.620176)"
},
{
"FID": "quake.2013p616837",
"publicid": "2013p616837",
"origintime": "2013-08-17T05:31:15.68",
"longitude": 174.2431,
"latitude": -41.5277,
"depth": 8.9844,
"magnitude": 2.4792,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:34:15.1",
"origin_geom": "POINT (174.24313 -41.527681)"
},
{
"FID": "quake.2013p616833",
"publicid": "2013p616833",
"origintime": "2013-08-17T05:29:04.279",
"longitude": 174.2786,
"latitude": -41.6837,
"depth": 17.2461,
"magnitude": 3.124,
"magnitudetype": "M",
"status": "automatic",
"phases": 57,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:34:14.308",
"origin_geom": "POINT (174.27864 -41.683666)"
},
{
"FID": "quake.2013p616831",
"publicid": "2013p616831",
"origintime": "2013-08-17T05:28:16.941",
"longitude": 175.7447,
"latitude": -41.1872,
"depth": 10.2734,
"magnitude": 2.1854,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:29:56.354",
"origin_geom": "POINT (175.74468 -41.187162)"
},
{
"FID": "quake.2013p616829",
"publicid": "2013p616829",
"origintime": "2013-08-17T05:26:37.685",
"longitude": 174.2105,
"latitude": -41.5401,
"depth": 11.3281,
"magnitude": 2.2382,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:29:45.78",
"origin_geom": "POINT (174.21047 -41.540066)"
},
{
"FID": "quake.2013p616815",
"publicid": "2013p616815",
"origintime": "2013-08-17T05:19:15.02",
"longitude": 174.2912,
"latitude": -41.7139,
"depth": 21.5234,
"magnitude": 4.3429,
"magnitudetype": "M",
"status": "reviewed",
"phases": 44,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T08:17:41.619",
"origin_geom": "POINT (174.29117 -41.713853)"
},
{
"FID": "quake.2013p616807",
"publicid": "2013p616807",
"origintime": "2013-08-17T05:16:09.956",
"longitude": 174.301,
"latitude": -41.6785,
"depth": 5.0586,
"magnitude": 3.2794,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:18:35.603",
"origin_geom": "POINT (174.30103 -41.678484)"
},
{
"FID": "quake.2013p616808",
"publicid": "2013p616808",
"origintime": "2013-08-17T05:15:40.234",
"longitude": 174.5268,
"latitude": -40.1157,
"depth": 132.5,
"magnitude": 2.9367,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:18:46.345",
"origin_geom": "POINT (174.52679 -40.115661)"
},
{
"FID": "quake.2013p616805",
"publicid": "2013p616805",
"origintime": "2013-08-17T05:14:03",
"longitude": 174.1681,
"latitude": -41.6485,
"depth": 11.9141,
"magnitude": 2.4961,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:16:04.781",
"origin_geom": "POINT (174.16808 -41.648512)"
},
{
"FID": "quake.2013p616795",
"publicid": "2013p616795",
"origintime": "2013-08-17T05:08:28.74",
"longitude": 174.2593,
"latitude": -41.6996,
"depth": 5.1172,
"magnitude": 2.3334,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:10:30.685",
"origin_geom": "POINT (174.2593 -41.699571)"
},
{
"FID": "quake.2013p616792",
"publicid": "2013p616792",
"origintime": "2013-08-17T05:07:00.276",
"longitude": 174.3553,
"latitude": -41.5823,
"depth": 8.1641,
"magnitude": 1.9053,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:08:30.398",
"origin_geom": "POINT (174.3553 -41.58228)"
},
{
"FID": "quake.2013p616788",
"publicid": "2013p616788",
"origintime": "2013-08-17T05:04:43.738",
"longitude": 173.9888,
"latitude": -41.7717,
"depth": 5.1172,
"magnitude": 2.5164,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:08:04.377",
"origin_geom": "POINT (173.98878 -41.771715)"
},
{
"FID": "quake.2013p616783",
"publicid": "2013p616783",
"origintime": "2013-08-17T05:02:28.28",
"longitude": 174.0673,
"latitude": -41.774,
"depth": 13.5547,
"magnitude": 3.3623,
"magnitudetype": "M",
"status": "automatic",
"phases": 64,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:06:23.34",
"origin_geom": "POINT (174.0673 -41.774018)"
},
{
"FID": "quake.2013p616779",
"publicid": "2013p616779",
"origintime": "2013-08-17T04:59:58.423",
"longitude": 173.9315,
"latitude": -41.7417,
"depth": 6.0547,
"magnitude": 2.5575,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:02:08.017",
"origin_geom": "POINT (173.93154 -41.741671)"
},
{
"FID": "quake.2013p616776",
"publicid": "2013p616776",
"origintime": "2013-08-17T04:58:51.016",
"longitude": 174.199,
"latitude": -41.5547,
"depth": 20.2344,
"magnitude": 2.9123,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:01:48.891",
"origin_geom": "POINT (174.19904 -41.554745)"
},
{
"FID": "quake.2013p616773",
"publicid": "2013p616773",
"origintime": "2013-08-17T04:57:44.323",
"longitude": 174.0783,
"latitude": -41.7011,
"depth": 5.0586,
"magnitude": 2.8252,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T05:01:15.499",
"origin_geom": "POINT (174.07833 -41.70114)"
},
{
"FID": "quake.2013p616771",
"publicid": "2013p616771",
"origintime": "2013-08-17T04:55:46.805",
"longitude": 174.2999,
"latitude": -41.6023,
"depth": 5.1172,
"magnitude": 2.9062,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:59:14.469",
"origin_geom": "POINT (174.29991 -41.602338)"
},
{
"FID": "quake.2013p616767",
"publicid": "2013p616767",
"origintime": "2013-08-17T04:53:57.452",
"longitude": 174.2081,
"latitude": -41.608,
"depth": 16.1328,
"magnitude": 3.5072,
"magnitudetype": "M",
"status": "automatic",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:57:32.683",
"origin_geom": "POINT (174.20807 -41.607979)"
},
{
"FID": "quake.2013p616764",
"publicid": "2013p616764",
"origintime": "2013-08-17T04:52:09.189",
"longitude": 173.9848,
"latitude": -41.8183,
"depth": 10.2734,
"magnitude": 3.4604,
"magnitudetype": "M",
"status": "automatic",
"phases": 78,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:56:12.468",
"origin_geom": "POINT (173.98476 -41.818314)"
},
{
"FID": "quake.2013p616758",
"publicid": "2013p616758",
"origintime": "2013-08-17T04:49:07.154",
"longitude": 177.2333,
"latitude": -39.3243,
"depth": 20.3516,
"magnitude": 2.5632,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:52:17.884",
"origin_geom": "POINT (177.23331 -39.324313)"
},
{
"FID": "quake.2013p616756",
"publicid": "2013p616756",
"origintime": "2013-08-17T04:47:45.627",
"longitude": 177.2495,
"latitude": -39.3338,
"depth": 21.8164,
"magnitude": 2.6783,
"magnitudetype": "M",
"status": "automatic",
"phases": 40,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:51:13.579",
"origin_geom": "POINT (177.2495 -39.333761)"
},
{
"FID": "quake.2013p616749",
"publicid": "2013p616749",
"origintime": "2013-08-17T04:44:29.426",
"longitude": 175.4952,
"latitude": -39.617,
"depth": 21.6406,
"magnitude": 2.4971,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:46:53.184",
"origin_geom": "POINT (175.4952 -39.617038)"
},
{
"FID": "quake.2013p616748",
"publicid": "2013p616748",
"origintime": "2013-08-17T04:43:46.568",
"longitude": 174.0906,
"latitude": -41.753,
"depth": 19.4141,
"magnitude": 3.3436,
"magnitudetype": "M",
"status": "automatic",
"phases": 62,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:47:28.813",
"origin_geom": "POINT (174.09058 -41.753011)"
},
{
"FID": "quake.2013p616746",
"publicid": "2013p616746",
"origintime": "2013-08-17T04:42:35.027",
"longitude": 174.0094,
"latitude": -41.7381,
"depth": 6.0547,
"magnitude": 2.2424,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:44:34.528",
"origin_geom": "POINT (174.00937 -41.738115)"
},
{
"FID": "quake.2013p616738",
"publicid": "2013p616738",
"origintime": "2013-08-17T04:38:18.077",
"longitude": 173.9957,
"latitude": -41.7773,
"depth": 6.6406,
"magnitude": 2.8293,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:41:44.397",
"origin_geom": "POINT (173.99566 -41.777339)"
},
{
"FID": "quake.2013p616729",
"publicid": "2013p616729",
"origintime": "2013-08-17T04:33:20.212",
"longitude": 174.119,
"latitude": -41.708,
"depth": 5.1172,
"magnitude": 3.0947,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:36:14.328",
"origin_geom": "POINT (174.11901 -41.707965)"
},
{
"FID": "quake.2013p616722",
"publicid": "2013p616722",
"origintime": "2013-08-17T04:29:43.293",
"longitude": 174.1895,
"latitude": -41.6706,
"depth": 15.3711,
"magnitude": 3.4474,
"magnitudetype": "M",
"status": "automatic",
"phases": 63,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:34:23.565",
"origin_geom": "POINT (174.18947 -41.67062)"
},
{
"FID": "quake.2013p616712",
"publicid": "2013p616712",
"origintime": "2013-08-17T04:24:21.261",
"longitude": 173.9993,
"latitude": -41.7735,
"depth": 7.4023,
"magnitude": 2.8661,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:27:50.821",
"origin_geom": "POINT (173.99934 -41.773484)"
},
{
"FID": "quake.2013p616705",
"publicid": "2013p616705",
"origintime": "2013-08-17T04:20:46.48",
"longitude": 174.1482,
"latitude": -41.6886,
"depth": 5.0586,
"magnitude": 2.5155,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:22:44.156",
"origin_geom": "POINT (174.14818 -41.688593)"
},
{
"FID": "quake.2013p616702",
"publicid": "2013p616702",
"origintime": "2013-08-17T04:19:16.959",
"longitude": 173.934,
"latitude": -41.6954,
"depth": 25.3906,
"magnitude": 2.303,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:21:04.168",
"origin_geom": "POINT (173.934 -41.695442)"
},
{
"FID": "quake.2013p616691",
"publicid": "2013p616691",
"origintime": "2013-08-17T04:13:20.905",
"longitude": 173.9923,
"latitude": -41.7793,
"depth": 19.6484,
"magnitude": 5.0356,
"magnitudetype": "M",
"status": "reviewed",
"phases": 53,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:28:36.198",
"origin_geom": "POINT (173.99226 -41.779325)"
},
{
"FID": "quake.2013p616687",
"publicid": "2013p616687",
"origintime": "2013-08-17T04:11:01.735",
"longitude": 174.0673,
"latitude": -41.7692,
"depth": 12.4414,
"magnitude": 4.77,
"magnitudetype": "M",
"status": "reviewed",
"phases": 69,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:45:59.84",
"origin_geom": "POINT (174.06726 -41.76922)"
},
{
"FID": "quake.2013p616685",
"publicid": "2013p616685",
"origintime": "2013-08-17T04:09:59.879",
"longitude": 174.4584,
"latitude": -41.509,
"depth": 10.3906,
"magnitude": 2.1341,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:11:43.367",
"origin_geom": "POINT (174.45844 -41.508997)"
},
{
"FID": "quake.2013p616683",
"publicid": "2013p616683",
"origintime": "2013-08-17T04:09:00.933",
"longitude": 174.2336,
"latitude": -41.6129,
"depth": 5.1172,
"magnitude": 2.133,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:10:36.279",
"origin_geom": "POINT (174.23357 -41.612899)"
},
{
"FID": "quake.2013p616680",
"publicid": "2013p616680",
"origintime": "2013-08-17T04:07:28.953",
"longitude": 174.2114,
"latitude": -41.6168,
"depth": 5.2344,
"magnitude": 2.0298,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:09:23.056",
"origin_geom": "POINT (174.21138 -41.616835)"
},
{
"FID": "quake.2013p616661",
"publicid": "2013p616661",
"origintime": "2013-08-17T03:57:01.845",
"longitude": 174.2759,
"latitude": -41.629,
"depth": 5.0586,
"magnitude": 3.7505,
"magnitudetype": "M",
"status": "automatic",
"phases": 79,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T04:01:10.789",
"origin_geom": "POINT (174.27593 -41.628951)"
},
{
"FID": "quake.2013p616657",
"publicid": "2013p616657",
"origintime": "2013-08-17T03:55:15.417",
"longitude": 174.4054,
"latitude": -41.5454,
"depth": 9.8047,
"magnitude": 3.4389,
"magnitudetype": "M",
"status": "automatic",
"phases": 72,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:58:56.312",
"origin_geom": "POINT (174.40539 -41.545386)"
},
{
"FID": "quake.2013p616650",
"publicid": "2013p616650",
"origintime": "2013-08-17T03:51:17.406",
"longitude": 174.8578,
"latitude": -40.254,
"depth": 61.7188,
"magnitude": 3.0193,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:54:26.836",
"origin_geom": "POINT (174.85779 -40.254037)"
},
{
"FID": "quake.2013p616649",
"publicid": "2013p616649",
"origintime": "2013-08-17T03:50:47.32",
"longitude": 174.1654,
"latitude": -41.6203,
"depth": 5.0586,
"magnitude": 3.5331,
"magnitudetype": "M",
"status": "automatic",
"phases": 55,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:54:36.197",
"origin_geom": "POINT (174.16536 -41.620278)"
},
{
"FID": "quake.2013p616640",
"publicid": "2013p616640",
"origintime": "2013-08-17T03:46:19.187",
"longitude": 174.2757,
"latitude": -41.6621,
"depth": 6.1719,
"magnitude": 2.2966,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:48:34.745",
"origin_geom": "POINT (174.27566 -41.662099)"
},
{
"FID": "quake.2013p616634",
"publicid": "2013p616634",
"origintime": "2013-08-17T03:42:50.367",
"longitude": 174.1191,
"latitude": -41.6971,
"depth": 5.1172,
"magnitude": 2.3677,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:44:45.281",
"origin_geom": "POINT (174.1191 -41.697123)"
},
{
"FID": "quake.2013p616630",
"publicid": "2013p616630",
"origintime": "2013-08-17T03:40:43.985",
"longitude": 176.4549,
"latitude": -39.7765,
"depth": 5.1172,
"magnitude": 2.2239,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:42:19.786",
"origin_geom": "POINT (176.45491 -39.776501)"
},
{
"FID": "quake.2013p616628",
"publicid": "2013p616628",
"origintime": "2013-08-17T03:39:25.621",
"longitude": 174.1716,
"latitude": -41.7078,
"depth": 5.1172,
"magnitude": 2.2576,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:41:21.669",
"origin_geom": "POINT (174.17155 -41.707839)"
},
{
"FID": "quake.2013p616620",
"publicid": "2013p616620",
"origintime": "2013-08-17T03:35:29.576",
"longitude": 173.9383,
"latitude": -41.7377,
"depth": 7.2266,
"magnitude": 2.1446,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:37:36.723",
"origin_geom": "POINT (173.93833 -41.737699)"
},
{
"FID": "quake.2013p616615",
"publicid": "2013p616615",
"origintime": "2013-08-17T03:32:43.831",
"longitude": 174.2297,
"latitude": -41.6439,
"depth": 5.0586,
"magnitude": 2.2258,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:34:34.02",
"origin_geom": "POINT (174.22974 -41.643859)"
},
{
"FID": "quake.2013p616608",
"publicid": "2013p616608",
"origintime": "2013-08-17T03:29:00.992",
"longitude": 172.6124,
"latitude": -43.663,
"depth": 24.5703,
"magnitude": 2.6053,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:31:26.185",
"origin_geom": "POINT (172.61236 -43.662957)"
},
{
"FID": "quake.2013p616595",
"publicid": "2013p616595",
"origintime": "2013-08-17T03:22:18.079",
"longitude": 174.2414,
"latitude": -41.6015,
"depth": 11.2109,
"magnitude": 1.9535,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:24:02.496",
"origin_geom": "POINT (174.24144 -41.601453)"
},
{
"FID": "quake.2013p616593",
"publicid": "2013p616593",
"origintime": "2013-08-17T03:20:59.179",
"longitude": 174.1715,
"latitude": -41.5227,
"depth": 27.3828,
"magnitude": 1.9556,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:22:46.945",
"origin_geom": "POINT (174.17147 -41.522652)"
},
{
"FID": "quake.2013p616589",
"publicid": "2013p616589",
"origintime": "2013-08-17T03:18:57.497",
"longitude": 174.1969,
"latitude": -41.6936,
"depth": 11.4453,
"magnitude": 2.0683,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:20:51.373",
"origin_geom": "POINT (174.19686 -41.693567)"
},
{
"FID": "quake.2013p616587",
"publicid": "2013p616587",
"origintime": "2013-08-17T03:17:38.193",
"longitude": 174.3253,
"latitude": -41.5555,
"depth": 8.3984,
"magnitude": 2.0807,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:19:47.408",
"origin_geom": "POINT (174.32531 -41.555541)"
},
{
"FID": "quake.2013p616582",
"publicid": "2013p616582",
"origintime": "2013-08-17T03:15:26.558",
"longitude": 174.1534,
"latitude": -41.7674,
"depth": 12.6172,
"magnitude": 2.9972,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:19:05.155",
"origin_geom": "POINT (174.15336 -41.767366)"
},
{
"FID": "quake.2013p616578",
"publicid": "2013p616578",
"origintime": "2013-08-17T03:13:00.943",
"longitude": 174.0442,
"latitude": -41.7325,
"depth": 5.1172,
"magnitude": 2.3035,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:15:05.895",
"origin_geom": "POINT (174.04423 -41.732464)"
},
{
"FID": "quake.2013p616574",
"publicid": "2013p616574",
"origintime": "2013-08-17T03:10:57.779",
"longitude": 174.2337,
"latitude": -41.6538,
"depth": 5.1172,
"magnitude": 2.4785,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:14:40.728",
"origin_geom": "POINT (174.23367 -41.653775)"
},
{
"FID": "quake.2013p616568",
"publicid": "2013p616568",
"origintime": "2013-08-17T03:07:41.854",
"longitude": 174.194,
"latitude": -41.6509,
"depth": 8.3984,
"magnitude": 2.4459,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:09:42.314",
"origin_geom": "POINT (174.19396 -41.65094)"
},
{
"FID": "quake.2013p616560",
"publicid": "2013p616560",
"origintime": "2013-08-17T03:03:48.593",
"longitude": 174.2488,
"latitude": -41.5414,
"depth": 14.668,
"magnitude": 2.4882,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:06:29.366",
"origin_geom": "POINT (174.2488 -41.541403)"
},
{
"FID": "quake.2013p616554",
"publicid": "2013p616554",
"origintime": "2013-08-17T03:00:23.506",
"longitude": 174.8519,
"latitude": -40.3856,
"depth": 6.875,
"magnitude": 2.9551,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:03:38.239",
"origin_geom": "POINT (174.85187 -40.385619)"
},
{
"FID": "quake.2013p616553",
"publicid": "2013p616553",
"origintime": "2013-08-17T03:00:02.413",
"longitude": 173.747,
"latitude": -41.7458,
"depth": 23.2812,
"magnitude": 3.7045,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:03:38.24",
"origin_geom": "POINT (173.74695 -41.745848)"
},
{
"FID": "quake.2013p616547",
"publicid": "2013p616547",
"origintime": "2013-08-17T02:56:41.667",
"longitude": 174.0767,
"latitude": -41.6709,
"depth": 19.4141,
"magnitude": 2.4269,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:00:19.084",
"origin_geom": "POINT (174.07673 -41.670853)"
},
{
"FID": "quake.2013p616534",
"publicid": "2013p616534",
"origintime": "2013-08-17T02:49:54.781",
"longitude": 173.9118,
"latitude": -41.7492,
"depth": 5.0586,
"magnitude": 3.1205,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:54:12.473",
"origin_geom": "POINT (173.91183 -41.749227)"
},
{
"FID": "quake.2013p616528",
"publicid": "2013p616528",
"origintime": "2013-08-17T02:46:45.753",
"longitude": 176.4336,
"latitude": -39.0521,
"depth": 19.2969,
"magnitude": 2.5591,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:48:47.91",
"origin_geom": "POINT (176.43364 -39.052083)"
},
{
"FID": "quake.2013p616527",
"publicid": "2013p616527",
"origintime": "2013-08-17T02:45:47.76",
"longitude": 173.9241,
"latitude": -41.7398,
"depth": 6.7578,
"magnitude": 4.088,
"magnitudetype": "M",
"status": "reviewed",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:13:28.645",
"origin_geom": "POINT (173.9241 -41.739784)"
},
{
"FID": "quake.2013p616518",
"publicid": "2013p616518",
"origintime": "2013-08-17T02:41:21.26",
"longitude": 177.7291,
"latitude": -36.7002,
"depth": 205.625,
"magnitude": 2.9356,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:44:48.309",
"origin_geom": "POINT (177.72911 -36.700184)"
},
{
"FID": "quake.2013p616515",
"publicid": "2013p616515",
"origintime": "2013-08-17T02:39:15.104",
"longitude": 174.2484,
"latitude": -41.6167,
"depth": 5.1172,
"magnitude": 2.1081,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:41:02.848",
"origin_geom": "POINT (174.24843 -41.616673)"
},
{
"FID": "quake.2013p616512",
"publicid": "2013p616512",
"origintime": "2013-08-17T02:37:49.572",
"longitude": 176.8019,
"latitude": -39.732,
"depth": 35.8203,
"magnitude": 2.0425,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:39:29.823",
"origin_geom": "POINT (176.80187 -39.731983)"
},
{
"FID": "quake.2013p616502",
"publicid": "2013p616502",
"origintime": "2013-08-17T02:32:24.093",
"longitude": 174.225,
"latitude": -41.6293,
"depth": 21.2891,
"magnitude": 2.4783,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:34:29.743",
"origin_geom": "POINT (174.22495 -41.629329)"
},
{
"FID": "quake.2013p616495",
"publicid": "2013p616495",
"origintime": "2013-08-17T02:28:51.633",
"longitude": 174.1578,
"latitude": -41.6449,
"depth": 5.1172,
"magnitude": 2.4192,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:31:05.875",
"origin_geom": "POINT (174.15782 -41.644873)"
},
{
"FID": "quake.2013p616491",
"publicid": "2013p616491",
"origintime": "2013-08-17T02:27:28.76",
"longitude": 174.1008,
"latitude": -41.6851,
"depth": 5.0586,
"magnitude": 3.2926,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:31:45.725",
"origin_geom": "POINT (174.10083 -41.685117)"
},
{
"FID": "quake.2013p616486",
"publicid": "2013p616486",
"origintime": "2013-08-17T02:23:45.587",
"longitude": 174.2713,
"latitude": -41.6499,
"depth": 5.5859,
"magnitude": 3.6288,
"magnitudetype": "M",
"status": "automatic",
"phases": 68,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:27:42.654",
"origin_geom": "POINT (174.27129 -41.649876)"
},
{
"FID": "quake.2013p616474",
"publicid": "2013p616474",
"origintime": "2013-08-17T02:17:47.847",
"longitude": 173.3731,
"latitude": -40.8487,
"depth": 48.125,
"magnitude": 2.8905,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:20:49.12",
"origin_geom": "POINT (173.3731 -40.848668)"
},
{
"FID": "quake.2013p616469",
"publicid": "2013p616469",
"origintime": "2013-08-17T02:15:04.931",
"longitude": 174.1962,
"latitude": -41.636,
"depth": 16.3672,
"magnitude": 3.1914,
"magnitudetype": "M",
"status": "automatic",
"phases": 60,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:19:58.573",
"origin_geom": "POINT (174.19619 -41.635991)"
},
{
"FID": "quake.2013p616467",
"publicid": "2013p616467",
"origintime": "2013-08-17T02:13:53.586",
"longitude": 174.1612,
"latitude": -41.6633,
"depth": 5.1172,
"magnitude": 2.4863,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:15:43.497",
"origin_geom": "POINT (174.16123 -41.663325)"
},
{
"FID": "quake.2013p616457",
"publicid": "2013p616457",
"origintime": "2013-08-17T02:08:22.58",
"longitude": 174.3088,
"latitude": -41.7302,
"depth": 20.8203,
"magnitude": 3.4017,
"magnitudetype": "M",
"status": "automatic",
"phases": 70,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:11:59.911",
"origin_geom": "POINT (174.30884 -41.73022)"
},
{
"FID": "quake.2013p616449",
"publicid": "2013p616449",
"origintime": "2013-08-17T02:04:05.665",
"longitude": 174.2738,
"latitude": -41.6072,
"depth": 5.4102,
"magnitude": 2.9018,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:11:36.574",
"origin_geom": "POINT (174.27375 -41.607199)"
},
{
"FID": "quake.2013p616443",
"publicid": "2013p616443",
"origintime": "2013-08-17T02:01:05.033",
"longitude": 174.1391,
"latitude": -41.7388,
"depth": 11.7383,
"magnitude": 4.067,
"magnitudetype": "M",
"status": "reviewed",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:07:12.114",
"origin_geom": "POINT (174.1391 -41.738794)"
},
{
"FID": "quake.2013p616440",
"publicid": "2013p616440",
"origintime": "2013-08-17T01:59:34.099",
"longitude": 174.3175,
"latitude": -41.7029,
"depth": 7.6953,
"magnitude": 2.2164,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:02:09.158",
"origin_geom": "POINT (174.3175 -41.702948)"
},
{
"FID": "quake.2013p616437",
"publicid": "2013p616437",
"origintime": "2013-08-17T01:58:01.843",
"longitude": 174.1771,
"latitude": -41.7222,
"depth": 5.1172,
"magnitude": 2.7436,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:01:10.324",
"origin_geom": "POINT (174.17713 -41.722184)"
},
{
"FID": "quake.2013p616432",
"publicid": "2013p616432",
"origintime": "2013-08-17T01:55:09.203",
"longitude": 174.2381,
"latitude": -41.6654,
"depth": 19.9414,
"magnitude": 3.3074,
"magnitudetype": "M",
"status": "automatic",
"phases": 59,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:58:50.283",
"origin_geom": "POINT (174.23812 -41.665376)"
},
{
"FID": "quake.2013p616427",
"publicid": "2013p616427",
"origintime": "2013-08-17T01:52:37.555",
"longitude": 174.2254,
"latitude": -41.616,
"depth": 8.3984,
"magnitude": 2.3417,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:58:29.78",
"origin_geom": "POINT (174.22539 -41.615996)"
},
{
"FID": "quake.2013p616417",
"publicid": "2013p616417",
"origintime": "2013-08-17T01:47:02.143",
"longitude": 174.2338,
"latitude": -41.5804,
"depth": 19.1797,
"magnitude": 2.7159,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:49:03.416",
"origin_geom": "POINT (174.23377 -41.580374)"
},
{
"FID": "quake.2013p616404",
"publicid": "2013p616404",
"origintime": "2013-08-17T01:40:33.105",
"longitude": 174.2362,
"latitude": -41.6472,
"depth": 18.0078,
"magnitude": 2.6122,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:45:44.141",
"origin_geom": "POINT (174.23619 -41.647176)"
},
{
"FID": "quake.2013p616395",
"publicid": "2013p616395",
"origintime": "2013-08-17T01:35:18.83",
"longitude": 174.1629,
"latitude": -41.6834,
"depth": 5.1172,
"magnitude": 2.3399,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:38:04.014",
"origin_geom": "POINT (174.16286 -41.683393)"
},
{
"FID": "quake.2013p616387",
"publicid": "2013p616387",
"origintime": "2013-08-17T01:31:23.328",
"longitude": 176.2836,
"latitude": -38.9358,
"depth": 92.8906,
"magnitude": 2.5818,
"magnitudetype": "M",
"status": "automatic",
"phases": 59,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T02:00:55.149",
"origin_geom": "POINT (176.28364 -38.935826)"
},
{
"FID": "quake.2013p616375",
"publicid": "2013p616375",
"origintime": "2013-08-17T01:24:36.197",
"longitude": 174.1231,
"latitude": -41.7323,
"depth": 21.5234,
"magnitude": 2.9332,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:28:14.049",
"origin_geom": "POINT (174.12308 -41.732276)"
},
{
"FID": "quake.2013p616372",
"publicid": "2013p616372",
"origintime": "2013-08-17T01:23:26.674",
"longitude": 174.1893,
"latitude": -41.4752,
"depth": 16.7188,
"magnitude": 2.0835,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:25:20.545",
"origin_geom": "POINT (174.18932 -41.475213)"
},
{
"FID": "quake.2013p616368",
"publicid": "2013p616368",
"origintime": "2013-08-17T01:20:54.745",
"longitude": 174.011,
"latitude": -41.7473,
"depth": 7.6953,
"magnitude": 2.5111,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:23:50.151",
"origin_geom": "POINT (174.01105 -41.747341)"
},
{
"FID": "quake.2013p616363",
"publicid": "2013p616363",
"origintime": "2013-08-17T01:18:30.882",
"longitude": 174.3046,
"latitude": -41.665,
"depth": 11.2109,
"magnitude": 2.9612,
"magnitudetype": "M",
"status": "automatic",
"phases": 37,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:20:51.763",
"origin_geom": "POINT (174.30456 -41.665033)"
},
{
"FID": "quake.2013p616360",
"publicid": "2013p616360",
"origintime": "2013-08-17T01:16:34.573",
"longitude": 173.7693,
"latitude": -41.9593,
"depth": 36.1719,
"magnitude": 2.274,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:18:44.258",
"origin_geom": "POINT (173.76931 -41.959255)"
},
{
"FID": "quake.2013p616356",
"publicid": "2013p616356",
"origintime": "2013-08-17T01:14:47.7",
"longitude": 167.8506,
"latitude": -44.6432,
"depth": 5.1172,
"magnitude": 2.9316,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:17:55.519",
"origin_geom": "POINT (167.85058 -44.643207)"
},
{
"FID": "quake.2013p616355",
"publicid": "2013p616355",
"origintime": "2013-08-17T01:14:39.264",
"longitude": 174.3121,
"latitude": -41.5827,
"depth": 10.0391,
"magnitude": 2.2927,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:18:14.615",
"origin_geom": "POINT (174.31206 -41.582677)"
},
{
"FID": "quake.2013p616352",
"publicid": "2013p616352",
"origintime": "2013-08-17T01:12:33.619",
"longitude": 173.7771,
"latitude": -41.7509,
"depth": 35.2344,
"magnitude": 2.3849,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:15:35.695",
"origin_geom": "POINT (173.77707 -41.750904)"
},
{
"FID": "quake.2013p616348",
"publicid": "2013p616348",
"origintime": "2013-08-17T01:10:23.961",
"longitude": 174.148,
"latitude": -41.5717,
"depth": 5.0293,
"magnitude": 2.1878,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:12:20.395",
"origin_geom": "POINT (174.14795 -41.571697)"
},
{
"FID": "quake.2013p616341",
"publicid": "2013p616341",
"origintime": "2013-08-17T01:06:28.084",
"longitude": 176.7644,
"latitude": -39.0701,
"depth": 5.8203,
"magnitude": 2.6584,
"magnitudetype": "M",
"status": "automatic",
"phases": 48,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:52:38.654",
"origin_geom": "POINT (176.76438 -39.070088)"
},
{
"FID": "quake.2013p616338",
"publicid": "2013p616338",
"origintime": "2013-08-17T01:06:11.786",
"longitude": 174.2896,
"latitude": -41.7142,
"depth": 20.7031,
"magnitude": 3.5297,
"magnitudetype": "M",
"status": "automatic",
"phases": 54,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:10:00.412",
"origin_geom": "POINT (174.28957 -41.714223)"
},
{
"FID": "quake.2013p616328",
"publicid": "2013p616328",
"origintime": "2013-08-17T01:00:02.81",
"longitude": 174.2832,
"latitude": -41.6844,
"depth": 12.6172,
"magnitude": 3.0214,
"magnitudetype": "M",
"status": "automatic",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T01:02:47.995",
"origin_geom": "POINT (174.28316 -41.684424)"
},
{
"FID": "quake.2013p616319",
"publicid": "2013p616319",
"origintime": "2013-08-17T00:54:59.964",
"longitude": 175.5725,
"latitude": -40.8909,
"depth": 23.457,
"magnitude": 1.6053,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:56:34.448",
"origin_geom": "POINT (175.57246 -40.890917)"
},
{
"FID": "quake.2013p616309",
"publicid": "2013p616309",
"origintime": "2013-08-17T00:49:27.38",
"longitude": 174.081,
"latitude": -41.7246,
"depth": 5.0586,
"magnitude": 2.4762,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:51:39.984",
"origin_geom": "POINT (174.08097 -41.724575)"
},
{
"FID": "quake.2013p616299",
"publicid": "2013p616299",
"origintime": "2013-08-17T00:44:29.777",
"longitude": 174.0014,
"latitude": -41.6486,
"depth": 20.8203,
"magnitude": 2.0515,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:46:12.247",
"origin_geom": "POINT (174.00137 -41.648618)"
},
{
"FID": "quake.2013p616272",
"publicid": "2013p616272",
"origintime": "2013-08-17T00:30:06.87",
"longitude": 176.2891,
"latitude": -40.8291,
"depth": 24.1016,
"magnitude": 1.892,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:31:35.33",
"origin_geom": "POINT (176.28908 -40.829071)"
},
{
"FID": "quake.2013p616263",
"publicid": "2013p616263",
"origintime": "2013-08-17T00:25:12.822",
"longitude": 174.1392,
"latitude": -41.743,
"depth": 11.8555,
"magnitude": 4.0894,
"magnitudetype": "M",
"status": "reviewed",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:18:43.486",
"origin_geom": "POINT (174.13924 -41.742969)"
},
{
"FID": "quake.2013p616258",
"publicid": "2013p616258",
"origintime": "2013-08-17T00:22:48.012",
"longitude": 174.1218,
"latitude": -41.6688,
"depth": 8.3984,
"magnitude": 2.8907,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:25:28.14",
"origin_geom": "POINT (174.12181 -41.668841)"
},
{
"FID": "quake.2013p616255",
"publicid": "2013p616255",
"origintime": "2013-08-17T00:20:39.368",
"longitude": 174.153,
"latitude": -41.5125,
"depth": 6.875,
"magnitude": 3.6043,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:24:14.916",
"origin_geom": "POINT (174.15296 -41.512514)"
},
{
"FID": "quake.2013p616253",
"publicid": "2013p616253",
"origintime": "2013-08-17T00:20:29.146",
"longitude": 174.1354,
"latitude": -41.7174,
"depth": 5.0586,
"magnitude": 3.3357,
"magnitudetype": "M",
"status": "automatic",
"phases": 49,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:24:04.946",
"origin_geom": "POINT (174.13536 -41.717412)"
},
{
"FID": "quake.2013p616229",
"publicid": "2013p616229",
"origintime": "2013-08-17T00:07:18.243",
"longitude": 174.0881,
"latitude": -41.7235,
"depth": 7.7539,
"magnitude": 2.8949,
"magnitudetype": "M",
"status": "automatic",
"phases": 45,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:10:10.84",
"origin_geom": "POINT (174.08808 -41.723532)"
},
{
"FID": "quake.2013p616224",
"publicid": "2013p616224",
"origintime": "2013-08-17T00:04:21.889",
"longitude": 174.239,
"latitude": -41.5864,
"depth": 5.1172,
"magnitude": 2.208,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:06:01.023",
"origin_geom": "POINT (174.23905 -41.586368)"
},
{
"FID": "quake.2013p616221",
"publicid": "2013p616221",
"origintime": "2013-08-17T00:02:55.37",
"longitude": 173.8086,
"latitude": -41.5683,
"depth": 36.6406,
"magnitude": 2.2288,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:05:03.767",
"origin_geom": "POINT (173.80855 -41.568281)"
},
{
"FID": "quake.2013p616218",
"publicid": "2013p616218",
"origintime": "2013-08-17T00:01:06.614",
"longitude": 174.1088,
"latitude": -41.5709,
"depth": 19.4141,
"magnitude": 2.2126,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T00:03:05.415",
"origin_geom": "POINT (174.10877 -41.570857)"
},
{
"FID": "quake.2013p616208",
"publicid": "2013p616208",
"origintime": "2013-08-16T23:56:02.468",
"longitude": 174.4327,
"latitude": -41.4211,
"depth": 7.4609,
"magnitude": 2.1403,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:57:47.696",
"origin_geom": "POINT (174.4327 -41.42108)"
},
{
"FID": "quake.2013p616205",
"publicid": "2013p616205",
"origintime": "2013-08-16T23:54:17.571",
"longitude": 174.0829,
"latitude": -41.7115,
"depth": 9.4531,
"magnitude": 2.7566,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:57:42.148",
"origin_geom": "POINT (174.08294 -41.711494)"
},
{
"FID": "quake.2013p616191",
"publicid": "2013p616191",
"origintime": "2013-08-16T23:46:42.851",
"longitude": 174.2766,
"latitude": -41.5933,
"depth": 10.0391,
"magnitude": 2.5643,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:48:41.687",
"origin_geom": "POINT (174.27657 -41.593311)"
},
{
"FID": "quake.2013p616184",
"publicid": "2013p616184",
"origintime": "2013-08-16T23:43:11.742",
"longitude": 174.092,
"latitude": -41.6313,
"depth": 21.7578,
"magnitude": 2.5382,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:45:22.915",
"origin_geom": "POINT (174.09196 -41.631259)"
},
{
"FID": "quake.2013p616175",
"publicid": "2013p616175",
"origintime": "2013-08-16T23:39:01.049",
"longitude": 174.0852,
"latitude": -41.7326,
"depth": 5.0586,
"magnitude": 3.0703,
"magnitudetype": "M",
"status": "automatic",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:43:05.879",
"origin_geom": "POINT (174.08516 -41.732623)"
},
{
"FID": "quake.2013p616172",
"publicid": "2013p616172",
"origintime": "2013-08-16T23:36:46.074",
"longitude": 174.0227,
"latitude": -41.7519,
"depth": 9.5703,
"magnitude": 1.9833,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:38:59.485",
"origin_geom": "POINT (174.02273 -41.751855)"
},
{
"FID": "quake.2013p616166",
"publicid": "2013p616166",
"origintime": "2013-08-16T23:33:34.245",
"longitude": 174.121,
"latitude": -41.7412,
"depth": 5.0586,
"magnitude": 2.8821,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:35:51.287",
"origin_geom": "POINT (174.12096 -41.741181)"
},
{
"FID": "quake.2013p616158",
"publicid": "2013p616158",
"origintime": "2013-08-16T23:29:36.499",
"longitude": 174.2583,
"latitude": -41.6336,
"depth": 9.5703,
"magnitude": 2.8287,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:31:51.274",
"origin_geom": "POINT (174.25826 -41.633645)"
},
{
"FID": "quake.2013p616132",
"publicid": "2013p616132",
"origintime": "2013-08-16T23:15:31.198",
"longitude": 174.1949,
"latitude": -41.6651,
"depth": 5.1172,
"magnitude": 2.3359,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:17:31.963",
"origin_geom": "POINT (174.19492 -41.665149)"
},
{
"FID": "quake.2013p616125",
"publicid": "2013p616125",
"origintime": "2013-08-16T23:11:38.025",
"longitude": 174.1785,
"latitude": -41.6665,
"depth": 8.457,
"magnitude": 2.7158,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:14:30.886",
"origin_geom": "POINT (174.1785 -41.666544)"
},
{
"FID": "quake.2013p616095",
"publicid": "2013p616095",
"origintime": "2013-08-16T22:55:34.1",
"longitude": 174.284,
"latitude": -41.5952,
"depth": 13.3203,
"magnitude": 2.5199,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:57:34.692",
"origin_geom": "POINT (174.284 -41.595197)"
},
{
"FID": "quake.2013p616090",
"publicid": "2013p616090",
"origintime": "2013-08-16T22:53:07.214",
"longitude": 173.9976,
"latitude": -41.5822,
"depth": 22.1094,
"magnitude": 1.867,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:55:14.915",
"origin_geom": "POINT (173.99759 -41.582185)"
},
{
"FID": "quake.2013p616085",
"publicid": "2013p616085",
"origintime": "2013-08-16T22:50:21.529",
"longitude": 174.0738,
"latitude": -41.7256,
"depth": 5.0586,
"magnitude": 3.1346,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:53:32.82",
"origin_geom": "POINT (174.07385 -41.725618)"
},
{
"FID": "quake.2013p616082",
"publicid": "2013p616082",
"origintime": "2013-08-16T22:49:15.543",
"longitude": 176.1102,
"latitude": -39.0747,
"depth": 9.2188,
"magnitude": 2.4017,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:51:47.634",
"origin_geom": "POINT (176.11019 -39.074719)"
},
{
"FID": "quake.2013p616081",
"publicid": "2013p616081",
"origintime": "2013-08-16T22:48:20.415",
"longitude": 174.0847,
"latitude": -41.7664,
"depth": 12.5586,
"magnitude": 3.7807,
"magnitudetype": "M",
"status": "automatic",
"phases": 73,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:52:21.839",
"origin_geom": "POINT (174.08469 -41.766394)"
},
{
"FID": "quake.2013p616070",
"publicid": "2013p616070",
"origintime": "2013-08-16T22:42:17.885",
"longitude": 173.9892,
"latitude": -41.7993,
"depth": 13.0859,
"magnitude": 3.1333,
"magnitudetype": "M",
"status": "automatic",
"phases": 50,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:46:20.895",
"origin_geom": "POINT (173.98922 -41.799257)"
},
{
"FID": "quake.2013p616066",
"publicid": "2013p616066",
"origintime": "2013-08-16T22:40:24.031",
"longitude": 174.1405,
"latitude": -41.6369,
"depth": 15.8984,
"magnitude": 2.5299,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:42:28.897",
"origin_geom": "POINT (174.1405 -41.636857)"
},
{
"FID": "quake.2013p616057",
"publicid": "2013p616057",
"origintime": "2013-08-16T22:35:27.668",
"longitude": 174.278,
"latitude": -41.584,
"depth": 14.1992,
"magnitude": 3.332,
"magnitudetype": "M",
"status": "automatic",
"phases": 50,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:38:56.489",
"origin_geom": "POINT (174.27795 -41.583967)"
},
{
"FID": "quake.2013p616052",
"publicid": "2013p616052",
"origintime": "2013-08-16T22:32:56.846",
"longitude": 174.0737,
"latitude": -41.7317,
"depth": 6.9922,
"magnitude": 3.0486,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:36:15.632",
"origin_geom": "POINT (174.07371 -41.731661)"
},
{
"FID": "quake.2013p616050",
"publicid": "2013p616050",
"origintime": "2013-08-16T22:31:32.143",
"longitude": 174.1458,
"latitude": -41.6681,
"depth": 13.6133,
"magnitude": 2.7046,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:35:17.473",
"origin_geom": "POINT (174.14585 -41.668087)"
},
{
"FID": "quake.2013p616046",
"publicid": "2013p616046",
"origintime": "2013-08-16T22:29:49.609",
"longitude": 174.2717,
"latitude": -41.6053,
"depth": 8.0469,
"magnitude": 2.5064,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:32:12.625",
"origin_geom": "POINT (174.27172 -41.605263)"
},
{
"FID": "quake.2013p616044",
"publicid": "2013p616044",
"origintime": "2013-08-16T22:28:23.878",
"longitude": 174.2785,
"latitude": -41.6638,
"depth": 9.9219,
"magnitude": 2.21,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:30:25.226",
"origin_geom": "POINT (174.27848 -41.66385)"
},
{
"FID": "quake.2013p616035",
"publicid": "2013p616035",
"origintime": "2013-08-16T22:23:57.969",
"longitude": 175.3693,
"latitude": -39.2801,
"depth": 9.8047,
"magnitude": 2.6175,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:26:39.685",
"origin_geom": "POINT (175.36934 -39.280145)"
},
{
"FID": "quake.2013p616034",
"publicid": "2013p616034",
"origintime": "2013-08-16T22:23:11.295",
"longitude": 174.2528,
"latitude": -41.6493,
"depth": 20.1172,
"magnitude": 4.2041,
"magnitudetype": "M",
"status": "reviewed",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:01:30.858",
"origin_geom": "POINT (174.25285 -41.649334)"
},
{
"FID": "quake.2013p616030",
"publicid": "2013p616030",
"origintime": "2013-08-16T22:21:55.568",
"longitude": 174.1694,
"latitude": -41.7637,
"depth": 10.5078,
"magnitude": 4.255,
"magnitudetype": "M",
"status": "reviewed",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T23:02:49.611",
"origin_geom": "POINT (174.16938 -41.763665)"
},
{
"FID": "quake.2013p616020",
"publicid": "2013p616020",
"origintime": "2013-08-16T22:15:57.117",
"longitude": 174.1557,
"latitude": -41.649,
"depth": 16.6016,
"magnitude": 2.6471,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:18:51.137",
"origin_geom": "POINT (174.15566 -41.648981)"
},
{
"FID": "quake.2013p616012",
"publicid": "2013p616012",
"origintime": "2013-08-16T22:11:35.768",
"longitude": 174.191,
"latitude": -41.6709,
"depth": 5.1172,
"magnitude": 3.0214,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:13:44.321",
"origin_geom": "POINT (174.19098 -41.670873)"
},
{
"FID": "quake.2013p616009",
"publicid": "2013p616009",
"origintime": "2013-08-16T22:09:57.872",
"longitude": 174.1864,
"latitude": -41.7014,
"depth": 5.0586,
"magnitude": 2.5952,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:13:57.282",
"origin_geom": "POINT (174.18642 -41.701394)"
},
{
"FID": "quake.2013p616006",
"publicid": "2013p616006",
"origintime": "2013-08-16T22:08:22.678",
"longitude": 174.1644,
"latitude": -41.6421,
"depth": 41.3281,
"magnitude": 1.775,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:09:47.955",
"origin_geom": "POINT (174.1644 -41.642147)"
},
{
"FID": "quake.2013p615995",
"publicid": "2013p615995",
"origintime": "2013-08-16T22:01:42.86",
"longitude": 172.2277,
"latitude": -42.4911,
"depth": 173.75,
"magnitude": 2.9939,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:03:45.151",
"origin_geom": "POINT (172.22767 -42.491056)"
},
{
"FID": "quake.2013p615990",
"publicid": "2013p615990",
"origintime": "2013-08-16T21:59:41.315",
"longitude": 174.2762,
"latitude": -41.5332,
"depth": 12.3828,
"magnitude": 1.9171,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:01:07.561",
"origin_geom": "POINT (174.2762 -41.533243)"
},
{
"FID": "quake.2013p615987",
"publicid": "2013p615987",
"origintime": "2013-08-16T21:58:00.881",
"longitude": 174.1783,
"latitude": -41.5596,
"depth": 19.4141,
"magnitude": 2.3405,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:59:53.775",
"origin_geom": "POINT (174.17829 -41.559556)"
},
{
"FID": "quake.2013p615979",
"publicid": "2013p615979",
"origintime": "2013-08-16T21:53:48.731",
"longitude": 174.3049,
"latitude": -41.5891,
"depth": 9.3359,
"magnitude": 2.9701,
"magnitudetype": "M",
"status": "automatic",
"phases": 37,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:56:48.289",
"origin_geom": "POINT (174.30494 -41.58914)"
},
{
"FID": "quake.2013p615978",
"publicid": "2013p615978",
"origintime": "2013-08-16T21:53:22.744",
"longitude": 174.1545,
"latitude": -41.6565,
"depth": 15.4297,
"magnitude": 2.952,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:56:14.479",
"origin_geom": "POINT (174.15454 -41.656455)"
},
{
"FID": "quake.2013p615975",
"publicid": "2013p615975",
"origintime": "2013-08-16T21:51:33.341",
"longitude": 174.015,
"latitude": -41.5998,
"depth": 11.2109,
"magnitude": 2.1757,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:53:39.559",
"origin_geom": "POINT (174.01496 -41.599798)"
},
{
"FID": "quake.2013p615961",
"publicid": "2013p615961",
"origintime": "2013-08-16T21:44:51.35",
"longitude": 174.2173,
"latitude": -41.681,
"depth": 5.293,
"magnitude": 2.7204,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:46:57.519",
"origin_geom": "POINT (174.21726 -41.681029)"
},
{
"FID": "quake.2013p615954",
"publicid": "2013p615954",
"origintime": "2013-08-16T21:40:24.529",
"longitude": 174.0688,
"latitude": -41.8458,
"depth": 5.1172,
"magnitude": 3.7652,
"magnitudetype": "M",
"status": "automatic",
"phases": 82,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:44:17.661",
"origin_geom": "POINT (174.06881 -41.845803)"
},
{
"FID": "quake.2013p615948",
"publicid": "2013p615948",
"origintime": "2013-08-16T21:37:31.715",
"longitude": 174.1101,
"latitude": -41.7467,
"depth": 5.0586,
"magnitude": 2.8139,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:39:58.968",
"origin_geom": "POINT (174.11008 -41.746701)"
},
{
"FID": "quake.2013p615945",
"publicid": "2013p615945",
"origintime": "2013-08-16T21:36:36.801",
"longitude": 174.4136,
"latitude": -41.5417,
"depth": 5.0586,
"magnitude": 2.8253,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:38:45.947",
"origin_geom": "POINT (174.41364 -41.541667)"
},
{
"FID": "quake.2013p615943",
"publicid": "2013p615943",
"origintime": "2013-08-16T21:34:39.987",
"longitude": 174.0304,
"latitude": -41.7423,
"depth": 7.5195,
"magnitude": 2.3211,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:36:37.987",
"origin_geom": "POINT (174.03037 -41.742277)"
},
{
"FID": "quake.2013p615935",
"publicid": "2013p615935",
"origintime": "2013-08-16T21:30:29.947",
"longitude": 174.0037,
"latitude": -41.7598,
"depth": 5.0586,
"magnitude": 2.4538,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:32:52.927",
"origin_geom": "POINT (174.00374 -41.759848)"
},
{
"FID": "quake.2013p615933",
"publicid": "2013p615933",
"origintime": "2013-08-16T21:29:14.669",
"longitude": 174.0155,
"latitude": -41.6874,
"depth": 22.2266,
"magnitude": 2.3689,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:32:12.365",
"origin_geom": "POINT (174.01554 -41.687408)"
},
{
"FID": "quake.2013p615931",
"publicid": "2013p615931",
"origintime": "2013-08-16T21:28:18.734",
"longitude": 176.2397,
"latitude": -40.5863,
"depth": 16.9531,
"magnitude": 1.9029,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:29:54.321",
"origin_geom": "POINT (176.23972 -40.586334)"
},
{
"FID": "quake.2013p615928",
"publicid": "2013p615928",
"origintime": "2013-08-16T21:26:54.173",
"longitude": 174.227,
"latitude": -41.6361,
"depth": 5.1172,
"magnitude": 2.1265,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:28:31.691",
"origin_geom": "POINT (174.22704 -41.636064)"
},
{
"FID": "quake.2013p615920",
"publicid": "2013p615920",
"origintime": "2013-08-16T21:22:09.351",
"longitude": 173.6512,
"latitude": -40.63,
"depth": 78.125,
"magnitude": 3.4262,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:25:15.646",
"origin_geom": "POINT (173.65115 -40.629992)"
},
{
"FID": "quake.2013p615916",
"publicid": "2013p615916",
"origintime": "2013-08-16T21:20:39.004",
"longitude": 174.2815,
"latitude": -41.6018,
"depth": 11.9141,
"magnitude": 4.0024,
"magnitudetype": "M",
"status": "reviewed",
"phases": 44,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:24:04.88",
"origin_geom": "POINT (174.28149 -41.601796)"
},
{
"FID": "quake.2013p615914",
"publicid": "2013p615914",
"origintime": "2013-08-16T21:19:00.958",
"longitude": 174.1616,
"latitude": -41.6091,
"depth": 5.1172,
"magnitude": 2.5079,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:21:19.108",
"origin_geom": "POINT (174.16163 -41.609116)"
},
{
"FID": "quake.2013p615909",
"publicid": "2013p615909",
"origintime": "2013-08-16T21:16:42.427",
"longitude": 174.1222,
"latitude": -41.7229,
"depth": 5.0586,
"magnitude": 1.9968,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:18:26.24",
"origin_geom": "POINT (174.12217 -41.722865)"
},
{
"FID": "quake.2013p615905",
"publicid": "2013p615905",
"origintime": "2013-08-16T21:14:39.374",
"longitude": 174.2625,
"latitude": -41.6261,
"depth": 5.0586,
"magnitude": 2.343,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:17:03.286",
"origin_geom": "POINT (174.26247 -41.626053)"
},
{
"FID": "quake.2013p615893",
"publicid": "2013p615893",
"origintime": "2013-08-16T21:08:02.766",
"longitude": 174.8408,
"latitude": -40.1134,
"depth": 29.8438,
"magnitude": 3.6526,
"magnitudetype": "M",
"status": "automatic",
"phases": 115,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:16:05.362",
"origin_geom": "POINT (174.84079 -40.113426)"
},
{
"FID": "quake.2013p615890",
"publicid": "2013p615890",
"origintime": "2013-08-16T21:06:15.297",
"longitude": 174.1365,
"latitude": -41.6534,
"depth": 10.9766,
"magnitude": 2.4664,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:08:27.079",
"origin_geom": "POINT (174.13647 -41.653422)"
},
{
"FID": "quake.2013p615887",
"publicid": "2013p615887",
"origintime": "2013-08-16T21:04:38.35",
"longitude": 174.0583,
"latitude": -41.6703,
"depth": 19.8828,
"magnitude": 2.4358,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:06:49.209",
"origin_geom": "POINT (174.05828 -41.670311)"
},
{
"FID": "quake.2013p615883",
"publicid": "2013p615883",
"origintime": "2013-08-16T21:02:56.785",
"longitude": 174.2973,
"latitude": -41.704,
"depth": 18.7109,
"magnitude": 2.9521,
"magnitudetype": "M",
"status": "automatic",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:06:35.397",
"origin_geom": "POINT (174.29726 -41.704022)"
},
{
"FID": "quake.2013p615880",
"publicid": "2013p615880",
"origintime": "2013-08-16T21:00:57.846",
"longitude": 174.0052,
"latitude": -41.7655,
"depth": 6.7578,
"magnitude": 2.2899,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:02:31.272",
"origin_geom": "POINT (174.00519 -41.765522)"
},
{
"FID": "quake.2013p615872",
"publicid": "2013p615872",
"origintime": "2013-08-16T20:57:57.231",
"longitude": 174.2627,
"latitude": -41.6867,
"depth": 9.4531,
"magnitude": 3.1524,
"magnitudetype": "M",
"status": "automatic",
"phases": 40,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T21:01:07.221",
"origin_geom": "POINT (174.26274 -41.686744)"
},
{
"FID": "quake.2013p615860",
"publicid": "2013p615860",
"origintime": "2013-08-16T20:50:31.511",
"longitude": 174.3058,
"latitude": -41.604,
"depth": 5.0586,
"magnitude": 2.6912,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:52:31.236",
"origin_geom": "POINT (174.30584 -41.603972)"
},
{
"FID": "quake.2013p615857",
"publicid": "2013p615857",
"origintime": "2013-08-16T20:49:06.954",
"longitude": 174.1633,
"latitude": -41.6905,
"depth": 5.2344,
"magnitude": 1.9478,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:50:52.195",
"origin_geom": "POINT (174.16334 -41.690498)"
},
{
"FID": "quake.2013p615853",
"publicid": "2013p615853",
"origintime": "2013-08-16T20:46:57.403",
"longitude": 174.0931,
"latitude": -41.7055,
"depth": 7.4609,
"magnitude": 2.6753,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:50:07.219",
"origin_geom": "POINT (174.09311 -41.705536)"
},
{
"FID": "quake.2013p615846",
"publicid": "2013p615846",
"origintime": "2013-08-16T20:43:11.515",
"longitude": 174.2233,
"latitude": -41.6453,
"depth": 5.0586,
"magnitude": 2.5398,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:45:09.97",
"origin_geom": "POINT (174.22334 -41.645339)"
},
{
"FID": "quake.2013p615844",
"publicid": "2013p615844",
"origintime": "2013-08-16T20:41:45.021",
"longitude": 174.2637,
"latitude": -41.5554,
"depth": 5.1172,
"magnitude": 1.9336,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:43:22.177",
"origin_geom": "POINT (174.26368 -41.555396)"
},
{
"FID": "quake.2013p615840",
"publicid": "2013p615840",
"origintime": "2013-08-16T20:40:00.507",
"longitude": 174.0205,
"latitude": -41.7259,
"depth": 6.2891,
"magnitude": 2.4373,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:43:23.887",
"origin_geom": "POINT (174.02049 -41.725928)"
},
{
"FID": "quake.2013p615823",
"publicid": "2013p615823",
"origintime": "2013-08-16T20:31:14.56",
"longitude": 174.1518,
"latitude": -41.5921,
"depth": 15.6641,
"magnitude": 3.0784,
"magnitudetype": "M",
"status": "automatic",
"phases": 47,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:35:00.283",
"origin_geom": "POINT (174.15183 -41.592144)"
},
{
"FID": "quake.2013p615814",
"publicid": "2013p615814",
"origintime": "2013-08-16T20:26:09.993",
"longitude": 173.9631,
"latitude": -41.6767,
"depth": 23.3984,
"magnitude": 2.257,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:28:21.542",
"origin_geom": "POINT (173.96312 -41.676692)"
},
{
"FID": "quake.2013p615803",
"publicid": "2013p615803",
"origintime": "2013-08-16T20:20:18.566",
"longitude": 174.2822,
"latitude": -41.6546,
"depth": 12.793,
"magnitude": 3.1676,
"magnitudetype": "M",
"status": "automatic",
"phases": 45,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:23:48.356",
"origin_geom": "POINT (174.28217 -41.654575)"
},
{
"FID": "quake.2013p615798",
"publicid": "2013p615798",
"origintime": "2013-08-16T20:17:24.706",
"longitude": 174.3147,
"latitude": -41.617,
"depth": 8.6328,
"magnitude": 3.8982,
"magnitudetype": "M",
"status": "automatic",
"phases": 81,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:21:27.462",
"origin_geom": "POINT (174.31473 -41.616954)"
},
{
"FID": "quake.2013p615796",
"publicid": "2013p615796",
"origintime": "2013-08-16T20:16:23.77",
"longitude": 174.2562,
"latitude": -41.6317,
"depth": 5.0586,
"magnitude": 3.7928,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:19:26.422",
"origin_geom": "POINT (174.25623 -41.631708)"
},
{
"FID": "quake.2013p615790",
"publicid": "2013p615790",
"origintime": "2013-08-16T20:13:27.47",
"longitude": 174.1055,
"latitude": -41.7568,
"depth": 15.1953,
"magnitude": 3.7395,
"magnitudetype": "M",
"status": "automatic",
"phases": 73,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:18:09.11",
"origin_geom": "POINT (174.10547 -41.756785)"
},
{
"FID": "quake.2013p615788",
"publicid": "2013p615788",
"origintime": "2013-08-16T20:12:07.839",
"longitude": 174.2604,
"latitude": -41.6404,
"depth": 6.2891,
"magnitude": 2.564,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:15:43.329",
"origin_geom": "POINT (174.26035 -41.640379)"
},
{
"FID": "quake.2013p615784",
"publicid": "2013p615784",
"origintime": "2013-08-16T20:09:59.657",
"longitude": 174.308,
"latitude": -41.5944,
"depth": 5.293,
"magnitude": 3.1893,
"magnitudetype": "M",
"status": "automatic",
"phases": 48,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:13:28.987",
"origin_geom": "POINT (174.30802 -41.594444)"
},
{
"FID": "quake.2013p615780",
"publicid": "2013p615780",
"origintime": "2013-08-16T20:07:54.851",
"longitude": 174.0849,
"latitude": -41.7243,
"depth": 7.6367,
"magnitude": 3.1115,
"magnitudetype": "M",
"status": "automatic",
"phases": 51,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:11:19.348",
"origin_geom": "POINT (174.08488 -41.724273)"
},
{
"FID": "quake.2013p615777",
"publicid": "2013p615777",
"origintime": "2013-08-16T20:06:08.349",
"longitude": 174.1152,
"latitude": -41.7437,
"depth": 5.1172,
"magnitude": 2.4412,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:08:08.355",
"origin_geom": "POINT (174.11517 -41.743722)"
},
{
"FID": "quake.2013p615773",
"publicid": "2013p615773",
"origintime": "2013-08-16T20:04:40.165",
"longitude": 174.259,
"latitude": -41.5769,
"depth": 14.4922,
"magnitude": 2.448,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:06:48.693",
"origin_geom": "POINT (174.25895 -41.576944)"
},
{
"FID": "quake.2013p615767",
"publicid": "2013p615767",
"origintime": "2013-08-16T20:00:44.473",
"longitude": 174.2032,
"latitude": -41.5995,
"depth": 5.5859,
"magnitude": 2.5421,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:03:04.964",
"origin_geom": "POINT (174.20317 -41.599493)"
},
{
"FID": "quake.2013p615753",
"publicid": "2013p615753",
"origintime": "2013-08-16T19:53:25.894",
"longitude": 174.0719,
"latitude": -41.7285,
"depth": 5.0586,
"magnitude": 2.3545,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:55:38.052",
"origin_geom": "POINT (174.07188 -41.728479)"
},
{
"FID": "quake.2013p615742",
"publicid": "2013p615742",
"origintime": "2013-08-16T19:47:32.377",
"longitude": 174.0404,
"latitude": -41.7273,
"depth": 5.8203,
"magnitude": 2.2497,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:49:18.431",
"origin_geom": "POINT (174.04037 -41.727346)"
},
{
"FID": "quake.2013p615737",
"publicid": "2013p615737",
"origintime": "2013-08-16T19:44:48.63",
"longitude": 174.0996,
"latitude": -41.683,
"depth": 5.5273,
"magnitude": 2.6169,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:46:43.039",
"origin_geom": "POINT (174.0996 -41.682995)"
},
{
"FID": "quake.2013p615733",
"publicid": "2013p615733",
"origintime": "2013-08-16T19:43:04.584",
"longitude": 174.1573,
"latitude": -41.5765,
"depth": 40.5078,
"magnitude": 2.2883,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:44:32.349",
"origin_geom": "POINT (174.15726 -41.576455)"
},
{
"FID": "quake.2013p615729",
"publicid": "2013p615729",
"origintime": "2013-08-16T19:40:44.72",
"longitude": 174.2552,
"latitude": -41.6596,
"depth": 5.0586,
"magnitude": 2.6892,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:42:49.713",
"origin_geom": "POINT (174.25518 -41.659621)"
},
{
"FID": "quake.2013p615727",
"publicid": "2013p615727",
"origintime": "2013-08-16T19:39:38.573",
"longitude": 174.1964,
"latitude": -41.7382,
"depth": 5.2344,
"magnitude": 2.1576,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:41:17.172",
"origin_geom": "POINT (174.19638 -41.738181)"
},
{
"FID": "quake.2013p615718",
"publicid": "2013p615718",
"origintime": "2013-08-16T19:34:39.61",
"longitude": 174.1056,
"latitude": -41.7562,
"depth": 5.4102,
"magnitude": 2.254,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:36:51.263",
"origin_geom": "POINT (174.10557 -41.756162)"
},
{
"FID": "quake.2013p615709",
"publicid": "2013p615709",
"origintime": "2013-08-16T19:29:58.52",
"longitude": 175.1189,
"latitude": -39.4055,
"depth": 148.2031,
"magnitude": 2.5617,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:33:28.172",
"origin_geom": "POINT (175.11891 -39.405522)"
},
{
"FID": "quake.2013p615695",
"publicid": "2013p615695",
"origintime": "2013-08-16T19:22:17.192",
"longitude": 174.0318,
"latitude": -41.7432,
"depth": 5.0586,
"magnitude": 2.5318,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T20:34:58.672",
"origin_geom": "POINT (174.03179 -41.743153)"
},
{
"FID": "quake.2013p615692",
"publicid": "2013p615692",
"origintime": "2013-08-16T19:20:52.184",
"longitude": 174.0772,
"latitude": -41.7441,
"depth": 5.0586,
"magnitude": 2.0189,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:22:38.137",
"origin_geom": "POINT (174.07725 -41.74407)"
},
{
"FID": "quake.2013p615687",
"publicid": "2013p615687",
"origintime": "2013-08-16T19:18:21.246",
"longitude": 172.8329,
"latitude": -43.4606,
"depth": 23.1641,
"magnitude": 2.994,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:20:26.362",
"origin_geom": "POINT (172.83293 -43.460566)"
},
{
"FID": "quake.2013p615685",
"publicid": "2013p615685",
"origintime": "2013-08-16T19:17:00.053",
"longitude": 174.0748,
"latitude": -41.735,
"depth": 6.2891,
"magnitude": 2.9264,
"magnitudetype": "M",
"status": "automatic",
"phases": 44,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:20:42.428",
"origin_geom": "POINT (174.07475 -41.735029)"
},
{
"FID": "quake.2013p615681",
"publicid": "2013p615681",
"origintime": "2013-08-16T19:15:12.945",
"longitude": 174.0713,
"latitude": -41.7274,
"depth": 5.1172,
"magnitude": 2.4997,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:17:51.407",
"origin_geom": "POINT (174.07126 -41.727418)"
},
{
"FID": "quake.2013p615679",
"publicid": "2013p615679",
"origintime": "2013-08-16T19:13:49.151",
"longitude": 174.1796,
"latitude": -41.7264,
"depth": 5.1172,
"magnitude": 2.5652,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:15:49.68",
"origin_geom": "POINT (174.17959 -41.726427)"
},
{
"FID": "quake.2013p615674",
"publicid": "2013p615674",
"origintime": "2013-08-16T19:11:20.779",
"longitude": 174.2864,
"latitude": -41.6103,
"depth": 5.1172,
"magnitude": 2.2886,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:13:16.027",
"origin_geom": "POINT (174.2864 -41.610282)"
},
{
"FID": "quake.2013p615672",
"publicid": "2013p615672",
"origintime": "2013-08-16T19:10:09.79",
"longitude": 174.4615,
"latitude": -41.6046,
"depth": 5.1172,
"magnitude": 2.4833,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:12:49.184",
"origin_geom": "POINT (174.46154 -41.604588)"
},
{
"FID": "quake.2013p615667",
"publicid": "2013p615667",
"origintime": "2013-08-16T19:07:41.282",
"longitude": 174.0655,
"latitude": -41.7756,
"depth": 14.7266,
"magnitude": 3.5685,
"magnitudetype": "M",
"status": "automatic",
"phases": 69,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:11:15.702",
"origin_geom": "POINT (174.06551 -41.775634)"
},
{
"FID": "quake.2013p615661",
"publicid": "2013p615661",
"origintime": "2013-08-16T19:04:33.096",
"longitude": 174.3884,
"latitude": -41.5566,
"depth": 5.1172,
"magnitude": 2.1961,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:06:29.533",
"origin_geom": "POINT (174.38835 -41.556562)"
},
{
"FID": "quake.2013p615640",
"publicid": "2013p615640",
"origintime": "2013-08-16T18:53:34.749",
"longitude": 174.1687,
"latitude": -41.6339,
"depth": 19.7656,
"magnitude": 3.2474,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:57:06.979",
"origin_geom": "POINT (174.16872 -41.633932)"
},
{
"FID": "quake.2013p615639",
"publicid": "2013p615639",
"origintime": "2013-08-16T18:52:57.374",
"longitude": 175.8184,
"latitude": -39.3001,
"depth": 43.2031,
"magnitude": 2.9022,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:04:45.399",
"origin_geom": "POINT (175.81839 -39.300056)"
},
{
"FID": "quake.2013p615630",
"publicid": "2013p615630",
"origintime": "2013-08-16T18:47:53.875",
"longitude": 174.2625,
"latitude": -41.5737,
"depth": 17.0703,
"magnitude": 2.0512,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:49:43.704",
"origin_geom": "POINT (174.26251 -41.573712)"
},
{
"FID": "quake.2013p615622",
"publicid": "2013p615622",
"origintime": "2013-08-16T18:43:44.504",
"longitude": 174.2757,
"latitude": -41.6621,
"depth": 12.7344,
"magnitude": 2.6855,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:00:26.726",
"origin_geom": "POINT (174.27566 -41.662099)"
},
{
"FID": "quake.2013p615618",
"publicid": "2013p615618",
"origintime": "2013-08-16T18:42:19.806",
"longitude": 174.2299,
"latitude": -41.627,
"depth": 16.3672,
"magnitude": 1.9475,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:43:55.241",
"origin_geom": "POINT (174.22993 -41.626973)"
},
{
"FID": "quake.2013p615615",
"publicid": "2013p615615",
"origintime": "2013-08-16T18:40:09.345",
"longitude": 174.0124,
"latitude": -41.7693,
"depth": 5.293,
"magnitude": 2.2245,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:42:13.805",
"origin_geom": "POINT (174.01235 -41.769278)"
},
{
"FID": "quake.2013p615612",
"publicid": "2013p615612",
"origintime": "2013-08-16T18:38:23.098",
"longitude": 176.7585,
"latitude": -38.6724,
"depth": 57.6172,
"magnitude": 1.7918,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:40:49.606",
"origin_geom": "POINT (176.75847 -38.672441)"
},
{
"FID": "quake.2013p615613",
"publicid": "2013p615613",
"origintime": "2013-08-16T18:38:19.946",
"longitude": 174.0804,
"latitude": -41.6977,
"depth": 5.1172,
"magnitude": 2.1986,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:40:59.739",
"origin_geom": "POINT (174.0804 -41.697655)"
},
{
"FID": "quake.2013p615607",
"publicid": "2013p615607",
"origintime": "2013-08-16T18:35:45.814",
"longitude": 174.0496,
"latitude": -41.7276,
"depth": 8.6328,
"magnitude": 2.334,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:37:57.335",
"origin_geom": "POINT (174.0496 -41.727617)"
},
{
"FID": "quake.2013p615603",
"publicid": "2013p615603",
"origintime": "2013-08-16T18:33:21.669",
"longitude": 174.2952,
"latitude": -41.613,
"depth": 7.6953,
"magnitude": 2.4138,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:35:18.74",
"origin_geom": "POINT (174.29525 -41.613045)"
},
{
"FID": "quake.2013p615593",
"publicid": "2013p615593",
"origintime": "2013-08-16T18:28:05.71",
"longitude": 174.1807,
"latitude": -41.8428,
"depth": 45.5469,
"magnitude": 2.7395,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:30:18.502",
"origin_geom": "POINT (174.18073 -41.842826)"
},
{
"FID": "quake.2013p615590",
"publicid": "2013p615590",
"origintime": "2013-08-16T18:26:29.418",
"longitude": 174.1791,
"latitude": -41.6472,
"depth": 7.6953,
"magnitude": 2.4227,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:29:25.522",
"origin_geom": "POINT (174.17908 -41.647167)"
},
{
"FID": "quake.2013p615585",
"publicid": "2013p615585",
"origintime": "2013-08-16T18:24:56.204",
"longitude": 174.2864,
"latitude": -41.6259,
"depth": 7.168,
"magnitude": 2.4918,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:27:22.155",
"origin_geom": "POINT (174.28641 -41.625922)"
},
{
"FID": "quake.2013p615579",
"publicid": "2013p615579",
"origintime": "2013-08-16T18:20:40.224",
"longitude": 174.0297,
"latitude": -41.838,
"depth": 10.0391,
"magnitude": 3.6862,
"magnitudetype": "M",
"status": "automatic",
"phases": 81,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:53:00.769",
"origin_geom": "POINT (174.02974 -41.837985)"
},
{
"FID": "quake.2013p615573",
"publicid": "2013p615573",
"origintime": "2013-08-16T18:17:38.019",
"longitude": 174.0146,
"latitude": -41.8259,
"depth": 5.1172,
"magnitude": 3.4498,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:25:52.363",
"origin_geom": "POINT (174.01456 -41.825861)"
},
{
"FID": "quake.2013p615566",
"publicid": "2013p615566",
"origintime": "2013-08-16T18:13:35.528",
"longitude": 174.2491,
"latitude": -41.6382,
"depth": 5.0586,
"magnitude": 2.7396,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:16:11.375",
"origin_geom": "POINT (174.2491 -41.638172)"
},
{
"FID": "quake.2013p615558",
"publicid": "2013p615558",
"origintime": "2013-08-16T18:09:29.66",
"longitude": 174.0807,
"latitude": -41.7264,
"depth": 8.5156,
"magnitude": 2.3549,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:11:44.082",
"origin_geom": "POINT (174.08068 -41.726444)"
},
{
"FID": "quake.2013p615544",
"publicid": "2013p615544",
"origintime": "2013-08-16T18:02:06.425",
"longitude": 174.2358,
"latitude": -41.6497,
"depth": 5.1172,
"magnitude": 2.1937,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:04:30.206",
"origin_geom": "POINT (174.23582 -41.649668)"
},
{
"FID": "quake.2013p615539",
"publicid": "2013p615539",
"origintime": "2013-08-16T17:59:09.79",
"longitude": 175.2442,
"latitude": -39.297,
"depth": 26.7383,
"magnitude": 2.0964,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:01:54.157",
"origin_geom": "POINT (175.24423 -39.296974)"
},
{
"FID": "quake.2013p615538",
"publicid": "2013p615538",
"origintime": "2013-08-16T17:58:46.601",
"longitude": 174.2071,
"latitude": -41.7285,
"depth": 13.6719,
"magnitude": 3.5605,
"magnitudetype": "M",
"status": "automatic",
"phases": 61,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:45:08.361",
"origin_geom": "POINT (174.2071 -41.728485)"
},
{
"FID": "quake.2013p615532",
"publicid": "2013p615532",
"origintime": "2013-08-16T17:55:53.43",
"longitude": 174.075,
"latitude": -41.7181,
"depth": 5.0586,
"magnitude": 2.5883,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:58:33.187",
"origin_geom": "POINT (174.07499 -41.718143)"
},
{
"FID": "quake.2013p615530",
"publicid": "2013p615530",
"origintime": "2013-08-16T17:54:53.634",
"longitude": 174.4568,
"latitude": -41.8392,
"depth": 57.2656,
"magnitude": 2.4732,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:57:48.313",
"origin_geom": "POINT (174.45682 -41.839236)"
},
{
"FID": "quake.2013p615524",
"publicid": "2013p615524",
"origintime": "2013-08-16T17:52:31.46",
"longitude": 174.1496,
"latitude": -41.6997,
"depth": 8.6328,
"magnitude": 3.2707,
"magnitudetype": "M",
"status": "automatic",
"phases": 65,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:42:56.715",
"origin_geom": "POINT (174.1496 -41.699687)"
},
{
"FID": "quake.2013p615509",
"publicid": "2013p615509",
"origintime": "2013-08-16T17:43:20.933",
"longitude": 174.1931,
"latitude": -41.7185,
"depth": 8.6328,
"magnitude": 2.0633,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:45:22.911",
"origin_geom": "POINT (174.19314 -41.718483)"
},
{
"FID": "quake.2013p615506",
"publicid": "2013p615506",
"origintime": "2013-08-16T17:41:42.301",
"longitude": 174.097,
"latitude": -41.6181,
"depth": 23.6328,
"magnitude": 2.281,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:43:42.915",
"origin_geom": "POINT (174.09704 -41.618061)"
},
{
"FID": "quake.2013p615500",
"publicid": "2013p615500",
"origintime": "2013-08-16T17:39:32.393",
"longitude": 174.2808,
"latitude": -41.6687,
"depth": 12.0898,
"magnitude": 2.8626,
"magnitudetype": "M",
"status": "automatic",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:41:52.046",
"origin_geom": "POINT (174.28085 -41.668716)"
},
{
"FID": "quake.2013p615497",
"publicid": "2013p615497",
"origintime": "2013-08-16T17:37:08.682",
"longitude": 174.0669,
"latitude": -41.6948,
"depth": 11.2109,
"magnitude": 2.0277,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:38:54.831",
"origin_geom": "POINT (174.06694 -41.694757)"
},
{
"FID": "quake.2013p615492",
"publicid": "2013p615492",
"origintime": "2013-08-16T17:34:36.782",
"longitude": 174.1046,
"latitude": -41.6957,
"depth": 6.2305,
"magnitude": 2.4267,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:53:40.242",
"origin_geom": "POINT (174.10464 -41.695656)"
},
{
"FID": "quake.2013p615489",
"publicid": "2013p615489",
"origintime": "2013-08-16T17:32:45.989",
"longitude": 174.015,
"latitude": -41.6503,
"depth": 22.3438,
"magnitude": 2.2193,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:34:43.778",
"origin_geom": "POINT (174.01501 -41.65027)"
},
{
"FID": "quake.2013p615485",
"publicid": "2013p615485",
"origintime": "2013-08-16T17:30:28.27",
"longitude": 173.9867,
"latitude": -41.7349,
"depth": 8.8672,
"magnitude": 2.3213,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:33:08.791",
"origin_geom": "POINT (173.98667 -41.734946)"
},
{
"FID": "quake.2013p615484",
"publicid": "2013p615484",
"origintime": "2013-08-16T17:29:54.95",
"longitude": 177.4166,
"latitude": -37.3327,
"depth": 8.9844,
"magnitude": 2.72,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T19:52:17.664",
"origin_geom": "POINT (177.41655 -37.332655)"
},
{
"FID": "quake.2013p615481",
"publicid": "2013p615481",
"origintime": "2013-08-16T17:28:29.289",
"longitude": 174.2493,
"latitude": -41.6941,
"depth": 5.0586,
"magnitude": 2.3471,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:31:42.264",
"origin_geom": "POINT (174.2493 -41.694065)"
},
{
"FID": "quake.2013p615476",
"publicid": "2013p615476",
"origintime": "2013-08-16T17:25:37.289",
"longitude": 172.9213,
"latitude": -38.7319,
"depth": 312.5,
"magnitude": 3.7951,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:29:18.829",
"origin_geom": "POINT (172.92127 -38.731925)"
},
{
"FID": "quake.2013p615474",
"publicid": "2013p615474",
"origintime": "2013-08-16T17:24:59.713",
"longitude": 174.2772,
"latitude": -41.5475,
"depth": 5.1172,
"magnitude": 2.8445,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:28:33.292",
"origin_geom": "POINT (174.27718 -41.547452)"
},
{
"FID": "quake.2013p615473",
"publicid": "2013p615473",
"origintime": "2013-08-16T17:24:07.962",
"longitude": 177.3675,
"latitude": -38.2683,
"depth": 443.75,
"magnitude": 2.7322,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:27:49.524",
"origin_geom": "POINT (177.36754 -38.26834)"
},
{
"FID": "quake.2013p615471",
"publicid": "2013p615471",
"origintime": "2013-08-16T17:23:23.748",
"longitude": 174.2374,
"latitude": -41.618,
"depth": 9.5703,
"magnitude": 2.5618,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:25:32.755",
"origin_geom": "POINT (174.23743 -41.618018)"
},
{
"FID": "quake.2013p615466",
"publicid": "2013p615466",
"origintime": "2013-08-16T17:21:41.239",
"longitude": 174.4023,
"latitude": -41.5557,
"depth": 16.0156,
"magnitude": 2.057,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:23:03.297",
"origin_geom": "POINT (174.40234 -41.555722)"
},
{
"FID": "quake.2013p615463",
"publicid": "2013p615463",
"origintime": "2013-08-16T17:18:42.084",
"longitude": 174.2575,
"latitude": -41.6495,
"depth": 5.1172,
"magnitude": 2.5432,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:20:17.333",
"origin_geom": "POINT (174.25746 -41.64947)"
},
{
"FID": "quake.2013p615460",
"publicid": "2013p615460",
"origintime": "2013-08-16T17:18:09.799",
"longitude": 174.2197,
"latitude": -41.6233,
"depth": 10.0391,
"magnitude": 2.3034,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:19:44.665",
"origin_geom": "POINT (174.21967 -41.623335)"
},
{
"FID": "quake.2013p615457",
"publicid": "2013p615457",
"origintime": "2013-08-16T17:15:37.731",
"longitude": 174.2901,
"latitude": -41.5854,
"depth": 5.1172,
"magnitude": 2.1951,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:17:25.161",
"origin_geom": "POINT (174.29008 -41.585367)"
},
{
"FID": "quake.2013p615453",
"publicid": "2013p615453",
"origintime": "2013-08-16T17:13:22.209",
"longitude": 174.0904,
"latitude": -41.7182,
"depth": 5.293,
"magnitude": 1.9259,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:15:22.686",
"origin_geom": "POINT (174.09043 -41.718179)"
},
{
"FID": "quake.2013p615434",
"publicid": "2013p615434",
"origintime": "2013-08-16T17:03:40.745",
"longitude": 174.2258,
"latitude": -41.67,
"depth": 5.0586,
"magnitude": 2.6308,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:07:28.32",
"origin_geom": "POINT (174.22585 -41.67002)"
},
{
"FID": "quake.2013p615432",
"publicid": "2013p615432",
"origintime": "2013-08-16T17:02:13.73",
"longitude": 174.2031,
"latitude": -41.6933,
"depth": 11.3281,
"magnitude": 2.6397,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:04:17.605",
"origin_geom": "POINT (174.20307 -41.693333)"
},
{
"FID": "quake.2013p615424",
"publicid": "2013p615424",
"origintime": "2013-08-16T16:58:25.636",
"longitude": 175.13,
"latitude": -41.4854,
"depth": 21.6406,
"magnitude": 3.5777,
"magnitudetype": "M",
"status": "automatic",
"phases": 51,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:04:46.48",
"origin_geom": "POINT (175.13003 -41.485409)"
},
{
"FID": "quake.2013p615422",
"publicid": "2013p615422",
"origintime": "2013-08-16T16:58:01.353",
"longitude": 175.321,
"latitude": -41.5786,
"depth": 31.7188,
"magnitude": 3.3019,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:00:55.292",
"origin_geom": "POINT (175.32101 -41.578573)"
},
{
"FID": "quake.2013p615418",
"publicid": "2013p615418",
"origintime": "2013-08-16T16:54:58.968",
"longitude": 174.057,
"latitude": -41.7295,
"depth": 20.5859,
"magnitude": 2.4411,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:11:42.825",
"origin_geom": "POINT (174.05704 -41.729504)"
},
{
"FID": "quake.2013p615406",
"publicid": "2013p615406",
"origintime": "2013-08-16T16:48:24.777",
"longitude": 174.0402,
"latitude": -41.6673,
"depth": 28.7891,
"magnitude": 2.3176,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:50:28.448",
"origin_geom": "POINT (174.04021 -41.667278)"
},
{
"FID": "quake.2013p615394",
"publicid": "2013p615394",
"origintime": "2013-08-16T16:41:59.489",
"longitude": 174.1386,
"latitude": -41.7732,
"depth": 18.3594,
"magnitude": 3.9269,
"magnitudetype": "M",
"status": "automatic",
"phases": 82,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:07:36.653",
"origin_geom": "POINT (174.13857 -41.773188)"
},
{
"FID": "quake.2013p615390",
"publicid": "2013p615390",
"origintime": "2013-08-16T16:40:04.905",
"longitude": 174.2454,
"latitude": -41.5849,
"depth": 10.0391,
"magnitude": 2.3786,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:42:22.23",
"origin_geom": "POINT (174.24543 -41.584888)"
},
{
"FID": "quake.2013p615386",
"publicid": "2013p615386",
"origintime": "2013-08-16T16:38:03.42",
"longitude": 174.2701,
"latitude": -41.6165,
"depth": 5.1172,
"magnitude": 2.1286,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:39:59.771",
"origin_geom": "POINT (174.27006 -41.616475)"
},
{
"FID": "quake.2013p615379",
"publicid": "2013p615379",
"origintime": "2013-08-16T16:34:07.264",
"longitude": 174.261,
"latitude": -41.6462,
"depth": 8.1641,
"magnitude": 2.3376,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:36:05.903",
"origin_geom": "POINT (174.26102 -41.646238)"
},
{
"FID": "quake.2013p615375",
"publicid": "2013p615375",
"origintime": "2013-08-16T16:31:53.232",
"longitude": 174.0231,
"latitude": -41.7494,
"depth": 6.9922,
"magnitude": 2.4525,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:34:04.092",
"origin_geom": "POINT (174.02311 -41.749363)"
},
{
"FID": "quake.2013p615367",
"publicid": "2013p615367",
"origintime": "2013-08-16T16:27:38.249",
"longitude": 174.2766,
"latitude": -41.1758,
"depth": 12.5,
"magnitude": 3.4724,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:31:09.575",
"origin_geom": "POINT (174.27663 -41.175831)"
},
{
"FID": "quake.2013p615366",
"publicid": "2013p615366",
"origintime": "2013-08-16T16:27:21.085",
"longitude": 174.2251,
"latitude": -41.7736,
"depth": 7.6953,
"magnitude": 3.2522,
"magnitudetype": "M",
"status": "automatic",
"phases": 50,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:02:38.711",
"origin_geom": "POINT (174.2251 -41.773641)"
},
{
"FID": "quake.2013p615363",
"publicid": "2013p615363",
"origintime": "2013-08-16T16:25:33.532",
"longitude": 174.093,
"latitude": -41.5938,
"depth": 22.6953,
"magnitude": 2.5534,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:27:47.877",
"origin_geom": "POINT (174.09299 -41.593751)"
},
{
"FID": "quake.2013p615359",
"publicid": "2013p615359",
"origintime": "2013-08-16T16:23:24.229",
"longitude": 174.2449,
"latitude": -41.6199,
"depth": 5.1172,
"magnitude": 3.0123,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:26:22.022",
"origin_geom": "POINT (174.24487 -41.619905)"
},
{
"FID": "quake.2013p615357",
"publicid": "2013p615357",
"origintime": "2013-08-16T16:22:13.768",
"longitude": 174.2119,
"latitude": -41.6757,
"depth": 5.1172,
"magnitude": 2.4366,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:24:15.003",
"origin_geom": "POINT (174.21188 -41.675657)"
},
{
"FID": "quake.2013p615351",
"publicid": "2013p615351",
"origintime": "2013-08-16T16:19:25.116",
"longitude": 174.0298,
"latitude": -41.746,
"depth": 7.0508,
"magnitude": 2.2369,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:21:33.159",
"origin_geom": "POINT (174.02981 -41.746014)"
},
{
"FID": "quake.2013p615348",
"publicid": "2013p615348",
"origintime": "2013-08-16T16:17:31.245",
"longitude": 174.1245,
"latitude": -41.6814,
"depth": 5.1172,
"magnitude": 2.1469,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:20:41.109",
"origin_geom": "POINT (174.12454 -41.681434)"
},
{
"FID": "quake.2013p615342",
"publicid": "2013p615342",
"origintime": "2013-08-16T16:14:29.685",
"longitude": 174.1803,
"latitude": -41.5976,
"depth": 10.3906,
"magnitude": 2.3925,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:17:27.137",
"origin_geom": "POINT (174.18032 -41.59757)"
},
{
"FID": "quake.2013p615337",
"publicid": "2013p615337",
"origintime": "2013-08-16T16:11:55.932",
"longitude": 174.2456,
"latitude": -41.74,
"depth": 7.6953,
"magnitude": 3.0055,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:15:57.731",
"origin_geom": "POINT (174.24556 -41.740041)"
},
{
"FID": "quake.2013p615332",
"publicid": "2013p615332",
"origintime": "2013-08-16T16:09:11.861",
"longitude": 174.2936,
"latitude": -41.6664,
"depth": 10.9766,
"magnitude": 2.7703,
"magnitudetype": "M",
"status": "automatic",
"phases": 40,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:55:44.872",
"origin_geom": "POINT (174.29355 -41.666378)"
},
{
"FID": "quake.2013p615325",
"publicid": "2013p615325",
"origintime": "2013-08-16T16:05:16.846",
"longitude": 174.0541,
"latitude": -41.6977,
"depth": 15.8984,
"magnitude": 2.2804,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:07:19.762",
"origin_geom": "POINT (174.05413 -41.697718)"
},
{
"FID": "quake.2013p615319",
"publicid": "2013p615319",
"origintime": "2013-08-16T16:02:02.413",
"longitude": 174.3071,
"latitude": -41.5538,
"depth": 7.8125,
"magnitude": 2.2972,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:03:32.322",
"origin_geom": "POINT (174.30707 -41.553753)"
},
{
"FID": "quake.2013p615315",
"publicid": "2013p615315",
"origintime": "2013-08-16T16:00:01.509",
"longitude": 174.0829,
"latitude": -41.7217,
"depth": 5.0586,
"magnitude": 2.4893,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:02:35.914",
"origin_geom": "POINT (174.08294 -41.721713)"
},
{
"FID": "quake.2013p615307",
"publicid": "2013p615307",
"origintime": "2013-08-16T15:56:56.502",
"longitude": 174.2198,
"latitude": -41.5187,
"depth": 16.9531,
"magnitude": 2.3224,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:59:31.712",
"origin_geom": "POINT (174.21982 -41.518654)"
},
{
"FID": "quake.2013p615305",
"publicid": "2013p615305",
"origintime": "2013-08-16T15:54:36.265",
"longitude": 174.2326,
"latitude": -41.5572,
"depth": 8.9258,
"magnitude": 2.2791,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:57:27.743",
"origin_geom": "POINT (174.23259 -41.557192)"
},
{
"FID": "quake.2013p615298",
"publicid": "2013p615298",
"origintime": "2013-08-16T15:51:05.949",
"longitude": 174.2482,
"latitude": -41.7743,
"depth": 5.1172,
"magnitude": 3.6557,
"magnitudetype": "M",
"status": "automatic",
"phases": 74,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:50:27.767",
"origin_geom": "POINT (174.2482 -41.774318)"
},
{
"FID": "quake.2013p615294",
"publicid": "2013p615294",
"origintime": "2013-08-16T15:48:44.816",
"longitude": 173.9876,
"latitude": -41.7389,
"depth": 7.8711,
"magnitude": 3.3081,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:51:52.589",
"origin_geom": "POINT (173.9876 -41.738936)"
},
{
"FID": "quake.2013p615289",
"publicid": "2013p615289",
"origintime": "2013-08-16T15:46:13.74",
"longitude": 174.2342,
"latitude": -41.7126,
"depth": 12.2656,
"magnitude": 4.238,
"magnitudetype": "M",
"status": "automatic",
"phases": 102,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T16:48:43.386",
"origin_geom": "POINT (174.23419 -41.712598)"
},
{
"FID": "quake.2013p615286",
"publicid": "2013p615286",
"origintime": "2013-08-16T15:44:30.97",
"longitude": 174.242,
"latitude": -41.6651,
"depth": 5.0586,
"magnitude": 4.0428,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:48:07.524",
"origin_geom": "POINT (174.24202 -41.665073)"
},
{
"FID": "quake.2013p615283",
"publicid": "2013p615283",
"origintime": "2013-08-16T15:43:00.035",
"longitude": 174.1034,
"latitude": -41.7603,
"depth": 5.0586,
"magnitude": 2.7412,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:46:30.507",
"origin_geom": "POINT (174.1034 -41.760269)"
},
{
"FID": "quake.2013p615276",
"publicid": "2013p615276",
"origintime": "2013-08-16T15:39:07.212",
"longitude": 174.2206,
"latitude": -41.4824,
"depth": 15.1953,
"magnitude": 2.2011,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:42:21.029",
"origin_geom": "POINT (174.22058 -41.482391)"
},
{
"FID": "quake.2013p615264",
"publicid": "2013p615264",
"origintime": "2013-08-16T15:32:54.449",
"longitude": 174.1844,
"latitude": -41.5906,
"depth": 10.0391,
"magnitude": 2.1237,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:34:33.227",
"origin_geom": "POINT (174.18445 -41.590601)"
},
{
"FID": "quake.2013p615261",
"publicid": "2013p615261",
"origintime": "2013-08-16T15:31:10.556",
"longitude": 174.1294,
"latitude": -41.5877,
"depth": 26.3281,
"magnitude": 2.0554,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:33:11.486",
"origin_geom": "POINT (174.12936 -41.58773)"
},
{
"FID": "quake.2013p615256",
"publicid": "2013p615256",
"origintime": "2013-08-16T15:28:26.435",
"longitude": 174.0846,
"latitude": -41.7309,
"depth": 5.0586,
"magnitude": 2.4213,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:30:45.82",
"origin_geom": "POINT (174.08464 -41.730939)"
},
{
"FID": "quake.2013p615254",
"publicid": "2013p615254",
"origintime": "2013-08-16T15:27:26.365",
"longitude": 174.0809,
"latitude": -41.7354,
"depth": 5.0586,
"magnitude": 2.245,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:29:35.077",
"origin_geom": "POINT (174.08087 -41.735417)"
},
{
"FID": "quake.2013p615249",
"publicid": "2013p615249",
"origintime": "2013-08-16T15:24:43.656",
"longitude": 174.1236,
"latitude": -41.6059,
"depth": 23.9844,
"magnitude": 2.0771,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:26:10.146",
"origin_geom": "POINT (174.12355 -41.605911)"
},
{
"FID": "quake.2013p615243",
"publicid": "2013p615243",
"origintime": "2013-08-16T15:21:55.266",
"longitude": 174.0339,
"latitude": -41.724,
"depth": 6.6992,
"magnitude": 2.7713,
"magnitudetype": "M",
"status": "automatic",
"phases": 39,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:25:26.052",
"origin_geom": "POINT (174.03392 -41.724028)"
},
{
"FID": "quake.2013p615237",
"publicid": "2013p615237",
"origintime": "2013-08-16T15:18:39.185",
"longitude": 175.5761,
"latitude": -40.2622,
"depth": 5.4688,
"magnitude": 2.3716,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:22:24.708",
"origin_geom": "POINT (175.57609 -40.262243)"
},
{
"FID": "quake.2013p615236",
"publicid": "2013p615236",
"origintime": "2013-08-16T15:18:04.768",
"longitude": 174.0423,
"latitude": -41.7858,
"depth": 14.0234,
"magnitude": 2.8202,
"magnitudetype": "M",
"status": "automatic",
"phases": 45,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:23:09.437",
"origin_geom": "POINT (174.04232 -41.785798)"
},
{
"FID": "quake.2013p615233",
"publicid": "2013p615233",
"origintime": "2013-08-16T15:16:17.755",
"longitude": 174.2677,
"latitude": -41.664,
"depth": 5.1172,
"magnitude": 2.2233,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:18:11.702",
"origin_geom": "POINT (174.26766 -41.66395)"
},
{
"FID": "quake.2013p615227",
"publicid": "2013p615227",
"origintime": "2013-08-16T15:13:27.112",
"longitude": 174.2645,
"latitude": -41.6178,
"depth": 5.0586,
"magnitude": 2.6816,
"magnitudetype": "M",
"status": "automatic",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:15:51.161",
"origin_geom": "POINT (174.26447 -41.61777)"
},
{
"FID": "quake.2013p615224",
"publicid": "2013p615224",
"origintime": "2013-08-16T15:12:19.468",
"longitude": 172.9514,
"latitude": -42.063,
"depth": 26.0938,
"magnitude": 3.0721,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:14:44.112",
"origin_geom": "POINT (172.95143 -42.063023)"
},
{
"FID": "quake.2013p615218",
"publicid": "2013p615218",
"origintime": "2013-08-16T15:08:09.462",
"longitude": 174.1192,
"latitude": -41.6454,
"depth": 18.9453,
"magnitude": 2.3721,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:10:21.169",
"origin_geom": "POINT (174.11915 -41.645405)"
},
{
"FID": "quake.2013p615215",
"publicid": "2013p615215",
"origintime": "2013-08-16T15:06:36.791",
"longitude": 174.0219,
"latitude": -41.7977,
"depth": 9.1016,
"magnitude": 2.8962,
"magnitudetype": "M",
"status": "automatic",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:09:48.182",
"origin_geom": "POINT (174.02194 -41.797714)"
},
{
"FID": "quake.2013p615209",
"publicid": "2013p615209",
"origintime": "2013-08-16T15:03:26.282",
"longitude": 174.1748,
"latitude": -41.7071,
"depth": 5.1172,
"magnitude": 2.5648,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:05:41.964",
"origin_geom": "POINT (174.17475 -41.707099)"
},
{
"FID": "quake.2013p615204",
"publicid": "2013p615204",
"origintime": "2013-08-16T15:00:41.808",
"longitude": 174.1622,
"latitude": -41.6775,
"depth": 5.1172,
"magnitude": 2.2145,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:03:08.963",
"origin_geom": "POINT (174.16219 -41.677534)"
},
{
"FID": "quake.2013p615199",
"publicid": "2013p615199",
"origintime": "2013-08-16T14:59:15.728",
"longitude": 174.0292,
"latitude": -41.8417,
"depth": 21.1719,
"magnitude": 2.6381,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:03:00.029",
"origin_geom": "POINT (174.02917 -41.841722)"
},
{
"FID": "quake.2013p615196",
"publicid": "2013p615196",
"origintime": "2013-08-16T14:56:46.123",
"longitude": 174.1868,
"latitude": -41.6676,
"depth": 11.5039,
"magnitude": 2.9146,
"magnitudetype": "M",
"status": "automatic",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:00:16.838",
"origin_geom": "POINT (174.18683 -41.667623)"
},
{
"FID": "quake.2013p615193",
"publicid": "2013p615193",
"origintime": "2013-08-16T14:54:52.442",
"longitude": 174.117,
"latitude": -41.706,
"depth": 6.6992,
"magnitude": 2.9453,
"magnitudetype": "M",
"status": "automatic",
"phases": 44,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:57:00.447",
"origin_geom": "POINT (174.11698 -41.706029)"
},
{
"FID": "quake.2013p615188",
"publicid": "2013p615188",
"origintime": "2013-08-16T14:52:42.164",
"longitude": 174.1625,
"latitude": -41.6342,
"depth": 5.1172,
"magnitude": 2.3075,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:54:45.073",
"origin_geom": "POINT (174.16251 -41.634167)"
},
{
"FID": "quake.2013p615184",
"publicid": "2013p615184",
"origintime": "2013-08-16T14:50:01.895",
"longitude": 174.0133,
"latitude": -41.748,
"depth": 5.0586,
"magnitude": 3.2344,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:52:57.805",
"origin_geom": "POINT (174.01327 -41.748032)"
},
{
"FID": "quake.2013p615178",
"publicid": "2013p615178",
"origintime": "2013-08-16T14:47:02.523",
"longitude": 174.3202,
"latitude": -41.6951,
"depth": 19.7656,
"magnitude": 4.9417,
"magnitudetype": "M",
"status": "reviewed",
"phases": 51,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:57:52.509",
"origin_geom": "POINT (174.3202 -41.695104)"
},
{
"FID": "quake.2013p615174",
"publicid": "2013p615174",
"origintime": "2013-08-16T14:45:08.519",
"longitude": 173.7344,
"latitude": -41.5494,
"depth": 5.2344,
"magnitude": 2.2159,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:46:57.276",
"origin_geom": "POINT (173.73442 -41.549413)"
},
{
"FID": "quake.2013p615170",
"publicid": "2013p615170",
"origintime": "2013-08-16T14:42:39.52",
"longitude": 174.1098,
"latitude": -41.6151,
"depth": 18.4766,
"magnitude": 2.5407,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:46:09.348",
"origin_geom": "POINT (174.10982 -41.6151)"
},
{
"FID": "quake.2013p615166",
"publicid": "2013p615166",
"origintime": "2013-08-16T14:40:51.796",
"longitude": 175.7132,
"latitude": -40.278,
"depth": 51.875,
"magnitude": 2.5673,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:43:31.708",
"origin_geom": "POINT (175.71318 -40.278025)"
},
{
"FID": "quake.2013p615165",
"publicid": "2013p615165",
"origintime": "2013-08-16T14:40:17.752",
"longitude": 174.2922,
"latitude": -41.7281,
"depth": 20.3516,
"magnitude": 3.5451,
"magnitudetype": "M",
"status": "automatic",
"phases": 70,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:44:03.069",
"origin_geom": "POINT (174.29216 -41.728062)"
},
{
"FID": "quake.2013p615161",
"publicid": "2013p615161",
"origintime": "2013-08-16T14:37:53.13",
"longitude": 174.3124,
"latitude": -41.591,
"depth": 10.5078,
"magnitude": 2.6153,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:40:53.319",
"origin_geom": "POINT (174.31238 -41.591027)"
},
{
"FID": "quake.2013p615148",
"publicid": "2013p615148",
"origintime": "2013-08-16T14:31:19.083",
"longitude": 174.1578,
"latitude": -41.7483,
"depth": 5.1172,
"magnitude": 3.0056,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:34:34.377",
"origin_geom": "POINT (174.15776 -41.748309)"
},
{
"FID": "quake.2013p615146",
"publicid": "2013p615146",
"origintime": "2013-08-16T14:29:51.685",
"longitude": 174.6758,
"latitude": -40.1718,
"depth": 11.0938,
"magnitude": 2.926,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:33:05.11",
"origin_geom": "POINT (174.67582 -40.171849)"
},
{
"FID": "quake.2013p615145",
"publicid": "2013p615145",
"origintime": "2013-08-16T14:29:23.489",
"longitude": 174.2028,
"latitude": -41.7265,
"depth": 5.0586,
"magnitude": 3.2101,
"magnitudetype": "M",
"status": "automatic",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:32:50.853",
"origin_geom": "POINT (174.20276 -41.726481)"
},
{
"FID": "quake.2013p615137",
"publicid": "2013p615137",
"origintime": "2013-08-16T14:25:03.23",
"longitude": 174.064,
"latitude": -41.7195,
"depth": 5.0586,
"magnitude": 3.0267,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:27:36.859",
"origin_geom": "POINT (174.06397 -41.719488)"
},
{
"FID": "quake.2013p615135",
"publicid": "2013p615135",
"origintime": "2013-08-16T14:23:55.902",
"longitude": 175.0765,
"latitude": -40.6992,
"depth": 14.375,
"magnitude": 2.724,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:26:40.524",
"origin_geom": "POINT (175.07646 -40.699197)"
},
{
"FID": "quake.2013p615134",
"publicid": "2013p615134",
"origintime": "2013-08-16T14:23:29.727",
"longitude": 174.264,
"latitude": -41.6732,
"depth": 6.9336,
"magnitude": 3.1703,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:26:09.906",
"origin_geom": "POINT (174.26397 -41.673225)"
},
{
"FID": "quake.2013p615129",
"publicid": "2013p615129",
"origintime": "2013-08-16T14:21:09.647",
"longitude": 174.1499,
"latitude": -41.708,
"depth": 5.1172,
"magnitude": 2.6407,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:23:25.009",
"origin_geom": "POINT (174.1499 -41.708038)"
},
{
"FID": "quake.2013p615126",
"publicid": "2013p615126",
"origintime": "2013-08-16T14:19:06.915",
"longitude": 173.2843,
"latitude": -41.8524,
"depth": 41.0938,
"magnitude": 2.6474,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:21:19.416",
"origin_geom": "POINT (173.28432 -41.852437)"
},
{
"FID": "quake.2013p615123",
"publicid": "2013p615123",
"origintime": "2013-08-16T14:17:42.905",
"longitude": 174.0689,
"latitude": -41.7123,
"depth": 10.0391,
"magnitude": 2.7998,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:22:35.623",
"origin_geom": "POINT (174.06891 -41.712334)"
},
{
"FID": "quake.2013p615120",
"publicid": "2013p615120",
"origintime": "2013-08-16T14:16:16.871",
"longitude": 175.7055,
"latitude": -39.951,
"depth": 83.75,
"magnitude": 2.3405,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:18:31.459",
"origin_geom": "POINT (175.70549 -39.951017)"
},
{
"FID": "quake.2013p615119",
"publicid": "2013p615119",
"origintime": "2013-08-16T14:15:39.877",
"longitude": 174.2762,
"latitude": -41.7318,
"depth": 20.8203,
"magnitude": 3.0975,
"magnitudetype": "M",
"status": "automatic",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:19:12.412",
"origin_geom": "POINT (174.27616 -41.731763)"
},
{
"FID": "quake.2013p615117",
"publicid": "2013p615117",
"origintime": "2013-08-16T14:14:38.343",
"longitude": 173.8356,
"latitude": -41.8119,
"depth": 34.5312,
"magnitude": 3.0096,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:16:43.806",
"origin_geom": "POINT (173.83565 -41.811857)"
},
{
"FID": "quake.2013p615115",
"publicid": "2013p615115",
"origintime": "2013-08-16T14:13:21.116",
"longitude": 174.0692,
"latitude": -41.7459,
"depth": 5.0586,
"magnitude": 2.76,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:15:33.314",
"origin_geom": "POINT (174.06924 -41.74592)"
},
{
"FID": "quake.2013p615107",
"publicid": "2013p615107",
"origintime": "2013-08-16T14:09:00.824",
"longitude": 174.1884,
"latitude": -41.6931,
"depth": 5.4102,
"magnitude": 3.4049,
"magnitudetype": "M",
"status": "automatic",
"phases": 57,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:12:29.204",
"origin_geom": "POINT (174.18843 -41.693111)"
},
{
"FID": "quake.2013p615103",
"publicid": "2013p615103",
"origintime": "2013-08-16T14:07:45.274",
"longitude": 174.1887,
"latitude": -41.6756,
"depth": 9.043,
"magnitude": 3.3595,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T18:41:06.709",
"origin_geom": "POINT (174.18873 -41.675603)"
},
{
"FID": "quake.2013p615097",
"publicid": "2013p615097",
"origintime": "2013-08-16T14:03:59.831",
"longitude": 177.0081,
"latitude": -39.3825,
"depth": 20.8203,
"magnitude": 1.8681,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:05:52.239",
"origin_geom": "POINT (177.00806 -39.382456)"
},
{
"FID": "quake.2013p615098",
"publicid": "2013p615098",
"origintime": "2013-08-16T14:03:59.204",
"longitude": 174.2962,
"latitude": -41.5858,
"depth": 5.0586,
"magnitude": 2.3298,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:06:10.298",
"origin_geom": "POINT (174.29619 -41.585755)"
},
{
"FID": "quake.2013p615087",
"publicid": "2013p615087",
"origintime": "2013-08-16T13:58:37.464",
"longitude": 174.1131,
"latitude": -41.737,
"depth": 11.2109,
"magnitude": 2.492,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:00:40.167",
"origin_geom": "POINT (174.11309 -41.736988)"
},
{
"FID": "quake.2013p615082",
"publicid": "2013p615082",
"origintime": "2013-08-16T13:56:46.113",
"longitude": 174.2598,
"latitude": -41.5816,
"depth": 13.6719,
"magnitude": 2.6693,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T14:00:18.39",
"origin_geom": "POINT (174.25981 -41.581557)"
},
{
"FID": "quake.2013p615076",
"publicid": "2013p615076",
"origintime": "2013-08-16T13:52:27.91",
"longitude": 174.1578,
"latitude": -42.0574,
"depth": 10.8594,
"magnitude": 2.6282,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:54:29.211",
"origin_geom": "POINT (174.15781 -42.05737)"
},
{
"FID": "quake.2013p615071",
"publicid": "2013p615071",
"origintime": "2013-08-16T13:50:18.096",
"longitude": 174.0822,
"latitude": -41.7778,
"depth": 12.6172,
"magnitude": 3.0298,
"magnitudetype": "M",
"status": "automatic",
"phases": 49,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:53:53.245",
"origin_geom": "POINT (174.0822 -41.777791)"
},
{
"FID": "quake.2013p615062",
"publicid": "2013p615062",
"origintime": "2013-08-16T13:45:03.544",
"longitude": 174.101,
"latitude": -41.6941,
"depth": 5.3516,
"magnitude": 2.5249,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:47:54.282",
"origin_geom": "POINT (174.10102 -41.69409)"
},
{
"FID": "quake.2013p615058",
"publicid": "2013p615058",
"origintime": "2013-08-16T13:43:42.82",
"longitude": 174.2415,
"latitude": -41.6063,
"depth": 5.1758,
"magnitude": 2.6848,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:47:27.961",
"origin_geom": "POINT (174.24149 -41.606251)"
},
{
"FID": "quake.2013p615051",
"publicid": "2013p615051",
"origintime": "2013-08-16T13:39:16.179",
"longitude": 174.1534,
"latitude": -41.6231,
"depth": 18.2422,
"magnitude": 1.9819,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:41:27.06",
"origin_geom": "POINT (174.15337 -41.623054)"
},
{
"FID": "quake.2013p615044",
"publicid": "2013p615044",
"origintime": "2013-08-16T13:35:54.558",
"longitude": 174.4952,
"latitude": -42.0447,
"depth": 21.4062,
"magnitude": 4.2546,
"magnitudetype": "M",
"status": "reviewed",
"phases": 51,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T15:03:15.642",
"origin_geom": "POINT (174.49518 -42.0447)"
},
{
"FID": "quake.2013p615042",
"publicid": "2013p615042",
"origintime": "2013-08-16T13:34:31.399",
"longitude": 174.2206,
"latitude": -41.7001,
"depth": 10.0391,
"magnitude": 2.5697,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:36:44.627",
"origin_geom": "POINT (174.2206 -41.700104)"
},
{
"FID": "quake.2013p615039",
"publicid": "2013p615039",
"origintime": "2013-08-16T13:33:03.55",
"longitude": 174.2935,
"latitude": -41.6147,
"depth": 5.1172,
"magnitude": 2.3493,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:34:59.612",
"origin_geom": "POINT (174.29347 -41.614661)"
},
{
"FID": "quake.2013p615036",
"publicid": "2013p615036",
"origintime": "2013-08-16T13:31:22.28",
"longitude": 174.36,
"latitude": -41.5078,
"depth": 19.7656,
"magnitude": 2.2988,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:33:25.788",
"origin_geom": "POINT (174.36005 -41.507768)"
},
{
"FID": "quake.2013p615033",
"publicid": "2013p615033",
"origintime": "2013-08-16T13:30:15.488",
"longitude": 174.2886,
"latitude": -41.5953,
"depth": 8.8672,
"magnitude": 2.4163,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:32:51.349",
"origin_geom": "POINT (174.28861 -41.595333)"
},
{
"FID": "quake.2013p615032",
"publicid": "2013p615032",
"origintime": "2013-08-16T13:29:15.643",
"longitude": 173.8704,
"latitude": -41.7269,
"depth": 15.5469,
"magnitude": 2.5175,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:31:30.163",
"origin_geom": "POINT (173.87044 -41.726946)"
},
{
"FID": "quake.2013p615024",
"publicid": "2013p615024",
"origintime": "2013-08-16T13:24:53.412",
"longitude": 173.9915,
"latitude": -41.7843,
"depth": 13.0859,
"magnitude": 2.8547,
"magnitudetype": "M",
"status": "automatic",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:28:07.167",
"origin_geom": "POINT (173.9915 -41.784308)"
},
{
"FID": "quake.2013p615018",
"publicid": "2013p615018",
"origintime": "2013-08-16T13:21:47.656",
"longitude": 174.1934,
"latitude": -41.4791,
"depth": 29.0234,
"magnitude": 2.5719,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:25:11.258",
"origin_geom": "POINT (174.19336 -41.479086)"
},
{
"FID": "quake.2013p615015",
"publicid": "2013p615015",
"origintime": "2013-08-16T13:20:12.936",
"longitude": 174.068,
"latitude": -41.739,
"depth": 5.1172,
"magnitude": 2.4876,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:24:14.668",
"origin_geom": "POINT (174.06797 -41.739001)"
},
{
"FID": "quake.2013p615010",
"publicid": "2013p615010",
"origintime": "2013-08-16T13:17:38.585",
"longitude": 174.1434,
"latitude": -41.7769,
"depth": 6.2305,
"magnitude": 3.4794,
"magnitudetype": "M",
"status": "automatic",
"phases": 61,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:22:38.168",
"origin_geom": "POINT (174.14343 -41.776876)"
},
{
"FID": "quake.2013p615005",
"publicid": "2013p615005",
"origintime": "2013-08-16T13:15:09.475",
"longitude": 174.4349,
"latitude": -41.5012,
"depth": 5.1172,
"magnitude": 2.2224,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:18:09.595",
"origin_geom": "POINT (174.43492 -41.501215)"
},
{
"FID": "quake.2013p615002",
"publicid": "2013p615002",
"origintime": "2013-08-16T13:13:25.289",
"longitude": 174.0572,
"latitude": -41.7896,
"depth": 10.7422,
"magnitude": 3.0745,
"magnitudetype": "M",
"status": "automatic",
"phases": 44,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:17:02.041",
"origin_geom": "POINT (174.05721 -41.789572)"
},
{
"FID": "quake.2013p615000",
"publicid": "2013p615000",
"origintime": "2013-08-16T13:12:18.207",
"longitude": 174.2767,
"latitude": -41.6552,
"depth": 8.5742,
"magnitude": 2.7841,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:14:44.694",
"origin_geom": "POINT (174.27667 -41.655247)"
},
{
"FID": "quake.2013p614996",
"publicid": "2013p614996",
"origintime": "2013-08-16T13:10:38.854",
"longitude": 174.232,
"latitude": -41.6963,
"depth": 7.9297,
"magnitude": 2.9197,
"magnitudetype": "M",
"status": "automatic",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:13:58.974",
"origin_geom": "POINT (174.23198 -41.696267)"
},
{
"FID": "quake.2013p614992",
"publicid": "2013p614992",
"origintime": "2013-08-16T13:07:56.694",
"longitude": 174.1013,
"latitude": -41.7433,
"depth": 5.5859,
"magnitude": 2.1724,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:10:05.857",
"origin_geom": "POINT (174.10132 -41.743316)"
},
{
"FID": "quake.2013p614988",
"publicid": "2013p614988",
"origintime": "2013-08-16T13:05:48.589",
"longitude": 174.2281,
"latitude": -41.6707,
"depth": 14.6094,
"magnitude": 2.3584,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:08:27.539",
"origin_geom": "POINT (174.22806 -41.670711)"
},
{
"FID": "quake.2013p614984",
"publicid": "2013p614984",
"origintime": "2013-08-16T13:03:03.802",
"longitude": 174.2376,
"latitude": -41.1079,
"depth": 8.75,
"magnitude": 3.9375,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T13:06:44.307",
"origin_geom": "POINT (174.23762 -41.107945)"
},
{
"FID": "quake.2013p614982",
"publicid": "2013p614982",
"origintime": "2013-08-16T13:02:48.037",
"longitude": 174.1635,
"latitude": -41.7253,
"depth": 12.4414,
"magnitude": 3.5774,
"magnitudetype": "M",
"status": "reviewed",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-17T03:31:35.439",
"origin_geom": "POINT (174.16353 -41.72533)"
},
{
"FID": "quake.2013p614976",
"publicid": "2013p614976",
"origintime": "2013-08-16T13:00:34.873",
"longitude": 174.2614,
"latitude": -41.6227,
"depth": 9.9805,
"magnitude": 3.9257,
"magnitudetype": "M",
"status": "reviewed",
"phases": 49,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T22:27:52.257",
"origin_geom": "POINT (174.26143 -41.622685)"
},
{
"FID": "quake.2013p614968",
"publicid": "2013p614968",
"origintime": "2013-08-16T12:55:18.626",
"longitude": 174.1593,
"latitude": -41.6349,
"depth": 5.1172,
"magnitude": 2.6222,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:57:30.471",
"origin_geom": "POINT (174.15931 -41.634907)"
},
{
"FID": "quake.2013p614963",
"publicid": "2013p614963",
"origintime": "2013-08-16T12:52:39.08",
"longitude": 174.0984,
"latitude": -41.7163,
"depth": 5.0586,
"magnitude": 2.9556,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:55:46.679",
"origin_geom": "POINT (174.09844 -41.716329)"
},
{
"FID": "quake.2013p614960",
"publicid": "2013p614960",
"origintime": "2013-08-16T12:50:47.088",
"longitude": 174.0844,
"latitude": -41.7737,
"depth": 12.8516,
"magnitude": 3.1557,
"magnitudetype": "M",
"status": "automatic",
"phases": 54,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:54:24.949",
"origin_geom": "POINT (174.08437 -41.773684)"
},
{
"FID": "quake.2013p614955",
"publicid": "2013p614955",
"origintime": "2013-08-16T12:48:23.593",
"longitude": 174.8732,
"latitude": -40.7061,
"depth": 16.3672,
"magnitude": 2.0988,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:50:40.311",
"origin_geom": "POINT (174.87319 -40.706064)"
},
{
"FID": "quake.2013p614950",
"publicid": "2013p614950",
"origintime": "2013-08-16T12:45:35.552",
"longitude": 174.1756,
"latitude": -41.6035,
"depth": 5.0586,
"magnitude": 2.8068,
"magnitudetype": "M",
"status": "automatic",
"phases": 45,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:47:54.397",
"origin_geom": "POINT (174.17558 -41.603479)"
},
{
"FID": "quake.2013p614946",
"publicid": "2013p614946",
"origintime": "2013-08-16T12:43:55.13",
"longitude": 174.4334,
"latitude": -41.5539,
"depth": 5.0586,
"magnitude": 2.0998,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:46:13.243",
"origin_geom": "POINT (174.43343 -41.553926)"
},
{
"FID": "quake.2013p614941",
"publicid": "2013p614941",
"origintime": "2013-08-16T12:41:04.494",
"longitude": 174.4575,
"latitude": -41.5526,
"depth": 5.0586,
"magnitude": 2.4534,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:43:19.055",
"origin_geom": "POINT (174.45752 -41.55255)"
},
{
"FID": "quake.2013p614935",
"publicid": "2013p614935",
"origintime": "2013-08-16T12:38:01.397",
"longitude": 174.023,
"latitude": -41.8011,
"depth": 12.6172,
"magnitude": 3.4117,
"magnitudetype": "M",
"status": "automatic",
"phases": 70,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:41:37.666",
"origin_geom": "POINT (174.02298 -41.801081)"
},
{
"FID": "quake.2013p614933",
"publicid": "2013p614933",
"origintime": "2013-08-16T12:36:18.91",
"longitude": 174.2631,
"latitude": -41.5122,
"depth": 5.0586,
"magnitude": 3.0152,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:39:14.299",
"origin_geom": "POINT (174.26313 -41.512213)"
},
{
"FID": "quake.2013p614929",
"publicid": "2013p614929",
"origintime": "2013-08-16T12:35:11.207",
"longitude": 175.4906,
"latitude": -39.8428,
"depth": 11.0938,
"magnitude": 2.9703,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:38:32.409",
"origin_geom": "POINT (175.49056 -39.842831)"
},
{
"FID": "quake.2013p614924",
"publicid": "2013p614924",
"origintime": "2013-08-16T12:31:50.078",
"longitude": 173.9821,
"latitude": -41.8255,
"depth": 10.332,
"magnitude": 3.5405,
"magnitudetype": "M",
"status": "automatic",
"phases": 69,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:38:20.36",
"origin_geom": "POINT (173.98211 -41.825536)"
},
{
"FID": "quake.2013p614919",
"publicid": "2013p614919",
"origintime": "2013-08-16T12:29:56.804",
"longitude": 174.7959,
"latitude": -41.3534,
"depth": 7.6953,
"magnitude": 3.2201,
"magnitudetype": "M",
"status": "automatic",
"phases": 44,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:37:04.527",
"origin_geom": "POINT (174.7959 -41.353397)"
},
{
"FID": "quake.2013p614916",
"publicid": "2013p614916",
"origintime": "2013-08-16T12:27:19.73",
"longitude": 174.0606,
"latitude": -41.7569,
"depth": 5.0586,
"magnitude": 2.3739,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:30:01.81",
"origin_geom": "POINT (174.06061 -41.756929)"
},
{
"FID": "quake.2013p614914",
"publicid": "2013p614914",
"origintime": "2013-08-16T12:26:18.127",
"longitude": 174.199,
"latitude": -41.6377,
"depth": 8.8672,
"magnitude": 2.6667,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:29:50.935",
"origin_geom": "POINT (174.19901 -41.637742)"
},
{
"FID": "quake.2013p614910",
"publicid": "2013p614910",
"origintime": "2013-08-16T12:24:24.423",
"longitude": 174.0883,
"latitude": -41.7577,
"depth": 19.0039,
"magnitude": 3.3619,
"magnitudetype": "M",
"status": "automatic",
"phases": 64,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:28:04.86",
"origin_geom": "POINT (174.08832 -41.757742)"
},
{
"FID": "quake.2013p614904",
"publicid": "2013p614904",
"origintime": "2013-08-16T12:20:58.705",
"longitude": 174.1435,
"latitude": -41.668,
"depth": 5.0586,
"magnitude": 2.6162,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:23:11.144",
"origin_geom": "POINT (174.14354 -41.668019)"
},
{
"FID": "quake.2013p614899",
"publicid": "2013p614899",
"origintime": "2013-08-16T12:18:32.981",
"longitude": 173.9653,
"latitude": -41.7435,
"depth": 7.6953,
"magnitude": 2.5523,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:23:33.559",
"origin_geom": "POINT (173.96527 -41.743495)"
},
{
"FID": "quake.2013p614895",
"publicid": "2013p614895",
"origintime": "2013-08-16T12:16:18.761",
"longitude": 174.3075,
"latitude": -41.6607,
"depth": 9.7461,
"magnitude": 2.725,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:18:45.842",
"origin_geom": "POINT (174.3075 -41.660741)"
},
{
"FID": "quake.2013p614889",
"publicid": "2013p614889",
"origintime": "2013-08-16T12:13:10.533",
"longitude": 174.2667,
"latitude": -41.6497,
"depth": 6.7578,
"magnitude": 2.6725,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:15:22.77",
"origin_geom": "POINT (174.26668 -41.649741)"
},
{
"FID": "quake.2013p614886",
"publicid": "2013p614886",
"origintime": "2013-08-16T12:11:47.798",
"longitude": 174.3218,
"latitude": -41.4745,
"depth": 10.2734,
"magnitude": 2.4161,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:13:56.608",
"origin_geom": "POINT (174.32181 -41.474529)"
},
{
"FID": "quake.2013p614883",
"publicid": "2013p614883",
"origintime": "2013-08-16T12:09:56.485",
"longitude": 174.1686,
"latitude": -41.6863,
"depth": 5.0586,
"magnitude": 2.5413,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:12:14.894",
"origin_geom": "POINT (174.1686 -41.686273)"
},
{
"FID": "quake.2013p614879",
"publicid": "2013p614879",
"origintime": "2013-08-16T12:07:43.669",
"longitude": 174.2551,
"latitude": -41.6861,
"depth": 5.1172,
"magnitude": 2.1974,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:09:42.378",
"origin_geom": "POINT (174.25511 -41.686103)"
},
{
"FID": "quake.2013p614875",
"publicid": "2013p614875",
"origintime": "2013-08-16T12:05:49.623",
"longitude": 174.1205,
"latitude": -41.698,
"depth": 7.6953,
"magnitude": 2.2595,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:08:10.555",
"origin_geom": "POINT (174.12051 -41.697999)"
},
{
"FID": "quake.2013p614870",
"publicid": "2013p614870",
"origintime": "2013-08-16T12:03:09.207",
"longitude": 174.2994,
"latitude": -41.6109,
"depth": 5.4102,
"magnitude": 2.7129,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:05:21.767",
"origin_geom": "POINT (174.29943 -41.610874)"
},
{
"FID": "quake.2013p614867",
"publicid": "2013p614867",
"origintime": "2013-08-16T12:01:39.795",
"longitude": 175.2605,
"latitude": -38.3868,
"depth": 125.9375,
"magnitude": 2.5658,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:03:54.408",
"origin_geom": "POINT (175.26046 -38.38675)"
},
{
"FID": "quake.2013p614863",
"publicid": "2013p614863",
"origintime": "2013-08-16T11:59:29.394",
"longitude": 178.2215,
"latitude": -38.1627,
"depth": 6.2891,
"magnitude": 1.7523,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T17:59:05.123",
"origin_geom": "POINT (178.2215 -38.162668)"
},
{
"FID": "quake.2013p614861",
"publicid": "2013p614861",
"origintime": "2013-08-16T11:59:09.924",
"longitude": 174.148,
"latitude": -41.6898,
"depth": 5.0586,
"magnitude": 2.2796,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T12:02:10.606",
"origin_geom": "POINT (174.14799 -41.689839)"
},
{
"FID": "quake.2013p614859",
"publicid": "2013p614859",
"origintime": "2013-08-16T11:57:18.631",
"longitude": 177.0333,
"latitude": -39.3976,
"depth": 19.9414,
"magnitude": 1.8941,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:59:31.669",
"origin_geom": "POINT (177.03334 -39.397595)"
},
{
"FID": "quake.2013p614856",
"publicid": "2013p614856",
"origintime": "2013-08-16T11:55:21.559",
"longitude": 174.2761,
"latitude": -41.6331,
"depth": 6.1133,
"magnitude": 3.0131,
"magnitudetype": "M",
"status": "automatic",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:58:32.025",
"origin_geom": "POINT (174.27608 -41.633126)"
},
{
"FID": "quake.2013p614853",
"publicid": "2013p614853",
"origintime": "2013-08-16T11:53:55.538",
"longitude": 174.3415,
"latitude": -41.5975,
"depth": 9.5117,
"magnitude": 2.5945,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:57:22.52",
"origin_geom": "POINT (174.3415 -41.597514)"
},
{
"FID": "quake.2013p614848",
"publicid": "2013p614848",
"origintime": "2013-08-16T11:51:28.599",
"longitude": 174.3067,
"latitude": -41.5875,
"depth": 11.4453,
"magnitude": 2.3238,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:53:29.59",
"origin_geom": "POINT (174.30672 -41.587524)"
},
{
"FID": "quake.2013p614844",
"publicid": "2013p614844",
"origintime": "2013-08-16T11:49:21.403",
"longitude": 174.285,
"latitude": -41.6822,
"depth": 5.0586,
"magnitude": 2.6575,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:51:46.511",
"origin_geom": "POINT (174.28504 -41.682185)"
},
{
"FID": "quake.2013p614842",
"publicid": "2013p614842",
"origintime": "2013-08-16T11:47:49.706",
"longitude": 174.223,
"latitude": -41.6009,
"depth": 10.7422,
"magnitude": 2.5247,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:49:47.944",
"origin_geom": "POINT (174.22301 -41.600911)"
},
{
"FID": "quake.2013p614835",
"publicid": "2013p614835",
"origintime": "2013-08-16T11:44:19.222",
"longitude": 174.2997,
"latitude": -41.6457,
"depth": 5.1172,
"magnitude": 2.3486,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:46:18.407",
"origin_geom": "POINT (174.29969 -41.645706)"
},
{
"FID": "quake.2013p614828",
"publicid": "2013p614828",
"origintime": "2013-08-16T11:40:34.952",
"longitude": 174.2239,
"latitude": -41.7402,
"depth": 16.6016,
"magnitude": 3.1161,
"magnitudetype": "M",
"status": "automatic",
"phases": 51,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:59:49.886",
"origin_geom": "POINT (174.22389 -41.740239)"
},
{
"FID": "quake.2013p614825",
"publicid": "2013p614825",
"origintime": "2013-08-16T11:39:05.21",
"longitude": 174.2305,
"latitude": -41.6437,
"depth": 5.1172,
"magnitude": 2.4289,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:41:05.383",
"origin_geom": "POINT (174.23054 -41.643674)"
},
{
"FID": "quake.2013p614821",
"publicid": "2013p614821",
"origintime": "2013-08-16T11:36:52.899",
"longitude": 174.2725,
"latitude": -41.4752,
"depth": 7.1094,
"magnitude": 2.6814,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:40:00.617",
"origin_geom": "POINT (174.27246 -41.47516)"
},
{
"FID": "quake.2013p614819",
"publicid": "2013p614819",
"origintime": "2013-08-16T11:35:38.6",
"longitude": 174.2192,
"latitude": -41.6577,
"depth": 5.0586,
"magnitude": 3.0256,
"magnitudetype": "M",
"status": "automatic",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:39:27.357",
"origin_geom": "POINT (174.21919 -41.657729)"
},
{
"FID": "quake.2013p614816",
"publicid": "2013p614816",
"origintime": "2013-08-16T11:34:05.132",
"longitude": 173.9813,
"latitude": -41.7398,
"depth": 6.5234,
"magnitude": 2.2977,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:35:36.296",
"origin_geom": "POINT (173.98129 -41.739794)"
},
{
"FID": "quake.2013p614809",
"publicid": "2013p614809",
"origintime": "2013-08-16T11:30:38.045",
"longitude": 174.8127,
"latitude": -41.376,
"depth": 13.6719,
"magnitude": 2.6931,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:37:21.153",
"origin_geom": "POINT (174.81273 -41.375993)"
},
{
"FID": "quake.2013p614805",
"publicid": "2013p614805",
"origintime": "2013-08-16T11:28:31.135",
"longitude": 174.0771,
"latitude": -41.6479,
"depth": 35.7031,
"magnitude": 1.8235,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:30:04.343",
"origin_geom": "POINT (174.0771 -41.647924)"
},
{
"FID": "quake.2013p614798",
"publicid": "2013p614798",
"origintime": "2013-08-16T11:24:48.807",
"longitude": 174.0167,
"latitude": -41.7256,
"depth": 5.0586,
"magnitude": 3.0106,
"magnitudetype": "M",
"status": "automatic",
"phases": 45,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:28:40.36",
"origin_geom": "POINT (174.01668 -41.725608)"
},
{
"FID": "quake.2013p614793",
"publicid": "2013p614793",
"origintime": "2013-08-16T11:21:59.698",
"longitude": 174.0746,
"latitude": -41.7158,
"depth": 8.3984,
"magnitude": 2.7923,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:24:52.713",
"origin_geom": "POINT (174.07456 -41.715836)"
},
{
"FID": "quake.2013p614786",
"publicid": "2013p614786",
"origintime": "2013-08-16T11:18:11.343",
"longitude": 175.7452,
"latitude": -39.9222,
"depth": 15.3125,
"magnitude": 3.2646,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:21:07.961",
"origin_geom": "POINT (175.74515 -39.922203)"
},
{
"FID": "quake.2013p614783",
"publicid": "2013p614783",
"origintime": "2013-08-16T11:17:32.144",
"longitude": 174.1426,
"latitude": -41.7771,
"depth": 10.2734,
"magnitude": 4.1432,
"magnitudetype": "M",
"status": "automatic",
"phases": 94,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:59:41.3",
"origin_geom": "POINT (174.14262 -41.777061)"
},
{
"FID": "quake.2013p614778",
"publicid": "2013p614778",
"origintime": "2013-08-16T11:14:02.621",
"longitude": 174.222,
"latitude": -41.6493,
"depth": 10.7422,
"magnitude": 2.4939,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:17:51.322",
"origin_geom": "POINT (174.22199 -41.649261)"
},
{
"FID": "quake.2013p614774",
"publicid": "2013p614774",
"origintime": "2013-08-16T11:11:59.851",
"longitude": 174.4194,
"latitude": -41.7564,
"depth": 31.0156,
"magnitude": 2.2605,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:15:07.444",
"origin_geom": "POINT (174.41938 -41.756401)"
},
{
"FID": "quake.2013p614769",
"publicid": "2013p614769",
"origintime": "2013-08-16T11:09:14.775",
"longitude": 174.0651,
"latitude": -41.7372,
"depth": 5.1172,
"magnitude": 2.9541,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:12:20.773",
"origin_geom": "POINT (174.06514 -41.737249)"
},
{
"FID": "quake.2013p614766",
"publicid": "2013p614766",
"origintime": "2013-08-16T11:07:34.88",
"longitude": 174.1004,
"latitude": -41.8109,
"depth": 14.4922,
"magnitude": 3.7953,
"magnitudetype": "M",
"status": "automatic",
"phases": 86,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:11:45.933",
"origin_geom": "POINT (174.10041 -41.810859)"
},
{
"FID": "quake.2013p614762",
"publicid": "2013p614762",
"origintime": "2013-08-16T11:05:12.293",
"longitude": 175.0667,
"latitude": -40.2286,
"depth": 9.6875,
"magnitude": 3.3796,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:08:41.201",
"origin_geom": "POINT (175.06671 -40.228618)"
},
{
"FID": "quake.2013p614761",
"publicid": "2013p614761",
"origintime": "2013-08-16T11:04:39.553",
"longitude": 174.0857,
"latitude": -41.7854,
"depth": 12.1484,
"magnitude": 3.8204,
"magnitudetype": "M",
"status": "automatic",
"phases": 76,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:59:20.43",
"origin_geom": "POINT (174.08569 -41.785401)"
},
{
"FID": "quake.2013p614758",
"publicid": "2013p614758",
"origintime": "2013-08-16T11:03:33.199",
"longitude": 174.1287,
"latitude": -41.5614,
"depth": 24.3359,
"magnitude": 3.0526,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:06:26.842",
"origin_geom": "POINT (174.12868 -41.561433)"
},
{
"FID": "quake.2013p614755",
"publicid": "2013p614755",
"origintime": "2013-08-16T11:01:57.441",
"longitude": 174.142,
"latitude": -41.6786,
"depth": 26.2109,
"magnitude": 3.2844,
"magnitudetype": "M",
"status": "automatic",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:05:17.257",
"origin_geom": "POINT (174.14196 -41.678608)"
},
{
"FID": "quake.2013p614752",
"publicid": "2013p614752",
"origintime": "2013-08-16T11:00:02.758",
"longitude": 174.2682,
"latitude": -41.6079,
"depth": 8.1055,
"magnitude": 3.0089,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:03:00.03",
"origin_geom": "POINT (174.26825 -41.607872)"
},
{
"FID": "quake.2013p614748",
"publicid": "2013p614748",
"origintime": "2013-08-16T10:58:12.373",
"longitude": 174.7324,
"latitude": -41.4224,
"depth": 9.5703,
"magnitude": 2.7755,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:01:27.776",
"origin_geom": "POINT (174.73244 -41.42241)"
},
{
"FID": "quake.2013p614745",
"publicid": "2013p614745",
"origintime": "2013-08-16T10:56:37.284",
"longitude": 174.0484,
"latitude": -41.7712,
"depth": 15.7227,
"magnitude": 3.219,
"magnitudetype": "M",
"status": "automatic",
"phases": 53,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:00:16.294",
"origin_geom": "POINT (174.0484 -41.771169)"
},
{
"FID": "quake.2013p614737",
"publicid": "2013p614737",
"origintime": "2013-08-16T10:52:55.3",
"longitude": 174.0588,
"latitude": -41.6359,
"depth": 9.1602,
"magnitude": 3.8286,
"magnitudetype": "M",
"status": "automatic",
"phases": 67,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:56:36.875",
"origin_geom": "POINT (174.05885 -41.635917)"
},
{
"FID": "quake.2013p614735",
"publicid": "2013p614735",
"origintime": "2013-08-16T10:51:06.751",
"longitude": 174.0801,
"latitude": -41.628,
"depth": 26.3281,
"magnitude": 2.3648,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:53:01.682",
"origin_geom": "POINT (174.08011 -41.627991)"
},
{
"FID": "quake.2013p614733",
"publicid": "2013p614733",
"origintime": "2013-08-16T10:50:10.981",
"longitude": 178.2201,
"latitude": -38.1618,
"depth": 5.1172,
"magnitude": 1.8497,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:52:22.745",
"origin_geom": "POINT (178.22011 -38.161793)"
},
{
"FID": "quake.2013p614732",
"publicid": "2013p614732",
"origintime": "2013-08-16T10:49:40.105",
"longitude": 174.2752,
"latitude": -41.5816,
"depth": 13.5547,
"magnitude": 2.5743,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:51:58.254",
"origin_geom": "POINT (174.27522 -41.581593)"
},
{
"FID": "quake.2013p614730",
"publicid": "2013p614730",
"origintime": "2013-08-16T10:48:35.643",
"longitude": 174.0827,
"latitude": -41.5697,
"depth": 67.5781,
"magnitude": 2.6241,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:50:51.645",
"origin_geom": "POINT (174.08274 -41.569674)"
},
{
"FID": "quake.2013p614729",
"publicid": "2013p614729",
"origintime": "2013-08-16T10:47:49.386",
"longitude": 178.5209,
"latitude": -38.6011,
"depth": 39.4531,
"magnitude": 2.3317,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:49:59.423",
"origin_geom": "POINT (178.52088 -38.60114)"
},
{
"FID": "quake.2013p614721",
"publicid": "2013p614721",
"origintime": "2013-08-16T10:43:41.74",
"longitude": 174.0513,
"latitude": -41.7777,
"depth": 15.8984,
"magnitude": 3.1023,
"magnitudetype": "M",
"status": "automatic",
"phases": 50,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:47:40.45",
"origin_geom": "POINT (174.05128 -41.777719)"
},
{
"FID": "quake.2013p614718",
"publicid": "2013p614718",
"origintime": "2013-08-16T10:42:09.1",
"longitude": 174.2926,
"latitude": -41.5788,
"depth": 11.4453,
"magnitude": 2.9227,
"magnitudetype": "M",
"status": "automatic",
"phases": 44,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:44:15.571",
"origin_geom": "POINT (174.2926 -41.578768)"
},
{
"FID": "quake.2013p614714",
"publicid": "2013p614714",
"origintime": "2013-08-16T10:40:04.553",
"longitude": 174.239,
"latitude": -41.5864,
"depth": 7.4609,
"magnitude": 2.6196,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:42:11.642",
"origin_geom": "POINT (174.23905 -41.586368)"
},
{
"FID": "quake.2013p614711",
"publicid": "2013p614711",
"origintime": "2013-08-16T10:38:22.311",
"longitude": 174.2363,
"latitude": -41.6099,
"depth": 5.0586,
"magnitude": 3.0445,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:41:10.76",
"origin_geom": "POINT (174.23633 -41.609853)"
},
{
"FID": "quake.2013p614707",
"publicid": "2013p614707",
"origintime": "2013-08-16T10:36:17.467",
"longitude": 174.871,
"latitude": -39.5831,
"depth": 11.7969,
"magnitude": 3.1904,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:40:05.677",
"origin_geom": "POINT (174.87097 -39.583123)"
},
{
"FID": "quake.2013p614706",
"publicid": "2013p614706",
"origintime": "2013-08-16T10:35:40.35",
"longitude": 174.1699,
"latitude": -41.6108,
"depth": 5.4102,
"magnitude": 3.7256,
"magnitudetype": "M",
"status": "automatic",
"phases": 71,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:39:21.284",
"origin_geom": "POINT (174.16986 -41.610818)"
},
{
"FID": "quake.2013p614702",
"publicid": "2013p614702",
"origintime": "2013-08-16T10:33:35.806",
"longitude": 174.2683,
"latitude": -41.5868,
"depth": 5.2344,
"magnitude": 2.0383,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:35:09.207",
"origin_geom": "POINT (174.26828 -41.586811)"
},
{
"FID": "quake.2013p614687",
"publicid": "2013p614687",
"origintime": "2013-08-16T10:25:41.088",
"longitude": 174.1029,
"latitude": -41.7225,
"depth": 7.4609,
"magnitude": 3.1286,
"magnitudetype": "M",
"status": "automatic",
"phases": 57,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:29:28.518",
"origin_geom": "POINT (174.10291 -41.722508)"
},
{
"FID": "quake.2013p614684",
"publicid": "2013p614684",
"origintime": "2013-08-16T10:23:52.274",
"longitude": 174.0705,
"latitude": -41.7733,
"depth": 26.9141,
"magnitude": 2.8995,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:27:04.971",
"origin_geom": "POINT (174.07051 -41.773277)"
},
{
"FID": "quake.2013p614682",
"publicid": "2013p614682",
"origintime": "2013-08-16T10:22:38.772",
"longitude": 174.5639,
"latitude": -40.2802,
"depth": 9.6875,
"magnitude": 3.2021,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:25:24.027",
"origin_geom": "POINT (174.56393 -40.280248)"
},
{
"FID": "quake.2013p614681",
"publicid": "2013p614681",
"origintime": "2013-08-16T10:22:11.432",
"longitude": 174.1253,
"latitude": -41.6765,
"depth": 20.1172,
"magnitude": 3.2963,
"magnitudetype": "M",
"status": "automatic",
"phases": 59,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:25:50.57",
"origin_geom": "POINT (174.12529 -41.676451)"
},
{
"FID": "quake.2013p614671",
"publicid": "2013p614671",
"origintime": "2013-08-16T10:17:13.666",
"longitude": 174.2699,
"latitude": -41.5708,
"depth": 5.0586,
"magnitude": 2.8755,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:20:04.342",
"origin_geom": "POINT (174.26988 -41.570801)"
},
{
"FID": "quake.2013p614668",
"publicid": "2013p614668",
"origintime": "2013-08-16T10:15:37.856",
"longitude": 174.1157,
"latitude": -41.6835,
"depth": 10.5664,
"magnitude": 2.8875,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:18:45.202",
"origin_geom": "POINT (174.11574 -41.683469)"
},
{
"FID": "quake.2013p614666",
"publicid": "2013p614666",
"origintime": "2013-08-16T10:14:30.402",
"longitude": 174.252,
"latitude": -41.4883,
"depth": 10.0391,
"magnitude": 2.6321,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:16:47.008",
"origin_geom": "POINT (174.25204 -41.488322)"
},
{
"FID": "quake.2013p614664",
"publicid": "2013p614664",
"origintime": "2013-08-16T10:13:15.157",
"longitude": 174.7456,
"latitude": -41.4495,
"depth": 27.3828,
"magnitude": 2.4806,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:15:13.23",
"origin_geom": "POINT (174.74556 -41.449484)"
},
{
"FID": "quake.2013p614661",
"publicid": "2013p614661",
"origintime": "2013-08-16T10:11:44.332",
"longitude": 174.0837,
"latitude": -41.7113,
"depth": 5.0586,
"magnitude": 2.7001,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:13:57.05",
"origin_geom": "POINT (174.08374 -41.711309)"
},
{
"FID": "quake.2013p614654",
"publicid": "2013p614654",
"origintime": "2013-08-16T10:08:05.393",
"longitude": 174.1222,
"latitude": -41.5942,
"depth": 15.5469,
"magnitude": 2.3073,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:10:11.312",
"origin_geom": "POINT (174.12222 -41.594193)"
},
{
"FID": "quake.2013p614649",
"publicid": "2013p614649",
"origintime": "2013-08-16T10:05:33.868",
"longitude": 174.2746,
"latitude": -41.6383,
"depth": 12.3828,
"magnitude": 3.3428,
"magnitudetype": "M",
"status": "automatic",
"phases": 47,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:09:04.619",
"origin_geom": "POINT (174.27455 -41.638294)"
},
{
"FID": "quake.2013p614638",
"publicid": "2013p614638",
"origintime": "2013-08-16T09:59:46.177",
"longitude": 174.245,
"latitude": -41.6656,
"depth": 5.0586,
"magnitude": 2.9579,
"magnitudetype": "M",
"status": "automatic",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:02:54.103",
"origin_geom": "POINT (174.24504 -41.665579)"
},
{
"FID": "quake.2013p614635",
"publicid": "2013p614635",
"origintime": "2013-08-16T09:57:33.571",
"longitude": 174.2837,
"latitude": -41.5868,
"depth": 5.1172,
"magnitude": 2.8034,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:00:02.363",
"origin_geom": "POINT (174.28369 -41.586847)"
},
{
"FID": "quake.2013p614632",
"publicid": "2013p614632",
"origintime": "2013-08-16T09:56:18.632",
"longitude": 174.2502,
"latitude": -41.662,
"depth": 6.3477,
"magnitude": 2.7483,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:58:39.573",
"origin_geom": "POINT (174.2502 -41.661977)"
},
{
"FID": "quake.2013p614629",
"publicid": "2013p614629",
"origintime": "2013-08-16T09:54:48.948",
"longitude": 174.2516,
"latitude": -41.6581,
"depth": 6.1719,
"magnitude": 2.7125,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:58:17.924",
"origin_geom": "POINT (174.25155 -41.658055)"
},
{
"FID": "quake.2013p614616",
"publicid": "2013p614616",
"origintime": "2013-08-16T09:47:50.689",
"longitude": 174.0464,
"latitude": -41.7332,
"depth": 5.0586,
"magnitude": 2.6523,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:51:15.014",
"origin_geom": "POINT (174.04644 -41.733155)"
},
{
"FID": "quake.2013p614607",
"publicid": "2013p614607",
"origintime": "2013-08-16T09:42:36.88",
"longitude": 174.095,
"latitude": -41.7646,
"depth": 18.0664,
"magnitude": 3.381,
"magnitudetype": "M",
"status": "automatic",
"phases": 62,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:46:08.793",
"origin_geom": "POINT (174.09501 -41.764612)"
},
{
"FID": "quake.2013p614603",
"publicid": "2013p614603",
"origintime": "2013-08-16T09:41:15.204",
"longitude": 174.2246,
"latitude": -41.5801,
"depth": 9.3359,
"magnitude": 2.5355,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:44:00.847",
"origin_geom": "POINT (174.22456 -41.580103)"
},
{
"FID": "quake.2013p614601",
"publicid": "2013p614601",
"origintime": "2013-08-16T09:39:34.692",
"longitude": 173.1853,
"latitude": -41.8896,
"depth": 89.8438,
"magnitude": 2.9087,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:42:44.613",
"origin_geom": "POINT (173.18527 -41.889593)"
},
{
"FID": "quake.2013p614593",
"publicid": "2013p614593",
"origintime": "2013-08-16T09:36:22.675",
"longitude": 174.1818,
"latitude": -41.691,
"depth": 16.4844,
"magnitude": 2.9383,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:38:43.744",
"origin_geom": "POINT (174.18179 -41.69104)"
},
{
"FID": "quake.2013p614588",
"publicid": "2013p614588",
"origintime": "2013-08-16T09:32:52.413",
"longitude": 174.0885,
"latitude": -41.7463,
"depth": 18.4766,
"magnitude": 3.1556,
"magnitudetype": "M",
"status": "automatic",
"phases": 50,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:36:33.198",
"origin_geom": "POINT (174.08851 -41.746277)"
},
{
"FID": "quake.2013p614584",
"publicid": "2013p614584",
"origintime": "2013-08-16T09:30:52.515",
"longitude": 174.1701,
"latitude": -41.707,
"depth": 23.1641,
"magnitude": 2.6861,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:33:05.598",
"origin_geom": "POINT (174.17014 -41.706964)"
},
{
"FID": "quake.2013p614582",
"publicid": "2013p614582",
"origintime": "2013-08-16T09:29:35.055",
"longitude": 174.0143,
"latitude": -41.7057,
"depth": 5.1172,
"magnitude": 2.7895,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:31:47.97",
"origin_geom": "POINT (174.0143 -41.705725)"
},
{
"FID": "quake.2013p614576",
"publicid": "2013p614576",
"origintime": "2013-08-16T09:26:54.23",
"longitude": 174.2945,
"latitude": -41.6024,
"depth": 5.0586,
"magnitude": 2.5154,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:30:05.423",
"origin_geom": "POINT (174.29451 -41.602388)"
},
{
"FID": "quake.2013p614572",
"publicid": "2013p614572",
"origintime": "2013-08-16T09:24:04.338",
"longitude": 174.3203,
"latitude": -41.5579,
"depth": 5.1172,
"magnitude": 2.7743,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:28:00.743",
"origin_geom": "POINT (174.32034 -41.557897)"
},
{
"FID": "quake.2013p614566",
"publicid": "2013p614566",
"origintime": "2013-08-16T09:21:29.132",
"longitude": 174.1355,
"latitude": -41.6957,
"depth": 5.0586,
"magnitude": 3.5929,
"magnitudetype": "M",
"status": "automatic",
"phases": 56,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:25:32.55",
"origin_geom": "POINT (174.13552 -41.695729)"
},
{
"FID": "quake.2013p614565",
"publicid": "2013p614565",
"origintime": "2013-08-16T09:20:26.781",
"longitude": 174.0727,
"latitude": -41.7692,
"depth": 13.7891,
"magnitude": 3.3851,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:24:01.468",
"origin_geom": "POINT (174.07268 -41.76917)"
},
{
"FID": "quake.2013p614561",
"publicid": "2013p614561",
"origintime": "2013-08-16T09:18:34.717",
"longitude": 174.1807,
"latitude": -41.7033,
"depth": 5.0586,
"magnitude": 2.971,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:21:59.845",
"origin_geom": "POINT (174.18073 -41.703312)"
},
{
"FID": "quake.2013p614559",
"publicid": "2013p614559",
"origintime": "2013-08-16T09:17:33.414",
"longitude": 174.3028,
"latitude": -41.5198,
"depth": 5.1172,
"magnitude": 2.4416,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:19:48.883",
"origin_geom": "POINT (174.30282 -41.519846)"
},
{
"FID": "quake.2013p614557",
"publicid": "2013p614557",
"origintime": "2013-08-16T09:16:11.734",
"longitude": 172.763,
"latitude": -43.5731,
"depth": 5.0586,
"magnitude": 3.1409,
"magnitudetype": "M",
"status": "reviewed",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:34:26.795",
"origin_geom": "POINT (172.763 -43.573132)"
},
{
"FID": "quake.2013p614556",
"publicid": "2013p614556",
"origintime": "2013-08-16T09:15:32.682",
"longitude": 174.3506,
"latitude": -41.6038,
"depth": 5.1172,
"magnitude": 2.2755,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:18:31.289",
"origin_geom": "POINT (174.35059 -41.603828)"
},
{
"FID": "quake.2013p614552",
"publicid": "2013p614552",
"origintime": "2013-08-16T09:13:26.446",
"longitude": 174.0248,
"latitude": -41.6468,
"depth": 29.0234,
"magnitude": 2.285,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:16:34.724",
"origin_geom": "POINT (174.02479 -41.646803)"
},
{
"FID": "quake.2013p614549",
"publicid": "2013p614549",
"origintime": "2013-08-16T09:11:21.43",
"longitude": 173.8207,
"latitude": -41.5895,
"depth": 12.5,
"magnitude": 3.8307,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:15:11.645",
"origin_geom": "POINT (173.82068 -41.589495)"
},
{
"FID": "quake.2013p614548",
"publicid": "2013p614548",
"origintime": "2013-08-16T09:11:13.173",
"longitude": 174.12,
"latitude": -41.7113,
"depth": 21.0547,
"magnitude": 3.3361,
"magnitudetype": "M",
"status": "automatic",
"phases": 62,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:14:54.015",
"origin_geom": "POINT (174.12005 -41.711332)"
},
{
"FID": "quake.2013p614544",
"publicid": "2013p614544",
"origintime": "2013-08-16T09:09:09.135",
"longitude": 173.9846,
"latitude": -41.7282,
"depth": 5.1172,
"magnitude": 3.1062,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:11:29.357",
"origin_geom": "POINT (173.9846 -41.728212)"
},
{
"FID": "quake.2013p614542",
"publicid": "2013p614542",
"origintime": "2013-08-16T09:08:06.339",
"longitude": 174.2763,
"latitude": -41.6475,
"depth": 5.1172,
"magnitude": 2.958,
"magnitudetype": "M",
"status": "automatic",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:10:35.921",
"origin_geom": "POINT (174.27627 -41.64752)"
},
{
"FID": "quake.2013p614538",
"publicid": "2013p614538",
"origintime": "2013-08-16T09:05:42.795",
"longitude": 172.0191,
"latitude": -42.8056,
"depth": 323.75,
"magnitude": 4.2913,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:09:17.495",
"origin_geom": "POINT (172.0191 -42.805639)"
},
{
"FID": "quake.2013p614535",
"publicid": "2013p614535",
"origintime": "2013-08-16T09:04:22.154",
"longitude": 173.9464,
"latitude": -41.8164,
"depth": 10.5078,
"magnitude": 3.1077,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:08:00.096",
"origin_geom": "POINT (173.94637 -41.816354)"
},
{
"FID": "quake.2013p614534",
"publicid": "2013p614534",
"origintime": "2013-08-16T09:04:06.871",
"longitude": 177.0565,
"latitude": -39.4048,
"depth": 20.5859,
"magnitude": 2.539,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:09:35.498",
"origin_geom": "POINT (177.05647 -39.404754)"
},
{
"FID": "quake.2013p614529",
"publicid": "2013p614529",
"origintime": "2013-08-16T09:01:04.339",
"longitude": 174.1058,
"latitude": -41.7134,
"depth": 6.7578,
"magnitude": 3.3747,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:04:30.808",
"origin_geom": "POINT (174.10583 -41.713417)"
},
{
"FID": "quake.2013p614525",
"publicid": "2013p614525",
"origintime": "2013-08-16T08:59:17.289",
"longitude": 174.0988,
"latitude": -41.7499,
"depth": 21.7578,
"magnitude": 3.65,
"magnitudetype": "M",
"status": "automatic",
"phases": 72,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:05:22.376",
"origin_geom": "POINT (174.09878 -41.749915)"
},
{
"FID": "quake.2013p614519",
"publicid": "2013p614519",
"origintime": "2013-08-16T08:56:06.012",
"longitude": 174.1339,
"latitude": -41.7117,
"depth": 5.1172,
"magnitude": 2.7026,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:58:37.232",
"origin_geom": "POINT (174.13389 -41.711739)"
},
{
"FID": "quake.2013p614512",
"publicid": "2013p614512",
"origintime": "2013-08-16T08:52:29.633",
"longitude": 174.2646,
"latitude": -41.6641,
"depth": 13.3789,
"magnitude": 3.757,
"magnitudetype": "M",
"status": "automatic",
"phases": 83,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:58:41.617",
"origin_geom": "POINT (174.26456 -41.664067)"
},
{
"FID": "quake.2013p614510",
"publicid": "2013p614510",
"origintime": "2013-08-16T08:51:25.472",
"longitude": 174.2974,
"latitude": -41.5464,
"depth": 5.1172,
"magnitude": 2.5173,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:53:58.162",
"origin_geom": "POINT (174.29737 -41.546378)"
},
{
"FID": "quake.2013p614506",
"publicid": "2013p614506",
"origintime": "2013-08-16T08:49:43.258",
"longitude": 174.4077,
"latitude": -41.8891,
"depth": 5.1172,
"magnitude": 3.4652,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:53:16.108",
"origin_geom": "POINT (174.40773 -41.889094)"
},
{
"FID": "quake.2013p614503",
"publicid": "2013p614503",
"origintime": "2013-08-16T08:47:21.704",
"longitude": 174.1967,
"latitude": -41.6118,
"depth": 16.6016,
"magnitude": 2.812,
"magnitudetype": "M",
"status": "automatic",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:51:10.316",
"origin_geom": "POINT (174.1967 -41.611816)"
},
{
"FID": "quake.2013p614496",
"publicid": "2013p614496",
"origintime": "2013-08-16T08:44:09.742",
"longitude": 174.1463,
"latitude": -41.6704,
"depth": 9.5703,
"magnitude": 3.5884,
"magnitudetype": "M",
"status": "automatic",
"phases": 55,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:50:40.667",
"origin_geom": "POINT (174.14628 -41.670394)"
},
{
"FID": "quake.2013p614487",
"publicid": "2013p614487",
"origintime": "2013-08-16T08:38:54.758",
"longitude": 174.1145,
"latitude": -41.7379,
"depth": 21.7578,
"magnitude": 5.2016,
"magnitudetype": "M",
"status": "reviewed",
"phases": 39,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:49:25.321",
"origin_geom": "POINT (174.11451 -41.737864)"
},
{
"FID": "quake.2013p614479",
"publicid": "2013p614479",
"origintime": "2013-08-16T08:35:35.316",
"longitude": 174.2751,
"latitude": -41.6243,
"depth": 5.0586,
"magnitude": 3.6511,
"magnitudetype": "M",
"status": "automatic",
"phases": 59,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:39:36.751",
"origin_geom": "POINT (174.27507 -41.624338)"
},
{
"FID": "quake.2013p614468",
"publicid": "2013p614468",
"origintime": "2013-08-16T08:29:05.828",
"longitude": 174.2662,
"latitude": -41.6474,
"depth": 16.6602,
"magnitude": 3.3646,
"magnitudetype": "M",
"status": "automatic",
"phases": 59,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:32:46.039",
"origin_geom": "POINT (174.26625 -41.647434)"
},
{
"FID": "quake.2013p614462",
"publicid": "2013p614462",
"origintime": "2013-08-16T08:25:25.921",
"longitude": 174.0287,
"latitude": -41.6615,
"depth": 22.5781,
"magnitude": 2.8764,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:28:17.776",
"origin_geom": "POINT (174.02873 -41.661518)"
},
{
"FID": "quake.2013p614459",
"publicid": "2013p614459",
"origintime": "2013-08-16T08:24:14.587",
"longitude": 174.0065,
"latitude": -41.6655,
"depth": 30.4297,
"magnitude": 3.5442,
"magnitudetype": "M",
"status": "automatic",
"phases": 50,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:34:19.863",
"origin_geom": "POINT (174.00652 -41.665454)"
},
{
"FID": "quake.2013p614458",
"publicid": "2013p614458",
"origintime": "2013-08-16T08:23:38.489",
"longitude": 172.5641,
"latitude": -43.5883,
"depth": 0.057,
"magnitude": 2.0389,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:24:58.197",
"origin_geom": "POINT (172.56409 -43.588257)"
},
{
"FID": "quake.2013p614454",
"publicid": "2013p614454",
"origintime": "2013-08-16T08:21:23.977",
"longitude": 174.0716,
"latitude": -41.6432,
"depth": 19.4141,
"magnitude": 2.6862,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:23:42.7",
"origin_geom": "POINT (174.07165 -41.643175)"
},
{
"FID": "quake.2013p614447",
"publicid": "2013p614447",
"origintime": "2013-08-16T08:17:32.951",
"longitude": 174.2844,
"latitude": -41.624,
"depth": 8.0469,
"magnitude": 3.2445,
"magnitudetype": "M",
"status": "automatic",
"phases": 51,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:26:53.037",
"origin_geom": "POINT (174.28438 -41.623986)"
},
{
"FID": "quake.2013p614443",
"publicid": "2013p614443",
"origintime": "2013-08-16T08:15:38.57",
"longitude": 174.2598,
"latitude": -41.6754,
"depth": 15.4297,
"magnitude": 2.5491,
"magnitudetype": "M",
"status": "reviewed",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:59:46.931",
"origin_geom": "POINT (174.25979 -41.675396)"
},
{
"FID": "quake.2013p614440",
"publicid": "2013p614440",
"origintime": "2013-08-16T08:13:54.272",
"longitude": 174.3009,
"latitude": -41.643,
"depth": 5.0586,
"magnitude": 3.1969,
"magnitudetype": "M",
"status": "automatic",
"phases": 39,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:17:37.379",
"origin_geom": "POINT (174.30086 -41.643029)"
},
{
"FID": "quake.2013p614437",
"publicid": "2013p614437",
"origintime": "2013-08-16T08:12:26.779",
"longitude": 174.2389,
"latitude": -41.6081,
"depth": 10.9766,
"magnitude": 3.0534,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:15:59.502",
"origin_geom": "POINT (174.23891 -41.608052)"
},
{
"FID": "quake.2013p614435",
"publicid": "2013p614435",
"origintime": "2013-08-16T08:11:02.741",
"longitude": 174.1337,
"latitude": -41.6925,
"depth": 5.1172,
"magnitude": 2.5886,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:13:16.633",
"origin_geom": "POINT (174.13368 -41.692547)"
},
{
"FID": "quake.2013p614428",
"publicid": "2013p614428",
"origintime": "2013-08-16T08:08:36.259",
"longitude": 174.0373,
"latitude": -41.7473,
"depth": 26.6797,
"magnitude": 2.721,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:11:08.656",
"origin_geom": "POINT (174.03734 -41.747278)"
},
{
"FID": "quake.2013p614424",
"publicid": "2013p614424",
"origintime": "2013-08-16T08:05:34.464",
"longitude": 174.2832,
"latitude": -41.6844,
"depth": 5.3516,
"magnitude": 3.2131,
"magnitudetype": "M",
"status": "automatic",
"phases": 51,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:09:22.296",
"origin_geom": "POINT (174.28316 -41.684424)"
},
{
"FID": "quake.2013p614417",
"publicid": "2013p614417",
"origintime": "2013-08-16T08:01:31.801",
"longitude": 174.1719,
"latitude": -41.721,
"depth": 5.0586,
"magnitude": 3.4693,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T08:04:42.899",
"origin_geom": "POINT (174.1719 -41.720988)"
},
{
"FID": "quake.2013p614413",
"publicid": "2013p614413",
"origintime": "2013-08-16T07:59:36.641",
"longitude": 174.2755,
"latitude": -41.6525,
"depth": 17.3047,
"magnitude": 3.8731,
"magnitudetype": "M",
"status": "reviewed",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:07:36.848",
"origin_geom": "POINT (174.27553 -41.652503)"
},
{
"FID": "quake.2013p614410",
"publicid": "2013p614410",
"origintime": "2013-08-16T07:57:41.075",
"longitude": 173.691,
"latitude": -42.0229,
"depth": 64.0625,
"magnitude": 3.0333,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:59:21.274",
"origin_geom": "POINT (173.69103 -42.022879)"
},
{
"FID": "quake.2013p614406",
"publicid": "2013p614406",
"origintime": "2013-08-16T07:55:34.07",
"longitude": 174.18,
"latitude": -41.5375,
"depth": 27.2656,
"magnitude": 2.8267,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:58:29.335",
"origin_geom": "POINT (174.18004 -41.537502)"
},
{
"FID": "quake.2013p614401",
"publicid": "2013p614401",
"origintime": "2013-08-16T07:53:27.023",
"longitude": 174.2757,
"latitude": -41.8077,
"depth": 5.1172,
"magnitude": 3.9391,
"magnitudetype": "M",
"status": "automatic",
"phases": 78,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:57:33.76",
"origin_geom": "POINT (174.27574 -41.807656)"
},
{
"FID": "quake.2013p614398",
"publicid": "2013p614398",
"origintime": "2013-08-16T07:51:31.308",
"longitude": 174.0922,
"latitude": -41.7526,
"depth": 14.8438,
"magnitude": 2.9705,
"magnitudetype": "M",
"status": "automatic",
"phases": 54,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:55:06.613",
"origin_geom": "POINT (174.09218 -41.752641)"
},
{
"FID": "quake.2013p614392",
"publicid": "2013p614392",
"origintime": "2013-08-16T07:48:17.151",
"longitude": 174.2651,
"latitude": -41.6188,
"depth": 9.3359,
"magnitude": 2.5716,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:49:55.284",
"origin_geom": "POINT (174.26508 -41.618831)"
},
{
"FID": "quake.2013p614386",
"publicid": "2013p614386",
"origintime": "2013-08-16T07:46:05.47",
"longitude": 174.2728,
"latitude": -41.6399,
"depth": 16.1328,
"magnitude": 2.9192,
"magnitudetype": "M",
"status": "automatic",
"phases": 45,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:49:53.132",
"origin_geom": "POINT (174.27276 -41.63991)"
},
{
"FID": "quake.2013p614383",
"publicid": "2013p614383",
"origintime": "2013-08-16T07:43:27.749",
"longitude": 174.1792,
"latitude": -41.5846,
"depth": 15.6641,
"magnitude": 2.965,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:46:25.523",
"origin_geom": "POINT (174.17917 -41.584607)"
},
{
"FID": "quake.2013p614380",
"publicid": "2013p614380",
"origintime": "2013-08-16T07:42:10.053",
"longitude": 174.3951,
"latitude": -41.7957,
"depth": 61.9531,
"magnitude": 2.8961,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:45:13.253",
"origin_geom": "POINT (174.39508 -41.795724)"
},
{
"FID": "quake.2013p614375",
"publicid": "2013p614375",
"origintime": "2013-08-16T07:39:20.11",
"longitude": 174.4952,
"latitude": -41.5534,
"depth": 18.8281,
"magnitude": 2.3738,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:41:52.089",
"origin_geom": "POINT (174.49515 -41.553449)"
},
{
"FID": "quake.2013p614372",
"publicid": "2013p614372",
"origintime": "2013-08-16T07:37:57.214",
"longitude": 175.6813,
"latitude": -39.7223,
"depth": 24.5703,
"magnitude": 2.8732,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:41:17.696",
"origin_geom": "POINT (175.68129 -39.722291)"
},
{
"FID": "quake.2013p614371",
"publicid": "2013p614371",
"origintime": "2013-08-16T07:37:14.368",
"longitude": 174.0625,
"latitude": -41.7138,
"depth": 5.1172,
"magnitude": 3.2185,
"magnitudetype": "M",
"status": "automatic",
"phases": 44,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:40:51.975",
"origin_geom": "POINT (174.06251 -41.713814)"
},
{
"FID": "quake.2013p614369",
"publicid": "2013p614369",
"origintime": "2013-08-16T07:35:53.105",
"longitude": 174.2743,
"latitude": -41.6191,
"depth": 5.1172,
"magnitude": 2.9419,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:38:23.949",
"origin_geom": "POINT (174.2743 -41.619102)"
},
{
"FID": "quake.2013p614365",
"publicid": "2013p614365",
"origintime": "2013-08-16T07:34:13",
"longitude": 174.2707,
"latitude": -41.5706,
"depth": 9.5703,
"magnitude": 2.9944,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:38:04.749",
"origin_geom": "POINT (174.27068 -41.570616)"
},
{
"FID": "quake.2013p614361",
"publicid": "2013p614361",
"origintime": "2013-08-16T07:31:32.276",
"longitude": 173.9019,
"latitude": -41.0613,
"depth": 45.3125,
"magnitude": 2.9884,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:33:55.992",
"origin_geom": "POINT (173.90186 -41.061287)"
},
{
"FID": "quake.2013p614358",
"publicid": "2013p614358",
"origintime": "2013-08-16T07:30:15.932",
"longitude": 174.0549,
"latitude": -41.6927,
"depth": 13.3203,
"magnitude": 2.804,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:33:09.941",
"origin_geom": "POINT (174.05488 -41.692735)"
},
{
"FID": "quake.2013p614356",
"publicid": "2013p614356",
"origintime": "2013-08-16T07:28:59.952",
"longitude": 174.2098,
"latitude": -41.5655,
"depth": 6.0547,
"magnitude": 2.9685,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:32:07.912",
"origin_geom": "POINT (174.20977 -41.565487)"
},
{
"FID": "quake.2013p614351",
"publicid": "2013p614351",
"origintime": "2013-08-16T07:26:49.024",
"longitude": 173.8675,
"latitude": -41.8862,
"depth": 21.4062,
"magnitude": 4.2304,
"magnitudetype": "M",
"status": "reviewed",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:35:47.094",
"origin_geom": "POINT (173.86748 -41.886207)"
},
{
"FID": "quake.2013p614345",
"publicid": "2013p614345",
"origintime": "2013-08-16T07:23:15.211",
"longitude": 174.2342,
"latitude": -41.8786,
"depth": 26.5625,
"magnitude": 4.6749,
"magnitudetype": "M",
"status": "reviewed",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:31:50.84",
"origin_geom": "POINT (174.23423 -41.878593)"
},
{
"FID": "quake.2013p614342",
"publicid": "2013p614342",
"origintime": "2013-08-16T07:21:50.033",
"longitude": 174.0606,
"latitude": -41.7263,
"depth": 5.1172,
"magnitude": 2.8227,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:24:01.324",
"origin_geom": "POINT (174.06062 -41.726272)"
},
{
"FID": "quake.2013p614339",
"publicid": "2013p614339",
"origintime": "2013-08-16T07:20:02.064",
"longitude": 174.2518,
"latitude": -41.5208,
"depth": 9.8047,
"magnitude": 3.0255,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:23:13.424",
"origin_geom": "POINT (174.25184 -41.520848)"
},
{
"FID": "quake.2013p614337",
"publicid": "2013p614337",
"origintime": "2013-08-16T07:18:39.983",
"longitude": 174.5525,
"latitude": -41.3041,
"depth": 8.75,
"magnitude": 3.6403,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:22:14.812",
"origin_geom": "POINT (174.55251 -41.304096)"
},
{
"FID": "quake.2013p614334",
"publicid": "2013p614334",
"origintime": "2013-08-16T07:18:20.718",
"longitude": 174.0658,
"latitude": -41.784,
"depth": 9.3359,
"magnitude": 3.4969,
"magnitudetype": "M",
"status": "automatic",
"phases": 57,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:24:56.775",
"origin_geom": "POINT (174.06579 -41.783984)"
},
{
"FID": "quake.2013p614327",
"publicid": "2013p614327",
"origintime": "2013-08-16T07:13:54.743",
"longitude": 174.098,
"latitude": -41.714,
"depth": 7.4609,
"magnitude": 3.9601,
"magnitudetype": "M",
"status": "reviewed",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:17:23.174",
"origin_geom": "POINT (174.09801 -41.714022)"
},
{
"FID": "quake.2013p614325",
"publicid": "2013p614325",
"origintime": "2013-08-16T07:12:35.363",
"longitude": 174.2661,
"latitude": -41.7269,
"depth": 19.7656,
"magnitude": 3.1977,
"magnitudetype": "M",
"status": "reviewed",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T09:08:45.975",
"origin_geom": "POINT (174.26606 -41.726879)"
},
{
"FID": "quake.2013p614320",
"publicid": "2013p614320",
"origintime": "2013-08-16T07:10:10.889",
"longitude": 174.2805,
"latitude": -41.7235,
"depth": 22.2266,
"magnitude": 3.6542,
"magnitudetype": "M",
"status": "automatic",
"phases": 68,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:17:29.974",
"origin_geom": "POINT (174.28046 -41.723548)"
},
{
"FID": "quake.2013p614313",
"publicid": "2013p614313",
"origintime": "2013-08-16T07:06:53.126",
"longitude": 174.2635,
"latitude": -41.7648,
"depth": 18.2422,
"magnitude": 3.7687,
"magnitudetype": "M",
"status": "automatic",
"phases": 73,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:12:43.481",
"origin_geom": "POINT (174.26354 -41.764758)"
},
{
"FID": "quake.2013p614306",
"publicid": "2013p614306",
"origintime": "2013-08-16T07:02:49.182",
"longitude": 174.2729,
"latitude": -41.6182,
"depth": 13.7891,
"magnitude": 3.606,
"magnitudetype": "M",
"status": "automatic",
"phases": 57,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:07:02.185",
"origin_geom": "POINT (174.27289 -41.618226)"
},
{
"FID": "quake.2013p614302",
"publicid": "2013p614302",
"origintime": "2013-08-16T07:00:20.283",
"longitude": 174.3202,
"latitude": -41.6951,
"depth": 23.5156,
"magnitude": 3.2306,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:03:13.281",
"origin_geom": "POINT (174.3202 -41.695104)"
},
{
"FID": "quake.2013p614294",
"publicid": "2013p614294",
"origintime": "2013-08-16T06:55:58.94",
"longitude": 174.2889,
"latitude": -41.6771,
"depth": 19.6484,
"magnitude": 5.4909,
"magnitudetype": "M",
"status": "reviewed",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:06:08.038",
"origin_geom": "POINT (174.28888 -41.677085)"
},
{
"FID": "quake.2013p614289",
"publicid": "2013p614289",
"origintime": "2013-08-16T06:53:34.266",
"longitude": 174.1436,
"latitude": -41.6987,
"depth": 18.4766,
"magnitude": 4.8752,
"magnitudetype": "M",
"status": "reviewed",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:04:43.155",
"origin_geom": "POINT (174.14358 -41.698676)"
},
{
"FID": "quake.2013p614284",
"publicid": "2013p614284",
"origintime": "2013-08-16T06:50:35.193",
"longitude": 174.1154,
"latitude": -41.7268,
"depth": 5.0586,
"magnitude": 3.0369,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:53:47.412",
"origin_geom": "POINT (174.1154 -41.726837)"
},
{
"FID": "quake.2013p614280",
"publicid": "2013p614280",
"origintime": "2013-08-16T06:48:53.291",
"longitude": 173.9938,
"latitude": -41.7994,
"depth": 15.4297,
"magnitude": 3.5117,
"magnitudetype": "M",
"status": "automatic",
"phases": 54,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:52:36.395",
"origin_geom": "POINT (173.99384 -41.799393)"
},
{
"FID": "quake.2013p614278",
"publicid": "2013p614278",
"origintime": "2013-08-16T06:47:43.477",
"longitude": 174.2287,
"latitude": -41.8065,
"depth": 5.293,
"magnitude": 3.4651,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:51:23.112",
"origin_geom": "POINT (174.22872 -41.806487)"
},
{
"FID": "quake.2013p614268",
"publicid": "2013p614268",
"origintime": "2013-08-16T06:42:40.757",
"longitude": 174.2899,
"latitude": -41.6913,
"depth": 20.1172,
"magnitude": 5.2131,
"magnitudetype": "M",
"status": "reviewed",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:50:32.198",
"origin_geom": "POINT (174.28987 -41.691294)"
},
{
"FID": "quake.2013p614265",
"publicid": "2013p614265",
"origintime": "2013-08-16T06:40:54.896",
"longitude": 174.0217,
"latitude": -41.6776,
"depth": 23.6328,
"magnitude": 3.0423,
"magnitudetype": "M",
"status": "reviewed",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:28:45.183",
"origin_geom": "POINT (174.02166 -41.677578)"
},
{
"FID": "quake.2013p614261",
"publicid": "2013p614261",
"origintime": "2013-08-16T06:38:28.161",
"longitude": 174.065,
"latitude": -41.6874,
"depth": 6.2305,
"magnitude": 3.2895,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:43:49.324",
"origin_geom": "POINT (174.06496 -41.6874)"
},
{
"FID": "quake.2013p614256",
"publicid": "2013p614256",
"origintime": "2013-08-16T06:36:39.967",
"longitude": 174.258,
"latitude": -41.6301,
"depth": 5.0586,
"magnitude": 3.7092,
"magnitudetype": "M",
"status": "automatic",
"phases": 65,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:43:49.881",
"origin_geom": "POINT (174.25802 -41.630092)"
},
{
"FID": "quake.2013p614252",
"publicid": "2013p614252",
"origintime": "2013-08-16T06:33:48.436",
"longitude": 174.2774,
"latitude": -41.7652,
"depth": 21.7578,
"magnitude": 3.6818,
"magnitudetype": "M",
"status": "automatic",
"phases": 63,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:39:49.037",
"origin_geom": "POINT (174.27739 -41.765165)"
},
{
"FID": "quake.2013p614245",
"publicid": "2013p614245",
"origintime": "2013-08-16T06:30:36.227",
"longitude": 174.3249,
"latitude": -39.7593,
"depth": 49.0625,
"magnitude": 3.4817,
"magnitudetype": "M",
"status": "automatic",
"phases": 45,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:36:08.979",
"origin_geom": "POINT (174.32492 -39.759258)"
},
{
"FID": "quake.2013p614241",
"publicid": "2013p614241",
"origintime": "2013-08-16T06:28:31.376",
"longitude": 175.4688,
"latitude": -39.9078,
"depth": 5.0586,
"magnitude": 3.0444,
"magnitudetype": "M",
"status": "automatic",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:32:36.085",
"origin_geom": "POINT (175.46877 -39.907827)"
},
{
"FID": "quake.2013p614239",
"publicid": "2013p614239",
"origintime": "2013-08-16T06:27:09.623",
"longitude": 174.0696,
"latitude": -41.7795,
"depth": 13.2031,
"magnitude": 3.6917,
"magnitudetype": "M",
"status": "automatic",
"phases": 48,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:33:37.808",
"origin_geom": "POINT (174.06957 -41.779506)"
},
{
"FID": "quake.2013p614234",
"publicid": "2013p614234",
"origintime": "2013-08-16T06:24:17.714",
"longitude": 174.0525,
"latitude": -41.7594,
"depth": 12.1484,
"magnitude": 3.41,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:31:01.883",
"origin_geom": "POINT (174.05251 -41.759402)"
},
{
"FID": "quake.2013p614233",
"publicid": "2013p614233",
"origintime": "2013-08-16T06:23:23.724",
"longitude": 176.7109,
"latitude": -37.0714,
"depth": 315.3125,
"magnitude": 4.0933,
"magnitudetype": "M",
"status": "automatic",
"phases": 82,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:30:12.627",
"origin_geom": "POINT (176.7109 -37.071448)"
},
{
"FID": "quake.2013p614232",
"publicid": "2013p614232",
"origintime": "2013-08-16T06:23:11.937",
"longitude": 174.27,
"latitude": -41.4709,
"depth": 10.1562,
"magnitude": 3.5798,
"magnitudetype": "M",
"status": "automatic",
"phases": 37,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:26:46.316",
"origin_geom": "POINT (174.27 -41.470918)"
},
{
"FID": "quake.2013p614230",
"publicid": "2013p614230",
"origintime": "2013-08-16T06:22:03.189",
"longitude": 175.8294,
"latitude": -39.6263,
"depth": 15.7812,
"magnitude": 2.9333,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:24:56.325",
"origin_geom": "POINT (175.82945 -39.626323)"
},
{
"FID": "quake.2013p614229",
"publicid": "2013p614229",
"origintime": "2013-08-16T06:21:20.594",
"longitude": 174.2339,
"latitude": -41.7355,
"depth": 11.6797,
"magnitude": 3.6718,
"magnitudetype": "M",
"status": "automatic",
"phases": 60,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:28:35.359",
"origin_geom": "POINT (174.23387 -41.735527)"
},
{
"FID": "quake.2013p614226",
"publicid": "2013p614226",
"origintime": "2013-08-16T06:20:00.917",
"longitude": 174.2504,
"latitude": -41.4683,
"depth": 13.0859,
"magnitude": 2.9183,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:22:25.874",
"origin_geom": "POINT (174.25039 -41.468254)"
},
{
"FID": "quake.2013p614219",
"publicid": "2013p614219",
"origintime": "2013-08-16T06:16:35.794",
"longitude": 174.0737,
"latitude": -41.7725,
"depth": 11.6797,
"magnitude": 3.6115,
"magnitudetype": "M",
"status": "automatic",
"phases": 63,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:22:19.086",
"origin_geom": "POINT (174.07371 -41.772537)"
},
{
"FID": "quake.2013p614214",
"publicid": "2013p614214",
"origintime": "2013-08-16T06:13:33.863",
"longitude": 174.0634,
"latitude": -41.7587,
"depth": 5.0586,
"magnitude": 2.9481,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:15:44.193",
"origin_geom": "POINT (174.06344 -41.75868)"
},
{
"FID": "quake.2013p614206",
"publicid": "2013p614206",
"origintime": "2013-08-16T06:09:16.72",
"longitude": 176.1846,
"latitude": -39.0228,
"depth": 5.2344,
"magnitude": 2.8319,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:13:47.982",
"origin_geom": "POINT (176.18457 -39.022813)"
},
{
"FID": "quake.2013p614204",
"publicid": "2013p614204",
"origintime": "2013-08-16T06:08:22.069",
"longitude": 174.1359,
"latitude": -41.7498,
"depth": 16.0156,
"magnitude": 4.1489,
"magnitudetype": "M",
"status": "automatic",
"phases": 101,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:15:32.353",
"origin_geom": "POINT (174.13591 -41.749753)"
},
{
"FID": "quake.2013p614201",
"publicid": "2013p614201",
"origintime": "2013-08-16T06:06:40.4",
"longitude": 174.1521,
"latitude": -41.6522,
"depth": 6.0547,
"magnitude": 2.812,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:08:58.537",
"origin_geom": "POINT (174.15209 -41.652213)"
},
{
"FID": "quake.2013p614198",
"publicid": "2013p614198",
"origintime": "2013-08-16T06:04:59.986",
"longitude": 174.2819,
"latitude": -41.6619,
"depth": 5.1172,
"magnitude": 3.0066,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:08:41.345",
"origin_geom": "POINT (174.28187 -41.661864)"
},
{
"FID": "quake.2013p614195",
"publicid": "2013p614195",
"origintime": "2013-08-16T06:03:17.198",
"longitude": 174.7352,
"latitude": -41.3916,
"depth": 9.5703,
"magnitude": 2.7365,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:06:42.868",
"origin_geom": "POINT (174.73522 -41.391636)"
},
{
"FID": "quake.2013p614184",
"publicid": "2013p614184",
"origintime": "2013-08-16T05:57:52.448",
"longitude": 174.3137,
"latitude": -41.687,
"depth": 5.1172,
"magnitude": 5.0747,
"magnitudetype": "M",
"status": "reviewed",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:25:07.055",
"origin_geom": "POINT (174.31367 -41.686988)"
},
{
"FID": "quake.2013p614183",
"publicid": "2013p614183",
"origintime": "2013-08-16T05:56:49.317",
"longitude": 175.4156,
"latitude": -39.8656,
"depth": 32.1875,
"magnitude": 3.2137,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:59:32.936",
"origin_geom": "POINT (175.41555 -39.865579)"
},
{
"FID": "quake.2013p614182",
"publicid": "2013p614182",
"origintime": "2013-08-16T05:56:10.606",
"longitude": 174.0286,
"latitude": -41.6219,
"depth": 10.0391,
"magnitude": 5.0008,
"magnitudetype": "M",
"status": "reviewed",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T06:27:02.745",
"origin_geom": "POINT (174.02858 -41.621888)"
},
{
"FID": "quake.2013p614177",
"publicid": "2013p614177",
"origintime": "2013-08-16T05:53:51.72",
"longitude": 174.2992,
"latitude": -41.6699,
"depth": 5.1172,
"magnitude": 3.2033,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:56:50.313",
"origin_geom": "POINT (174.29921 -41.669881)"
},
{
"FID": "quake.2013p614173",
"publicid": "2013p614173",
"origintime": "2013-08-16T05:51:48.376",
"longitude": 174.2045,
"latitude": -41.7874,
"depth": 9.7461,
"magnitude": 3.816,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:54:58.725",
"origin_geom": "POINT (174.20449 -41.787425)"
},
{
"FID": "quake.2013p614170",
"publicid": "2013p614170",
"origintime": "2013-08-16T05:50:15.466",
"longitude": 174.14,
"latitude": -41.6863,
"depth": 5.0586,
"magnitude": 4.1507,
"magnitudetype": "M",
"status": "reviewed",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:42:36.086",
"origin_geom": "POINT (174.14003 -41.686268)"
},
{
"FID": "quake.2013p614162",
"publicid": "2013p614162",
"origintime": "2013-08-16T05:46:46.589",
"longitude": 174.2674,
"latitude": -41.6556,
"depth": 7.4609,
"magnitude": 3.5759,
"magnitudetype": "M",
"status": "automatic",
"phases": 51,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:50:43.346",
"origin_geom": "POINT (174.26736 -41.655599)"
},
{
"FID": "quake.2013p614158",
"publicid": "2013p614158",
"origintime": "2013-08-16T05:44:39.995",
"longitude": 174.823,
"latitude": -41.2799,
"depth": 5.0293,
"magnitude": 2.3026,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:47:16.662",
"origin_geom": "POINT (174.82302 -41.279874)"
},
{
"FID": "quake.2013p614156",
"publicid": "2013p614156",
"origintime": "2013-08-16T05:42:32.049",
"longitude": 174.0025,
"latitude": -41.7325,
"depth": 37.1094,
"magnitude": 3.7006,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:45:07.405",
"origin_geom": "POINT (174.0025 -41.732491)"
},
{
"FID": "quake.2013p614153",
"publicid": "2013p614153",
"origintime": "2013-08-16T05:41:17.553",
"longitude": 174.8302,
"latitude": -41.56,
"depth": 5.2344,
"magnitude": 4.0657,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:52:40.912",
"origin_geom": "POINT (174.83022 -41.559971)"
},
{
"FID": "quake.2013p614148",
"publicid": "2013p614148",
"origintime": "2013-08-16T05:38:05.237",
"longitude": 174.3904,
"latitude": -41.7643,
"depth": 28.0859,
"magnitude": 3.9563,
"magnitudetype": "M",
"status": "reviewed",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T11:18:23.801",
"origin_geom": "POINT (174.3904 -41.764308)"
},
{
"FID": "quake.2013p614146",
"publicid": "2013p614146",
"origintime": "2013-08-16T05:37:02.581",
"longitude": 174.2734,
"latitude": -41.5519,
"depth": 9.9219,
"magnitude": 3.6696,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:39:41.6",
"origin_geom": "POINT (174.27344 -41.551929)"
},
{
"FID": "quake.2013p614140",
"publicid": "2013p614140",
"origintime": "2013-08-16T05:34:05.816",
"longitude": 174.2801,
"latitude": -41.5384,
"depth": 12.3828,
"magnitude": 4.357,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:36:56.484",
"origin_geom": "POINT (174.28006 -41.538361)"
},
{
"FID": "quake.2013p614135",
"publicid": "2013p614135",
"origintime": "2013-08-16T05:31:16.483",
"longitude": 174.2623,
"latitude": -41.6688,
"depth": 14.2578,
"magnitude": 5.9759,
"magnitudetype": "M",
"status": "reviewed",
"phases": 40,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:47:44.587",
"origin_geom": "POINT (174.26231 -41.668797)"
},
{
"FID": "quake.2013p614128",
"publicid": "2013p614128",
"origintime": "2013-08-16T05:27:37.216",
"longitude": 176.4391,
"latitude": -38.8981,
"depth": 14.8438,
"magnitude": 3.4706,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:30:42.966",
"origin_geom": "POINT (176.43913 -38.898076)"
},
{
"FID": "quake.2013p614125",
"publicid": "2013p614125",
"origintime": "2013-08-16T05:26:39.651",
"longitude": 174.0896,
"latitude": -41.7388,
"depth": 21.0547,
"magnitude": 4.8924,
"magnitudetype": "M",
"status": "reviewed",
"phases": 66,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:23:44.025",
"origin_geom": "POINT (174.08964 -41.738802)"
},
{
"FID": "quake.2013p614122",
"publicid": "2013p614122",
"origintime": "2013-08-16T05:24:17.409",
"longitude": 174.1545,
"latitude": -41.698,
"depth": 5.0586,
"magnitude": 4.5731,
"magnitudetype": "M",
"status": "automatic",
"phases": 40,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:27:28.338",
"origin_geom": "POINT (174.1545 -41.697954)"
},
{
"FID": "quake.2013p614120",
"publicid": "2013p614120",
"origintime": "2013-08-16T05:23:37.781",
"longitude": 175.2385,
"latitude": -39.8402,
"depth": 15.3125,
"magnitude": 2.9065,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:26:36.16",
"origin_geom": "POINT (175.23854 -39.840227)"
},
{
"FID": "quake.2013p614119",
"publicid": "2013p614119",
"origintime": "2013-08-16T05:22:58.912",
"longitude": 174.0942,
"latitude": -41.7907,
"depth": 10.5078,
"magnitude": 3.483,
"magnitudetype": "M",
"status": "automatic",
"phases": 64,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:29:32.646",
"origin_geom": "POINT (174.09417 -41.790655)"
},
{
"FID": "quake.2013p614112",
"publicid": "2013p614112",
"origintime": "2013-08-16T05:19:25.034",
"longitude": 174.578,
"latitude": -41.5559,
"depth": 30.5469,
"magnitude": 2.4301,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:21:37.728",
"origin_geom": "POINT (174.57802 -41.555887)"
},
{
"FID": "quake.2013p614106",
"publicid": "2013p614106",
"origintime": "2013-08-16T05:15:58.479",
"longitude": 174.5655,
"latitude": -40.1835,
"depth": 8.75,
"magnitude": 3.6936,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:18:53.373",
"origin_geom": "POINT (174.56549 -40.183547)"
},
{
"FID": "quake.2013p614105",
"publicid": "2013p614105",
"origintime": "2013-08-16T05:15:28.43",
"longitude": 174.1832,
"latitude": -41.6606,
"depth": 6.2891,
"magnitude": 4.1417,
"magnitudetype": "M",
"status": "automatic",
"phases": 87,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:21:53.307",
"origin_geom": "POINT (174.18325 -41.660635)"
},
{
"FID": "quake.2013p614103",
"publicid": "2013p614103",
"origintime": "2013-08-16T05:14:51.4",
"longitude": 173.8808,
"latitude": -40.8788,
"depth": 22.3438,
"magnitude": 4.1202,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:18:51.112",
"origin_geom": "POINT (173.88081 -40.87879)"
},
{
"FID": "quake.2013p614100",
"publicid": "2013p614100",
"origintime": "2013-08-16T05:12:57.835",
"longitude": 174.2508,
"latitude": -41.58,
"depth": 12.3828,
"magnitude": 2.765,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:18:07.471",
"origin_geom": "POINT (174.25078 -41.58004)"
},
{
"FID": "quake.2013p614093",
"publicid": "2013p614093",
"origintime": "2013-08-16T05:08:57.931",
"longitude": 174.2818,
"latitude": -41.6101,
"depth": 12.3828,
"magnitude": 3.1362,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:11:56.627",
"origin_geom": "POINT (174.28179 -41.610147)"
},
{
"FID": "quake.2013p614089",
"publicid": "2013p614089",
"origintime": "2013-08-16T05:06:41.877",
"longitude": 173.9702,
"latitude": -41.812,
"depth": 11.6797,
"magnitude": 3.3904,
"magnitudetype": "M",
"status": "automatic",
"phases": 50,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:16:06.606",
"origin_geom": "POINT (173.97024 -41.812049)"
},
{
"FID": "quake.2013p614086",
"publicid": "2013p614086",
"origintime": "2013-08-16T05:05:17.486",
"longitude": 174.0237,
"latitude": -41.6338,
"depth": 33.5938,
"magnitude": 2.8533,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:07:49.164",
"origin_geom": "POINT (174.02368 -41.63384)"
},
{
"FID": "quake.2013p614082",
"publicid": "2013p614082",
"origintime": "2013-08-16T05:03:02.82",
"longitude": 175.415,
"latitude": -40.0106,
"depth": 5.4688,
"magnitude": 3.4297,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:06:29.03",
"origin_geom": "POINT (175.415 -40.01063)"
},
{
"FID": "quake.2013p614077",
"publicid": "2013p614077",
"origintime": "2013-08-16T05:02:26.463",
"longitude": 174.0095,
"latitude": -41.6155,
"depth": 5.1172,
"magnitude": 4.2528,
"magnitudetype": "M",
"status": "automatic",
"phases": 99,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:14:03.63",
"origin_geom": "POINT (174.00949 -41.615487)"
},
{
"FID": "quake.2013p614073",
"publicid": "2013p614073",
"origintime": "2013-08-16T04:58:08.562",
"longitude": 174.1162,
"latitude": -41.7062,
"depth": 8.1641,
"magnitude": 3.6433,
"magnitudetype": "M",
"status": "automatic",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:05:25.168",
"origin_geom": "POINT (174.11618 -41.706214)"
},
{
"FID": "quake.2013p614069",
"publicid": "2013p614069",
"origintime": "2013-08-16T04:56:00.429",
"longitude": 174.1824,
"latitude": -41.5941,
"depth": 8.457,
"magnitude": 3.8356,
"magnitudetype": "M",
"status": "automatic",
"phases": 51,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:59:46.958",
"origin_geom": "POINT (174.18238 -41.594086)"
},
{
"FID": "quake.2013p614062",
"publicid": "2013p614062",
"origintime": "2013-08-16T04:52:18.111",
"longitude": 174.3059,
"latitude": -41.2267,
"depth": 41.5625,
"magnitude": 4.3241,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:56:20.922",
"origin_geom": "POINT (174.30594 -41.226746)"
},
{
"FID": "quake.2013p614061",
"publicid": "2013p614061",
"origintime": "2013-08-16T04:52:02.404",
"longitude": 174.1076,
"latitude": -41.6709,
"depth": 19.4141,
"magnitude": 4.1458,
"magnitudetype": "M",
"status": "automatic",
"phases": 84,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:01:43.22",
"origin_geom": "POINT (174.1076 -41.670926)"
},
{
"FID": "quake.2013p614058",
"publicid": "2013p614058",
"origintime": "2013-08-16T04:50:33.202",
"longitude": 174.183,
"latitude": -41.6571,
"depth": 6.3477,
"magnitude": 3.6375,
"magnitudetype": "M",
"status": "automatic",
"phases": 56,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:53:51.648",
"origin_geom": "POINT (174.183 -41.657083)"
},
{
"FID": "quake.2013p614056",
"publicid": "2013p614056",
"origintime": "2013-08-16T04:49:03.29",
"longitude": 174.0311,
"latitude": -41.768,
"depth": 11.2109,
"magnitude": 2.9185,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:51:12.135",
"origin_geom": "POINT (174.03111 -41.767951)"
},
{
"FID": "quake.2013p614051",
"publicid": "2013p614051",
"origintime": "2013-08-16T04:46:56.647",
"longitude": 173.9257,
"latitude": -41.7899,
"depth": 5.1172,
"magnitude": 3.5512,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:50:16.958",
"origin_geom": "POINT (173.92568 -41.789886)"
},
{
"FID": "quake.2013p614042",
"publicid": "2013p614042",
"origintime": "2013-08-16T04:42:22.812",
"longitude": 174.1753,
"latitude": -41.523,
"depth": 5.5273,
"magnitude": 3.3763,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:44:50.858",
"origin_geom": "POINT (174.17527 -41.522973)"
},
{
"FID": "quake.2013p614040",
"publicid": "2013p614040",
"origintime": "2013-08-16T04:40:31.154",
"longitude": 174.0308,
"latitude": -41.6069,
"depth": 24.5703,
"magnitude": 2.7604,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:42:44.165",
"origin_geom": "POINT (174.03084 -41.606939)"
},
{
"FID": "quake.2013p614033",
"publicid": "2013p614033",
"origintime": "2013-08-16T04:37:17.123",
"longitude": 174.2901,
"latitude": -41.5902,
"depth": 10.332,
"magnitude": 2.9187,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:42:11.408",
"origin_geom": "POINT (174.29014 -41.590165)"
},
{
"FID": "quake.2013p614025",
"publicid": "2013p614025",
"origintime": "2013-08-16T04:32:54.521",
"longitude": 174.2228,
"latitude": -41.6437,
"depth": 6.9336,
"magnitude": 3.4929,
"magnitudetype": "M",
"status": "automatic",
"phases": 55,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:44:23.158",
"origin_geom": "POINT (174.22282 -41.643656)"
},
{
"FID": "quake.2013p614022",
"publicid": "2013p614022",
"origintime": "2013-08-16T04:31:01.599",
"longitude": 174.1272,
"latitude": -41.8696,
"depth": 34.2969,
"magnitude": 2.8259,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:34:53.633",
"origin_geom": "POINT (174.12715 -41.869618)"
},
{
"FID": "quake.2013p614020",
"publicid": "2013p614020",
"origintime": "2013-08-16T04:30:02.382",
"longitude": 174.1803,
"latitude": -41.6595,
"depth": 5.0586,
"magnitude": 2.9557,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:32:18.308",
"origin_geom": "POINT (174.18033 -41.659507)"
},
{
"FID": "quake.2013p614015",
"publicid": "2013p614015",
"origintime": "2013-08-16T04:27:38.155",
"longitude": 174.2871,
"latitude": -41.6161,
"depth": 5.1172,
"magnitude": 2.9445,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:30:31.696",
"origin_geom": "POINT (174.28708 -41.616141)"
},
{
"FID": "quake.2013p614011",
"publicid": "2013p614011",
"origintime": "2013-08-16T04:25:00.613",
"longitude": 174.4844,
"latitude": -41.4355,
"depth": 143.75,
"magnitude": 3.7825,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:28:03.599",
"origin_geom": "POINT (174.48445 -41.435533)"
},
{
"FID": "quake.2013p614010",
"publicid": "2013p614010",
"origintime": "2013-08-16T04:24:46.426",
"longitude": 174.2454,
"latitude": -41.6889,
"depth": 5.0586,
"magnitude": 3.8644,
"magnitudetype": "M",
"status": "automatic",
"phases": 50,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:39:20.613",
"origin_geom": "POINT (174.24543 -41.688946)"
},
{
"FID": "quake.2013p614007",
"publicid": "2013p614007",
"origintime": "2013-08-16T04:24:10.864",
"longitude": 174.2,
"latitude": -41.5485,
"depth": 11.9141,
"magnitude": 3.5521,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:26:46.515",
"origin_geom": "POINT (174.19997 -41.548516)"
},
{
"FID": "quake.2013p614005",
"publicid": "2013p614005",
"origintime": "2013-08-16T04:22:01.289",
"longitude": 174.1212,
"latitude": -41.5704,
"depth": 9.3359,
"magnitude": 3.1686,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:34:41.989",
"origin_geom": "POINT (174.12117 -41.570388)"
},
{
"FID": "quake.2013p613999",
"publicid": "2013p613999",
"origintime": "2013-08-16T04:19:37.506",
"longitude": 173.9606,
"latitude": -41.6424,
"depth": 12.3828,
"magnitude": 3.2832,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:22:30.345",
"origin_geom": "POINT (173.96064 -41.642415)"
},
{
"FID": "quake.2013p614000",
"publicid": "2013p614000",
"origintime": "2013-08-16T04:19:06.639",
"longitude": 174.4058,
"latitude": -40.2021,
"depth": 217.8125,
"magnitude": 2.9861,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:22:20.874",
"origin_geom": "POINT (174.40583 -40.202105)"
},
{
"FID": "quake.2013p613994",
"publicid": "2013p613994",
"origintime": "2013-08-16T04:16:30.351",
"longitude": 174.1981,
"latitude": -41.6127,
"depth": 11.2109,
"magnitude": 2.8067,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:18:29.955",
"origin_geom": "POINT (174.19812 -41.612691)"
},
{
"FID": "quake.2013p613988",
"publicid": "2013p613988",
"origintime": "2013-08-16T04:12:50.119",
"longitude": 174.1685,
"latitude": -41.7591,
"depth": 45.5469,
"magnitude": 3.839,
"magnitudetype": "M",
"status": "automatic",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:16:36.389",
"origin_geom": "POINT (174.16852 -41.759052)"
},
{
"FID": "quake.2013p613986",
"publicid": "2013p613986",
"origintime": "2013-08-16T04:12:00.568",
"longitude": 175.2125,
"latitude": -40.4064,
"depth": 5.9375,
"magnitude": 3.276,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:15:10.922",
"origin_geom": "POINT (175.21253 -40.406423)"
},
{
"FID": "quake.2013p613985",
"publicid": "2013p613985",
"origintime": "2013-08-16T04:11:30.598",
"longitude": 173.9862,
"latitude": -41.7988,
"depth": 12.7344,
"magnitude": 3.869,
"magnitudetype": "M",
"status": "automatic",
"phases": 58,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:25:32.831",
"origin_geom": "POINT (173.9862 -41.798752)"
},
{
"FID": "quake.2013p613979",
"publicid": "2013p613979",
"origintime": "2013-08-16T04:08:04.234",
"longitude": 174.2251,
"latitude": -41.6594,
"depth": 5.1172,
"magnitude": 3.3162,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:10:24.242",
"origin_geom": "POINT (174.22512 -41.659363)"
},
{
"FID": "quake.2013p613977",
"publicid": "2013p613977",
"origintime": "2013-08-16T04:06:58.683",
"longitude": 174.1776,
"latitude": -41.6571,
"depth": 10.0391,
"magnitude": 3.3744,
"magnitudetype": "M",
"status": "automatic",
"phases": 39,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:21:13.123",
"origin_geom": "POINT (174.17759 -41.657133)"
},
{
"FID": "quake.2013p613972",
"publicid": "2013p613972",
"origintime": "2013-08-16T04:04:11.02",
"longitude": 174.5893,
"latitude": -41.2184,
"depth": 18.125,
"magnitude": 4.1944,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:07:29.455",
"origin_geom": "POINT (174.58928 -41.218444)"
},
{
"FID": "quake.2013p613971",
"publicid": "2013p613971",
"origintime": "2013-08-16T04:03:54.775",
"longitude": 174.257,
"latitude": -41.6472,
"depth": 5.0586,
"magnitude": 4.3703,
"magnitudetype": "M",
"status": "automatic",
"phases": 77,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:20:31.188",
"origin_geom": "POINT (174.25703 -41.647163)"
},
{
"FID": "quake.2013p613968",
"publicid": "2013p613968",
"origintime": "2013-08-16T04:02:32.397",
"longitude": 174.2297,
"latitude": -41.6703,
"depth": 16.8359,
"magnitude": 4.1161,
"magnitudetype": "M",
"status": "automatic",
"phases": 44,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:16:54.454",
"origin_geom": "POINT (174.22966 -41.67034)"
},
{
"FID": "quake.2013p613965",
"publicid": "2013p613965",
"origintime": "2013-08-16T04:00:40.495",
"longitude": 173.986,
"latitude": -41.8,
"depth": 12.8516,
"magnitude": 3.6071,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:06:24.881",
"origin_geom": "POINT (173.98601 -41.799997)"
},
{
"FID": "quake.2013p613962",
"publicid": "2013p613962",
"origintime": "2013-08-16T03:59:25.493",
"longitude": 173.8632,
"latitude": -41.6637,
"depth": 26.9141,
"magnitude": 3.0245,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:01:24.043",
"origin_geom": "POINT (173.86321 -41.663746)"
},
{
"FID": "quake.2013p613959",
"publicid": "2013p613959",
"origintime": "2013-08-16T03:58:05.033",
"longitude": 174.3106,
"latitude": -41.6348,
"depth": 5.2344,
"magnitude": 3.4736,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:01:05.165",
"origin_geom": "POINT (174.31056 -41.634765)"
},
{
"FID": "quake.2013p613956",
"publicid": "2013p613956",
"origintime": "2013-08-16T03:56:03.07",
"longitude": 173.9865,
"latitude": -41.6448,
"depth": 11.6797,
"magnitude": 3.6665,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:59:14.025",
"origin_geom": "POINT (173.98651 -41.644844)"
},
{
"FID": "quake.2013p613947",
"publicid": "2013p613947",
"origintime": "2013-08-16T03:51:35.749",
"longitude": 174.1742,
"latitude": -41.6952,
"depth": 19.3555,
"magnitude": 5.5872,
"magnitudetype": "M",
"status": "reviewed",
"phases": 54,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:25:03.593",
"origin_geom": "POINT (174.17422 -41.695197)"
},
{
"FID": "quake.2013p613944",
"publicid": "2013p613944",
"origintime": "2013-08-16T03:49:34.089",
"longitude": 174.0386,
"latitude": -41.729,
"depth": 5.1172,
"magnitude": 3.5846,
"magnitudetype": "M",
"status": "reviewed",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:40:51.234",
"origin_geom": "POINT (174.03858 -41.728962)"
},
{
"FID": "quake.2013p613940",
"publicid": "2013p613940",
"origintime": "2013-08-16T03:47:43.885",
"longitude": 174.2731,
"latitude": -41.5231,
"depth": 12.3828,
"magnitude": 3.093,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:50:34.39",
"origin_geom": "POINT (174.27307 -41.523141)"
},
{
"FID": "quake.2013p613938",
"publicid": "2013p613938",
"origintime": "2013-08-16T03:46:31.746",
"longitude": 174.2592,
"latitude": -41.3772,
"depth": 21.4062,
"magnitude": 3.088,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:49:28.813",
"origin_geom": "POINT (174.25924 -41.377177)"
},
{
"FID": "quake.2013p613931",
"publicid": "2013p613931",
"origintime": "2013-08-16T03:42:46.847",
"longitude": 174.1602,
"latitude": -41.7008,
"depth": 5.5859,
"magnitude": 3.7122,
"magnitudetype": "M",
"status": "automatic",
"phases": 57,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:57:32.184",
"origin_geom": "POINT (174.16024 -41.700834)"
},
{
"FID": "quake.2013p613924",
"publicid": "2013p613924",
"origintime": "2013-08-16T03:39:03.501",
"longitude": 174.1033,
"latitude": -41.7098,
"depth": 5.7617,
"magnitude": 3.8287,
"magnitudetype": "M",
"status": "automatic",
"phases": 37,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:41:16.878",
"origin_geom": "POINT (174.10328 -41.709797)"
},
{
"FID": "quake.2013p613920",
"publicid": "2013p613920",
"origintime": "2013-08-16T03:36:54.166",
"longitude": 174.1125,
"latitude": -41.7203,
"depth": 5.1172,
"magnitude": 3.8075,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:51:44.897",
"origin_geom": "POINT (174.11252 -41.720287)"
},
{
"FID": "quake.2013p613918",
"publicid": "2013p613918",
"origintime": "2013-08-16T03:35:43.398",
"longitude": 173.9138,
"latitude": -41.7313,
"depth": 7.6367,
"magnitude": 3.7914,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:38:49.959",
"origin_geom": "POINT (173.9138 -41.731348)"
},
{
"FID": "quake.2013p613915",
"publicid": "2013p613915",
"origintime": "2013-08-16T03:34:11.19",
"longitude": 174.082,
"latitude": -41.743,
"depth": 5.0586,
"magnitude": 3.4376,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:44:38.103",
"origin_geom": "POINT (174.08205 -41.742959)"
},
{
"FID": "quake.2013p613909",
"publicid": "2013p613909",
"origintime": "2013-08-16T03:30:45.282",
"longitude": 174.146,
"latitude": -41.7234,
"depth": 16.4844,
"magnitude": 4.3132,
"magnitudetype": "M",
"status": "automatic",
"phases": 72,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:48:23.167",
"origin_geom": "POINT (174.14605 -41.723357)"
},
{
"FID": "quake.2013p613905",
"publicid": "2013p613905",
"origintime": "2013-08-16T03:29:01.348",
"longitude": 174.1522,
"latitude": -41.847,
"depth": 39.9219,
"magnitude": 4.3836,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:34:18.395",
"origin_geom": "POINT (174.15223 -41.846996)"
},
{
"FID": "quake.2013p613901",
"publicid": "2013p613901",
"origintime": "2013-08-16T03:26:50.889",
"longitude": 174.3672,
"latitude": -41.6168,
"depth": 16.6016,
"magnitude": 4.7323,
"magnitudetype": "M",
"status": "reviewed",
"phases": 39,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T07:51:22.98",
"origin_geom": "POINT (174.3672 -41.616828)"
},
{
"FID": "quake.2013p613899",
"publicid": "2013p613899",
"origintime": "2013-08-16T03:25:47.034",
"longitude": 174.0645,
"latitude": -41.711,
"depth": 18.8281,
"magnitude": 3.1672,
"magnitudetype": "M",
"status": "reviewed",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T10:53:56.957",
"origin_geom": "POINT (174.06448 -41.710952)"
},
{
"FID": "quake.2013p613891",
"publicid": "2013p613891",
"origintime": "2013-08-16T03:21:31.345",
"longitude": 174.0577,
"latitude": -41.7762,
"depth": 17.3047,
"magnitude": 5.0098,
"magnitudetype": "M",
"status": "reviewed",
"phases": 40,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:36:38.627",
"origin_geom": "POINT (174.05769 -41.776238)"
},
{
"FID": "quake.2013p613879",
"publicid": "2013p613879",
"origintime": "2013-08-16T03:15:06.191",
"longitude": 174.0807,
"latitude": -41.7469,
"depth": 5.1172,
"magnitude": 4.5658,
"magnitudetype": "M",
"status": "automatic",
"phases": 64,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:24:35.535",
"origin_geom": "POINT (174.08069 -41.746882)"
},
{
"FID": "quake.2013p613875",
"publicid": "2013p613875",
"origintime": "2013-08-16T03:12:55.589",
"longitude": 174.3273,
"latitude": -41.6261,
"depth": 33.5938,
"magnitude": 4.2412,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:19:41.072",
"origin_geom": "POINT (174.32727 -41.626081)"
},
{
"FID": "quake.2013p613867",
"publicid": "2013p613867",
"origintime": "2013-08-16T03:09:08.084",
"longitude": 174.0495,
"latitude": -41.742,
"depth": 8.4567,
"magnitude": 5.5485,
"magnitudetype": "M",
"status": "reviewed",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:18:13.049",
"origin_geom": "POINT (174.04953 -41.742035)"
},
{
"FID": "quake.2013p613864",
"publicid": "2013p613864",
"origintime": "2013-08-16T03:06:58.889",
"longitude": 175.3112,
"latitude": -39.4656,
"depth": 10.625,
"magnitude": 3.8067,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:11:04.368",
"origin_geom": "POINT (175.31118 -39.465557)"
},
{
"FID": "quake.2013p613862",
"publicid": "2013p613862",
"origintime": "2013-08-16T03:06:13.62",
"longitude": 174.1842,
"latitude": -41.7228,
"depth": 5.2968,
"magnitude": 4.5935,
"magnitudetype": "M",
"status": "reviewed",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:30:58.345",
"origin_geom": "POINT (174.18417 -41.722813)"
},
{
"FID": "quake.2013p613857",
"publicid": "2013p613857",
"origintime": "2013-08-16T03:03:14.433",
"longitude": 173.9112,
"latitude": -41.643,
"depth": 35.2344,
"magnitude": 3.2214,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:05:53.34",
"origin_geom": "POINT (173.91116 -41.643047)"
},
{
"FID": "quake.2013p613844",
"publicid": "2013p613844",
"origintime": "2013-08-16T02:56:27.347",
"longitude": 174.2659,
"latitude": -41.5977,
"depth": 8.5063,
"magnitude": 5.0191,
"magnitudetype": "M",
"status": "reviewed",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:13:53.59",
"origin_geom": "POINT (174.26587 -41.597672)"
},
{
"FID": "quake.2013p613840",
"publicid": "2013p613840",
"origintime": "2013-08-16T02:53:56.218",
"longitude": 174.0673,
"latitude": -41.7488,
"depth": 5.0586,
"magnitude": 4.4554,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:02:10.205",
"origin_geom": "POINT (174.06726 -41.748782)"
},
{
"FID": "quake.2013p613836",
"publicid": "2013p613836",
"origintime": "2013-08-16T02:51:51.342",
"longitude": 174.0813,
"latitude": -41.7275,
"depth": 5.0586,
"magnitude": 4.7287,
"magnitudetype": "M",
"status": "reviewed",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:21:46.898",
"origin_geom": "POINT (174.0813 -41.727504)"
},
{
"FID": "quake.2013p613832",
"publicid": "2013p613832",
"origintime": "2013-08-16T02:49:54.27",
"longitude": 174.3151,
"latitude": -41.6042,
"depth": 5.0586,
"magnitude": 4.4872,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:02:05.808",
"origin_geom": "POINT (174.31506 -41.604243)"
},
{
"FID": "quake.2013p613824",
"publicid": "2013p613824",
"origintime": "2013-08-16T02:45:27.142",
"longitude": 174.1168,
"latitude": -41.7638,
"depth": 5.8203,
"magnitude": 5.3872,
"magnitudetype": "M",
"status": "reviewed",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:06:48.006",
"origin_geom": "POINT (174.11679 -41.76379)"
},
{
"FID": "quake.2013p613817",
"publicid": "2013p613817",
"origintime": "2013-08-16T02:41:47.513",
"longitude": 174.3304,
"latitude": -41.5002,
"depth": 8.0469,
"magnitude": 4.2784,
"magnitudetype": "M",
"status": "reviewed",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:29:39.328",
"origin_geom": "POINT (174.33035 -41.500221)"
},
{
"FID": "quake.2013p613809",
"publicid": "2013p613809",
"origintime": "2013-08-16T02:37:27.876",
"longitude": 174.127,
"latitude": -41.7061,
"depth": 8.9844,
"magnitude": 5.3944,
"magnitudetype": "M",
"status": "reviewed",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T03:18:05.167",
"origin_geom": "POINT (174.12701 -41.706115)"
},
{
"FID": "quake.2013p613797",
"publicid": "2013p613797",
"origintime": "2013-08-16T02:31:05.753",
"longitude": 174.1522,
"latitude": -41.734,
"depth": 8.1641,
"magnitude": 6.6382,
"magnitudetype": "M",
"status": "reviewed",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T04:19:28.546",
"origin_geom": "POINT (174.15219 -41.733964)"
},
{
"FID": "quake.2013p613749",
"publicid": "2013p613749",
"origintime": "2013-08-16T02:05:47.124",
"longitude": 174.3574,
"latitude": -41.6733,
"depth": 13.5547,
"magnitude": 2.5153,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T02:08:17.114",
"origin_geom": "POINT (174.35738 -41.673258)"
},
{
"FID": "quake.2013p613699",
"publicid": "2013p613699",
"origintime": "2013-08-16T01:39:03.945",
"longitude": 172.6157,
"latitude": -43.6622,
"depth": 24.8047,
"magnitude": 2.4868,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T01:41:40.661",
"origin_geom": "POINT (172.61568 -43.662217)"
},
{
"FID": "quake.2013p613692",
"publicid": "2013p613692",
"origintime": "2013-08-16T01:35:29.536",
"longitude": 175.4556,
"latitude": -39.8343,
"depth": 24.4531,
"magnitude": 2.0821,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T01:56:45.258",
"origin_geom": "POINT (175.4556 -39.834272)"
},
{
"FID": "quake.2013p613689",
"publicid": "2013p613689",
"origintime": "2013-08-16T01:33:42.19",
"longitude": 174.4068,
"latitude": -41.6943,
"depth": 6.6406,
"magnitude": 2.2886,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T01:35:56.062",
"origin_geom": "POINT (174.40681 -41.69431)"
},
{
"FID": "quake.2013p613685",
"publicid": "2013p613685",
"origintime": "2013-08-16T01:31:27.612",
"longitude": 172.175,
"latitude": -42.4373,
"depth": 5.1172,
"magnitude": 2.6995,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T01:34:07.37",
"origin_geom": "POINT (172.17495 -42.437342)"
},
{
"FID": "quake.2013p613661",
"publicid": "2013p613661",
"origintime": "2013-08-16T01:18:40.991",
"longitude": 174.3535,
"latitude": -41.6158,
"depth": 8.9258,
"magnitude": 2.7397,
"magnitudetype": "M",
"status": "automatic",
"phases": 39,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T01:52:07.605",
"origin_geom": "POINT (174.35347 -41.615799)"
},
{
"FID": "quake.2013p613641",
"publicid": "2013p613641",
"origintime": "2013-08-16T01:08:08.804",
"longitude": 174.4596,
"latitude": -39.9101,
"depth": 129.6875,
"magnitude": 2.4107,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T01:10:18.309",
"origin_geom": "POINT (174.45956 -39.910125)"
},
{
"FID": "quake.2013p613618",
"publicid": "2013p613618",
"origintime": "2013-08-16T00:55:55.422",
"longitude": 175.5329,
"latitude": -38.5619,
"depth": 204.6875,
"magnitude": 2.9245,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T00:59:34.25",
"origin_geom": "POINT (175.53289 -38.561885)"
},
{
"FID": "quake.2013p613589",
"publicid": "2013p613589",
"origintime": "2013-08-16T00:40:23.965",
"longitude": 176.561,
"latitude": -39.888,
"depth": 26.2109,
"magnitude": 2.2656,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T01:38:30.675",
"origin_geom": "POINT (176.56105 -39.888036)"
},
{
"FID": "quake.2013p613521",
"publicid": "2013p613521",
"origintime": "2013-08-16T00:04:04.646",
"longitude": 175.2632,
"latitude": -38.6172,
"depth": 5.0586,
"magnitude": 2.5138,
"magnitudetype": "M",
"status": "automatic",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T01:26:52.093",
"origin_geom": "POINT (175.26322 -38.617174)"
},
{
"FID": "quake.2013p613344",
"publicid": "2013p613344",
"origintime": "2013-08-15T22:29:58.483",
"longitude": 174.2391,
"latitude": -41.6898,
"depth": 5.1172,
"magnitude": 2.0742,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T22:33:08.525",
"origin_geom": "POINT (174.23912 -41.689804)"
},
{
"FID": "quake.2013p613325",
"publicid": "2013p613325",
"origintime": "2013-08-15T22:19:34.658",
"longitude": 174.2806,
"latitude": -40.482,
"depth": 117.5,
"magnitude": 2.4391,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T22:22:34.371",
"origin_geom": "POINT (174.28064 -40.481952)"
},
{
"FID": "quake.2013p613279",
"publicid": "2013p613279",
"origintime": "2013-08-15T21:55:24.828",
"longitude": 174.1245,
"latitude": -41.7175,
"depth": 5.0586,
"magnitude": 1.8248,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T21:57:43.883",
"origin_geom": "POINT (174.12453 -41.717512)"
},
{
"FID": "quake.2013p613189",
"publicid": "2013p613189",
"origintime": "2013-08-15T21:07:36.968",
"longitude": 176.3316,
"latitude": -39.6086,
"depth": 25.2734,
"magnitude": 1.7,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T00:26:08.584",
"origin_geom": "POINT (176.33162 -39.6086)"
},
{
"FID": "quake.2013p613020",
"publicid": "2013p613020",
"origintime": "2013-08-15T19:37:24.825",
"longitude": 177.052,
"latitude": -39.8503,
"depth": 18.4766,
"magnitude": 2.0143,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T23:56:01.896",
"origin_geom": "POINT (177.05199 -39.850344)"
},
{
"FID": "quake.2013p612897",
"publicid": "2013p612897",
"origintime": "2013-08-15T18:31:50.77",
"longitude": 174.1388,
"latitude": -41.6793,
"depth": 10.2734,
"magnitude": 2.0477,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T18:33:50.147",
"origin_geom": "POINT (174.13876 -41.679349)"
},
{
"FID": "quake.2013p612879",
"publicid": "2013p612879",
"origintime": "2013-08-15T18:22:21.437",
"longitude": 174.0972,
"latitude": -41.689,
"depth": 14.9609,
"magnitude": 2.6367,
"magnitudetype": "M",
"status": "reviewed",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T20:06:20.322",
"origin_geom": "POINT (174.09716 -41.688971)"
},
{
"FID": "quake.2013p612833",
"publicid": "2013p612833",
"origintime": "2013-08-15T17:57:53.017",
"longitude": 176.7691,
"latitude": -38.0695,
"depth": 9.3359,
"magnitude": 1.7743,
"magnitudetype": "M",
"status": "reviewed",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:17:09.135",
"origin_geom": "POINT (176.76907 -38.069477)"
},
{
"FID": "quake.2013p612830",
"publicid": "2013p612830",
"origintime": "2013-08-15T17:56:05.845",
"longitude": 178.2399,
"latitude": -38.0362,
"depth": 42.2656,
"magnitude": 1.5438,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T17:58:25.862",
"origin_geom": "POINT (178.23992 -38.03624)"
},
{
"FID": "quake.2013p612798",
"publicid": "2013p612798",
"origintime": "2013-08-15T17:38:47.711",
"longitude": 174.2858,
"latitude": -41.5827,
"depth": 11.6797,
"magnitude": 1.7409,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T17:41:15.356",
"origin_geom": "POINT (174.28584 -41.58274)"
},
{
"FID": "quake.2013p612778",
"publicid": "2013p612778",
"origintime": "2013-08-15T17:28:39.948",
"longitude": 177.09,
"latitude": -35.5402,
"depth": 278.75,
"magnitude": 3.0098,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T17:32:24.933",
"origin_geom": "POINT (177.09005 -35.540196)"
},
{
"FID": "quake.2013p612695",
"publicid": "2013p612695",
"origintime": "2013-08-15T16:44:10.158",
"longitude": 174.4311,
"latitude": -41.655,
"depth": 5.2344,
"magnitude": 1.7561,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T16:45:47.495",
"origin_geom": "POINT (174.43107 -41.654988)"
},
{
"FID": "quake.2013p612632",
"publicid": "2013p612632",
"origintime": "2013-08-15T16:10:27.537",
"longitude": 175.7045,
"latitude": -38.5692,
"depth": 155.5482,
"magnitude": 2.4331,
"magnitudetype": "M",
"status": "reviewed",
"phases": 47,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T05:47:50.403",
"origin_geom": "POINT (175.70448 -38.569176)"
},
{
"FID": "quake.2013p612612",
"publicid": "2013p612612",
"origintime": "2013-08-15T16:00:03.412",
"longitude": 177.1312,
"latitude": -37.2579,
"depth": 240.3125,
"magnitude": 2.5129,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T16:03:32.068",
"origin_geom": "POINT (177.13122 -37.257922)"
},
{
"FID": "quake.2013p612584",
"publicid": "2013p612584",
"origintime": "2013-08-15T15:45:02.086",
"longitude": 176.6274,
"latitude": -38.1588,
"depth": 186.875,
"magnitude": 2.0227,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T15:48:10.297",
"origin_geom": "POINT (176.62743 -38.158846)"
},
{
"FID": "quake.2013p612548",
"publicid": "2013p612548",
"origintime": "2013-08-15T15:25:42.316",
"longitude": 174.3964,
"latitude": -41.5017,
"depth": 12.8516,
"magnitude": 1.761,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T15:27:34.525",
"origin_geom": "POINT (174.39635 -41.501748)"
},
{
"FID": "quake.2013p612493",
"publicid": "2013p612493",
"origintime": "2013-08-15T14:56:34.801",
"longitude": 173.9867,
"latitude": -42.2818,
"depth": 78.125,
"magnitude": 2.2738,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T14:58:31.321",
"origin_geom": "POINT (173.98672 -42.281788)"
},
{
"FID": "quake.2013p612438",
"publicid": "2013p612438",
"origintime": "2013-08-15T14:27:00.114",
"longitude": 178.2904,
"latitude": -36.5979,
"depth": 171.875,
"magnitude": 3.0111,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T14:29:50.784",
"origin_geom": "POINT (178.29045 -36.59793)"
},
{
"FID": "quake.2013p612406",
"publicid": "2013p612406",
"origintime": "2013-08-15T14:10:24.814",
"longitude": 173.6932,
"latitude": -40.4761,
"depth": 101.0938,
"magnitude": 2.5357,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T14:13:47.692",
"origin_geom": "POINT (173.69321 -40.476058)"
},
{
"FID": "quake.2013p612403",
"publicid": "2013p612403",
"origintime": "2013-08-15T14:08:30.544",
"longitude": 175.1557,
"latitude": -39.2392,
"depth": 16.0742,
"magnitude": 1.3129,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T14:10:00.266",
"origin_geom": "POINT (175.15568 -39.239248)"
},
{
"FID": "quake.2013p612380",
"publicid": "2013p612380",
"origintime": "2013-08-15T13:56:28.782",
"longitude": 172.5018,
"latitude": -41.2309,
"depth": 233.5156,
"magnitude": 3.2757,
"magnitudetype": "M",
"status": "automatic",
"phases": 62,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T14:00:30.362",
"origin_geom": "POINT (172.50183 -41.230947)"
},
{
"FID": "quake.2013p612324",
"publicid": "2013p612324",
"origintime": "2013-08-15T13:26:19.386",
"longitude": 174.224,
"latitude": -41.5526,
"depth": 11.9141,
"magnitude": 2.1596,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T13:29:28.067",
"origin_geom": "POINT (174.22403 -41.55256)"
},
{
"FID": "quake.2013p612286",
"publicid": "2013p612286",
"origintime": "2013-08-15T13:06:09.38",
"longitude": 173.3547,
"latitude": -40.9825,
"depth": 73.6719,
"magnitude": 2.22,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T13:09:21.346",
"origin_geom": "POINT (173.3547 -40.982471)"
},
{
"FID": "quake.2013p612268",
"publicid": "2013p612268",
"origintime": "2013-08-15T12:57:05.177",
"longitude": 176.223,
"latitude": -39.6153,
"depth": 27.1484,
"magnitude": 2.1865,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T13:00:09.351",
"origin_geom": "POINT (176.22305 -39.615315)"
},
{
"FID": "quake.2013p612243",
"publicid": "2013p612243",
"origintime": "2013-08-15T12:43:33.666",
"longitude": 173.699,
"latitude": -40.7724,
"depth": 113.5156,
"magnitude": 2.7473,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T12:46:38.464",
"origin_geom": "POINT (173.69902 -40.772427)"
},
{
"FID": "quake.2013p612168",
"publicid": "2013p612168",
"origintime": "2013-08-15T12:03:30.211",
"longitude": 171.0958,
"latitude": -43.0578,
"depth": 5.0586,
"magnitude": 2.5356,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T12:05:55.009",
"origin_geom": "POINT (171.09576 -43.057761)"
},
{
"FID": "quake.2013p612139",
"publicid": "2013p612139",
"origintime": "2013-08-15T11:47:41.012",
"longitude": 174.1609,
"latitude": -41.7019,
"depth": 5.0586,
"magnitude": 2.2398,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T11:49:57.925",
"origin_geom": "POINT (174.16086 -41.701895)"
},
{
"FID": "quake.2013p612124",
"publicid": "2013p612124",
"origintime": "2013-08-15T11:40:08.056",
"longitude": 174.1312,
"latitude": -41.7448,
"depth": 5.0586,
"magnitude": 2.4185,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T11:42:19.277",
"origin_geom": "POINT (174.13124 -41.744819)"
},
{
"FID": "quake.2013p612096",
"publicid": "2013p612096",
"origintime": "2013-08-15T11:24:48.029",
"longitude": 174.2087,
"latitude": -41.6968,
"depth": 84.4531,
"magnitude": 2.1706,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T11:26:51.881",
"origin_geom": "POINT (174.20873 -41.696836)"
},
{
"FID": "quake.2013p612026",
"publicid": "2013p612026",
"origintime": "2013-08-15T10:47:45.645",
"longitude": 176.0319,
"latitude": -37.8508,
"depth": 145.2359,
"magnitude": 2.3842,
"magnitudetype": "M",
"status": "reviewed",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-16T01:31:55.763",
"origin_geom": "POINT (176.03186 -37.8508)"
},
{
"FID": "quake.2013p612022",
"publicid": "2013p612022",
"origintime": "2013-08-15T10:45:47.824",
"longitude": 176.7857,
"latitude": -39.2857,
"depth": 21.7578,
"magnitude": 1.9153,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T10:47:40.444",
"origin_geom": "POINT (176.78572 -39.285715)"
},
{
"FID": "quake.2013p611965",
"publicid": "2013p611965",
"origintime": "2013-08-15T10:15:09.106",
"longitude": 174.3967,
"latitude": -41.6894,
"depth": 5.1172,
"magnitude": 2.2266,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T10:19:13.127",
"origin_geom": "POINT (174.39671 -41.689426)"
},
{
"FID": "quake.2013p611958",
"publicid": "2013p611958",
"origintime": "2013-08-15T10:11:20.526",
"longitude": 175.1585,
"latitude": -39.9003,
"depth": 23.5156,
"magnitude": 2.045,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T10:13:12.376",
"origin_geom": "POINT (175.15852 -39.900349)"
},
{
"FID": "quake.2013p611954",
"publicid": "2013p611954",
"origintime": "2013-08-15T10:09:19.491",
"longitude": 174.1205,
"latitude": -41.811,
"depth": 10.8594,
"magnitude": 2.0669,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T10:11:45.328",
"origin_geom": "POINT (174.1205 -41.811031)"
},
{
"FID": "quake.2013p611919",
"publicid": "2013p611919",
"origintime": "2013-08-15T09:50:46.788",
"longitude": 174.3928,
"latitude": -41.6952,
"depth": 13.0859,
"magnitude": 2.8093,
"magnitudetype": "M",
"status": "reviewed",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T11:09:31.982",
"origin_geom": "POINT (174.39279 -41.69515)"
},
{
"FID": "quake.2013p611885",
"publicid": "2013p611885",
"origintime": "2013-08-15T09:33:21.792",
"longitude": 174.3882,
"latitude": -41.695,
"depth": 12.1484,
"magnitude": 2.5025,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T09:36:17.28",
"origin_geom": "POINT (174.38817 -41.695014)"
},
{
"FID": "quake.2013p611850",
"publicid": "2013p611850",
"origintime": "2013-08-15T09:13:44.349",
"longitude": 174.4275,
"latitude": -41.7112,
"depth": 9.8047,
"magnitude": 2.2033,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T09:17:23.874",
"origin_geom": "POINT (174.42752 -41.711183)"
},
{
"FID": "quake.2013p611822",
"publicid": "2013p611822",
"origintime": "2013-08-15T08:58:59.889",
"longitude": 174.3938,
"latitude": -41.6985,
"depth": 13.3203,
"magnitude": 2.1486,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T09:02:28.193",
"origin_geom": "POINT (174.39384 -41.698517)"
},
{
"FID": "quake.2013p611795",
"publicid": "2013p611795",
"origintime": "2013-08-15T08:44:32.586",
"longitude": 174.273,
"latitude": -41.5965,
"depth": 5.1172,
"magnitude": 2.0519,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T08:47:35.035",
"origin_geom": "POINT (174.27301 -41.596542)"
},
{
"FID": "quake.2013p611792",
"publicid": "2013p611792",
"origintime": "2013-08-15T08:43:13.178",
"longitude": 177.0231,
"latitude": -37.2945,
"depth": 140.9375,
"magnitude": 2.4436,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T08:46:31.324",
"origin_geom": "POINT (177.02307 -37.294536)"
},
{
"FID": "quake.2013p611776",
"publicid": "2013p611776",
"origintime": "2013-08-15T08:34:45.129",
"longitude": 174.331,
"latitude": -41.6848,
"depth": 5.0586,
"magnitude": 2.3229,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T08:36:51.161",
"origin_geom": "POINT (174.33098 -41.684786)"
},
{
"FID": "quake.2013p611752",
"publicid": "2013p611752",
"origintime": "2013-08-15T08:21:40.513",
"longitude": 174.1606,
"latitude": -41.714,
"depth": 5.0586,
"magnitude": 2.4391,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T08:23:48.677",
"origin_geom": "POINT (174.16059 -41.713982)"
},
{
"FID": "quake.2013p611747",
"publicid": "2013p611747",
"origintime": "2013-08-15T08:18:58.854",
"longitude": 174.3952,
"latitude": -41.6946,
"depth": 6.8164,
"magnitude": 3.0418,
"magnitudetype": "M",
"status": "reviewed",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T11:04:34.995",
"origin_geom": "POINT (174.39518 -41.694595)"
},
{
"FID": "quake.2013p611730",
"publicid": "2013p611730",
"origintime": "2013-08-15T08:09:53.882",
"longitude": 176.305,
"latitude": -40.2583,
"depth": 56.3281,
"magnitude": 2.2216,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T08:12:20.213",
"origin_geom": "POINT (176.30505 -40.258263)"
},
{
"FID": "quake.2013p611695",
"publicid": "2013p611695",
"origintime": "2013-08-15T07:51:31.205",
"longitude": 174.1592,
"latitude": -41.7131,
"depth": 5.0586,
"magnitude": 2.1124,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T07:53:14.269",
"origin_geom": "POINT (174.15918 -41.713107)"
},
{
"FID": "quake.2013p611668",
"publicid": "2013p611668",
"origintime": "2013-08-15T07:37:13.116",
"longitude": 174.0838,
"latitude": -40.0114,
"depth": 113.0469,
"magnitude": 2.714,
"magnitudetype": "M",
"status": "automatic",
"phases": 48,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T07:40:41.466",
"origin_geom": "POINT (174.08375 -40.011407)"
},
{
"FID": "quake.2013p611653",
"publicid": "2013p611653",
"origintime": "2013-08-15T07:29:11.571",
"longitude": 174.4469,
"latitude": -41.5249,
"depth": 10.2734,
"magnitude": 2.4095,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T07:39:40.203",
"origin_geom": "POINT (174.44689 -41.524921)"
},
{
"FID": "quake.2013p611637",
"publicid": "2013p611637",
"origintime": "2013-08-15T07:20:14.883",
"longitude": 174.3961,
"latitude": -41.6619,
"depth": 5.1172,
"magnitude": 2.009,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T07:22:07.571",
"origin_geom": "POINT (174.3961 -41.661884)"
},
{
"FID": "quake.2013p611631",
"publicid": "2013p611631",
"origintime": "2013-08-15T07:17:23.65",
"longitude": 174.1454,
"latitude": -41.7277,
"depth": 8.6914,
"magnitude": 2.8675,
"magnitudetype": "M",
"status": "reviewed",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T07:28:13.426",
"origin_geom": "POINT (174.1454 -41.727717)"
},
{
"FID": "quake.2013p611613",
"publicid": "2013p611613",
"origintime": "2013-08-15T07:07:46.472",
"longitude": 174.1306,
"latitude": -41.7233,
"depth": 5.1172,
"magnitude": 2.3678,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T07:09:59.456",
"origin_geom": "POINT (174.1306 -41.723321)"
},
{
"FID": "quake.2013p611600",
"publicid": "2013p611600",
"origintime": "2013-08-15T07:00:29.234",
"longitude": 174.1519,
"latitude": -41.71,
"depth": 9.1602,
"magnitude": 4.3896,
"magnitudetype": "M",
"status": "reviewed",
"phases": 16,
"type": "earthquake",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T07:18:41.409",
"origin_geom": "POINT (174.15192 -41.709974)"
},
{
"FID": "quake.2013p611528",
"publicid": "2013p611528",
"origintime": "2013-08-15T06:22:18.293",
"longitude": 175.2936,
"latitude": -39.6943,
"depth": 41.3281,
"magnitude": 1.8443,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T06:24:02.488",
"origin_geom": "POINT (175.29355 -39.69431)"
},
{
"FID": "quake.2013p611486",
"publicid": "2013p611486",
"origintime": "2013-08-15T05:59:50.031",
"longitude": 174.3967,
"latitude": -41.7003,
"depth": 10.7422,
"magnitude": 2.407,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T06:02:42.362",
"origin_geom": "POINT (174.39667 -41.700268)"
},
{
"FID": "quake.2013p611454",
"publicid": "2013p611454",
"origintime": "2013-08-15T05:43:11.453",
"longitude": 175.4138,
"latitude": -38.9434,
"depth": 112.3438,
"magnitude": 1.5883,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T05:46:22.074",
"origin_geom": "POINT (175.41379 -38.943416)"
},
{
"FID": "quake.2013p611417",
"publicid": "2013p611417",
"origintime": "2013-08-15T05:23:27.058",
"longitude": 174.2355,
"latitude": -41.4958,
"depth": 34.2969,
"magnitude": 1.7692,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T05:26:07.392",
"origin_geom": "POINT (174.23554 -41.49576)"
},
{
"FID": "quake.2013p611410",
"publicid": "2013p611410",
"origintime": "2013-08-15T05:19:29.036",
"longitude": 177.4603,
"latitude": -39.1082,
"depth": 24.043,
"magnitude": 2.0195,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T05:22:35.913",
"origin_geom": "POINT (177.46033 -39.108174)"
},
{
"FID": "quake.2013p611213",
"publicid": "2013p611213",
"origintime": "2013-08-15T03:34:18.782",
"longitude": 173.5389,
"latitude": -41.6546,
"depth": 93.125,
"magnitude": 2.1541,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T03:35:59.117",
"origin_geom": "POINT (173.53891 -41.654633)"
},
{
"FID": "quake.2013p611209",
"publicid": "2013p611209",
"origintime": "2013-08-15T03:32:34.671",
"longitude": 174.3877,
"latitude": -41.5507,
"depth": 5.1172,
"magnitude": 1.8205,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T03:34:36.684",
"origin_geom": "POINT (174.38766 -41.550703)"
},
{
"FID": "quake.2013p611139",
"publicid": "2013p611139",
"origintime": "2013-08-15T02:55:35.42",
"longitude": 174.1937,
"latitude": -41.5392,
"depth": 20.5859,
"magnitude": 2.1258,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T02:57:32.785",
"origin_geom": "POINT (174.19366 -41.539154)"
},
{
"FID": "quake.2013p611121",
"publicid": "2013p611121",
"origintime": "2013-08-15T02:45:37.474",
"longitude": 174.4228,
"latitude": -41.5317,
"depth": 5.1172,
"magnitude": 1.9288,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T02:47:39.12",
"origin_geom": "POINT (174.42279 -41.531719)"
},
{
"FID": "quake.2013p611114",
"publicid": "2013p611114",
"origintime": "2013-08-15T02:41:52.496",
"longitude": 174.3942,
"latitude": -41.5378,
"depth": 12.4414,
"magnitude": 3.0822,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T02:44:44.26",
"origin_geom": "POINT (174.39418 -41.537758)"
},
{
"FID": "quake.2013p611073",
"publicid": "2013p611073",
"origintime": "2013-08-15T02:20:09.182",
"longitude": 174.4,
"latitude": -41.5292,
"depth": 9.9805,
"magnitude": 2.9299,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T02:23:11.312",
"origin_geom": "POINT (174.40005 -41.529173)"
},
{
"FID": "quake.2013p611001",
"publicid": "2013p611001",
"origintime": "2013-08-15T01:41:49.716",
"longitude": 174.2546,
"latitude": -41.4974,
"depth": 9.9805,
"magnitude": 2.6931,
"magnitudetype": "M",
"status": "automatic",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T01:45:44.98",
"origin_geom": "POINT (174.25455 -41.497363)"
},
{
"FID": "quake.2013p610991",
"publicid": "2013p610991",
"origintime": "2013-08-15T01:36:03.65",
"longitude": 174.2542,
"latitude": -41.5468,
"depth": 5.1172,
"magnitude": 2.2326,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T01:38:25.238",
"origin_geom": "POINT (174.25417 -41.546774)"
},
{
"FID": "quake.2013p610902",
"publicid": "2013p610902",
"origintime": "2013-08-15T00:48:51.033",
"longitude": 177.6422,
"latitude": -35.4579,
"depth": 224.375,
"magnitude": 3.3157,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T00:52:27.55",
"origin_geom": "POINT (177.64225 -35.457874)"
},
{
"FID": "quake.2013p610820",
"publicid": "2013p610820",
"origintime": "2013-08-15T00:05:04.319",
"longitude": 173.3727,
"latitude": -41.5371,
"depth": 52.5781,
"magnitude": 2.2666,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T00:07:20.058",
"origin_geom": "POINT (173.37271 -41.537095)"
},
{
"FID": "quake.2013p610729",
"publicid": "2013p610729",
"origintime": "2013-08-14T23:16:56.24",
"longitude": 175.7566,
"latitude": -40.5144,
"depth": 11.0938,
"magnitude": 1.8316,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T23:19:43.225",
"origin_geom": "POINT (175.75657 -40.514398)"
},
{
"FID": "quake.2013p610728",
"publicid": "2013p610728",
"origintime": "2013-08-14T23:15:53.035",
"longitude": 178.251,
"latitude": -37.9433,
"depth": 5.2344,
"magnitude": 2.697,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T23:18:58.609",
"origin_geom": "POINT (178.25098 -37.943313)"
},
{
"FID": "quake.2013p610725",
"publicid": "2013p610725",
"origintime": "2013-08-14T23:14:33.724",
"longitude": 175.7446,
"latitude": -39.0519,
"depth": 145.625,
"magnitude": 3.3919,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T23:18:29.042",
"origin_geom": "POINT (175.74455 -39.051893)"
},
{
"FID": "quake.2013p610724",
"publicid": "2013p610724",
"origintime": "2013-08-14T23:13:57.081",
"longitude": 178.3052,
"latitude": -36.6917,
"depth": 194.375,
"magnitude": 3.5946,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T23:17:37.436",
"origin_geom": "POINT (178.30525 -36.691671)"
},
{
"FID": "quake.2013p610668",
"publicid": "2013p610668",
"origintime": "2013-08-14T22:44:04.509",
"longitude": 174.2193,
"latitude": -41.6258,
"depth": 5.1172,
"magnitude": 2.161,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T22:50:11.273",
"origin_geom": "POINT (174.2193 -41.625826)"
},
{
"FID": "quake.2013p610600",
"publicid": "2013p610600",
"origintime": "2013-08-14T22:07:53.74",
"longitude": 177.9051,
"latitude": -35.7995,
"depth": 171.875,
"magnitude": 3.397,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T22:11:34.6",
"origin_geom": "POINT (177.90511 -35.799473)"
},
{
"FID": "quake.2013p610555",
"publicid": "2013p610555",
"origintime": "2013-08-14T21:43:56.702",
"longitude": 174.4377,
"latitude": -41.5138,
"depth": 12.3828,
"magnitude": 2.125,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T21:45:40.713",
"origin_geom": "POINT (174.43772 -41.513809)"
},
{
"FID": "quake.2013p610511",
"publicid": "2013p610511",
"origintime": "2013-08-14T21:20:37.928",
"longitude": 174.1271,
"latitude": -41.7259,
"depth": 10.332,
"magnitude": 2.8437,
"magnitudetype": "M",
"status": "reviewed",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T23:12:04.539",
"origin_geom": "POINT (174.12712 -41.72593)"
},
{
"FID": "quake.2013p610404",
"publicid": "2013p610404",
"origintime": "2013-08-14T20:23:41.959",
"longitude": 173.5399,
"latitude": -41.784,
"depth": 76.0156,
"magnitude": 2.5128,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T20:26:11.577",
"origin_geom": "POINT (173.5399 -41.783995)"
},
{
"FID": "quake.2013p610288",
"publicid": "2013p610288",
"origintime": "2013-08-14T19:21:38.838",
"longitude": 174.2556,
"latitude": -41.5994,
"depth": 8.6328,
"magnitude": 2.1729,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T19:23:35.937",
"origin_geom": "POINT (174.25563 -41.599368)"
},
{
"FID": "quake.2013p610252",
"publicid": "2013p610252",
"origintime": "2013-08-14T19:02:45.061",
"longitude": 174.2629,
"latitude": -41.6229,
"depth": 5.5859,
"magnitude": 2.3463,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T19:04:43.222",
"origin_geom": "POINT (174.26293 -41.622938)"
},
{
"FID": "quake.2013p610093",
"publicid": "2013p610093",
"origintime": "2013-08-14T17:37:44.072",
"longitude": 174.3099,
"latitude": -41.5976,
"depth": 6.9922,
"magnitude": 1.8165,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T17:39:20.174",
"origin_geom": "POINT (174.30986 -41.597626)"
},
{
"FID": "quake.2013p610084",
"publicid": "2013p610084",
"origintime": "2013-08-14T17:32:53.382",
"longitude": 175.4584,
"latitude": -39.6234,
"depth": 151.25,
"magnitude": 2.1009,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T17:34:26.761",
"origin_geom": "POINT (175.45845 -39.623429)"
},
{
"FID": "quake.2013p610055",
"publicid": "2013p610055",
"origintime": "2013-08-14T17:17:30.895",
"longitude": 177.0762,
"latitude": -39.2725,
"depth": 181.25,
"magnitude": 2.4348,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T17:20:39.142",
"origin_geom": "POINT (177.07618 -39.272467)"
},
{
"FID": "quake.2013p609931",
"publicid": "2013p609931",
"origintime": "2013-08-14T16:11:18.496",
"longitude": 174.8461,
"latitude": -39.7663,
"depth": 105.4297,
"magnitude": 3.3311,
"magnitudetype": "M",
"status": "automatic",
"phases": 126,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T17:27:05.367",
"origin_geom": "POINT (174.84607 -39.766252)"
},
{
"FID": "quake.2013p609917",
"publicid": "2013p609917",
"origintime": "2013-08-14T16:03:45.292",
"longitude": 175.5612,
"latitude": -40.2368,
"depth": 86.5625,
"magnitude": 2.0488,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T16:06:27.406",
"origin_geom": "POINT (175.56117 -40.236786)"
},
{
"FID": "quake.2013p609915",
"publicid": "2013p609915",
"origintime": "2013-08-14T16:03:13.851",
"longitude": 175.4953,
"latitude": -38.2039,
"depth": 220.625,
"magnitude": 3.0388,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T16:06:31.744",
"origin_geom": "POINT (175.49529 -38.203895)"
},
{
"FID": "quake.2013p609891",
"publicid": "2013p609891",
"origintime": "2013-08-14T15:49:56.94",
"longitude": 174.3661,
"latitude": -41.8036,
"depth": 8.3984,
"magnitude": 2.0386,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T15:52:06.131",
"origin_geom": "POINT (174.36607 -41.803631)"
},
{
"FID": "quake.2013p609840",
"publicid": "2013p609840",
"origintime": "2013-08-14T15:22:54.342",
"longitude": 175.958,
"latitude": -38.8261,
"depth": 10.6836,
"magnitude": 2.2043,
"magnitudetype": "M",
"status": "reviewed",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-15T05:43:27.68",
"origin_geom": "POINT (175.95795 -38.826054)"
},
{
"FID": "quake.2013p609807",
"publicid": "2013p609807",
"origintime": "2013-08-14T15:05:14.162",
"longitude": 174.4482,
"latitude": -41.3988,
"depth": 13.2617,
"magnitude": 2.0768,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T15:08:06.256",
"origin_geom": "POINT (174.44823 -41.398809)"
},
{
"FID": "quake.2013p609731",
"publicid": "2013p609731",
"origintime": "2013-08-14T14:24:46.85",
"longitude": 178.613,
"latitude": -38.415,
"depth": 21.4062,
"magnitude": 2.2813,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T14:26:30.136",
"origin_geom": "POINT (178.61295 -38.414961)"
},
{
"FID": "quake.2013p609581",
"publicid": "2013p609581",
"origintime": "2013-08-14T13:05:57.844",
"longitude": 174.227,
"latitude": -41.6517,
"depth": 13.0273,
"magnitude": 3.0266,
"magnitudetype": "M",
"status": "reviewed",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T20:08:05.201",
"origin_geom": "POINT (174.22703 -41.651703)"
},
{
"FID": "quake.2013p609528",
"publicid": "2013p609528",
"origintime": "2013-08-14T12:36:36.504",
"longitude": 176.0209,
"latitude": -36.5463,
"depth": 8.75,
"magnitude": 3.1453,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T12:39:07.851",
"origin_geom": "POINT (176.02094 -36.546334)"
},
{
"FID": "quake.2013p609396",
"publicid": "2013p609396",
"origintime": "2013-08-14T11:26:42.385",
"longitude": 174.218,
"latitude": -41.6658,
"depth": 7.2266,
"magnitude": 1.6879,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T11:28:21.945",
"origin_geom": "POINT (174.21798 -41.665827)"
},
{
"FID": "quake.2013p609330",
"publicid": "2013p609330",
"origintime": "2013-08-14T10:51:17.46",
"longitude": 173.7797,
"latitude": -42.3292,
"depth": 44.375,
"magnitude": 2.522,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T10:53:06.519",
"origin_geom": "POINT (173.77974 -42.329161)"
},
{
"FID": "quake.2013p609328",
"publicid": "2013p609328",
"origintime": "2013-08-14T10:50:23.973",
"longitude": 174.259,
"latitude": -41.7014,
"depth": 5.0586,
"magnitude": 2.0508,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T10:52:20.281",
"origin_geom": "POINT (174.25902 -41.70144)"
},
{
"FID": "quake.2013p609285",
"publicid": "2013p609285",
"origintime": "2013-08-14T10:27:12.124",
"longitude": 176.6046,
"latitude": -39.8752,
"depth": 18.9453,
"magnitude": 1.8873,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T10:28:35.631",
"origin_geom": "POINT (176.60456 -39.875181)"
},
{
"FID": "quake.2013p609233",
"publicid": "2013p609233",
"origintime": "2013-08-14T09:59:30.259",
"longitude": 176.8503,
"latitude": -39.6718,
"depth": 17.7734,
"magnitude": 1.7356,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T10:01:01.859",
"origin_geom": "POINT (176.85031 -39.671789)"
},
{
"FID": "quake.2013p609224",
"publicid": "2013p609224",
"origintime": "2013-08-14T09:54:50.706",
"longitude": 167.6792,
"latitude": -44.9618,
"depth": 67.5781,
"magnitude": 3.4702,
"magnitudetype": "M",
"status": "reviewed",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T20:05:22.102",
"origin_geom": "POINT (167.67924 -44.961808)"
},
{
"FID": "quake.2013p609210",
"publicid": "2013p609210",
"origintime": "2013-08-14T09:47:33.388",
"longitude": 174.2939,
"latitude": -41.5911,
"depth": 9.7461,
"magnitude": 2.3755,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T09:50:58.494",
"origin_geom": "POINT (174.29386 -41.591108)"
},
{
"FID": "quake.2013p609196",
"publicid": "2013p609196",
"origintime": "2013-08-14T09:39:46.091",
"longitude": 176.1387,
"latitude": -37.872,
"depth": 200.4688,
"magnitude": 2.7534,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T09:43:16.991",
"origin_geom": "POINT (176.13866 -37.872022)"
},
{
"FID": "quake.2013p609176",
"publicid": "2013p609176",
"origintime": "2013-08-14T09:29:15.618",
"longitude": 173.291,
"latitude": -40.7528,
"depth": 33.125,
"magnitude": 2.3281,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T09:31:25.212",
"origin_geom": "POINT (173.29099 -40.75276)"
},
{
"FID": "quake.2013p609167",
"publicid": "2013p609167",
"origintime": "2013-08-14T09:24:22.567",
"longitude": 174.7495,
"latitude": -40.6436,
"depth": 9.4531,
"magnitude": 1.9032,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T09:27:38.433",
"origin_geom": "POINT (174.74952 -40.643584)"
},
{
"FID": "quake.2013p609102",
"publicid": "2013p609102",
"origintime": "2013-08-14T08:50:02.091",
"longitude": 174.2863,
"latitude": -41.6945,
"depth": 5.1172,
"magnitude": 2.4063,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T08:52:19.169",
"origin_geom": "POINT (174.2863 -41.694526)"
},
{
"FID": "quake.2013p609072",
"publicid": "2013p609072",
"origintime": "2013-08-14T08:34:10.96",
"longitude": 174.2535,
"latitude": -41.6967,
"depth": 5.0586,
"magnitude": 2.924,
"magnitudetype": "M",
"status": "reviewed",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T09:46:57.094",
"origin_geom": "POINT (174.25354 -41.696692)"
},
{
"FID": "quake.2013p609015",
"publicid": "2013p609015",
"origintime": "2013-08-14T08:03:55.297",
"longitude": 177.9692,
"latitude": -36.7177,
"depth": 133.4375,
"magnitude": 3.6423,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T08:07:55.986",
"origin_geom": "POINT (177.96917 -36.717737)"
},
{
"FID": "quake.2013p609013",
"publicid": "2013p609013",
"origintime": "2013-08-14T08:02:04.121",
"longitude": 176.2217,
"latitude": -37.8613,
"depth": 238.9062,
"magnitude": 3.3723,
"magnitudetype": "M",
"status": "automatic",
"phases": 69,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T08:12:24.995",
"origin_geom": "POINT (176.22172 -37.861263)"
},
{
"FID": "quake.2013p608974",
"publicid": "2013p608974",
"origintime": "2013-08-14T07:41:33.912",
"longitude": 176.1323,
"latitude": -39.1396,
"depth": 105.5469,
"magnitude": 2.4169,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T07:44:39.317",
"origin_geom": "POINT (176.13231 -39.139572)"
},
{
"FID": "quake.2013p608968",
"publicid": "2013p608968",
"origintime": "2013-08-14T07:38:19.63",
"longitude": 174.1659,
"latitude": -41.6887,
"depth": 12.9102,
"magnitude": 2.9962,
"magnitudetype": "M",
"status": "reviewed",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T09:39:04.821",
"origin_geom": "POINT (174.16592 -41.688697)"
},
{
"FID": "quake.2013p608889",
"publicid": "2013p608889",
"origintime": "2013-08-14T06:56:31.769",
"longitude": 174.2572,
"latitude": -41.6826,
"depth": 5.0586,
"magnitude": 2.2023,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T06:58:26.639",
"origin_geom": "POINT (174.25718 -41.682618)"
},
{
"FID": "quake.2013p608851",
"publicid": "2013p608851",
"origintime": "2013-08-14T06:35:56.565",
"longitude": 171.964,
"latitude": -43.6687,
"depth": 15.8984,
"magnitude": 2.6472,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T06:37:55.629",
"origin_geom": "POINT (171.96397 -43.668709)"
},
{
"FID": "quake.2013p608777",
"publicid": "2013p608777",
"origintime": "2013-08-14T05:56:23.253",
"longitude": 174.1772,
"latitude": -41.6957,
"depth": 5.1758,
"magnitude": 2.9733,
"magnitudetype": "M",
"status": "reviewed",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T09:35:30.161",
"origin_geom": "POINT (174.17723 -41.695702)"
},
{
"FID": "quake.2013p608600",
"publicid": "2013p608600",
"origintime": "2013-08-14T04:22:35.303",
"longitude": 174.3266,
"latitude": -41.5889,
"depth": 5.1172,
"magnitude": 1.8323,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T04:24:21.744",
"origin_geom": "POINT (174.32656 -41.588942)"
},
{
"FID": "quake.2013p608596",
"publicid": "2013p608596",
"origintime": "2013-08-14T04:20:23.38",
"longitude": 174.3365,
"latitude": -41.6685,
"depth": 11.2109,
"magnitude": 2.4863,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T04:22:44.971",
"origin_geom": "POINT (174.33647 -41.668473)"
},
{
"FID": "quake.2013p608554",
"publicid": "2013p608554",
"origintime": "2013-08-14T03:57:56.005",
"longitude": 174.3056,
"latitude": -41.5481,
"depth": 5.0586,
"magnitude": 2.127,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T03:59:53.661",
"origin_geom": "POINT (174.3056 -41.548079)"
},
{
"FID": "quake.2013p608478",
"publicid": "2013p608478",
"origintime": "2013-08-14T03:17:35.023",
"longitude": 174.3126,
"latitude": -39.1366,
"depth": 6.4062,
"magnitude": 2.5118,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T08:01:01.589",
"origin_geom": "POINT (174.31263 -39.136622)"
},
{
"FID": "quake.2013p608312",
"publicid": "2013p608312",
"origintime": "2013-08-14T01:49:15.271",
"longitude": 174.3797,
"latitude": -41.5417,
"depth": 5.2344,
"magnitude": 1.824,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T01:51:35.339",
"origin_geom": "POINT (174.37973 -41.541712)"
},
{
"FID": "quake.2013p608288",
"publicid": "2013p608288",
"origintime": "2013-08-14T01:35:57.888",
"longitude": 171.35,
"latitude": -42.3967,
"depth": 5.1172,
"magnitude": 3.0641,
"magnitudetype": "M",
"status": "reviewed",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T09:32:07.003",
"origin_geom": "POINT (171.34997 -42.396663)"
},
{
"FID": "quake.2013p608105",
"publicid": "2013p608105",
"origintime": "2013-08-13T23:58:29.937",
"longitude": 174.2374,
"latitude": -41.6337,
"depth": 5.0586,
"magnitude": 2.0448,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T00:00:04.114",
"origin_geom": "POINT (174.23743 -41.633658)"
},
{
"FID": "quake.2013p607999",
"publicid": "2013p607999",
"origintime": "2013-08-13T23:02:22.782",
"longitude": 174.1976,
"latitude": -41.6471,
"depth": 5.0586,
"magnitude": 2.4246,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T23:05:33.777",
"origin_geom": "POINT (174.19762 -41.647086)"
},
{
"FID": "quake.2013p607957",
"publicid": "2013p607957",
"origintime": "2013-08-13T22:39:50.217",
"longitude": 174.2218,
"latitude": -41.6716,
"depth": 5.0586,
"magnitude": 2.3617,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T22:42:56.548",
"origin_geom": "POINT (174.22176 -41.671568)"
},
{
"FID": "quake.2013p607932",
"publicid": "2013p607932",
"origintime": "2013-08-13T22:26:36.373",
"longitude": 172.232,
"latitude": -41.4797,
"depth": 10.0391,
"magnitude": 2.9109,
"magnitudetype": "M",
"status": "reviewed",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T09:26:28.676",
"origin_geom": "POINT (172.23201 -41.479693)"
},
{
"FID": "quake.2013p607920",
"publicid": "2013p607920",
"origintime": "2013-08-13T22:19:47.307",
"longitude": 174.3179,
"latitude": -41.5537,
"depth": 16.6016,
"magnitude": 2.9158,
"magnitudetype": "M",
"status": "reviewed",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T22:35:41.798",
"origin_geom": "POINT (174.31788 -41.553654)"
},
{
"FID": "quake.2013p607914",
"publicid": "2013p607914",
"origintime": "2013-08-13T22:17:15.243",
"longitude": 174.1996,
"latitude": -41.6544,
"depth": 5.1172,
"magnitude": 2.7807,
"magnitudetype": "M",
"status": "reviewed",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T22:29:30.985",
"origin_geom": "POINT (174.19961 -41.654443)"
},
{
"FID": "quake.2013p607895",
"publicid": "2013p607895",
"origintime": "2013-08-13T22:06:40.304",
"longitude": 172.6002,
"latitude": -43.6106,
"depth": 6.1133,
"magnitude": 2.6285,
"magnitudetype": "M",
"status": "reviewed",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T22:26:12.753",
"origin_geom": "POINT (172.60025 -43.610648)"
},
{
"FID": "quake.2013p607853",
"publicid": "2013p607853",
"origintime": "2013-08-13T21:44:27.747",
"longitude": 177.5046,
"latitude": -39.005,
"depth": 19.3555,
"magnitude": 2.0035,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T21:46:31.349",
"origin_geom": "POINT (177.5046 -39.004983)"
},
{
"FID": "quake.2013p607458",
"publicid": "2013p607458",
"origintime": "2013-08-13T18:14:04.11",
"longitude": 174.4334,
"latitude": -41.501,
"depth": 15.0195,
"magnitude": 2.5275,
"magnitudetype": "M",
"status": "reviewed",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T22:23:06.829",
"origin_geom": "POINT (174.43342 -41.500963)"
},
{
"FID": "quake.2013p607372",
"publicid": "2013p607372",
"origintime": "2013-08-13T17:27:26.166",
"longitude": 173.7891,
"latitude": -40.4297,
"depth": 463.6823,
"magnitude": 2.9628,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T18:32:20.067",
"origin_geom": "POINT (173.78906 -40.429688)"
},
{
"FID": "quake.2013p607351",
"publicid": "2013p607351",
"origintime": "2013-08-13T17:16:54.062",
"longitude": 174.2314,
"latitude": -41.6531,
"depth": 5.0586,
"magnitude": 2.0244,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T18:25:30.14",
"origin_geom": "POINT (174.23145 -41.653085)"
},
{
"FID": "quake.2013p607345",
"publicid": "2013p607345",
"origintime": "2013-08-13T17:13:38.126",
"longitude": 174.3267,
"latitude": -41.6142,
"depth": 5.0586,
"magnitude": 2.5712,
"magnitudetype": "M",
"status": "automatic",
"phases": 37,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T18:28:02.476",
"origin_geom": "POINT (174.32671 -41.614178)"
},
{
"FID": "quake.2013p607331",
"publicid": "2013p607331",
"origintime": "2013-08-13T17:06:08.401",
"longitude": 174.8458,
"latitude": -39.3505,
"depth": 155.7031,
"magnitude": 3.05,
"magnitudetype": "M",
"status": "automatic",
"phases": 82,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T18:04:06.303",
"origin_geom": "POINT (174.84575 -39.350524)"
},
{
"FID": "quake.2013p607318",
"publicid": "2013p607318",
"origintime": "2013-08-13T16:59:15.614",
"longitude": 176.2799,
"latitude": -37.9147,
"depth": 136.25,
"magnitude": 2.3637,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T19:25:30.329",
"origin_geom": "POINT (176.27989 -37.914741)"
},
{
"FID": "quake.2013p607181",
"publicid": "2013p607181",
"origintime": "2013-08-13T15:45:54.432",
"longitude": 175.9504,
"latitude": -38.228,
"depth": 206.5625,
"magnitude": 2.7493,
"magnitudetype": "M",
"status": "automatic",
"phases": 51,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T18:54:20.368",
"origin_geom": "POINT (175.95035 -38.22795)"
},
{
"FID": "quake.2013p607130",
"publicid": "2013p607130",
"origintime": "2013-08-13T15:18:57.668",
"longitude": 174.4326,
"latitude": -41.5487,
"depth": 5.8203,
"magnitude": 1.9574,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T15:52:26.448",
"origin_geom": "POINT (174.43265 -41.54869)"
},
{
"FID": "quake.2013p607055",
"publicid": "2013p607055",
"origintime": "2013-08-13T14:39:04.474",
"longitude": 174.2118,
"latitude": -41.5722,
"depth": 12.6172,
"magnitude": 2.7404,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T15:36:32.315",
"origin_geom": "POINT (174.21185 -41.572222)"
},
{
"FID": "quake.2013p606965",
"publicid": "2013p606965",
"origintime": "2013-08-13T13:51:14.829",
"longitude": 174.7222,
"latitude": -40.785,
"depth": 40.2734,
"magnitude": 2.9627,
"magnitudetype": "M",
"status": "reviewed",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T22:11:43.991",
"origin_geom": "POINT (174.72222 -40.784961)"
},
{
"FID": "quake.2013p606944",
"publicid": "2013p606944",
"origintime": "2013-08-13T13:39:52.953",
"longitude": 174.2116,
"latitude": -41.5639,
"depth": 13.3203,
"magnitude": 2.5226,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T13:57:27.795",
"origin_geom": "POINT (174.21156 -41.563872)"
},
{
"FID": "quake.2013p606907",
"publicid": "2013p606907",
"origintime": "2013-08-13T13:20:12.554",
"longitude": 173.1743,
"latitude": -40.6842,
"depth": 168.5938,
"magnitude": 2.6031,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T13:29:09.36",
"origin_geom": "POINT (173.17427 -40.684186)"
},
{
"FID": "quake.2013p606850",
"publicid": "2013p606850",
"origintime": "2013-08-13T12:49:59.093",
"longitude": 174.1764,
"latitude": -41.6237,
"depth": 5.1172,
"magnitude": 2.1809,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T12:59:03.186",
"origin_geom": "POINT (174.17641 -41.623732)"
},
{
"FID": "quake.2013p606711",
"publicid": "2013p606711",
"origintime": "2013-08-13T11:35:49.889",
"longitude": 177.3749,
"latitude": -38.4902,
"depth": 69.2188,
"magnitude": 2.2055,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T11:38:07.328",
"origin_geom": "POINT (177.3749 -38.49016)"
},
{
"FID": "quake.2013p606685",
"publicid": "2013p606685",
"origintime": "2013-08-13T11:21:53.142",
"longitude": 176.8452,
"latitude": -39.7058,
"depth": 42.3828,
"magnitude": 2.066,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T11:22:59.864",
"origin_geom": "POINT (176.84517 -39.705795)"
},
{
"FID": "quake.2013p606569",
"publicid": "2013p606569",
"origintime": "2013-08-13T10:20:14.274",
"longitude": 172.3674,
"latitude": -43.6344,
"depth": 5,
"magnitude": 2.1475,
"magnitudetype": "M",
"status": "reviewed",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T10:35:18.406",
"origin_geom": "POINT (172.36739 -43.634357)"
},
{
"FID": "quake.2013p606524",
"publicid": "2013p606524",
"origintime": "2013-08-13T09:56:04.092",
"longitude": 175.7375,
"latitude": -40.797,
"depth": 24.3945,
"magnitude": 1.779,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T09:57:36.945",
"origin_geom": "POINT (175.73748 -40.79704)"
},
{
"FID": "quake.2013p606370",
"publicid": "2013p606370",
"origintime": "2013-08-13T08:34:03.205",
"longitude": 177.3504,
"latitude": -37.6772,
"depth": 63.8281,
"magnitude": 2.4199,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T08:36:27.442",
"origin_geom": "POINT (177.35036 -37.677156)"
},
{
"FID": "quake.2013p606350",
"publicid": "2013p606350",
"origintime": "2013-08-13T08:23:33.442",
"longitude": 175.2976,
"latitude": -40.0567,
"depth": 50.3516,
"magnitude": 2.2437,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T08:27:39.693",
"origin_geom": "POINT (175.29758 -40.056704)"
},
{
"FID": "quake.2013p606346",
"publicid": "2013p606346",
"origintime": "2013-08-13T08:21:14.381",
"longitude": 176.1362,
"latitude": -38.2454,
"depth": 125.4688,
"magnitude": 2.4124,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T08:23:31.325",
"origin_geom": "POINT (176.13625 -38.245358)"
},
{
"FID": "quake.2013p606302",
"publicid": "2013p606302",
"origintime": "2013-08-13T07:58:12.735",
"longitude": 174.3055,
"latitude": -41.7526,
"depth": 5.1172,
"magnitude": 2.3644,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T08:00:17.487",
"origin_geom": "POINT (174.30553 -41.752644)"
},
{
"FID": "quake.2013p606242",
"publicid": "2013p606242",
"origintime": "2013-08-13T07:26:05.163",
"longitude": 175.7144,
"latitude": -39.4907,
"depth": 15.8984,
"magnitude": 2.3745,
"magnitudetype": "M",
"status": "automatic",
"phases": 48,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T07:31:07.932",
"origin_geom": "POINT (175.71443 -39.490712)"
},
{
"FID": "quake.2013p606075",
"publicid": "2013p606075",
"origintime": "2013-08-13T05:57:07.718",
"longitude": 174.4368,
"latitude": -41.6789,
"depth": 5.1172,
"magnitude": 2.1925,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T05:58:54.312",
"origin_geom": "POINT (174.43685 -41.678928)"
},
{
"FID": "quake.2013p605967",
"publicid": "2013p605967",
"origintime": "2013-08-13T04:59:23.627",
"longitude": 174.3545,
"latitude": -41.5981,
"depth": 8.8672,
"magnitude": 2.0055,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T05:01:10.761",
"origin_geom": "POINT (174.35452 -41.598105)"
},
{
"FID": "quake.2013p605965",
"publicid": "2013p605965",
"origintime": "2013-08-13T04:58:12.958",
"longitude": 173.5147,
"latitude": -41.4971,
"depth": 92.1875,
"magnitude": 2.0341,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T05:00:03.805",
"origin_geom": "POINT (173.51469 -41.497051)"
},
{
"FID": "quake.2013p605962",
"publicid": "2013p605962",
"origintime": "2013-08-13T04:56:57.424",
"longitude": 178.6949,
"latitude": -38.1311,
"depth": 33.5938,
"magnitude": 2.6571,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T04:59:16.301",
"origin_geom": "POINT (178.69494 -38.13107)"
},
{
"FID": "quake.2013p605928",
"publicid": "2013p605928",
"origintime": "2013-08-13T04:38:41.359",
"longitude": 174.3053,
"latitude": -41.7226,
"depth": 5.8203,
"magnitude": 2.2393,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T04:41:48.539",
"origin_geom": "POINT (174.30533 -41.72261)"
},
{
"FID": "quake.2013p605893",
"publicid": "2013p605893",
"origintime": "2013-08-13T04:19:56.565",
"longitude": 174.7815,
"latitude": -40.1058,
"depth": 24.9219,
"magnitude": 2.261,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T04:22:01.889",
"origin_geom": "POINT (174.78152 -40.105806)"
},
{
"FID": "quake.2013p605885",
"publicid": "2013p605885",
"origintime": "2013-08-13T04:15:35.343",
"longitude": 174.3183,
"latitude": -41.6029,
"depth": 5.1172,
"magnitude": 2.2773,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T04:17:34.57",
"origin_geom": "POINT (174.31834 -41.60288)"
},
{
"FID": "quake.2013p605803",
"publicid": "2013p605803",
"origintime": "2013-08-13T03:32:17.721",
"longitude": 174.2041,
"latitude": -41.6137,
"depth": 8.1641,
"magnitude": 2.1144,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T03:33:56.257",
"origin_geom": "POINT (174.20414 -41.613702)"
},
{
"FID": "quake.2013p605797",
"publicid": "2013p605797",
"origintime": "2013-08-13T03:29:02.33",
"longitude": 176.9049,
"latitude": -39.7363,
"depth": 42.2656,
"magnitude": 2.2004,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T04:30:29.957",
"origin_geom": "POINT (176.90489 -39.736345)"
},
{
"FID": "quake.2013p605592",
"publicid": "2013p605592",
"origintime": "2013-08-13T01:39:31.885",
"longitude": 174.3232,
"latitude": -41.6222,
"depth": 9.8047,
"magnitude": 2.5168,
"magnitudetype": "M",
"status": "reviewed",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T10:31:25.898",
"origin_geom": "POINT (174.32321 -41.622208)"
},
{
"FID": "quake.2013p605582",
"publicid": "2013p605582",
"origintime": "2013-08-13T01:34:22.628",
"longitude": 174.2155,
"latitude": -41.5894,
"depth": 15.7812,
"magnitude": 2.4613,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T01:36:46.989",
"origin_geom": "POINT (174.21546 -41.589428)"
},
{
"FID": "quake.2013p605475",
"publicid": "2013p605475",
"origintime": "2013-08-13T00:37:26.224",
"longitude": 176.6395,
"latitude": -40.3089,
"depth": 15.3711,
"magnitude": 2.6108,
"magnitudetype": "M",
"status": "reviewed",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T10:20:58.787",
"origin_geom": "POINT (176.6395 -40.30891)"
},
{
"FID": "quake.2013p605343",
"publicid": "2013p605343",
"origintime": "2013-08-12T23:27:13.347",
"longitude": 175.8597,
"latitude": -40.49,
"depth": 25.8594,
"magnitude": 1.8259,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T23:29:07.308",
"origin_geom": "POINT (175.85969 -40.489971)"
},
{
"FID": "quake.2013p605325",
"publicid": "2013p605325",
"origintime": "2013-08-12T23:17:17.018",
"longitude": 174.1649,
"latitude": -41.6901,
"depth": 7.4609,
"magnitude": 2.6333,
"magnitudetype": "M",
"status": "automatic",
"phases": 37,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T23:22:03.092",
"origin_geom": "POINT (174.16494 -41.690128)"
},
{
"FID": "quake.2013p605210",
"publicid": "2013p605210",
"origintime": "2013-08-12T22:16:10.201",
"longitude": 174.3094,
"latitude": -41.7578,
"depth": 5.1172,
"magnitude": 2.6019,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T22:18:14.979",
"origin_geom": "POINT (174.30941 -41.757763)"
},
{
"FID": "quake.2013p605203",
"publicid": "2013p605203",
"origintime": "2013-08-12T22:12:32.694",
"longitude": 174.2208,
"latitude": -41.605,
"depth": 18.4766,
"magnitude": 2.573,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T22:14:31.217",
"origin_geom": "POINT (174.22085 -41.605018)"
},
{
"FID": "quake.2013p605145",
"publicid": "2013p605145",
"origintime": "2013-08-12T21:41:44.023",
"longitude": 174.1968,
"latitude": -41.5697,
"depth": 21.6406,
"magnitude": 2.1884,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T21:43:35.666",
"origin_geom": "POINT (174.19681 -41.569694)"
},
{
"FID": "quake.2013p605087",
"publicid": "2013p605087",
"origintime": "2013-08-12T21:10:49.769",
"longitude": 174.3484,
"latitude": -41.6296,
"depth": 11.9141,
"magnitude": 2.0912,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T21:13:51.404",
"origin_geom": "POINT (174.34835 -41.62962)"
},
{
"FID": "quake.2013p605067",
"publicid": "2013p605067",
"origintime": "2013-08-12T21:00:01.39",
"longitude": 177.559,
"latitude": -37.8103,
"depth": 47.8906,
"magnitude": 2.0218,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T21:01:29.278",
"origin_geom": "POINT (177.55897 -37.810258)"
},
{
"FID": "quake.2013p605037",
"publicid": "2013p605037",
"origintime": "2013-08-12T20:44:12.893",
"longitude": 174.2327,
"latitude": -41.5981,
"depth": 18.3008,
"magnitude": 3.2869,
"magnitudetype": "M",
"status": "reviewed",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-13T10:17:44.232",
"origin_geom": "POINT (174.23268 -41.598067)"
},
{
"FID": "quake.2013p605032",
"publicid": "2013p605032",
"origintime": "2013-08-12T20:41:29.7",
"longitude": 174.2106,
"latitude": -41.6218,
"depth": 9.4531,
"magnitude": 2.0126,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T20:43:03.466",
"origin_geom": "POINT (174.21064 -41.621818)"
},
{
"FID": "quake.2013p604869",
"publicid": "2013p604869",
"origintime": "2013-08-12T19:14:29.727",
"longitude": 174.3252,
"latitude": -41.6615,
"depth": 10.0391,
"magnitude": 2.0858,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T19:16:44.691",
"origin_geom": "POINT (174.32515 -41.661468)"
},
{
"FID": "quake.2013p604860",
"publicid": "2013p604860",
"origintime": "2013-08-12T19:09:40.216",
"longitude": 174.2964,
"latitude": -41.7463,
"depth": 5.0586,
"magnitude": 2.4402,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T19:11:45.166",
"origin_geom": "POINT (174.29641 -41.746329)"
},
{
"FID": "quake.2013p604848",
"publicid": "2013p604848",
"origintime": "2013-08-12T19:03:24.242",
"longitude": 174.2875,
"latitude": -41.749,
"depth": 5.0586,
"magnitude": 2.3084,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T19:05:29.637",
"origin_geom": "POINT (174.28752 -41.748988)"
},
{
"FID": "quake.2013p604779",
"publicid": "2013p604779",
"origintime": "2013-08-12T18:26:27.4",
"longitude": 174.2621,
"latitude": -41.6388,
"depth": 5.1172,
"magnitude": 1.9435,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T18:28:14.296",
"origin_geom": "POINT (174.26213 -41.638763)"
},
{
"FID": "quake.2013p604745",
"publicid": "2013p604745",
"origintime": "2013-08-12T18:08:11.09",
"longitude": 174.2716,
"latitude": -41.5854,
"depth": 5.0586,
"magnitude": 2.4374,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T18:10:37.515",
"origin_geom": "POINT (174.27157 -41.585448)"
},
{
"FID": "quake.2013p604718",
"publicid": "2013p604718",
"origintime": "2013-08-12T17:53:53.765",
"longitude": 176.7885,
"latitude": -39.7582,
"depth": 36.2891,
"magnitude": 2.1382,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T17:55:48.764",
"origin_geom": "POINT (176.78854 -39.758244)"
},
{
"FID": "quake.2013p604700",
"publicid": "2013p604700",
"origintime": "2013-08-12T17:44:38.766",
"longitude": 176.5266,
"latitude": -39.9472,
"depth": 17.0117,
"magnitude": 2.2469,
"magnitudetype": "M",
"status": "reviewed",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T20:20:10.963",
"origin_geom": "POINT (176.52663 -39.947205)"
},
{
"FID": "quake.2013p604625",
"publicid": "2013p604625",
"origintime": "2013-08-12T17:04:16.246",
"longitude": 175.9814,
"latitude": -37.8671,
"depth": 192.9688,
"magnitude": 2.6907,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T17:07:34.323",
"origin_geom": "POINT (175.98145 -37.867145)"
},
{
"FID": "quake.2013p604618",
"publicid": "2013p604618",
"origintime": "2013-08-12T17:00:31.235",
"longitude": 171.5522,
"latitude": -44.151,
"depth": 16.4602,
"magnitude": 2.9008,
"magnitudetype": "M",
"status": "reviewed",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T20:15:57.846",
"origin_geom": "POINT (171.55222 -44.150978)"
},
{
"FID": "quake.2013p604520",
"publicid": "2013p604520",
"origintime": "2013-08-12T16:08:37.481",
"longitude": 177.1648,
"latitude": -39.7175,
"depth": 15.5469,
"magnitude": 2.4774,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T19:20:42.629",
"origin_geom": "POINT (177.16478 -39.717535)"
},
{
"FID": "quake.2013p604504",
"publicid": "2013p604504",
"origintime": "2013-08-12T16:00:08.521",
"longitude": 174.1833,
"latitude": -41.6654,
"depth": 11.7383,
"magnitude": 2.1776,
"magnitudetype": "M",
"status": "reviewed",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T20:23:45.721",
"origin_geom": "POINT (174.1833 -41.665434)"
},
{
"FID": "quake.2013p604496",
"publicid": "2013p604496",
"origintime": "2013-08-12T15:55:39.304",
"longitude": 176.9242,
"latitude": -39.7803,
"depth": 49.2969,
"magnitude": 2.2992,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T15:59:26.541",
"origin_geom": "POINT (176.92423 -39.780254)"
},
{
"FID": "quake.2013p604489",
"publicid": "2013p604489",
"origintime": "2013-08-12T15:51:46.656",
"longitude": 178.2763,
"latitude": -38.1735,
"depth": 10.0391,
"magnitude": 2.2783,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T15:53:43.516",
"origin_geom": "POINT (178.2763 -38.17352)"
},
{
"FID": "quake.2013p604469",
"publicid": "2013p604469",
"origintime": "2013-08-12T15:41:31.829",
"longitude": 174.1915,
"latitude": -40.9443,
"depth": 47.5391,
"magnitude": 2.9059,
"magnitudetype": "M",
"status": "automatic",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T19:07:32.1",
"origin_geom": "POINT (174.19146 -40.944332)"
},
{
"FID": "quake.2013p604437",
"publicid": "2013p604437",
"origintime": "2013-08-12T15:24:18.625",
"longitude": 175.4105,
"latitude": -39.2026,
"depth": 18.8281,
"magnitude": 1.477,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T18:56:33.346",
"origin_geom": "POINT (175.41052 -39.202609)"
},
{
"FID": "quake.2013p604423",
"publicid": "2013p604423",
"origintime": "2013-08-12T15:17:02.143",
"longitude": 174.1401,
"latitude": -41.7217,
"depth": 10.0977,
"magnitude": 2.2263,
"magnitudetype": "M",
"status": "reviewed",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T20:26:39.963",
"origin_geom": "POINT (174.14012 -41.721723)"
},
{
"FID": "quake.2013p604409",
"publicid": "2013p604409",
"origintime": "2013-08-12T15:09:13.324",
"longitude": 178.2665,
"latitude": -38.1686,
"depth": 10.3906,
"magnitude": 2.2717,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T15:11:07.403",
"origin_geom": "POINT (178.26646 -38.168636)"
},
{
"FID": "quake.2013p604400",
"publicid": "2013p604400",
"origintime": "2013-08-12T15:04:26.523",
"longitude": 172.5322,
"latitude": -42.5821,
"depth": 7.6953,
"magnitude": 2.6487,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T15:06:29.332",
"origin_geom": "POINT (172.53215 -42.582119)"
},
{
"FID": "quake.2013p604369",
"publicid": "2013p604369",
"origintime": "2013-08-12T14:48:09.639",
"longitude": 174.3219,
"latitude": -41.673,
"depth": 10.7422,
"magnitude": 2.1054,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T14:50:06.386",
"origin_geom": "POINT (174.3219 -41.67305)"
},
{
"FID": "quake.2013p604331",
"publicid": "2013p604331",
"origintime": "2013-08-12T14:28:00.239",
"longitude": 175.3571,
"latitude": -39.1491,
"depth": 16.3086,
"magnitude": 1.9352,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T18:37:17.557",
"origin_geom": "POINT (175.3571 -39.149081)"
},
{
"FID": "quake.2013p604313",
"publicid": "2013p604313",
"origintime": "2013-08-12T14:18:21.964",
"longitude": 176.4786,
"latitude": -40.6097,
"depth": 15.1953,
"magnitude": 2.2408,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T14:20:02.207",
"origin_geom": "POINT (176.47856 -40.609709)"
},
{
"FID": "quake.2013p604251",
"publicid": "2013p604251",
"origintime": "2013-08-12T13:45:01.581",
"longitude": 176.4,
"latitude": -38.251,
"depth": 61.4844,
"magnitude": 2.5655,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T17:44:36.578",
"origin_geom": "POINT (176.39996 -38.250994)"
},
{
"FID": "quake.2013p604227",
"publicid": "2013p604227",
"origintime": "2013-08-12T13:32:26.361",
"longitude": 176.0463,
"latitude": -38.3109,
"depth": 197.1875,
"magnitude": 2.7824,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T13:35:39.266",
"origin_geom": "POINT (176.0463 -38.310931)"
},
{
"FID": "quake.2013p604190",
"publicid": "2013p604190",
"origintime": "2013-08-12T13:12:52.154",
"longitude": 177.717,
"latitude": -37.4378,
"depth": 86.0938,
"magnitude": 2.5843,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T13:15:19.315",
"origin_geom": "POINT (177.71699 -37.437828)"
},
{
"FID": "quake.2013p604117",
"publicid": "2013p604117",
"origintime": "2013-08-12T12:33:55.668",
"longitude": 177.5466,
"latitude": -39.3688,
"depth": 23.3984,
"magnitude": 2.3979,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T12:35:49.427",
"origin_geom": "POINT (177.54656 -39.368813)"
},
{
"FID": "quake.2013p604105",
"publicid": "2013p604105",
"origintime": "2013-08-12T12:27:34.494",
"longitude": 174.266,
"latitude": -41.5922,
"depth": 7.2266,
"magnitude": 2.3627,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T12:29:55.896",
"origin_geom": "POINT (174.26595 -41.592164)"
},
{
"FID": "quake.2013p604085",
"publicid": "2013p604085",
"origintime": "2013-08-12T12:16:49.244",
"longitude": 174.2269,
"latitude": -41.7095,
"depth": 8.8672,
"magnitude": 2.1848,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T12:19:52.947",
"origin_geom": "POINT (174.22693 -41.709465)"
},
{
"FID": "quake.2013p604026",
"publicid": "2013p604026",
"origintime": "2013-08-12T11:45:07.866",
"longitude": 174.1856,
"latitude": -41.6757,
"depth": 10.9766,
"magnitude": 2.013,
"magnitudetype": "M",
"status": "reviewed",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T20:05:20.895",
"origin_geom": "POINT (174.18562 -41.67572)"
},
{
"FID": "quake.2013p604002",
"publicid": "2013p604002",
"origintime": "2013-08-12T11:32:02.141",
"longitude": 173.876,
"latitude": -39.472,
"depth": 268.4375,
"magnitude": 3.8233,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T11:35:49.998",
"origin_geom": "POINT (173.87601 -39.472037)"
},
{
"FID": "quake.2013p604001",
"publicid": "2013p604001",
"origintime": "2013-08-12T11:31:40.71",
"longitude": 177.7687,
"latitude": -36.7681,
"depth": 164.375,
"magnitude": 2.8136,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T11:33:52.502",
"origin_geom": "POINT (177.76874 -36.768071)"
},
{
"FID": "quake.2013p603976",
"publicid": "2013p603976",
"origintime": "2013-08-12T11:18:27.872",
"longitude": 174.1874,
"latitude": -40.9309,
"depth": 52.2266,
"magnitude": 3.6336,
"magnitudetype": "M",
"status": "reviewed",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T20:01:59.985",
"origin_geom": "POINT (174.18735 -40.930863)"
},
{
"FID": "quake.2013p603964",
"publicid": "2013p603964",
"origintime": "2013-08-12T11:13:16.295",
"longitude": 175.6514,
"latitude": -39.3487,
"depth": 88.5547,
"magnitude": 2.8699,
"magnitudetype": "M",
"status": "automatic",
"phases": 92,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T13:38:38.602",
"origin_geom": "POINT (175.65138 -39.348747)"
},
{
"FID": "quake.2013p603944",
"publicid": "2013p603944",
"origintime": "2013-08-12T11:01:24.002",
"longitude": 173.8861,
"latitude": -39.1754,
"depth": 11.8088,
"magnitude": 2.4717,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T11:03:31.668",
"origin_geom": "POINT (173.88611 -39.175415)"
},
{
"FID": "quake.2013p603877",
"publicid": "2013p603877",
"origintime": "2013-08-12T10:25:43.715",
"longitude": 174.2272,
"latitude": -41.6035,
"depth": 5.1172,
"magnitude": 2.3563,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T12:00:48.668",
"origin_geom": "POINT (174.22724 -41.603538)"
},
{
"FID": "quake.2013p603857",
"publicid": "2013p603857",
"origintime": "2013-08-12T10:15:27.394",
"longitude": 174.2152,
"latitude": -41.5702,
"depth": 8.9844,
"magnitude": 2.0104,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T10:17:03.299",
"origin_geom": "POINT (174.21523 -41.570236)"
},
{
"FID": "quake.2013p603852",
"publicid": "2013p603852",
"origintime": "2013-08-12T10:12:40.907",
"longitude": 174.2322,
"latitude": -41.6012,
"depth": 5.1172,
"magnitude": 2.3462,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T10:15:49.104",
"origin_geom": "POINT (174.23222 -41.601182)"
},
{
"FID": "quake.2013p603829",
"publicid": "2013p603829",
"origintime": "2013-08-12T10:00:10.58",
"longitude": 176.0753,
"latitude": -39.1316,
"depth": 62.7734,
"magnitude": 2.0488,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T11:28:35.447",
"origin_geom": "POINT (176.07526 -39.131582)"
},
{
"FID": "quake.2013p603666",
"publicid": "2013p603666",
"origintime": "2013-08-12T08:33:47.823",
"longitude": 178.1746,
"latitude": -37.6503,
"depth": 39.6875,
"magnitude": 2.2201,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T08:36:04.391",
"origin_geom": "POINT (178.17461 -37.650302)"
},
{
"FID": "quake.2013p603658",
"publicid": "2013p603658",
"origintime": "2013-08-12T08:29:28.861",
"longitude": 176.4923,
"latitude": -37.688,
"depth": 250.625,
"magnitude": 2.9984,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T11:10:16.337",
"origin_geom": "POINT (176.49231 -37.687977)"
},
{
"FID": "quake.2013p603481",
"publicid": "2013p603481",
"origintime": "2013-08-12T06:54:59.347",
"longitude": 174.3241,
"latitude": -41.7315,
"depth": 5.1172,
"magnitude": 2.3606,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T06:57:03.997",
"origin_geom": "POINT (174.3241 -41.731502)"
},
{
"FID": "quake.2013p603474",
"publicid": "2013p603474",
"origintime": "2013-08-12T06:51:09.06",
"longitude": 174.3149,
"latitude": -41.7312,
"depth": 5.1172,
"magnitude": 2.7467,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T06:58:51.578",
"origin_geom": "POINT (174.31487 -41.731231)"
},
{
"FID": "quake.2013p603471",
"publicid": "2013p603471",
"origintime": "2013-08-12T06:49:22.463",
"longitude": 175.4554,
"latitude": -39.2473,
"depth": 61.0156,
"magnitude": 1.6272,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T06:58:04.988",
"origin_geom": "POINT (175.45545 -39.247331)"
},
{
"FID": "quake.2013p603436",
"publicid": "2013p603436",
"origintime": "2013-08-12T06:30:46.076",
"longitude": 174.3416,
"latitude": -41.7389,
"depth": 6.1133,
"magnitude": 3.1035,
"magnitudetype": "M",
"status": "reviewed",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T07:42:28.019",
"origin_geom": "POINT (174.34156 -41.738896)"
},
{
"FID": "quake.2013p603386",
"publicid": "2013p603386",
"origintime": "2013-08-12T06:04:28.182",
"longitude": 176.6541,
"latitude": -37.648,
"depth": 50.4688,
"magnitude": 2.4567,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T11:03:36.187",
"origin_geom": "POINT (176.65407 -37.648006)"
},
{
"FID": "quake.2013p603291",
"publicid": "2013p603291",
"origintime": "2013-08-12T05:13:42.945",
"longitude": 174.1189,
"latitude": -41.6419,
"depth": 5.0586,
"magnitude": 2.1806,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T05:15:40.802",
"origin_geom": "POINT (174.11892 -41.641853)"
},
{
"FID": "quake.2013p603186",
"publicid": "2013p603186",
"origintime": "2013-08-12T04:16:50.593",
"longitude": -179.3742,
"latitude": -30.9574,
"depth": 350,
"magnitude": 5.9802,
"magnitudetype": "Mw(mB)",
"status": "reviewed",
"phases": 28,
"type": "earthquake",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T21:40:37.595",
"origin_geom": "POINT (-179.37418 -30.957367)"
},
{
"FID": "quake.2013p603168",
"publicid": "2013p603168",
"origintime": "2013-08-12T04:08:17.019",
"longitude": 175.1326,
"latitude": -39.313,
"depth": 26.9141,
"magnitude": 2.331,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T04:11:11.527",
"origin_geom": "POINT (175.13259 -39.312965)"
},
{
"FID": "quake.2013p603111",
"publicid": "2013p603111",
"origintime": "2013-08-12T03:37:41.784",
"longitude": 174.0577,
"latitude": -41.5923,
"depth": 15.0781,
"magnitude": 1.8782,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T03:39:22.16",
"origin_geom": "POINT (174.05774 -41.592297)"
},
{
"FID": "quake.2013p602991",
"publicid": "2013p602991",
"origintime": "2013-08-12T02:33:43.776",
"longitude": 174.1548,
"latitude": -41.5205,
"depth": 28.5547,
"magnitude": 1.8275,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T02:35:39.437",
"origin_geom": "POINT (174.15485 -41.520494)"
},
{
"FID": "quake.2013p602884",
"publicid": "2013p602884",
"origintime": "2013-08-12T01:36:56.647",
"longitude": 174.238,
"latitude": -41.6925,
"depth": 5.0586,
"magnitude": 2.1992,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T01:42:52.149",
"origin_geom": "POINT (174.23795 -41.69248)"
},
{
"FID": "quake.2013p602863",
"publicid": "2013p602863",
"origintime": "2013-08-12T01:25:23.882",
"longitude": 174.3048,
"latitude": -41.6217,
"depth": 5.1172,
"magnitude": 1.9101,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T01:27:19.689",
"origin_geom": "POINT (174.30478 -41.621666)"
},
{
"FID": "quake.2013p602858",
"publicid": "2013p602858",
"origintime": "2013-08-12T01:22:55.084",
"longitude": 174.3786,
"latitude": -41.613,
"depth": 5.1172,
"magnitude": 2.1809,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T01:24:56.752",
"origin_geom": "POINT (174.37856 -41.612992)"
},
{
"FID": "quake.2013p602638",
"publicid": "2013p602638",
"origintime": "2013-08-11T23:25:47.739",
"longitude": 174.0952,
"latitude": -41.6966,
"depth": 8.1055,
"magnitude": 2.5046,
"magnitudetype": "M",
"status": "reviewed",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-12T10:28:40.441",
"origin_geom": "POINT (174.09523 -41.696631)"
},
{
"FID": "quake.2013p602583",
"publicid": "2013p602583",
"origintime": "2013-08-11T22:56:22.303",
"longitude": 176.3046,
"latitude": -40.1445,
"depth": 49.8828,
"magnitude": 2.0766,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T22:58:07.061",
"origin_geom": "POINT (176.30458 -40.144491)"
},
{
"FID": "quake.2013p602539",
"publicid": "2013p602539",
"origintime": "2013-08-11T22:32:49.043",
"longitude": 175.6509,
"latitude": -38.5138,
"depth": 206.0938,
"magnitude": 2.9487,
"magnitudetype": "M",
"status": "automatic",
"phases": 56,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T22:41:59.292",
"origin_geom": "POINT (175.65092 -38.513825)"
},
{
"FID": "quake.2013p602502",
"publicid": "2013p602502",
"origintime": "2013-08-11T22:12:33.022",
"longitude": 174.2494,
"latitude": -41.0282,
"depth": 488.75,
"magnitude": 2.6962,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T22:14:56.293",
"origin_geom": "POINT (174.24937 -41.028215)"
},
{
"FID": "quake.2013p602489",
"publicid": "2013p602489",
"origintime": "2013-08-11T22:06:16.055",
"longitude": 174.77,
"latitude": -41.7258,
"depth": 80.4688,
"magnitude": 2.5118,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T22:08:17.898",
"origin_geom": "POINT (174.77 -41.725821)"
},
{
"FID": "quake.2013p602480",
"publicid": "2013p602480",
"origintime": "2013-08-11T22:01:36.969",
"longitude": 174.3106,
"latitude": -41.4567,
"depth": 5.1172,
"magnitude": 2.1748,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T22:03:48.716",
"origin_geom": "POINT (174.31058 -41.456682)"
},
{
"FID": "quake.2013p602323",
"publicid": "2013p602323",
"origintime": "2013-08-11T20:37:54.062",
"longitude": 174.2145,
"latitude": -41.5439,
"depth": 14.9609,
"magnitude": 2.1395,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:41:06.309",
"origin_geom": "POINT (174.21452 -41.543939)"
},
{
"FID": "quake.2013p602310",
"publicid": "2013p602310",
"origintime": "2013-08-11T20:31:00.823",
"longitude": 174.3279,
"latitude": -41.5429,
"depth": 5.0586,
"magnitude": 1.8336,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:33:16.652",
"origin_geom": "POINT (174.32794 -41.542898)"
},
{
"FID": "quake.2013p602271",
"publicid": "2013p602271",
"origintime": "2013-08-11T20:10:16.985",
"longitude": 174.3451,
"latitude": -39.4512,
"depth": 237.9688,
"magnitude": 2.981,
"magnitudetype": "M",
"status": "automatic",
"phases": 53,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:14:06.662",
"origin_geom": "POINT (174.34514 -39.451245)"
},
{
"FID": "quake.2013p602267",
"publicid": "2013p602267",
"origintime": "2013-08-11T20:08:09.866",
"longitude": 174.2319,
"latitude": -41.588,
"depth": 15.0195,
"magnitude": 2.8286,
"magnitudetype": "M",
"status": "reviewed",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T22:46:30.751",
"origin_geom": "POINT (174.23186 -41.588034)"
},
{
"FID": "quake.2013p602050",
"publicid": "2013p602050",
"origintime": "2013-08-11T18:12:27.271",
"longitude": 174.3448,
"latitude": -41.5642,
"depth": 13.9648,
"magnitude": 3.4186,
"magnitudetype": "M",
"status": "reviewed",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T21:20:36.877",
"origin_geom": "POINT (174.34484 -41.564248)"
},
{
"FID": "quake.2013p602021",
"publicid": "2013p602021",
"origintime": "2013-08-11T17:57:16.843",
"longitude": 174.2356,
"latitude": -41.6305,
"depth": 8.3984,
"magnitude": 2.2213,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T17:59:16.181",
"origin_geom": "POINT (174.23558 -41.630476)"
},
{
"FID": "quake.2013p602007",
"publicid": "2013p602007",
"origintime": "2013-08-11T17:49:46.125",
"longitude": 171.9446,
"latitude": -43.5698,
"depth": 5.0586,
"magnitude": 2.4352,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T17:52:52.023",
"origin_geom": "POINT (171.94458 -43.569832)"
},
{
"FID": "quake.2013p601992",
"publicid": "2013p601992",
"origintime": "2013-08-11T17:41:43.907",
"longitude": 174.2675,
"latitude": -41.5918,
"depth": 5.2344,
"magnitude": 1.7284,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T17:43:16.489",
"origin_geom": "POINT (174.26754 -41.591794)"
},
{
"FID": "quake.2013p601962",
"publicid": "2013p601962",
"origintime": "2013-08-11T17:25:49.979",
"longitude": 178.7752,
"latitude": -37.8621,
"depth": 22.8125,
"magnitude": 2.5884,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T17:28:16.879",
"origin_geom": "POINT (178.77523 -37.862128)"
},
{
"FID": "quake.2013p601928",
"publicid": "2013p601928",
"origintime": "2013-08-11T17:07:29.324",
"longitude": 177.5283,
"latitude": -39.0363,
"depth": 75.3125,
"magnitude": 2.5406,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T17:09:36.627",
"origin_geom": "POINT (177.52826 -39.036318)"
},
{
"FID": "quake.2013p601923",
"publicid": "2013p601923",
"origintime": "2013-08-11T17:04:56.903",
"longitude": 177.838,
"latitude": -38.5329,
"depth": 28.0273,
"magnitude": 3.1819,
"magnitudetype": "M",
"status": "reviewed",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T21:31:29.653",
"origin_geom": "POINT (177.83803 -38.53292)"
},
{
"FID": "quake.2013p601903",
"publicid": "2013p601903",
"origintime": "2013-08-11T16:54:05.305",
"longitude": 172.6454,
"latitude": -43.6389,
"depth": 26.2109,
"magnitude": 2.8352,
"magnitudetype": "M",
"status": "reviewed",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T23:23:14.432",
"origin_geom": "POINT (172.64537 -43.638855)"
},
{
"FID": "quake.2013p601893",
"publicid": "2013p601893",
"origintime": "2013-08-11T16:48:54.001",
"longitude": 172.6646,
"latitude": -43.6202,
"depth": 24.3359,
"magnitude": 3.8542,
"magnitudetype": "M",
"status": "reviewed",
"phases": 48,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T19:15:52.143",
"origin_geom": "POINT (172.66465 -43.620204)"
},
{
"FID": "quake.2013p601886",
"publicid": "2013p601886",
"origintime": "2013-08-11T16:45:09.331",
"longitude": 179.7866,
"latitude": -37.9434,
"depth": 98.75,
"magnitude": 3.3099,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T16:47:43.819",
"origin_geom": "POINT (179.78658 -37.943388)"
},
{
"FID": "quake.2013p601863",
"publicid": "2013p601863",
"origintime": "2013-08-11T16:32:51.056",
"longitude": 177.7959,
"latitude": -38.5327,
"depth": 25.6318,
"magnitude": 3.1413,
"magnitudetype": "M",
"status": "reviewed",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T21:49:04.185",
"origin_geom": "POINT (177.79587 -38.532715)"
},
{
"FID": "quake.2013p601786",
"publicid": "2013p601786",
"origintime": "2013-08-11T15:51:56.802",
"longitude": 174.4484,
"latitude": -41.5089,
"depth": 9.2773,
"magnitude": 2.066,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T15:53:43.035",
"origin_geom": "POINT (174.44844 -41.508911)"
},
{
"FID": "quake.2013p601782",
"publicid": "2013p601782",
"origintime": "2013-08-11T15:49:57.348",
"longitude": 175.0569,
"latitude": -41.1453,
"depth": 26.7383,
"magnitude": 1.6815,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T15:52:04.638",
"origin_geom": "POINT (175.05686 -41.145342)"
},
{
"FID": "quake.2013p601706",
"publicid": "2013p601706",
"origintime": "2013-08-11T15:09:27.819",
"longitude": 174.3913,
"latitude": -41.5679,
"depth": 5.4688,
"magnitude": 1.8729,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T15:11:04.383",
"origin_geom": "POINT (174.39132 -41.567909)"
},
{
"FID": "quake.2013p601689",
"publicid": "2013p601689",
"origintime": "2013-08-11T15:00:11.667",
"longitude": 177.8167,
"latitude": -38.9368,
"depth": 19.5312,
"magnitude": 1.7598,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T15:01:36.294",
"origin_geom": "POINT (177.81669 -38.93684)"
},
{
"FID": "quake.2013p601670",
"publicid": "2013p601670",
"origintime": "2013-08-11T14:50:24.021",
"longitude": 178.0093,
"latitude": -36.2792,
"depth": 140.9375,
"magnitude": 3.4362,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:53:46.269",
"origin_geom": "POINT (178.00929 -36.279225)"
},
{
"FID": "quake.2013p601646",
"publicid": "2013p601646",
"origintime": "2013-08-11T14:37:10.336",
"longitude": 174.5509,
"latitude": -41.7236,
"depth": 43.6719,
"magnitude": 2.0294,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:39:32.098",
"origin_geom": "POINT (174.55089 -41.723561)"
},
{
"FID": "quake.2013p601627",
"publicid": "2013p601627",
"origintime": "2013-08-11T14:27:10.683",
"longitude": 174.2679,
"latitude": -41.6831,
"depth": 5.1172,
"magnitude": 2.5194,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:49:49.319",
"origin_geom": "POINT (174.26791 -41.683142)"
},
{
"FID": "quake.2013p601570",
"publicid": "2013p601570",
"origintime": "2013-08-11T13:56:41.799",
"longitude": 174.2508,
"latitude": -41.6426,
"depth": 5.1172,
"magnitude": 2.7337,
"magnitudetype": "M",
"status": "automatic",
"phases": 39,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:46:20.492",
"origin_geom": "POINT (174.25076 -41.6426)"
},
{
"FID": "quake.2013p601487",
"publicid": "2013p601487",
"origintime": "2013-08-11T13:12:38.428",
"longitude": 174.2736,
"latitude": -41.5507,
"depth": 8.1641,
"magnitude": 1.8469,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:40:53.528",
"origin_geom": "POINT (174.27362 -41.550683)"
},
{
"FID": "quake.2013p601481",
"publicid": "2013p601481",
"origintime": "2013-08-11T13:09:39.978",
"longitude": 177.8153,
"latitude": -38.5391,
"depth": 29.2578,
"magnitude": 3.194,
"magnitudetype": "M",
"status": "reviewed",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T22:34:09.611",
"origin_geom": "POINT (177.81534 -38.539095)"
},
{
"FID": "quake.2013p601457",
"publicid": "2013p601457",
"origintime": "2013-08-11T12:56:30.103",
"longitude": 177.1485,
"latitude": -39.6133,
"depth": 19.4141,
"magnitude": 2.6937,
"magnitudetype": "M",
"status": "automatic",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:38:41.93",
"origin_geom": "POINT (177.14851 -39.613323)"
},
{
"FID": "quake.2013p601420",
"publicid": "2013p601420",
"origintime": "2013-08-11T12:37:01.077",
"longitude": 174.3425,
"latitude": -41.5696,
"depth": 7.7539,
"magnitude": 2.2375,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:36:25.727",
"origin_geom": "POINT (174.34251 -41.569601)"
},
{
"FID": "quake.2013p601341",
"publicid": "2013p601341",
"origintime": "2013-08-11T11:54:59.206",
"longitude": 174.4009,
"latitude": -41.5127,
"depth": 16.3672,
"magnitude": 1.8641,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:31:32.643",
"origin_geom": "POINT (174.40091 -41.512725)"
},
{
"FID": "quake.2013p601333",
"publicid": "2013p601333",
"origintime": "2013-08-11T11:50:16.329",
"longitude": 174.2914,
"latitude": -41.472,
"depth": 5.1172,
"magnitude": 2.0682,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:30:58.855",
"origin_geom": "POINT (174.2914 -41.471965)"
},
{
"FID": "quake.2013p601286",
"publicid": "2013p601286",
"origintime": "2013-08-11T11:25:36.09",
"longitude": 174.3973,
"latitude": -41.717,
"depth": 5.1172,
"magnitude": 1.8525,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T11:27:28.517",
"origin_geom": "POINT (174.39732 -41.716969)"
},
{
"FID": "quake.2013p601280",
"publicid": "2013p601280",
"origintime": "2013-08-11T11:22:21.73",
"longitude": 174.3758,
"latitude": -41.6527,
"depth": 8.457,
"magnitude": 2.6962,
"magnitudetype": "M",
"status": "automatic",
"phases": 43,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:27:45.906",
"origin_geom": "POINT (174.37583 -41.652739)"
},
{
"FID": "quake.2013p601268",
"publicid": "2013p601268",
"origintime": "2013-08-11T11:15:54.65",
"longitude": 174.4876,
"latitude": -41.4565,
"depth": 12.7344,
"magnitude": 1.7172,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T11:17:23.24",
"origin_geom": "POINT (174.48758 -41.456477)"
},
{
"FID": "quake.2013p601263",
"publicid": "2013p601263",
"origintime": "2013-08-11T11:13:34.532",
"longitude": 174.336,
"latitude": -41.609,
"depth": 5.1758,
"magnitude": 2.2124,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:26:33.854",
"origin_geom": "POINT (174.33595 -41.609028)"
},
{
"FID": "quake.2013p601253",
"publicid": "2013p601253",
"origintime": "2013-08-11T11:07:49.342",
"longitude": 173.8512,
"latitude": -42.3513,
"depth": 188.75,
"magnitude": 2.1915,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T11:09:34.247",
"origin_geom": "POINT (173.85118 -42.351261)"
},
{
"FID": "quake.2013p601240",
"publicid": "2013p601240",
"origintime": "2013-08-11T11:01:02.92",
"longitude": 175.4723,
"latitude": -38.6684,
"depth": 201.4062,
"magnitude": 2.5375,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T11:03:57.271",
"origin_geom": "POINT (175.47228 -38.668407)"
},
{
"FID": "quake.2013p601229",
"publicid": "2013p601229",
"origintime": "2013-08-11T10:54:53.645",
"longitude": 174.2899,
"latitude": -41.6179,
"depth": 5.1172,
"magnitude": 2.2296,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:24:18.524",
"origin_geom": "POINT (174.28991 -41.617892)"
},
{
"FID": "quake.2013p601192",
"publicid": "2013p601192",
"origintime": "2013-08-11T10:34:00.665",
"longitude": -176.7954,
"latitude": -30.2465,
"depth": 147.581,
"magnitude": 5.0306,
"magnitudetype": "M",
"status": "reviewed",
"phases": 37,
"type": "outside of network interest",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T22:08:21.86",
"origin_geom": "POINT (-176.79543 -30.246519)"
},
{
"FID": "quake.2013p601189",
"publicid": "2013p601189",
"origintime": "2013-08-11T10:33:43.538",
"longitude": 174.1902,
"latitude": -41.6241,
"depth": 5.1172,
"magnitude": 2.3505,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:21:45.748",
"origin_geom": "POINT (174.19024 -41.624138)"
},
{
"FID": "quake.2013p601182",
"publicid": "2013p601182",
"origintime": "2013-08-11T10:30:01.117",
"longitude": 174.3604,
"latitude": -41.6208,
"depth": 13.3203,
"magnitude": 1.9407,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T14:21:20.347",
"origin_geom": "POINT (174.36045 -41.6208)"
},
{
"FID": "quake.2013p601174",
"publicid": "2013p601174",
"origintime": "2013-08-11T10:25:47.745",
"longitude": 175.1096,
"latitude": -39.2389,
"depth": 24.3359,
"magnitude": 2.0746,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T10:27:04.985",
"origin_geom": "POINT (175.10956 -39.238886)"
},
{
"FID": "quake.2013p601099",
"publicid": "2013p601099",
"origintime": "2013-08-11T09:45:42.518",
"longitude": 174.2006,
"latitude": -41.5652,
"depth": 9.5703,
"magnitude": 1.601,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T09:47:46.183",
"origin_geom": "POINT (174.20056 -41.565216)"
},
{
"FID": "quake.2013p601068",
"publicid": "2013p601068",
"origintime": "2013-08-11T09:29:21.489",
"longitude": 177.7996,
"latitude": -38.5344,
"depth": 14.4922,
"magnitude": 2.004,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T11:25:32.933",
"origin_geom": "POINT (177.79956 -38.534445)"
},
{
"FID": "quake.2013p601046",
"publicid": "2013p601046",
"origintime": "2013-08-11T09:17:33.72",
"longitude": 174.2076,
"latitude": -41.6628,
"depth": 12.4414,
"magnitude": 2.6696,
"magnitudetype": "M",
"status": "automatic",
"phases": 45,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T09:23:25.586",
"origin_geom": "POINT (174.20762 -41.662811)"
},
{
"FID": "quake.2013p601037",
"publicid": "2013p601037",
"origintime": "2013-08-11T09:12:37.668",
"longitude": 177.1396,
"latitude": -39.6131,
"depth": 20.5859,
"magnitude": 2.5901,
"magnitudetype": "M",
"status": "automatic",
"phases": 36,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T09:39:36.767",
"origin_geom": "POINT (177.13956 -39.613052)"
},
{
"FID": "quake.2013p601028",
"publicid": "2013p601028",
"origintime": "2013-08-11T09:08:09.784",
"longitude": 174.2445,
"latitude": -41.5183,
"depth": 11.1523,
"magnitude": 2.1874,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T09:10:33.003",
"origin_geom": "POINT (174.24451 -41.518338)"
},
{
"FID": "quake.2013p600987",
"publicid": "2013p600987",
"origintime": "2013-08-11T08:46:09.991",
"longitude": 176.4247,
"latitude": -37.3558,
"depth": 163.4375,
"magnitude": 2.7154,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T11:11:52.568",
"origin_geom": "POINT (176.4247 -37.355842)"
},
{
"FID": "quake.2013p600967",
"publicid": "2013p600967",
"origintime": "2013-08-11T08:35:19.833",
"longitude": 177.5586,
"latitude": -39.1834,
"depth": 19.4141,
"magnitude": 2.1835,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T08:36:50.84",
"origin_geom": "POINT (177.55857 -39.183428)"
},
{
"FID": "quake.2013p600856",
"publicid": "2013p600856",
"origintime": "2013-08-11T07:36:33.713",
"longitude": 176.3636,
"latitude": -40.0504,
"depth": 65.8203,
"magnitude": 3.0131,
"magnitudetype": "M",
"status": "automatic",
"phases": 74,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T07:40:50.248",
"origin_geom": "POINT (176.36364 -40.050426)"
},
{
"FID": "quake.2013p600827",
"publicid": "2013p600827",
"origintime": "2013-08-11T07:20:51.337",
"longitude": 174.2466,
"latitude": -41.6652,
"depth": 8.9258,
"magnitude": 1.5005,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T07:22:15.018",
"origin_geom": "POINT (174.24663 -41.665209)"
},
{
"FID": "quake.2013p600801",
"publicid": "2013p600801",
"origintime": "2013-08-11T07:07:00.083",
"longitude": 174.3397,
"latitude": -41.6467,
"depth": 7.5195,
"magnitude": 1.8129,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T07:08:54.018",
"origin_geom": "POINT (174.33968 -41.646672)"
},
{
"FID": "quake.2013p600786",
"publicid": "2013p600786",
"origintime": "2013-08-11T06:59:16.647",
"longitude": 178.1918,
"latitude": -38.5009,
"depth": 23.3398,
"magnitude": 2.4385,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T09:47:27.872",
"origin_geom": "POINT (178.19176 -38.500896)"
},
{
"FID": "quake.2013p600766",
"publicid": "2013p600766",
"origintime": "2013-08-11T06:48:18.472",
"longitude": 175.0813,
"latitude": -40.2553,
"depth": 6.7578,
"magnitude": 1.9545,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T06:50:30.302",
"origin_geom": "POINT (175.08128 -40.255322)"
},
{
"FID": "quake.2013p600735",
"publicid": "2013p600735",
"origintime": "2013-08-11T06:31:55.02",
"longitude": 174.252,
"latitude": -41.7229,
"depth": 5.0586,
"magnitude": 1.7237,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T06:33:33.148",
"origin_geom": "POINT (174.25197 -41.722921)"
},
{
"FID": "quake.2013p600710",
"publicid": "2013p600710",
"origintime": "2013-08-11T06:17:54.406",
"longitude": 175.0254,
"latitude": -40.4917,
"depth": 7.5781,
"magnitude": 3.1499,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T06:21:03.519",
"origin_geom": "POINT (175.02537 -40.491711)"
},
{
"FID": "quake.2013p600641",
"publicid": "2013p600641",
"origintime": "2013-08-11T05:41:43.567",
"longitude": 174.1097,
"latitude": -41.7185,
"depth": 5.1172,
"magnitude": 1.6789,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T05:43:39.781",
"origin_geom": "POINT (174.10969 -41.718536)"
},
{
"FID": "quake.2013p600632",
"publicid": "2013p600632",
"origintime": "2013-08-11T05:37:03.252",
"longitude": 175.1652,
"latitude": -39.6671,
"depth": 69.4531,
"magnitude": 2.0666,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T05:40:15.325",
"origin_geom": "POINT (175.16522 -39.667082)"
},
{
"FID": "quake.2013p600598",
"publicid": "2013p600598",
"origintime": "2013-08-11T05:18:47.35",
"longitude": 174.2896,
"latitude": -41.5939,
"depth": 9.043,
"magnitude": 1.846,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T05:20:46.209",
"origin_geom": "POINT (174.28959 -41.593902)"
},
{
"FID": "quake.2013p600592",
"publicid": "2013p600592",
"origintime": "2013-08-11T05:15:36.559",
"longitude": 175.7869,
"latitude": -40.8289,
"depth": 10.918,
"magnitude": 1.6444,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T05:16:59.302",
"origin_geom": "POINT (175.78686 -40.828934)"
},
{
"FID": "quake.2013p600565",
"publicid": "2013p600565",
"origintime": "2013-08-11T05:01:22.151",
"longitude": 172.8152,
"latitude": -43.6973,
"depth": 6.8164,
"magnitude": 2.5212,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T05:04:47.838",
"origin_geom": "POINT (172.81515 -43.697318)"
},
{
"FID": "quake.2013p600518",
"publicid": "2013p600518",
"origintime": "2013-08-11T04:35:59.532",
"longitude": 174.2183,
"latitude": -41.5599,
"depth": 15.8984,
"magnitude": 1.6297,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T04:37:31.257",
"origin_geom": "POINT (174.21831 -41.5599)"
},
{
"FID": "quake.2013p600421",
"publicid": "2013p600421",
"origintime": "2013-08-11T03:44:19.342",
"longitude": 174.3157,
"latitude": -41.7046,
"depth": 5.8203,
"magnitude": 1.8852,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T03:46:15.817",
"origin_geom": "POINT (174.31571 -41.704564)"
},
{
"FID": "quake.2013p600396",
"publicid": "2013p600396",
"origintime": "2013-08-11T03:31:26.63",
"longitude": 174.1528,
"latitude": -41.6581,
"depth": 12.3828,
"magnitude": 1.4342,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T03:33:17.806",
"origin_geom": "POINT (174.15275 -41.658071)"
},
{
"FID": "quake.2013p600372",
"publicid": "2013p600372",
"origintime": "2013-08-11T03:18:34.753",
"longitude": 174.3955,
"latitude": -41.5501,
"depth": 5.1172,
"magnitude": 1.8055,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T03:20:26.904",
"origin_geom": "POINT (174.39546 -41.550098)"
},
{
"FID": "quake.2013p600328",
"publicid": "2013p600328",
"origintime": "2013-08-11T02:54:46.515",
"longitude": 173.9023,
"latitude": -41.7508,
"depth": 12.3828,
"magnitude": 2.3588,
"magnitudetype": "M",
"status": "reviewed",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:27:55.097",
"origin_geom": "POINT (173.90231 -41.750824)"
},
{
"FID": "quake.2013p600305",
"publicid": "2013p600305",
"origintime": "2013-08-11T02:42:48.958",
"longitude": 177.302,
"latitude": -38.395,
"depth": 32.5391,
"magnitude": 2.442,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T04:51:02.815",
"origin_geom": "POINT (177.30195 -38.395029)"
},
{
"FID": "quake.2013p600301",
"publicid": "2013p600301",
"origintime": "2013-08-11T02:40:33.884",
"longitude": 174.1392,
"latitude": -41.5325,
"depth": 33.4766,
"magnitude": 1.7035,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T02:42:22.246",
"origin_geom": "POINT (174.13918 -41.532546)"
},
{
"FID": "quake.2013p600249",
"publicid": "2013p600249",
"origintime": "2013-08-11T02:12:44.462",
"longitude": 177.06,
"latitude": -36.9941,
"depth": 275.4688,
"magnitude": 3.6752,
"magnitudetype": "M",
"status": "automatic",
"phases": 103,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T02:59:38.21",
"origin_geom": "POINT (177.06005 -36.99407)"
},
{
"FID": "quake.2013p600177",
"publicid": "2013p600177",
"origintime": "2013-08-11T01:34:18.364",
"longitude": 174.224,
"latitude": -41.6151,
"depth": 13.3203,
"magnitude": 1.8903,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T01:36:16.37",
"origin_geom": "POINT (174.22398 -41.61512)"
},
{
"FID": "quake.2013p600145",
"publicid": "2013p600145",
"origintime": "2013-08-11T01:17:35.847",
"longitude": 174.4358,
"latitude": -41.548,
"depth": 21.7578,
"magnitude": 3.3289,
"magnitudetype": "M",
"status": "reviewed",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:26:34.569",
"origin_geom": "POINT (174.43584 -41.54795)"
},
{
"FID": "quake.2013p600088",
"publicid": "2013p600088",
"origintime": "2013-08-11T00:47:02.207",
"longitude": 174.3172,
"latitude": -41.5376,
"depth": 8.6914,
"magnitude": 2.1157,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T00:48:54.99",
"origin_geom": "POINT (174.31716 -41.537576)"
},
{
"FID": "quake.2013p600065",
"publicid": "2013p600065",
"origintime": "2013-08-11T00:34:57.255",
"longitude": 174.2775,
"latitude": -41.5871,
"depth": 6.6406,
"magnitude": 1.683,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T00:36:33.286",
"origin_geom": "POINT (174.27749 -41.587082)"
},
{
"FID": "quake.2013p600053",
"publicid": "2013p600053",
"origintime": "2013-08-11T00:28:27.469",
"longitude": 174.1728,
"latitude": -41.6787,
"depth": 5.1172,
"magnitude": 2.2286,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T00:30:43.1",
"origin_geom": "POINT (174.17283 -41.678681)"
},
{
"FID": "quake.2013p600028",
"publicid": "2013p600028",
"origintime": "2013-08-11T00:14:56.658",
"longitude": 174.2485,
"latitude": -41.5589,
"depth": 9.7461,
"magnitude": 1.4489,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T00:16:53.586",
"origin_geom": "POINT (174.24851 -41.558911)"
},
{
"FID": "quake.2013p600019",
"publicid": "2013p600019",
"origintime": "2013-08-11T00:10:26.196",
"longitude": 174.2891,
"latitude": -41.5922,
"depth": 9.8633,
"magnitude": 2.2472,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T00:12:26.701",
"origin_geom": "POINT (174.28907 -41.592218)"
},
{
"FID": "quake.2013p600007",
"publicid": "2013p600007",
"origintime": "2013-08-11T00:04:01.04",
"longitude": 172.7931,
"latitude": -43.6753,
"depth": 5.0293,
"magnitude": 3.4321,
"magnitudetype": "M",
"status": "reviewed",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T10:27:10.448",
"origin_geom": "POINT (172.79312 -43.675302)"
},
{
"FID": "quake.2013p599987",
"publicid": "2013p599987",
"origintime": "2013-08-10T23:53:11.831",
"longitude": 175.3286,
"latitude": -39.238,
"depth": 11.9141,
"magnitude": 1.5291,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T23:55:12.295",
"origin_geom": "POINT (175.32857 -39.238049)"
},
{
"FID": "quake.2013p599888",
"publicid": "2013p599888",
"origintime": "2013-08-10T23:00:29.533",
"longitude": 174.1667,
"latitude": -41.632,
"depth": 5.0586,
"magnitude": 2.0254,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T23:02:28.314",
"origin_geom": "POINT (174.16669 -41.631996)"
},
{
"FID": "quake.2013p599852",
"publicid": "2013p599852",
"origintime": "2013-08-10T22:41:34.01",
"longitude": 174.115,
"latitude": -41.6728,
"depth": 18.4766,
"magnitude": 2.1062,
"magnitudetype": "M",
"status": "reviewed",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:24:23.925",
"origin_geom": "POINT (174.11503 -41.672812)"
},
{
"FID": "quake.2013p599844",
"publicid": "2013p599844",
"origintime": "2013-08-10T22:37:29.407",
"longitude": 175.8038,
"latitude": -38.8768,
"depth": 9.7461,
"magnitude": 2.3439,
"magnitudetype": "M",
"status": "reviewed",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:20:19.477",
"origin_geom": "POINT (175.80375 -38.876767)"
},
{
"FID": "quake.2013p599807",
"publicid": "2013p599807",
"origintime": "2013-08-10T22:17:29.418",
"longitude": 174.2306,
"latitude": -41.5811,
"depth": 13.7891,
"magnitude": 3.2491,
"magnitudetype": "M",
"status": "reviewed",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:16:17.506",
"origin_geom": "POINT (174.23058 -41.581114)"
},
{
"FID": "quake.2013p599763",
"publicid": "2013p599763",
"origintime": "2013-08-10T21:54:08.235",
"longitude": 174.3712,
"latitude": -41.4209,
"depth": 8.1641,
"magnitude": 1.9985,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T21:56:04.235",
"origin_geom": "POINT (174.3712 -41.420934)"
},
{
"FID": "quake.2013p599739",
"publicid": "2013p599739",
"origintime": "2013-08-10T21:40:57.201",
"longitude": 174.268,
"latitude": -41.5989,
"depth": 5.1172,
"magnitude": 1.812,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T21:42:55.02",
"origin_geom": "POINT (174.26803 -41.598898)"
},
{
"FID": "quake.2013p599708",
"publicid": "2013p599708",
"origintime": "2013-08-10T21:24:30.532",
"longitude": 174.5364,
"latitude": -41.5342,
"depth": 10.0391,
"magnitude": 1.7126,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T21:26:21.04",
"origin_geom": "POINT (174.53644 -41.53423)"
},
{
"FID": "quake.2013p599702",
"publicid": "2013p599702",
"origintime": "2013-08-10T21:21:28.68",
"longitude": 177.8906,
"latitude": -38.3709,
"depth": 15.0195,
"magnitude": 1.9828,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T21:24:35.918",
"origin_geom": "POINT (177.8906 -38.370875)"
},
{
"FID": "quake.2013p599681",
"publicid": "2013p599681",
"origintime": "2013-08-10T21:10:17.811",
"longitude": 174.2797,
"latitude": -41.7237,
"depth": 5.0586,
"magnitude": 2.0357,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T21:12:21.254",
"origin_geom": "POINT (174.27966 -41.723733)"
},
{
"FID": "quake.2013p599581",
"publicid": "2013p599581",
"origintime": "2013-08-10T20:16:47.115",
"longitude": 174.863,
"latitude": -40.1274,
"depth": 25.1562,
"magnitude": 2.5004,
"magnitudetype": "M",
"status": "automatic",
"phases": 50,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T20:20:30.838",
"origin_geom": "POINT (174.86301 -40.127437)"
},
{
"FID": "quake.2013p599556",
"publicid": "2013p599556",
"origintime": "2013-08-10T20:03:28.844",
"longitude": 174.3177,
"latitude": -41.5338,
"depth": 8.3398,
"magnitude": 2.0269,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T20:05:25.013",
"origin_geom": "POINT (174.31771 -41.533839)"
},
{
"FID": "quake.2013p599551",
"publicid": "2013p599551",
"origintime": "2013-08-10T20:00:59.771",
"longitude": 176.7807,
"latitude": -39.9421,
"depth": 18.9453,
"magnitude": 1.9511,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T20:03:55.754",
"origin_geom": "POINT (176.78067 -39.942149)"
},
{
"FID": "quake.2013p599530",
"publicid": "2013p599530",
"origintime": "2013-08-10T19:49:43.209",
"longitude": 174.3769,
"latitude": -41.5821,
"depth": 10.0391,
"magnitude": 1.571,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T19:51:02.35",
"origin_geom": "POINT (174.37691 -41.582082)"
},
{
"FID": "quake.2013p599459",
"publicid": "2013p599459",
"origintime": "2013-08-10T19:12:12.709",
"longitude": 174.4233,
"latitude": -41.5809,
"depth": 10.0391,
"magnitude": 1.738,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T19:14:05.437",
"origin_geom": "POINT (174.42333 -41.580945)"
},
{
"FID": "quake.2013p599446",
"publicid": "2013p599446",
"origintime": "2013-08-10T19:05:28.655",
"longitude": 175.8686,
"latitude": -38.9409,
"depth": 10.332,
"magnitude": 1.4773,
"magnitudetype": "M",
"status": "reviewed",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-14T06:00:09.317",
"origin_geom": "POINT (175.86861 -38.940853)"
},
{
"FID": "quake.2013p599435",
"publicid": "2013p599435",
"origintime": "2013-08-10T18:59:24.535",
"longitude": 176.6502,
"latitude": -40.1299,
"depth": 46.1328,
"magnitude": 1.728,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T19:01:14.057",
"origin_geom": "POINT (176.6502 -40.129871)"
},
{
"FID": "quake.2013p599388",
"publicid": "2013p599388",
"origintime": "2013-08-10T18:34:21.922",
"longitude": 177.2282,
"latitude": -39.3231,
"depth": 20.9961,
"magnitude": 2.4324,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T18:37:09.871",
"origin_geom": "POINT (177.22821 -39.323117)"
},
{
"FID": "quake.2013p599369",
"publicid": "2013p599369",
"origintime": "2013-08-10T18:24:12.294",
"longitude": 174.1542,
"latitude": -41.6896,
"depth": 5.0586,
"magnitude": 1.9835,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T18:26:30.711",
"origin_geom": "POINT (174.1542 -41.689604)"
},
{
"FID": "quake.2013p599347",
"publicid": "2013p599347",
"origintime": "2013-08-10T18:12:18.492",
"longitude": 174.2748,
"latitude": -41.7303,
"depth": 5.0586,
"magnitude": 1.9093,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T18:14:31.552",
"origin_geom": "POINT (174.27483 -41.730265)"
},
{
"FID": "quake.2013p599303",
"publicid": "2013p599303",
"origintime": "2013-08-10T17:48:49.849",
"longitude": 174.2334,
"latitude": -41.6141,
"depth": 5.2344,
"magnitude": 1.8195,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T17:50:46.241",
"origin_geom": "POINT (174.23338 -41.614145)"
},
{
"FID": "quake.2013p599263",
"publicid": "2013p599263",
"origintime": "2013-08-10T17:27:46.014",
"longitude": 174.2204,
"latitude": -41.717,
"depth": 5.0586,
"magnitude": 2.4594,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T17:30:02.444",
"origin_geom": "POINT (174.2204 -41.716989)"
},
{
"FID": "quake.2013p599243",
"publicid": "2013p599243",
"origintime": "2013-08-10T17:16:53.301",
"longitude": 174.2262,
"latitude": -41.7457,
"depth": 8.5156,
"magnitude": 3.25,
"magnitudetype": "M",
"status": "reviewed",
"phases": 38,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:12:05.623",
"origin_geom": "POINT (174.22617 -41.745728)"
},
{
"FID": "quake.2013p599236",
"publicid": "2013p599236",
"origintime": "2013-08-10T17:13:11.042",
"longitude": 174.4266,
"latitude": -41.5164,
"depth": 11.7969,
"magnitude": 1.6337,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T17:14:58.176",
"origin_geom": "POINT (174.42656 -41.516399)"
},
{
"FID": "quake.2013p599231",
"publicid": "2013p599231",
"origintime": "2013-08-10T17:10:36.807",
"longitude": 174.1934,
"latitude": -41.6342,
"depth": 15.1953,
"magnitude": 2.5702,
"magnitudetype": "M",
"status": "reviewed",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:10:26.354",
"origin_geom": "POINT (174.19336 -41.63424)"
},
{
"FID": "quake.2013p599183",
"publicid": "2013p599183",
"origintime": "2013-08-10T16:44:56.327",
"longitude": 175.0331,
"latitude": -39.1138,
"depth": 5.0586,
"magnitude": 2.1852,
"magnitudetype": "M",
"status": "reviewed",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T21:03:42.707",
"origin_geom": "POINT (175.03312 -39.11377)"
},
{
"FID": "quake.2013p599173",
"publicid": "2013p599173",
"origintime": "2013-08-10T16:39:26.738",
"longitude": 176.5497,
"latitude": -38.0131,
"depth": 262.8125,
"magnitude": 2.7667,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T16:43:21.845",
"origin_geom": "POINT (176.5497 -38.013107)"
},
{
"FID": "quake.2013p599128",
"publicid": "2013p599128",
"origintime": "2013-08-10T16:15:41.417",
"longitude": 174.3395,
"latitude": -41.6112,
"depth": 5.0586,
"magnitude": 1.7065,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T16:17:32.472",
"origin_geom": "POINT (174.33948 -41.611217)"
},
{
"FID": "quake.2013p599108",
"publicid": "2013p599108",
"origintime": "2013-08-10T16:04:53.621",
"longitude": 174.2344,
"latitude": -41.6488,
"depth": 5.1172,
"magnitude": 1.9393,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T16:06:54.625",
"origin_geom": "POINT (174.23441 -41.648792)"
},
{
"FID": "quake.2013p599081",
"publicid": "2013p599081",
"origintime": "2013-08-10T15:50:42.385",
"longitude": 177.7737,
"latitude": -38.6534,
"depth": 13.7305,
"magnitude": 1.9171,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T15:52:06.374",
"origin_geom": "POINT (177.77366 -38.65338)"
},
{
"FID": "quake.2013p599073",
"publicid": "2013p599073",
"origintime": "2013-08-10T15:46:30.081",
"longitude": 167.0765,
"latitude": -45.6104,
"depth": 64.5312,
"magnitude": 3.1508,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T15:52:39.636",
"origin_geom": "POINT (167.07646 -45.610418)"
},
{
"FID": "quake.2013p599066",
"publicid": "2013p599066",
"origintime": "2013-08-10T15:42:50.056",
"longitude": 174.2735,
"latitude": -41.5621,
"depth": 10.0977,
"magnitude": 1.6066,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T15:45:12.889",
"origin_geom": "POINT (174.27347 -41.562148)"
},
{
"FID": "quake.2013p599054",
"publicid": "2013p599054",
"origintime": "2013-08-10T15:36:34.267",
"longitude": 174.1924,
"latitude": -41.62,
"depth": 5.1172,
"magnitude": 2.0923,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T15:40:24.313",
"origin_geom": "POINT (174.19239 -41.620031)"
},
{
"FID": "quake.2013p599052",
"publicid": "2013p599052",
"origintime": "2013-08-10T15:35:02.5",
"longitude": 174.3236,
"latitude": -41.4627,
"depth": 5.0586,
"magnitude": 1.7929,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T15:37:36.792",
"origin_geom": "POINT (174.32355 -41.462694)"
},
{
"FID": "quake.2013p599039",
"publicid": "2013p599039",
"origintime": "2013-08-10T15:28:29.723",
"longitude": 173.6321,
"latitude": -41.7291,
"depth": 88.9062,
"magnitude": 1.8208,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T15:30:26.297",
"origin_geom": "POINT (173.63211 -41.729128)"
},
{
"FID": "quake.2013p599035",
"publicid": "2013p599035",
"origintime": "2013-08-10T15:26:04.889",
"longitude": 174.2753,
"latitude": -41.7584,
"depth": 9.3359,
"magnitude": 1.5462,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T15:27:41.22",
"origin_geom": "POINT (174.2753 -41.75843)"
},
{
"FID": "quake.2013p599022",
"publicid": "2013p599022",
"origintime": "2013-08-10T15:19:18.999",
"longitude": 175.1888,
"latitude": -39.8533,
"depth": 32.0703,
"magnitude": 1.9235,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T15:21:08.621",
"origin_geom": "POINT (175.18876 -39.853316)"
},
{
"FID": "quake.2013p599007",
"publicid": "2013p599007",
"origintime": "2013-08-10T15:11:20.849",
"longitude": 175.7549,
"latitude": -38.9914,
"depth": 146.7969,
"magnitude": 2.7379,
"magnitudetype": "M",
"status": "automatic",
"phases": 91,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T15:14:58.116",
"origin_geom": "POINT (175.75493 -38.991355)"
},
{
"FID": "quake.2013p598958",
"publicid": "2013p598958",
"origintime": "2013-08-10T14:44:59.443",
"longitude": 176.0861,
"latitude": -40.0404,
"depth": 27.8516,
"magnitude": 1.5883,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T14:46:30.59",
"origin_geom": "POINT (176.08608 -40.040411)"
},
{
"FID": "quake.2013p598909",
"publicid": "2013p598909",
"origintime": "2013-08-10T14:19:11.584",
"longitude": 173.9542,
"latitude": -40.7967,
"depth": 64.7656,
"magnitude": 2.4441,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T14:21:49.221",
"origin_geom": "POINT (173.95425 -40.796714)"
},
{
"FID": "quake.2013p598830",
"publicid": "2013p598830",
"origintime": "2013-08-10T13:36:52.807",
"longitude": 177.0675,
"latitude": -39.5284,
"depth": 23.1641,
"magnitude": 1.9504,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T13:38:11.341",
"origin_geom": "POINT (177.06752 -39.528393)"
},
{
"FID": "quake.2013p598821",
"publicid": "2013p598821",
"origintime": "2013-08-10T13:32:15.548",
"longitude": 175.0225,
"latitude": -39.138,
"depth": 10.0977,
"magnitude": 2.1652,
"magnitudetype": "M",
"status": "reviewed",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T21:04:40.04",
"origin_geom": "POINT (175.02246 -39.138045)"
},
{
"FID": "quake.2013p598789",
"publicid": "2013p598789",
"origintime": "2013-08-10T13:15:15.626",
"longitude": 176.4855,
"latitude": -38.802,
"depth": 46.4844,
"magnitude": 2.0042,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T13:21:59.825",
"origin_geom": "POINT (176.48546 -38.801989)"
},
{
"FID": "quake.2013p598755",
"publicid": "2013p598755",
"origintime": "2013-08-10T12:56:57.219",
"longitude": 174.3245,
"latitude": -41.5924,
"depth": 5.0586,
"magnitude": 2.3692,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T12:58:57.253",
"origin_geom": "POINT (174.32451 -41.592427)"
},
{
"FID": "quake.2013p598713",
"publicid": "2013p598713",
"origintime": "2013-08-10T12:34:47.119",
"longitude": 176.9038,
"latitude": -37.8622,
"depth": 8.9258,
"magnitude": 2.5684,
"magnitudetype": "M",
"status": "reviewed",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T20:58:44.737",
"origin_geom": "POINT (176.90384 -37.862211)"
},
{
"FID": "quake.2013p598712",
"publicid": "2013p598712",
"origintime": "2013-08-10T12:33:53.179",
"longitude": 174.2156,
"latitude": -41.7337,
"depth": 5.2344,
"magnitude": 1.9984,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T12:35:54.802",
"origin_geom": "POINT (174.21559 -41.733739)"
},
{
"FID": "quake.2013p598708",
"publicid": "2013p598708",
"origintime": "2013-08-10T12:32:08.474",
"longitude": 175.7126,
"latitude": -39.4996,
"depth": 17.832,
"magnitude": 1.7628,
"magnitudetype": "M",
"status": "reviewed",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T21:06:53.648",
"origin_geom": "POINT (175.71258 -39.499618)"
},
{
"FID": "quake.2013p598683",
"publicid": "2013p598683",
"origintime": "2013-08-10T12:18:48.015",
"longitude": 174.3233,
"latitude": -41.6005,
"depth": 5.1172,
"magnitude": 2.2924,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T12:21:50.902",
"origin_geom": "POINT (174.32332 -41.600524)"
},
{
"FID": "quake.2013p598681",
"publicid": "2013p598681",
"origintime": "2013-08-10T12:17:31.332",
"longitude": 167.4257,
"latitude": -45.1849,
"depth": 119.8438,
"magnitude": 3.5793,
"magnitudetype": "M",
"status": "automatic",
"phases": 32,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T12:21:32.606",
"origin_geom": "POINT (167.42567 -45.184872)"
},
{
"FID": "quake.2013p598649",
"publicid": "2013p598649",
"origintime": "2013-08-10T12:00:12.513",
"longitude": 174.3812,
"latitude": -41.6479,
"depth": 6.3477,
"magnitude": 2.3002,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T12:02:38.822",
"origin_geom": "POINT (174.38117 -41.647891)"
},
{
"FID": "quake.2013p598635",
"publicid": "2013p598635",
"origintime": "2013-08-10T11:52:53.554",
"longitude": 175.7188,
"latitude": -39.4915,
"depth": 18.418,
"magnitude": 1.8813,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T11:55:33.815",
"origin_geom": "POINT (175.71882 -39.491471)"
},
{
"FID": "quake.2013p598581",
"publicid": "2013p598581",
"origintime": "2013-08-10T11:24:14.06",
"longitude": 174.2874,
"latitude": -41.6871,
"depth": 8.3984,
"magnitude": 2.0553,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T11:29:44.563",
"origin_geom": "POINT (174.28741 -41.687051)"
},
{
"FID": "quake.2013p598546",
"publicid": "2013p598546",
"origintime": "2013-08-10T11:05:49.316",
"longitude": 174.1921,
"latitude": -41.6532,
"depth": 5.0586,
"magnitude": 2.1407,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T11:07:59.415",
"origin_geom": "POINT (174.19208 -41.653179)"
},
{
"FID": "quake.2013p598536",
"publicid": "2013p598536",
"origintime": "2013-08-10T10:59:58.18",
"longitude": 173.4547,
"latitude": -41.4102,
"depth": 101.0938,
"magnitude": 2.14,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T11:01:57.399",
"origin_geom": "POINT (173.4547 -41.410171)"
},
{
"FID": "quake.2013p598469",
"publicid": "2013p598469",
"origintime": "2013-08-10T10:24:35.505",
"longitude": 174.2686,
"latitude": -41.7046,
"depth": 5.0586,
"magnitude": 2.1536,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T10:26:55.019",
"origin_geom": "POINT (174.26858 -41.70464)"
},
{
"FID": "quake.2013p598422",
"publicid": "2013p598422",
"origintime": "2013-08-10T09:59:37.069",
"longitude": 174.3038,
"latitude": -41.5449,
"depth": 9.1016,
"magnitude": 1.9566,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T10:01:32.05",
"origin_geom": "POINT (174.30376 -41.544897)"
},
{
"FID": "quake.2013p598368",
"publicid": "2013p598368",
"origintime": "2013-08-10T09:30:32.205",
"longitude": 167.2084,
"latitude": -45.517,
"depth": 76.7188,
"magnitude": 2.7032,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T09:32:40.656",
"origin_geom": "POINT (167.20836 -45.516968)"
},
{
"FID": "quake.2013p598341",
"publicid": "2013p598341",
"origintime": "2013-08-10T09:16:12.036",
"longitude": 174.2588,
"latitude": -41.5938,
"depth": 19.4727,
"magnitude": 3.191,
"magnitudetype": "M",
"status": "reviewed",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:07:13.418",
"origin_geom": "POINT (174.25876 -41.593829)"
},
{
"FID": "quake.2013p598337",
"publicid": "2013p598337",
"origintime": "2013-08-10T09:13:56.927",
"longitude": 175.4448,
"latitude": -38.0279,
"depth": 5.0586,
"magnitude": 2.3213,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T09:20:15.094",
"origin_geom": "POINT (175.44482 -38.027874)"
},
{
"FID": "quake.2013p598327",
"publicid": "2013p598327",
"origintime": "2013-08-10T09:09:04.127",
"longitude": 174.3286,
"latitude": -41.4597,
"depth": 6.7578,
"magnitude": 1.9344,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T09:10:56.375",
"origin_geom": "POINT (174.3286 -41.459715)"
},
{
"FID": "quake.2013p598314",
"publicid": "2013p598314",
"origintime": "2013-08-10T09:02:06.552",
"longitude": 174.1285,
"latitude": -41.624,
"depth": 19.1797,
"magnitude": 1.7948,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T09:04:06.512",
"origin_geom": "POINT (174.12854 -41.623993)"
},
{
"FID": "quake.2013p598306",
"publicid": "2013p598306",
"origintime": "2013-08-10T08:57:47.969",
"longitude": 176.4329,
"latitude": -40.5569,
"depth": 14.082,
"magnitude": 2.0865,
"magnitudetype": "M",
"status": "automatic",
"phases": 23,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T08:59:30.468",
"origin_geom": "POINT (176.43291 -40.556889)"
},
{
"FID": "quake.2013p598206",
"publicid": "2013p598206",
"origintime": "2013-08-10T08:04:26.231",
"longitude": 174.1996,
"latitude": -41.6544,
"depth": 10.0391,
"magnitude": 1.8257,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T08:06:19.604",
"origin_geom": "POINT (174.19961 -41.654443)"
},
{
"FID": "quake.2013p598138",
"publicid": "2013p598138",
"origintime": "2013-08-10T07:27:56.592",
"longitude": 174.3182,
"latitude": -41.5885,
"depth": 8.3398,
"magnitude": 2.3797,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T07:30:12.418",
"origin_geom": "POINT (174.31815 -41.588486)"
},
{
"FID": "quake.2013p598083",
"publicid": "2013p598083",
"origintime": "2013-08-10T06:58:46.137",
"longitude": 174.0225,
"latitude": -42.8217,
"depth": 21.4062,
"magnitude": 2.6785,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T07:01:22.361",
"origin_geom": "POINT (174.02253 -42.821733)"
},
{
"FID": "quake.2013p598072",
"publicid": "2013p598072",
"origintime": "2013-08-10T06:52:59.281",
"longitude": 174.2282,
"latitude": -41.6286,
"depth": 7.4609,
"magnitude": 3.0133,
"magnitudetype": "M",
"status": "reviewed",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:05:03.212",
"origin_geom": "POINT (174.22815 -41.628589)"
},
{
"FID": "quake.2013p598054",
"publicid": "2013p598054",
"origintime": "2013-08-10T06:43:15.097",
"longitude": 176.6114,
"latitude": -40.4666,
"depth": 38.2812,
"magnitude": 2.3121,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T06:46:40.165",
"origin_geom": "POINT (176.61144 -40.4666)"
},
{
"FID": "quake.2013p597987",
"publicid": "2013p597987",
"origintime": "2013-08-10T06:07:42.225",
"longitude": 173.4559,
"latitude": -41.3643,
"depth": 62.8906,
"magnitude": 1.7251,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T06:09:09.03",
"origin_geom": "POINT (173.4559 -41.364312)"
},
{
"FID": "quake.2013p597983",
"publicid": "2013p597983",
"origintime": "2013-08-10T06:05:39.486",
"longitude": 175.4164,
"latitude": -39.3437,
"depth": 107.6562,
"magnitude": 1.4562,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T06:08:33.549",
"origin_geom": "POINT (175.41637 -39.343689)"
},
{
"FID": "quake.2013p597839",
"publicid": "2013p597839",
"origintime": "2013-08-10T04:49:01.677",
"longitude": 174.2404,
"latitude": -41.6606,
"depth": 5.1172,
"magnitude": 2.5372,
"magnitudetype": "M",
"status": "automatic",
"phases": 27,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T04:51:25.178",
"origin_geom": "POINT (174.24036 -41.660645)"
},
{
"FID": "quake.2013p597836",
"publicid": "2013p597836",
"origintime": "2013-08-10T04:47:18.239",
"longitude": 174.3146,
"latitude": -41.5448,
"depth": 24.9219,
"magnitude": 2.4838,
"magnitudetype": "M",
"status": "automatic",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T04:49:15.724",
"origin_geom": "POINT (174.31456 -41.544798)"
},
{
"FID": "quake.2013p597819",
"publicid": "2013p597819",
"origintime": "2013-08-10T04:38:27.482",
"longitude": 174.321,
"latitude": -41.5794,
"depth": 8.3398,
"magnitude": 2.459,
"magnitudetype": "M",
"status": "automatic",
"phases": 41,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T04:40:27.956",
"origin_geom": "POINT (174.32103 -41.579395)"
},
{
"FID": "quake.2013p597813",
"publicid": "2013p597813",
"origintime": "2013-08-10T04:35:07.593",
"longitude": 174.3193,
"latitude": -41.7639,
"depth": 6.0547,
"magnitude": 1.9979,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T04:37:13.542",
"origin_geom": "POINT (174.31933 -41.763892)"
},
{
"FID": "quake.2013p597806",
"publicid": "2013p597806",
"origintime": "2013-08-10T04:31:17.126",
"longitude": 174.3588,
"latitude": -41.6477,
"depth": 7.6367,
"magnitude": 2.0714,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T04:33:20.02",
"origin_geom": "POINT (174.35882 -41.647652)"
},
{
"FID": "quake.2013p597794",
"publicid": "2013p597794",
"origintime": "2013-08-10T04:24:48.028",
"longitude": 174.4051,
"latitude": -41.7164,
"depth": 5.1172,
"magnitude": 1.9957,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T04:26:54.075",
"origin_geom": "POINT (174.40513 -41.716364)"
},
{
"FID": "quake.2013p597792",
"publicid": "2013p597792",
"origintime": "2013-08-10T04:23:35.948",
"longitude": 174.3209,
"latitude": -41.5854,
"depth": 21.2891,
"magnitude": 1.4259,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T04:25:09.813",
"origin_geom": "POINT (174.32091 -41.585439)"
},
{
"FID": "quake.2013p597778",
"publicid": "2013p597778",
"origintime": "2013-08-10T04:16:14.827",
"longitude": 175.5886,
"latitude": -38.6836,
"depth": 184.0625,
"magnitude": 2.0217,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T04:19:30.271",
"origin_geom": "POINT (175.58856 -38.683647)"
},
{
"FID": "quake.2013p597760",
"publicid": "2013p597760",
"origintime": "2013-08-10T04:06:57.271",
"longitude": 174.4668,
"latitude": -40.7498,
"depth": 86.4453,
"magnitude": 2.3313,
"magnitudetype": "M",
"status": "automatic",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T04:10:31.341",
"origin_geom": "POINT (174.46678 -40.749832)"
},
{
"FID": "quake.2013p597695",
"publicid": "2013p597695",
"origintime": "2013-08-10T03:32:17.391",
"longitude": 174.443,
"latitude": -41.5354,
"depth": 11.3867,
"magnitude": 2.8951,
"magnitudetype": "M",
"status": "automatic",
"phases": 59,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T03:35:34.813",
"origin_geom": "POINT (174.44305 -41.535443)"
},
{
"FID": "quake.2013p597677",
"publicid": "2013p597677",
"origintime": "2013-08-10T03:22:47.699",
"longitude": 176.5161,
"latitude": -40.1013,
"depth": 46.0156,
"magnitude": 1.6793,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T03:24:11.36",
"origin_geom": "POINT (176.51614 -40.101262)"
},
{
"FID": "quake.2013p597649",
"publicid": "2013p597649",
"origintime": "2013-08-10T03:07:52.372",
"longitude": 174.2501,
"latitude": -41.6885,
"depth": 8.6328,
"magnitude": 1.9051,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T03:09:52.819",
"origin_geom": "POINT (174.25013 -41.688459)"
},
{
"FID": "quake.2013p597647",
"publicid": "2013p597647",
"origintime": "2013-08-10T03:06:28.031",
"longitude": 174.2057,
"latitude": -41.5929,
"depth": 6.5234,
"magnitude": 1.5804,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T03:08:25.296",
"origin_geom": "POINT (174.20569 -41.592894)"
},
{
"FID": "quake.2013p597597",
"publicid": "2013p597597",
"origintime": "2013-08-10T02:40:00.943",
"longitude": 174.3444,
"latitude": -41.5728,
"depth": 11.2109,
"magnitude": 1.6145,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T02:42:30.524",
"origin_geom": "POINT (174.34435 -41.572783)"
},
{
"FID": "quake.2013p597589",
"publicid": "2013p597589",
"origintime": "2013-08-10T02:35:59.8",
"longitude": 178.5206,
"latitude": -37.5545,
"depth": 30.3125,
"magnitude": 2.3851,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T07:32:29.726",
"origin_geom": "POINT (178.52062 -37.554472)"
},
{
"FID": "quake.2013p597496",
"publicid": "2013p597496",
"origintime": "2013-08-10T01:46:21.596",
"longitude": 174.4381,
"latitude": -41.5005,
"depth": 22.4609,
"magnitude": 1.7633,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T01:50:08.431",
"origin_geom": "POINT (174.43811 -41.500475)"
},
{
"FID": "quake.2013p597490",
"publicid": "2013p597490",
"origintime": "2013-08-10T01:42:47.897",
"longitude": 174.3099,
"latitude": -41.6078,
"depth": 8.8086,
"magnitude": 1.8538,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T01:44:50.024",
"origin_geom": "POINT (174.3099 -41.607845)"
},
{
"FID": "quake.2013p597396",
"publicid": "2013p597396",
"origintime": "2013-08-10T00:52:54.133",
"longitude": 176.6971,
"latitude": -37.7343,
"depth": 51.875,
"magnitude": 1.9703,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T00:54:19.937",
"origin_geom": "POINT (176.69714 -37.734344)"
},
{
"FID": "quake.2013p597383",
"publicid": "2013p597383",
"origintime": "2013-08-10T00:45:53.03",
"longitude": 174.1245,
"latitude": -42.2983,
"depth": 37.1094,
"magnitude": 1.9724,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T00:47:56.15",
"origin_geom": "POINT (174.12452 -42.29831)"
},
{
"FID": "quake.2013p597357",
"publicid": "2013p597357",
"origintime": "2013-08-10T00:32:15.903",
"longitude": 174.3419,
"latitude": -41.6107,
"depth": 11.7969,
"magnitude": 1.6264,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T00:33:49.711",
"origin_geom": "POINT (174.34188 -41.610662)"
},
{
"FID": "quake.2013p597338",
"publicid": "2013p597338",
"origintime": "2013-08-10T00:21:54.989",
"longitude": 176.8801,
"latitude": -37.8523,
"depth": 5.0586,
"magnitude": 2.2362,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T03:42:41.324",
"origin_geom": "POINT (176.88006 -37.852307)"
},
{
"FID": "quake.2013p597336",
"publicid": "2013p597336",
"origintime": "2013-08-10T00:21:07.707",
"longitude": 174.3788,
"latitude": -41.5588,
"depth": 11.6797,
"magnitude": 2.1486,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T00:24:57.838",
"origin_geom": "POINT (174.37878 -41.558782)"
},
{
"FID": "quake.2013p597298",
"publicid": "2013p597298",
"origintime": "2013-08-10T00:00:38.041",
"longitude": 176.9166,
"latitude": -37.8657,
"depth": 7.4609,
"magnitude": 2.531,
"magnitudetype": "M",
"status": "reviewed",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T00:23:12.584",
"origin_geom": "POINT (176.91662 -37.865732)"
},
{
"FID": "quake.2013p597278",
"publicid": "2013p597278",
"origintime": "2013-08-09T23:49:43.44",
"longitude": 177.8799,
"latitude": -37.3096,
"depth": 58.9062,
"magnitude": 2.4889,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T23:52:13.362",
"origin_geom": "POINT (177.87994 -37.309641)"
},
{
"FID": "quake.2013p597231",
"publicid": "2013p597231",
"origintime": "2013-08-09T23:25:08.758",
"longitude": 171.2556,
"latitude": -43.5366,
"depth": 7.2266,
"magnitude": 3.8171,
"magnitudetype": "M",
"status": "reviewed",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T20:01:06.523",
"origin_geom": "POINT (171.25565 -43.536602)"
},
{
"FID": "quake.2013p597170",
"publicid": "2013p597170",
"origintime": "2013-08-09T22:52:14.895",
"longitude": 174.3385,
"latitude": -41.5705,
"depth": 9.9219,
"magnitude": 1.9561,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T22:55:21.136",
"origin_geom": "POINT (174.33852 -41.570526)"
},
{
"FID": "quake.2013p597140",
"publicid": "2013p597140",
"origintime": "2013-08-09T22:36:30.715",
"longitude": 174.3751,
"latitude": -41.6788,
"depth": 6.2891,
"magnitude": 1.6065,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T22:38:26.359",
"origin_geom": "POINT (174.3751 -41.678783)"
},
{
"FID": "quake.2013p597084",
"publicid": "2013p597084",
"origintime": "2013-08-09T22:06:37.955",
"longitude": 174.3177,
"latitude": -41.5862,
"depth": 6.7578,
"magnitude": 1.8429,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T22:08:49.462",
"origin_geom": "POINT (174.31772 -41.58618)"
},
{
"FID": "quake.2013p597074",
"publicid": "2013p597074",
"origintime": "2013-08-09T22:01:02.351",
"longitude": 174.3623,
"latitude": -41.5873,
"depth": 7.4023,
"magnitude": 2.8011,
"magnitudetype": "M",
"status": "automatic",
"phases": 46,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T22:58:43.519",
"origin_geom": "POINT (174.36227 -41.587281)"
},
{
"FID": "quake.2013p597064",
"publicid": "2013p597064",
"origintime": "2013-08-09T21:55:52.806",
"longitude": 175.3541,
"latitude": -40.6228,
"depth": 30.4297,
"magnitude": 1.3712,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T21:58:51.918",
"origin_geom": "POINT (175.35413 -40.622847)"
},
{
"FID": "quake.2013p597046",
"publicid": "2013p597046",
"origintime": "2013-08-09T21:46:33.079",
"longitude": 174.3247,
"latitude": -41.4546,
"depth": 6.5234,
"magnitude": 2.1243,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T21:48:28.871",
"origin_geom": "POINT (174.32474 -41.454597)"
},
{
"FID": "quake.2013p597039",
"publicid": "2013p597039",
"origintime": "2013-08-09T21:42:39.178",
"longitude": 174.3785,
"latitude": -41.5396,
"depth": 8.8672,
"magnitude": 1.8423,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T21:44:36.644",
"origin_geom": "POINT (174.3785 -41.53959)"
},
{
"FID": "quake.2013p597023",
"publicid": "2013p597023",
"origintime": "2013-08-09T21:33:57.087",
"longitude": 174.3244,
"latitude": -41.6039,
"depth": 7.6953,
"magnitude": 2.5376,
"magnitudetype": "M",
"status": "automatic",
"phases": 34,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T21:36:07.787",
"origin_geom": "POINT (174.32436 -41.603891)"
},
{
"FID": "quake.2013p597018",
"publicid": "2013p597018",
"origintime": "2013-08-09T21:31:32.931",
"longitude": 173.567,
"latitude": -41.653,
"depth": 66.1719,
"magnitude": 2.1021,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T21:33:41.676",
"origin_geom": "POINT (173.56696 -41.652954)"
},
{
"FID": "quake.2013p597012",
"publicid": "2013p597012",
"origintime": "2013-08-09T21:28:14.628",
"longitude": 173.8936,
"latitude": -40.5346,
"depth": 76.4844,
"magnitude": 2.5135,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T21:31:29.6",
"origin_geom": "POINT (173.89358 -40.534612)"
},
{
"FID": "quake.2013p597000",
"publicid": "2013p597000",
"origintime": "2013-08-09T21:21:47.544",
"longitude": 174.9471,
"latitude": -41.3712,
"depth": 26.2109,
"magnitude": 1.644,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T21:23:47.578",
"origin_geom": "POINT (174.94711 -41.371201)"
},
{
"FID": "quake.2013p596983",
"publicid": "2013p596983",
"origintime": "2013-08-09T21:13:00.877",
"longitude": 175.1044,
"latitude": -40.9231,
"depth": 33.2422,
"magnitude": 1.778,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T21:15:42.073",
"origin_geom": "POINT (175.10435 -40.923076)"
},
{
"FID": "quake.2013p596971",
"publicid": "2013p596971",
"origintime": "2013-08-09T21:06:11.037",
"longitude": 174.9448,
"latitude": -41.3772,
"depth": 25.8008,
"magnitude": 1.987,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T21:07:55.284",
"origin_geom": "POINT (174.94475 -41.377177)"
},
{
"FID": "quake.2013p596942",
"publicid": "2013p596942",
"origintime": "2013-08-09T20:51:09.848",
"longitude": 177.8817,
"latitude": -39.1329,
"depth": 33.3594,
"magnitude": 2.9196,
"magnitudetype": "M",
"status": "automatic",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T20:54:33.763",
"origin_geom": "POINT (177.88166 -39.132879)"
},
{
"FID": "quake.2013p596903",
"publicid": "2013p596903",
"origintime": "2013-08-09T20:29:51.014",
"longitude": 175.5338,
"latitude": -38.5544,
"depth": 206.3281,
"magnitude": 2.68,
"magnitudetype": "M",
"status": "automatic",
"phases": 61,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T20:34:20.919",
"origin_geom": "POINT (175.53382 -38.55441)"
},
{
"FID": "quake.2013p596824",
"publicid": "2013p596824",
"origintime": "2013-08-09T19:48:16.259",
"longitude": 174.386,
"latitude": -41.6251,
"depth": 18.0664,
"magnitude": 3.1736,
"magnitudetype": "M",
"status": "reviewed",
"phases": 31,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T19:57:09.285",
"origin_geom": "POINT (174.38605 -41.625097)"
},
{
"FID": "quake.2013p596821",
"publicid": "2013p596821",
"origintime": "2013-08-09T19:46:17.045",
"longitude": 174.4061,
"latitude": -41.5302,
"depth": 5.0586,
"magnitude": 1.6867,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T19:48:18.053",
"origin_geom": "POINT (174.40607 -41.530184)"
},
{
"FID": "quake.2013p596816",
"publicid": "2013p596816",
"origintime": "2013-08-09T19:43:58.457",
"longitude": 176.9291,
"latitude": -39.9041,
"depth": 9.5703,
"magnitude": 1.8147,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T19:46:12.012",
"origin_geom": "POINT (176.92911 -39.904128)"
},
{
"FID": "quake.2013p596790",
"publicid": "2013p596790",
"origintime": "2013-08-09T19:29:44.894",
"longitude": 174.364,
"latitude": -41.5435,
"depth": 5.0586,
"magnitude": 1.8696,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T19:31:39.884",
"origin_geom": "POINT (174.36405 -41.543544)"
},
{
"FID": "quake.2013p596769",
"publicid": "2013p596769",
"origintime": "2013-08-09T19:18:36.072",
"longitude": 175.2878,
"latitude": -40.2015,
"depth": 17.5391,
"magnitude": 1.908,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T19:20:54.507",
"origin_geom": "POINT (175.28778 -40.201485)"
},
{
"FID": "quake.2013p596760",
"publicid": "2013p596760",
"origintime": "2013-08-09T19:13:57.347",
"longitude": 176.2992,
"latitude": -40.0731,
"depth": 12.2656,
"magnitude": 2.3489,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T19:16:31.689",
"origin_geom": "POINT (176.29925 -40.073075)"
},
{
"FID": "quake.2013p596758",
"publicid": "2013p596758",
"origintime": "2013-08-09T19:13:01.199",
"longitude": 178.0559,
"latitude": -37.4167,
"depth": 6.875,
"magnitude": 2.8165,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T19:15:20.84",
"origin_geom": "POINT (178.05588 -37.416744)"
},
{
"FID": "quake.2013p596754",
"publicid": "2013p596754",
"origintime": "2013-08-09T19:10:36.743",
"longitude": 177.2419,
"latitude": -36.5115,
"depth": 108.125,
"magnitude": 3.2272,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T19:14:15.044",
"origin_geom": "POINT (177.24186 -36.511542)"
},
{
"FID": "quake.2013p596737",
"publicid": "2013p596737",
"origintime": "2013-08-09T19:01:37.627",
"longitude": 177.4766,
"latitude": -39.1699,
"depth": 15.0195,
"magnitude": 2.6342,
"magnitudetype": "M",
"status": "reviewed",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T19:55:31.354",
"origin_geom": "POINT (177.47658 -39.169895)"
},
{
"FID": "quake.2013p596724",
"publicid": "2013p596724",
"origintime": "2013-08-09T18:54:57.832",
"longitude": 174.2846,
"latitude": -36.3146,
"depth": 9.6875,
"magnitude": 1.9698,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T19:48:40.352",
"origin_geom": "POINT (174.28456 -36.314632)"
},
{
"FID": "quake.2013p596709",
"publicid": "2013p596709",
"origintime": "2013-08-09T18:47:03.598",
"longitude": 174.2582,
"latitude": -41.6234,
"depth": 5.0586,
"magnitude": 1.6037,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T18:48:40.224",
"origin_geom": "POINT (174.25823 -41.623426)"
},
{
"FID": "quake.2013p596687",
"publicid": "2013p596687",
"origintime": "2013-08-09T18:34:57.476",
"longitude": 174.2203,
"latitude": -41.6292,
"depth": 8.3984,
"magnitude": 1.9886,
"magnitudetype": "M",
"status": "automatic",
"phases": 24,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T18:38:33.184",
"origin_geom": "POINT (174.22034 -41.629194)"
},
{
"FID": "quake.2013p596649",
"publicid": "2013p596649",
"origintime": "2013-08-09T18:14:45.298",
"longitude": 174.3496,
"latitude": -41.5896,
"depth": 9.5703,
"magnitude": 1.6274,
"magnitudetype": "M",
"status": "automatic",
"phases": 20,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T18:16:40.931",
"origin_geom": "POINT (174.34959 -41.589619)"
},
{
"FID": "quake.2013p596615",
"publicid": "2013p596615",
"origintime": "2013-08-09T17:56:50.903",
"longitude": 176.5783,
"latitude": -40.4648,
"depth": 9.4531,
"magnitude": 1.5618,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T17:58:06.221",
"origin_geom": "POINT (176.57829 -40.464776)"
},
{
"FID": "quake.2013p596606",
"publicid": "2013p596606",
"origintime": "2013-08-09T17:52:03.931",
"longitude": 174.1851,
"latitude": -41.6482,
"depth": 16.8359,
"magnitude": 1.926,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T17:55:11.005",
"origin_geom": "POINT (174.18511 -41.648178)"
},
{
"FID": "quake.2013p596596",
"publicid": "2013p596596",
"origintime": "2013-08-09T17:47:00.74",
"longitude": 174.3488,
"latitude": -41.6163,
"depth": 6.2891,
"magnitude": 1.8507,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T17:50:31.65",
"origin_geom": "POINT (174.34877 -41.616286)"
},
{
"FID": "quake.2013p596585",
"publicid": "2013p596585",
"origintime": "2013-08-09T17:40:26.745",
"longitude": 178.9951,
"latitude": -38.1936,
"depth": 36.4062,
"magnitude": 2.5771,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T17:43:08.852",
"origin_geom": "POINT (178.99509 -38.193616)"
},
{
"FID": "quake.2013p596575",
"publicid": "2013p596575",
"origintime": "2013-08-09T17:35:29.345",
"longitude": 174.3539,
"latitude": -40.3949,
"depth": 12.7344,
"magnitude": 2.5183,
"magnitudetype": "M",
"status": "automatic",
"phases": 45,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T17:39:40.525",
"origin_geom": "POINT (174.35389 -40.394893)"
},
{
"FID": "quake.2013p596547",
"publicid": "2013p596547",
"origintime": "2013-08-09T17:20:32.162",
"longitude": 175.6658,
"latitude": -40.8949,
"depth": 24.3945,
"magnitude": 1.6044,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T17:23:29.22",
"origin_geom": "POINT (175.66578 -40.89494)"
},
{
"FID": "quake.2013p596503",
"publicid": "2013p596503",
"origintime": "2013-08-09T16:57:01.69",
"longitude": 173.9055,
"latitude": -41.7501,
"depth": 11.2109,
"magnitude": 1.7386,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T16:58:57.509",
"origin_geom": "POINT (173.90551 -41.750084)"
},
{
"FID": "quake.2013p596497",
"publicid": "2013p596497",
"origintime": "2013-08-09T16:54:00.855",
"longitude": 173.8318,
"latitude": -41.7371,
"depth": 8.1641,
"magnitude": 2.6419,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T16:57:15.041",
"origin_geom": "POINT (173.83178 -41.737075)"
},
{
"FID": "quake.2013p596498",
"publicid": "2013p596498",
"origintime": "2013-08-09T16:53:58.88",
"longitude": 167.2078,
"latitude": -45.3203,
"depth": 7.1094,
"magnitude": 3.0805,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T16:57:16.643",
"origin_geom": "POINT (167.2078 -45.320262)"
},
{
"FID": "quake.2013p596493",
"publicid": "2013p596493",
"origintime": "2013-08-09T16:51:30.855",
"longitude": 176.0334,
"latitude": -37.7237,
"depth": 197.1875,
"magnitude": 2.2798,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T16:54:24.579",
"origin_geom": "POINT (176.03339 -37.723719)"
},
{
"FID": "quake.2013p596483",
"publicid": "2013p596483",
"origintime": "2013-08-09T16:46:08.174",
"longitude": 174.1077,
"latitude": -41.6962,
"depth": 5.0586,
"magnitude": 1.8016,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T16:48:18.195",
"origin_geom": "POINT (174.10766 -41.696162)"
},
{
"FID": "quake.2013p596417",
"publicid": "2013p596417",
"origintime": "2013-08-09T16:11:44.171",
"longitude": 177.1037,
"latitude": -37.1871,
"depth": 108.125,
"magnitude": 2.4325,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T16:14:57.439",
"origin_geom": "POINT (177.10374 -37.187075)"
},
{
"FID": "quake.2013p596399",
"publicid": "2013p596399",
"origintime": "2013-08-09T16:01:35.319",
"longitude": 174.1137,
"latitude": -41.6611,
"depth": 9.3359,
"magnitude": 2.2625,
"magnitudetype": "M",
"status": "reviewed",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T19:52:42.022",
"origin_geom": "POINT (174.11371 -41.661095)"
},
{
"FID": "quake.2013p596361",
"publicid": "2013p596361",
"origintime": "2013-08-09T15:41:19.407",
"longitude": 174.2006,
"latitude": -41.6272,
"depth": 5.0586,
"magnitude": 2.2314,
"magnitudetype": "M",
"status": "automatic",
"phases": 33,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T15:43:49.294",
"origin_geom": "POINT (174.20059 -41.627153)"
},
{
"FID": "quake.2013p596328",
"publicid": "2013p596328",
"origintime": "2013-08-09T15:23:34.175",
"longitude": 174.2727,
"latitude": -41.6508,
"depth": 6.5234,
"magnitude": 1.9194,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T15:26:03.026",
"origin_geom": "POINT (174.2727 -41.650752)"
},
{
"FID": "quake.2013p596314",
"publicid": "2013p596314",
"origintime": "2013-08-09T15:16:27.496",
"longitude": 174.2191,
"latitude": -41.6481,
"depth": 5.0586,
"magnitude": 1.7627,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T15:19:22.708",
"origin_geom": "POINT (174.21907 -41.648133)"
},
{
"FID": "quake.2013p596307",
"publicid": "2013p596307",
"origintime": "2013-08-09T15:12:54.042",
"longitude": 175.9306,
"latitude": -38.5666,
"depth": 146.3281,
"magnitude": 3.0434,
"magnitudetype": "M",
"status": "automatic",
"phases": 124,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T16:15:38.589",
"origin_geom": "POINT (175.93057 -38.566602)"
},
{
"FID": "quake.2013p596292",
"publicid": "2013p596292",
"origintime": "2013-08-09T15:04:02.524",
"longitude": 173.935,
"latitude": -43.1012,
"depth": 8.75,
"magnitude": 2.4342,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T15:06:04.595",
"origin_geom": "POINT (173.93498 -43.101183)"
},
{
"FID": "quake.2013p596288",
"publicid": "2013p596288",
"origintime": "2013-08-09T15:02:39.195",
"longitude": 174.1652,
"latitude": -41.8428,
"depth": 11.4453,
"magnitude": 1.5502,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T15:04:53.415",
"origin_geom": "POINT (174.16525 -41.842789)"
},
{
"FID": "quake.2013p596281",
"publicid": "2013p596281",
"origintime": "2013-08-09T14:58:31.986",
"longitude": 174.3613,
"latitude": -40.4064,
"depth": 36.2891,
"magnitude": 3.4344,
"magnitudetype": "M",
"status": "automatic",
"phases": 102,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T15:42:46.69",
"origin_geom": "POINT (174.36131 -40.406376)"
},
{
"FID": "quake.2013p596262",
"publicid": "2013p596262",
"origintime": "2013-08-09T14:48:36.62",
"longitude": 177.08,
"latitude": -39.5229,
"depth": 27.6172,
"magnitude": 1.4837,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T14:49:53.335",
"origin_geom": "POINT (177.08005 -39.52294)"
},
{
"FID": "quake.2013p596211",
"publicid": "2013p596211",
"origintime": "2013-08-09T14:21:12.473",
"longitude": 172.3725,
"latitude": -43.5933,
"depth": 7.0508,
"magnitude": 2.8573,
"magnitudetype": "M",
"status": "automatic",
"phases": 30,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T14:24:50.802",
"origin_geom": "POINT (172.37246 -43.593304)"
},
{
"FID": "quake.2013p596185",
"publicid": "2013p596185",
"origintime": "2013-08-09T14:07:33.864",
"longitude": 173.9966,
"latitude": -41.6695,
"depth": 5.0586,
"magnitude": 1.8058,
"magnitudetype": "M",
"status": "automatic",
"phases": 19,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T14:09:49.194",
"origin_geom": "POINT (173.99664 -41.669543)"
},
{
"FID": "quake.2013p596173",
"publicid": "2013p596173",
"origintime": "2013-08-09T14:01:05.859",
"longitude": 174.0816,
"latitude": -41.4954,
"depth": 39.2188,
"magnitude": 1.5483,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T14:04:14.127",
"origin_geom": "POINT (174.08161 -41.495397)"
},
{
"FID": "quake.2013p596098",
"publicid": "2013p596098",
"origintime": "2013-08-09T13:21:03.208",
"longitude": 174.3823,
"latitude": -41.5556,
"depth": 5.1172,
"magnitude": 2.0266,
"magnitudetype": "M",
"status": "automatic",
"phases": 26,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T13:23:46.374",
"origin_geom": "POINT (174.38233 -41.555551)"
},
{
"FID": "quake.2013p596081",
"publicid": "2013p596081",
"origintime": "2013-08-09T13:12:36.302",
"longitude": 174.1059,
"latitude": -41.6617,
"depth": 9.8047,
"magnitude": 1.6093,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T13:15:16.456",
"origin_geom": "POINT (174.1059 -41.6617)"
},
{
"FID": "quake.2013p596041",
"publicid": "2013p596041",
"origintime": "2013-08-09T12:51:07.995",
"longitude": 173.8916,
"latitude": -41.6848,
"depth": 9.043,
"magnitude": 1.6421,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T12:52:45.912",
"origin_geom": "POINT (173.89161 -41.684811)"
},
{
"FID": "quake.2013p595993",
"publicid": "2013p595993",
"origintime": "2013-08-09T12:25:27.597",
"longitude": 178.0302,
"latitude": -37.5084,
"depth": 71.7969,
"magnitude": 2.0728,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T12:28:04.071",
"origin_geom": "POINT (178.03016 -37.50839)"
},
{
"FID": "quake.2013p595987",
"publicid": "2013p595987",
"origintime": "2013-08-09T12:22:03.63",
"longitude": 174.4443,
"latitude": -41.564,
"depth": 7.4609,
"magnitude": 1.5943,
"magnitudetype": "M",
"status": "automatic",
"phases": 12,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T12:23:49.357",
"origin_geom": "POINT (174.44429 -41.564046)"
},
{
"FID": "quake.2013p595932",
"publicid": "2013p595932",
"origintime": "2013-08-09T11:53:44.418",
"longitude": 175.9416,
"latitude": -38.524,
"depth": 9.8047,
"magnitude": 1.7522,
"magnitudetype": "M",
"status": "reviewed",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T00:20:12.719",
"origin_geom": "POINT (175.94155 -38.524011)"
},
{
"FID": "quake.2013p595927",
"publicid": "2013p595927",
"origintime": "2013-08-09T11:49:59.081",
"longitude": 174.2536,
"latitude": -41.5818,
"depth": 8.1641,
"magnitude": 1.8649,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T11:52:07.925",
"origin_geom": "POINT (174.2536 -41.581791)"
},
{
"FID": "quake.2013p595919",
"publicid": "2013p595919",
"origintime": "2013-08-09T11:45:49.01",
"longitude": 174.2074,
"latitude": -41.7158,
"depth": 5.0586,
"magnitude": 1.6967,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T11:47:51.599",
"origin_geom": "POINT (174.20745 -41.715775)"
},
{
"FID": "quake.2013p595912",
"publicid": "2013p595912",
"origintime": "2013-08-09T11:42:00.753",
"longitude": 174.3897,
"latitude": -41.6634,
"depth": 8.6328,
"magnitude": 2.1554,
"magnitudetype": "M",
"status": "automatic",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T11:45:06.466",
"origin_geom": "POINT (174.38971 -41.663364)"
},
{
"FID": "quake.2013p595896",
"publicid": "2013p595896",
"origintime": "2013-08-09T11:33:31.035",
"longitude": 174.2685,
"latitude": -41.6896,
"depth": 5.0586,
"magnitude": 2.6915,
"magnitudetype": "M",
"status": "automatic",
"phases": 47,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T11:37:10.948",
"origin_geom": "POINT (174.26849 -41.689623)"
},
{
"FID": "quake.2013p595864",
"publicid": "2013p595864",
"origintime": "2013-08-09T11:16:45.518",
"longitude": 174.2385,
"latitude": -41.6105,
"depth": 12.8516,
"magnitude": 1.9057,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T11:18:44.621",
"origin_geom": "POINT (174.23854 -41.610543)"
},
{
"FID": "quake.2013p595841",
"publicid": "2013p595841",
"origintime": "2013-08-09T11:04:29.784",
"longitude": 167.2511,
"latitude": -45.3767,
"depth": 5.2344,
"magnitude": 3.0094,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T11:07:55.633",
"origin_geom": "POINT (167.25106 -45.376701)"
},
{
"FID": "quake.2013p595826",
"publicid": "2013p595826",
"origintime": "2013-08-09T10:56:15.513",
"longitude": 175.2013,
"latitude": -39.323,
"depth": 20.7031,
"magnitude": 1.7073,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T10:58:33.038",
"origin_geom": "POINT (175.20134 -39.322977)"
},
{
"FID": "quake.2013p595823",
"publicid": "2013p595823",
"origintime": "2013-08-09T10:54:46.025",
"longitude": 174.6952,
"latitude": -39.5553,
"depth": 139.5312,
"magnitude": 2.526,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T10:58:04.722",
"origin_geom": "POINT (174.69524 -39.555281)"
},
{
"FID": "quake.2013p595813",
"publicid": "2013p595813",
"origintime": "2013-08-09T10:49:30.648",
"longitude": 175.2517,
"latitude": -39.2909,
"depth": 25.6836,
"magnitude": 3.3787,
"magnitudetype": "M",
"status": "reviewed",
"phases": 57,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-10T00:06:58.673",
"origin_geom": "POINT (175.25172 -39.290949)"
},
{
"FID": "quake.2013p595781",
"publicid": "2013p595781",
"origintime": "2013-08-09T10:32:28.593",
"longitude": 172.5933,
"latitude": -41.2695,
"depth": 185.9375,
"magnitude": 2.088,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T10:35:42.299",
"origin_geom": "POINT (172.59331 -41.269549)"
},
{
"FID": "quake.2013p595730",
"publicid": "2013p595730",
"origintime": "2013-08-09T10:05:04.987",
"longitude": 175.2402,
"latitude": -39.2991,
"depth": 26.7969,
"magnitude": 2.0361,
"magnitudetype": "M",
"status": "reviewed",
"phases": 28,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T23:54:59.401",
"origin_geom": "POINT (175.24022 -39.299145)"
},
{
"FID": "quake.2013p595716",
"publicid": "2013p595716",
"origintime": "2013-08-09T09:57:49.812",
"longitude": 176.8915,
"latitude": -39.9186,
"depth": 17.2461,
"magnitude": 1.5462,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T09:59:05.276",
"origin_geom": "POINT (176.89149 -39.918616)"
},
{
"FID": "quake.2013p595704",
"publicid": "2013p595704",
"origintime": "2013-08-09T09:51:38.221",
"longitude": 177.3782,
"latitude": -37.9254,
"depth": 165.3125,
"magnitude": 2.5328,
"magnitudetype": "M",
"status": "automatic",
"phases": 35,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T09:55:07.346",
"origin_geom": "POINT (177.37819 -37.925445)"
},
{
"FID": "quake.2013p595697",
"publicid": "2013p595697",
"origintime": "2013-08-09T09:47:39.017",
"longitude": 176.3025,
"latitude": -40.2153,
"depth": 44.0234,
"magnitude": 1.6035,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T09:52:11.39",
"origin_geom": "POINT (176.30246 -40.215265)"
},
{
"FID": "quake.2013p595693",
"publicid": "2013p595693",
"origintime": "2013-08-09T09:45:21.783",
"longitude": 167.5093,
"latitude": -45.214,
"depth": 111.4062,
"magnitude": 2.7497,
"magnitudetype": "M",
"status": "automatic",
"phases": 10,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T09:48:39.381",
"origin_geom": "POINT (167.50932 -45.213977)"
},
{
"FID": "quake.2013p595611",
"publicid": "2013p595611",
"origintime": "2013-08-09T09:01:51.156",
"longitude": 174.3432,
"latitude": -41.57,
"depth": 7.7539,
"magnitude": 2.5494,
"magnitudetype": "M",
"status": "automatic",
"phases": 42,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T09:05:53.084",
"origin_geom": "POINT (174.34322 -41.570039)"
},
{
"FID": "quake.2013p595509",
"publicid": "2013p595509",
"origintime": "2013-08-09T08:07:24.381",
"longitude": 177.0872,
"latitude": -37.1232,
"depth": 320.9375,
"magnitude": 3.1003,
"magnitudetype": "M",
"status": "automatic",
"phases": 62,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T09:44:04.276",
"origin_geom": "POINT (177.08717 -37.123234)"
},
{
"FID": "quake.2013p595423",
"publicid": "2013p595423",
"origintime": "2013-08-09T07:21:35.464",
"longitude": 176.5926,
"latitude": -40.4723,
"depth": 13.5547,
"magnitude": 1.7601,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T07:23:07.593",
"origin_geom": "POINT (176.59262 -40.472287)"
},
{
"FID": "quake.2013p595396",
"publicid": "2013p595396",
"origintime": "2013-08-09T07:07:10.682",
"longitude": 174.2407,
"latitude": -41.669,
"depth": 6.2891,
"magnitude": 1.9182,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T07:09:18.725",
"origin_geom": "POINT (174.24067 -41.668996)"
},
{
"FID": "quake.2013p595377",
"publicid": "2013p595377",
"origintime": "2013-08-09T06:57:06.017",
"longitude": 174.2999,
"latitude": -41.6023,
"depth": 11.2109,
"magnitude": 1.8337,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T06:59:02.383",
"origin_geom": "POINT (174.29991 -41.602338)"
},
{
"FID": "quake.2013p595364",
"publicid": "2013p595364",
"origintime": "2013-08-09T06:50:02.363",
"longitude": 174.3759,
"latitude": -41.5577,
"depth": 10.6836,
"magnitude": 2.3233,
"magnitudetype": "M",
"status": "automatic",
"phases": 40,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T06:52:18.685",
"origin_geom": "POINT (174.37586 -41.557654)"
},
{
"FID": "quake.2013p595354",
"publicid": "2013p595354",
"origintime": "2013-08-09T06:45:03.247",
"longitude": 178.2358,
"latitude": -37.6838,
"depth": 29.8438,
"magnitude": 2.3516,
"magnitudetype": "M",
"status": "automatic",
"phases": 22,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T06:47:38.306",
"origin_geom": "POINT (178.23576 -37.683848)"
},
{
"FID": "quake.2013p595311",
"publicid": "2013p595311",
"origintime": "2013-08-09T06:22:08.32",
"longitude": 174.3459,
"latitude": -41.552,
"depth": 6.7578,
"magnitude": 1.7799,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T06:24:09.25",
"origin_geom": "POINT (174.34587 -41.551975)"
},
{
"FID": "quake.2013p595301",
"publicid": "2013p595301",
"origintime": "2013-08-09T06:16:40.595",
"longitude": 173.9414,
"latitude": -42.1311,
"depth": 15.0781,
"magnitude": 2.0829,
"magnitudetype": "M",
"status": "automatic",
"phases": 11,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T06:18:58.296",
"origin_geom": "POINT (173.9414 -42.131139)"
},
{
"FID": "quake.2013p595291",
"publicid": "2013p595291",
"origintime": "2013-08-09T06:11:29.307",
"longitude": 174.3156,
"latitude": -41.5794,
"depth": 8.6328,
"magnitude": 1.8136,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T06:13:21.099",
"origin_geom": "POINT (174.31562 -41.579445)"
},
{
"FID": "quake.2013p595144",
"publicid": "2013p595144",
"origintime": "2013-08-09T04:52:50.805",
"longitude": 174.2348,
"latitude": -41.6355,
"depth": 5.1172,
"magnitude": 1.8711,
"magnitudetype": "M",
"status": "automatic",
"phases": 14,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T04:54:51.937",
"origin_geom": "POINT (174.23484 -41.635459)"
},
{
"FID": "quake.2013p595128",
"publicid": "2013p595128",
"origintime": "2013-08-09T04:44:20.806",
"longitude": 174.2134,
"latitude": -41.6031,
"depth": 5.1172,
"magnitude": 1.8301,
"magnitudetype": "M",
"status": "automatic",
"phases": 16,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T04:46:20.907",
"origin_geom": "POINT (174.21342 -41.603132)"
},
{
"FID": "quake.2013p595075",
"publicid": "2013p595075",
"origintime": "2013-08-09T04:16:12.841",
"longitude": 174.3614,
"latitude": -41.5724,
"depth": 15.1953,
"magnitude": 1.759,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T04:17:56.762",
"origin_geom": "POINT (174.36136 -41.572449)"
},
{
"FID": "quake.2013p595067",
"publicid": "2013p595067",
"origintime": "2013-08-09T04:12:13.143",
"longitude": 174.6494,
"latitude": -41.2707,
"depth": 32.3047,
"magnitude": 1.7292,
"magnitudetype": "M",
"status": "automatic",
"phases": 15,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T04:13:53.95",
"origin_geom": "POINT (174.64936 -41.270677)"
},
{
"FID": "quake.2013p595058",
"publicid": "2013p595058",
"origintime": "2013-08-09T04:06:44.441",
"longitude": 178.1305,
"latitude": -37.0376,
"depth": 72.0312,
"magnitude": 2.4737,
"magnitudetype": "M",
"status": "automatic",
"phases": 17,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T04:09:34.709",
"origin_geom": "POINT (178.13051 -37.037633)"
},
{
"FID": "quake.2013p595055",
"publicid": "2013p595055",
"origintime": "2013-08-09T04:05:27.677",
"longitude": 174.2331,
"latitude": -41.6262,
"depth": 5.1172,
"magnitude": 1.9813,
"magnitudetype": "M",
"status": "automatic",
"phases": 18,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T04:07:26.66",
"origin_geom": "POINT (174.23313 -41.626233)"
},
{
"FID": "quake.2013p594965",
"publicid": "2013p594965",
"origintime": "2013-08-09T03:17:47.224",
"longitude": 174.2398,
"latitude": -41.6331,
"depth": 7.6953,
"magnitude": 2.7333,
"magnitudetype": "M",
"status": "reviewed",
"phases": 29,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-11T19:51:11.208",
"origin_geom": "POINT (174.23982 -41.633103)"
},
{
"FID": "quake.2013p594929",
"publicid": "2013p594929",
"origintime": "2013-08-09T02:58:29.629",
"longitude": 175.4623,
"latitude": -38.2796,
"depth": 185.9375,
"magnitude": 2.169,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T03:01:00.366",
"origin_geom": "POINT (175.4623 -38.27958)"
},
{
"FID": "quake.2013p594880",
"publicid": "2013p594880",
"origintime": "2013-08-09T02:32:31.853",
"longitude": 176.1825,
"latitude": -40.2335,
"depth": 14.3164,
"magnitude": 1.7461,
"magnitudetype": "M",
"status": "automatic",
"phases": 21,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T02:35:44.568",
"origin_geom": "POINT (176.18251 -40.233544)"
},
{
"FID": "quake.2013p594865",
"publicid": "2013p594865",
"origintime": "2013-08-09T02:24:18.058",
"longitude": 177.476,
"latitude": -39.0843,
"depth": 15.4297,
"magnitude": 1.7308,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T02:25:59.447",
"origin_geom": "POINT (177.47605 -39.084288)"
},
{
"FID": "quake.2013p594837",
"publicid": "2013p594837",
"origintime": "2013-08-09T02:09:29.784",
"longitude": 176.2096,
"latitude": -40.2344,
"depth": 12.9102,
"magnitude": 1.8616,
"magnitudetype": "M",
"status": "automatic",
"phases": 25,
"type": "",
"agency": "WEL(GNS_Primary)",
"updatetime": "2013-08-09T02:11:10.961",
"origin_geom": "POINT (176.20961 -40.234357)"
},
{
"FID": "quake.2013p594823",
"publicid": "2013p594823",
"origintime": "2013-08-09T02:01:54.991",
"longitude": 174.2807,
"latitude": -41.6176,
"depth": 5.1172,
"magnitude": 2.0145,
"magnitudetype": "M",
"status": "automatic",
"phases": 13,
"type": "",
"agency": "WEL(GNS_Prim",
"updatetime": "",
"origin_geom": ""
}
];
var dtgFormat = d3.time.format("%Y-%m-%dT%H:%M:%S");
data.forEach(function (d) {
d.dtg = dtgFormat.parse(d.origintime.substr(0, 19));
d.lat = +d.latitude;
d.long = +d.longitude;
d.mag = d3.round(+d.magnitude, 1);
d.depth = d3.round(+d.depth, 0);
});
var facts = crossfilter(data);
var all = facts.groupAll();
dc.dataCount('.dc-data-count')
.dimension(facts)
.group(all);
var magValue = facts.dimension(function (d) {
return d.mag;
});
var magValueGroupCount = magValue.group()
.reduceCount(function (d) {
return d.mag;
});
var depthValue = facts.dimension(function (d) {
return d.depth;
});
var depthValueGroup = depthValue.group();
var volumeByHour = facts.dimension(function (d) {
return d3.time.hour(d.dtg);
});
var volumeByHourGroup = volumeByHour.group()
.reduceCount(function (d) {
return d.dtg;
});
var dayOfWeek = facts.dimension(function (d) {
switch (d.dtg.getDay()) {
case 0:
return "Sun";
case 1:
return "Mon";
case 2:
return "Tue";
case 3:
return "Wed";
case 4:
return "Thu";
case 5:
return "Fri";
case 6:
return "Sat";
}
});
var dayOfWeekGroup = dayOfWeek.group();
var islands = facts.dimension(function (d) {
if (d.lat <= -40.555907 && d.long <= 174.590607) {
return "South";
}
return "North";
});
var islandsGroup = islands.group();
var timeDimension = facts.dimension(function (d) {
return d.dtg;
});
magnitudeChart.width(480)
.height(150)
.margins({top: 10, right: 10, bottom: 20, left: 40})
.dimension(magValue)
.group(magValueGroupCount)
.transitionDuration(500)
.centerBar(true)
.gap(92)
// .filter([3, 5])
// .x(d3.scale.linear().domain([0.5, 7.5]))
.x(d3.scale.linear().domain(d3.extent(data, function (d) {
return d.mag
})))
.elasticY(true)
.xAxis().tickFormat();
depthChart.width(480)
.height(150)
.margins({top: 10, right: 10, bottom: 20, left: 40})
.dimension(depthValue)
.group(depthValueGroup)
.transitionDuration(500)
.centerBar(true)
// .gap(-100)
// .filter([3, 5])
.x(d3.scale.linear().domain([0, 100]))
// .x(d3.scale.linear().domain(d3.extent(data, function (d) {
// return d.depth
// })))
.elasticY(true)
.xAxis().tickFormat(function (v) {
return v;
});
timeChart.width(960)
.height(150)
.margins({top: 10, right: 10, bottom: 20, left: 40})
.dimension(volumeByHour)
.group(volumeByHourGroup)
.transitionDuration(500)
//Disable Filtering and add tooltip
.brushOn(false)
.title(function (d) {
return "Number Of Events : " + d.data.value;
})
//End of tooltip
.elasticY(true)
.x(d3.time.scale().domain(d3.extent(data, function (d) {
return d.dtg
})))
.xAxis();
dayOfWeekChart.width(300)
.height(200)
.margins({top: 5, left: 10, right: 10, bottom: 20})
.dimension(dayOfWeek)
.group(dayOfWeekGroup)
.colors(d3.scale.category10())
.label(function (d) {
return d.key;
})
.title(function (d) {
return d.value;
})
.elasticX(true)
.xAxis().ticks(4);
islandChart.width(250)
.height(220)
.radius(100)
.innerRadius(30)
.dimension(islands)
.group(islandsGroup)
.title(function (d) {
console.log(d);
return d.value
});
dataTable.width(960).height(800)
.dimension(timeDimension)
.group(function (d) {
return "Earthquake Table"
})
.size(10)
.columns(
[
function (d) {
return d.dtg
},
function (d) {
return d.lat
},
function (d) {
return d.long
},
function (d) {
return d.depth
},
function (d) {
return d.mag
},
function (d) {
return '<a href=\"https://maps.google.com/maps?z=12&t=m&q=loc:' +
d.lat + '+' + d.long + "\" target=\"_blank\">Google Map</a>";
},
function (d) {
return '<a href=\"https://www.openstreetmap.org/?mlat=' +
d.lat + '&mlon=' + d.long + '&zoom=12' +
"\" target=\"_blank\"> OSM Map</a>";
},
]
)
.sortBy(function (d) {
return d.dtg
})
.order(d3.ascending);
dc.renderAll();
//});
</script>
</body>
</html>
Modified http://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js to a secure url
Modified http://cdnjs.cloudflare.com/ajax/libs/crossfilter/1.3.11/crossfilter.min.js to a secure url
Modified http://cdnjs.cloudflare.com/ajax/libs/dc/1.7.3/dc.min.js to a secure url
Modified http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js to a secure url
Modified http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js to a secure url
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/crossfilter/1.3.11/crossfilter.min.js
https://cdnjs.cloudflare.com/ajax/libs/dc/1.7.3/dc.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js