1
0
Fork 0

Prueba de concepto para agregar geojson a mapero

This commit is contained in:
fredyrivera 2017-04-26 20:11:59 -05:00
parent 9a25be85cd
commit 3fbc06fb88
7 changed files with 20631 additions and 118 deletions

View File

@ -9,36 +9,63 @@ require ("milfs/funciones/conex.php");
//require ('funciones/convert.php');
$xajax->processRequests();
//if($_REQUEST[id2] =='') {$agregar= $_REQUEST[id];}else {$agregar = $_REQUEST[id2];}
if(isset($_REQUEST[categoria]) AND isset($_REQUEST[buscar])) {
$_REQUEST[buscar] = "$_REQUEST[categoria]:$_REQUEST[buscar]";
}
$formulario_nombre = remplacetas('form_id','id',$_REQUEST[id],'nombre') ;
$formulario_descripcion = remplacetas('form_id','id',$_REQUEST[id],'descripcion') ;
$agregar_nombre = remplacetas('form_id','id',$agregar,'nombre') ;
$id_empresa = remplacetas('form_id','id',$_REQUEST[id],'id_empresa') ;
$logo = remplacetas('empresa','id',"$id_empresa[0]",'imagen','') ;
$razon_social = remplacetas('empresa','id',"$id_empresa[0]",'razon_social','') ;
$campos_formulario = input_campos("$_REQUEST[id]","categoria");
$plantilla ="mapa";
?>
<!DOCTYPE html>
<html lang="en">
<head >
<title><?php echo $formulario_nombre[0] ?> MILFS</title>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, initial-scale=1">
<!-- <meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, initial-scale=1"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<meta name="description" content="">
<?php $xajax->printJavascript("milfs/xajax/"); ?>
<link rel="shortcut icon" href="favicon-152.png">
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
<link rel="stylesheet" href="librerias/leaflet/leaflet.css"/>
<link rel="stylesheet" href="librerias/leaflet/leaflet-search.css"/>
<script src="librerias/leaflet/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="librerias/jquery/jquery-2.1.4.min.js"></script>
<script src="librerias/leaflet/leaflet-providers.js"></script>
<script src="librerias/leaflet/leaflet-search.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="milfs/css/bootstrap.css">
<style type="text/css">
.navbar-default {
background:rgba(255,255,255,1) ;
<link rel="stylesheet" type="text/css" media="screen" href="milfs/css/bootstrap.css">
<link rel="stylesheet" href="librerias/leaflet/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.3/leaflet.js"></script>
<link rel="stylesheet" href="librerias/leaflet/dist/MarkerCluster.css" />
<link rel="stylesheet" href="librerias/leaflet/dist/MarkerCluster.Default.css" />
<script src="librerias/leaflet/dist/leaflet.markercluster-src.js"></script>
<script type="text/javascript" src="milfs/geojson.js.php?id=<?php echo $_REQUEST['id'] ?>&buscar=<?php echo $_REQUEST['buscar'] ?>"></script>
<!-- <script type="text/javascript" src="http://localhost/default/tupali/milfs/geojson.js.php?id=358"></script> -->
<!-- <script type="text/javascript" src="tmp/ruta_paz_territorial.geojson"></script> -->
<?php
$otro_json = remplacetas('form_parametrizacion','campo',$_REQUEST[id],'descripcion'," tabla='form_id' and opcion = 'json'") ;;
//$obj = file_get_contents('https://www.kleper.net/wiki/RutaPazTerritorial.geojson');
$obj=file_get_contents("$otro_json[0]");
echo "<script>var geojsonAuxiliar = $obj ;</script>";
?>
<style type="text/css">
}
@media (max-width: 800px) {
.panel-map{
max-width: 970px;
@ -58,28 +85,9 @@ background:rgba(255,255,255,1) ;
#map { position:absolute; top:0; bottom:0; width:100%; }
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
padding: 0; margin: 0;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
padding: 60px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}
.footer {
position: absolute;
@ -106,9 +114,7 @@ body > .container {
}
code {
font-size: 80%;
}
.modal-dialog {
width: 70%;
height: 50%;
@ -118,8 +124,23 @@ code {
.modal-content {
height: 50%;
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
</style>
<?php
$categorias = lista_categorias($_REQUEST['id'],'','') ;
$css_adicional = remplacetas('form_parametrizacion','campo',"index",'descripcion'," tabla='css' and opcion = 'adicional' and id_empresa = '$id_empresa[0]'") ;
if($css_adicional[0] !="") {
@ -134,10 +155,64 @@ code {
echo $css_adicional; ?>
</head>
<body>
<!--nav sidebar -->
<aside>
<nav class="navbar navbar-inverse sidebar navbar-fixed-top" role="navigation">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="librerias/leaflet/css/sidebar.css" rel="stylesheet">
<div id="map" style="">
<div class="nav-side-menu">
<div class="brand"><a href="./"><img style='width: 100%;' src='images/banner.png' class='image-responsive'></a><br> <i class="fa fa-info-circle fa-lg pull-right" style="margin-top: 10px; margin-right: 5px;"></i></div>
<i class="fa fa-bars fa-2x toggle-btn" data-toggle="collapse" data-target="#menu-content"></i>
<?php $categorias = lista_categorias($_REQUEST['id'],'','') ;
<br>
<form action="?id=<?php echo $_REQUEST[id]; ?>" method="get">
<div class='input-group '>
<input type='hidden' id='id' name='id' value="<?php echo $_REQUEST[id]; ?>" >
<?php echo $campos_formulario; ?><div id='div_campos'></div>
<input type='text' id='buscar' name='buscar' class='form-control' placeholder='Buscar' >
<input type="submit" class="btn btn-info " value="Buscar">
</div>
</form>
<hr>
<div class="menu-list">
<div style='width: calc(90% - 40px);;' class="container-fluid">
<h1><?php echo $formulario_nombre[0]; ?></h1>
<h2><?php echo $formulario_descripcion[0]; ?></h2>
<hr>
<h3>Categorías</h3>
<div style="height: 300px; overflow: auto;" >
<?php echo $categorias; ?>
</div>
<div class="sidebar-logo">
<a href="e<?php echo $id_empresa[0]; ?>" >
<img style='margin: 0px auto;' class='img img-responsive block-center' src="milfs/images/secure/?file=150/<?php echo $logo[0]; ?>" alt="<?php echo $razon_social[0]; ?>">
<h4><?php echo $razon_social[0]; ?></h4>
</a>
</div>
</div>
</div>
</div>
</nav>
</aside>
<div id="map"></div>
<?php
if($categorias !="") {
$pie="
<div style='' class='' id='contenedor_pie' >
@ -154,46 +229,133 @@ $leyenda ="<div id='div_leyenda'><a class='btn btn-default btn-xs' onclick=xaja
}
//echo $pie;
?>
</div>
<script type="text/javascript">
var map = L.map('map');
//var terrainTiles = L.tileLayer.provider('OpenTopoMap');
//terrainTiles.addTo(map);
map.setView([4, -74.9005222], 5);
function addDataToMap(data, map) {
var dataLayer = L.geoJson(data, {
pointToLayer: function(feature, latlng) {
<script type="text/javascript">
function htmlbodyHeightUpdate(){
var height3 = $( window ).height()
var height1 = $('.nav').height()+50
height2 = $('.main').height()
if(height2 > height3){
$('html').height(Math.max(height1,height3,height2)+10);
$('body').height(Math.max(height1,height3,height2)+10);
}
else
{
$('html').height(Math.max(height1,height3,height2));
$('body').height(Math.max(height1,height3,height2));
}
}
$(document).ready(function () {
htmlbodyHeightUpdate()
$( window ).resize(function() {
htmlbodyHeightUpdate()
});
$( window ).scroll(function() {
height2 = $('.main').height()
htmlbodyHeightUpdate()
});
});
function htmlbodyHeightUpdate(){
var height3 = $( window ).height()
var height1 = $('.nav').height()+50
height2 = $('.main').height()
if(height2 > height3){
$('html').height(Math.max(height1,height3,height2)+10);
$('body').height(Math.max(height1,height3,height2)+10);
}
else
{
$('html').height(Math.max(height1,height3,height2));
$('body').height(Math.max(height1,height3,height2));
}
}
$(document).ready(function () {
htmlbodyHeightUpdate()
$( window ).resize(function() {
htmlbodyHeightUpdate()
});
$( window ).scroll(function() {
height2 = $('.main').height()
htmlbodyHeightUpdate()
});
});
var tiles = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}),
latlng = L.latLng(4, -74.9005222);
var map = L.map('map', {center: latlng, zoom: 5, layers: [tiles],zoomControl: false});
var geojson = L.geoJson(geojsonSample, {
pointToLayer: function(feature, latlng) {
var smallIcon = new L.Icon({
iconSize: [60, 60],
iconAnchor: [13, 27],
popupAnchor: [1, -24],
iconUrl: feature.properties.icon.iconUrl
/* iconUrl: "http://localhost/default/tupali/milfs/images/secure/?file=150/da6d16547658ebc06c5378b30d1ee4bf.png"*/
});
return L.marker(latlng, {icon: smallIcon});
},
onEachFeature: function(feature, layer) {
onEachFeature: function(feature, layer) {
var popupText = feature.properties.description
layer.bindPopup(popupText); }
});
map.fitBounds(dataLayer.getBounds());
dataLayer.addTo(map);
});
}
/* PROVIDERS */
var geojsonAux = L.geoJson(geojsonAuxiliar, {
pointToLayer: function(feature, latlng) {
var smallIcon = new L.Icon({
iconSize: [60, 60],
iconAnchor: [13, 27],
popupAnchor: [1, -24],
/* iconUrl: feature.properties.icon.iconUrl*/
iconUrl: "http://localhost/default/tupali/milfs/images/secure/?file=150/da6d16547658ebc06c5378b30d1ee4bf.png"
});
return L.marker(latlng, {icon: smallIcon});
},
onEachFeature: function(feature, layer) {
var popupText = feature.properties.description
layer.bindPopup(popupText); }
});
var markers = L.markerClusterGroup();
markers.addLayer(geojson);
markers.addLayer(geojsonAux);
map.fitBounds(geojson.getBounds());
var legend = L.control({position: 'bottomright'});
//disable zoomControl when initializing map (which is topleft by default)
//add zoom control with your options
L.control.zoom({
position:'topright'
}).addTo(map);
legend.onAdd = function (map) {
var div = L.DomUtil.create('div', 'info legend');
div.innerHTML = "<?php echo $leyenda; ?> <a class='btn btn-info btn-xs' onclick=\"xajax_contenido_show('div_leyenda'); \"><span class=''>Leyenda</span></a>";
div.innerHTML = "";
div.id = "info legend"
@ -202,61 +364,8 @@ var legend = L.control({position: 'bottomright'});
legend.addTo(map);
var defaultLayer = L.tileLayer.provider('OpenTopoMap').addTo(map);
map.addLayer(markers);
var baseLayers = {
'Topográfico': defaultLayer,
'OpenStretMap': L.tileLayer.provider('OpenStreetMap.Mapnik') ,
'Blanco y Negro': L.tileLayer.provider('OpenStreetMap.BlackAndWhite'),
'Humanitario.': L.tileLayer.provider('OpenStreetMap.HOT'),
'Satelital': L.tileLayer.provider('Esri.WorldImagery')
};
var overlayLayers = {
};
var layerControl = L.control.layers(baseLayers, overlayLayers,{collapsed:false}).addTo(map);
// resize layers control to fit into view.
function resizeLayerControl() {
var layerControlHeight = document.body.clientHeight - (10 + 50);
var layerControl = document.getElementsByClassName('leaflet-control-layers-expanded')[0];
layerControl.style.overflowY = 'auto';
layerControl.style.maxHeight = layerControlHeight + 'px';
}
map.on('resize', resizeLayerControl);
resizeLayerControl();
map.addControl( new L.Control.Search({
url: 'https://nominatim.openstreetmap.org/search?format=json&q={s}',
jsonpParam: 'json_callback',
propertyName: 'display_name',
propertyLoc: ['lat','lon'],
markerLocation: true,
autoCollapse: true,
autoType: false,
minLength: 2,
zoom:17
}) );
/* PROVIDERS */
/* $.getJSON("http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson", function(data) { addDataToMap(data, map); });*/
$.getJSON("milfs/geojson.php?id=<?php echo $_REQUEST['id'] ?>&buscar=<?php echo $_REQUEST['buscar'] ?>", function(data) { addDataToMap(data, map); });
</script>
</script>
</body>
</html>

View File

@ -112,7 +112,7 @@ if ( !empty($exif['GPSLongitude']) && !empty($exif['GPSLatitude']) ) {
if ( $exif['GPSLatitudeRef'] == 'S')
$gps_latitude = -$gps_latitude;
if($gps_latitude !='') {
$resultado = "../mapa.php?lon=$gps_latitude&lat=$gps_longitude&zoom=18&exif=$file";
$resultado = "../mapa.php?lon=$gps_latitude&lat=$gps_longitude&zoom=18&exif=exif";
}else{$resultado ="";}
//$resultado = "$gps_longitude $gps_latitude";

View File

@ -29,11 +29,11 @@ var map = L.map('map')
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png').addTo(map);
<?php
if(!isset($_REQUEST['exif'])) { ?>
function onLocationFound(e) {
function onLocationFound(e) {
var radius = e.accuracy / 2;
var marker = L.marker(e.latlng,{draggable: true}).addTo(map)
L.circle(e.latlng, radius).addTo(map);
var mapa = window.parent.document.getElementById('<?php echo $_REQUEST[id]?>');
L.circle(e.latlng, radius).addTo(map);
var mapa = window.parent.document.getElementById('<?php echo $_REQUEST[id]?>');
marker.on('dragend', ondragend);
ondragend();
@ -41,16 +41,16 @@ var mapa = window.parent.document.getElementById('<?php echo $_REQUEST[id]?>');
var m = marker.getLatLng();
var z = map.getZoom();
mapa.value= m.lng+' '+m.lat+' '+z;
}
}
}
map.on('locationfound', onLocationFound);
map.on('locationfound', onLocationFound);
<?php } ?>
function onLocationError(e) {
function onLocationError(e) {
//alert(e.message);
var marker = L.marker([<?php echo $lon ?>,<?php echo $lat ?>],{draggable: true}).addTo(map);
var mapa = window.parent.document.getElementById('<?php echo $_REQUEST[id]?>');
@ -60,7 +60,7 @@ function onLocationError(e) {
var m = marker.getLatLng();
var z = map.getZoom();
mapa.value= m.lng+' '+m.lat+' '+z;
}
}
}
map.on('locationerror', onLocationError);
map.locate({setView: true, maxZoom: 16});

31
mjson.php Normal file
View File

@ -0,0 +1,31 @@
<html>
<head>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css"/>
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="librerias/leaflet/leaflet-providers.js"></script>
</head>
<body>
<div id="map" style="width: 100%; height: 300px;"></div>
<script type="text/javascript">
var map = L.map('map');
var terrainTiles = L.tileLayer.provider('OpenStreetMap.Mapnik');
terrainTiles.addTo(map);
map.setView([4, -72], 3);
function addDataToMap(data, map) {
var dataLayer = L.geoJson(data, {
onEachFeature: function(feature, layer) {
var popupText = "Titulo: " + feature.properties.name
+ "<br>Location: " + feature.properties.coordinates
+ "<br><a href='" + feature.properties.title + "'>More info</a>";
layer.bindPopup(popupText); }
});
dataLayer.addTo(map);
}
$.getJSON("https://www.kleper.net/wiki/lib/exe/fetch.php/ruta_paz_territorial.geojson", function(data) { addDataToMap(data, map); });
</script>
</body>
</html>

180
tmp/all_day.geojson Normal file
View File

@ -0,0 +1,180 @@
{"type":"FeatureCollection","metadata":{"generated":1493242980000,"url":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson","title":"USGS All Earthquakes, Past Day","status":200,"api":"1.5.7","count":180},"features":[{"type":"Feature","properties":{"mag":0.78,"place":"10km WNW of The Geysers, California","time":1493242796980,"updated":1493242894640,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794216","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794216.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":9,"net":"nc","code":"72794216","ids":",nc72794216,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,","nst":10,"dmin":0.002306,"rms":0.02,"gap":134,"magType":"md","type":"earthquake","title":"M 0.8 - 10km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8554993,38.8255005,2.06]},"id":"nc72794216"},
{"type":"Feature","properties":{"mag":1.43,"place":"2km SE of Home Gardens, California","time":1493241311580,"updated":1493242428679,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37635031","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37635031.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":31,"net":"ci","code":"37635031","ids":",ci37635031,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":27,"dmin":0.05054,"rms":0.17,"gap":56,"magType":"ml","type":"quarry blast","title":"M 1.4 Quarry Blast - 2km SE of Home Gardens, California"},"geometry":{"type":"Point","coordinates":[-117.5013333,33.8665,-0.48]},"id":"ci37635031"},
{"type":"Feature","properties":{"mag":0.86,"place":"18km SSE of Aguanga, California","time":1493240636660,"updated":1493241391482,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37635023","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37635023.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":11,"net":"ci","code":"37635023","ids":",ci37635023,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":29,"dmin":0.06485,"rms":0.18,"gap":97,"magType":"ml","type":"earthquake","title":"M 0.9 - 18km SSE of Aguanga, California"},"geometry":{"type":"Point","coordinates":[-116.8065,33.2871667,14.22]},"id":"ci37635023"},
{"type":"Feature","properties":{"mag":1.2,"place":"54km NNW of Yakutat, Alaska","time":1493240214898,"updated":1493240616642,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820817","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820817.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":22,"net":"ak","code":"15820817","ids":",ak15820817,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.34,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 54km NNW of Yakutat, Alaska"},"geometry":{"type":"Point","coordinates":[-140.1018,60.0011,15]},"id":"ak15820817"},
{"type":"Feature","properties":{"mag":0.68,"place":"6km WNW of The Geysers, California","time":1493240134840,"updated":1493240583653,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794206","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794206.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":7,"net":"nc","code":"72794206","ids":",nc72794206,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.01605,"rms":0.03,"gap":169,"magType":"md","type":"earthquake","title":"M 0.7 - 6km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.815834,38.8074989,1.58]},"id":"nc72794206"},
{"type":"Feature","properties":{"mag":0.9,"place":"76km SSW of Coldfoot, Alaska","time":1493239897534,"updated":1493240616915,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820816","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820816.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":12,"net":"ak","code":"15820816","ids":",ak15820816,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.67,"gap":null,"magType":"ml","type":"earthquake","title":"M 0.9 - 76km SSW of Coldfoot, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7917,66.6177,5.7]},"id":"ak15820816"},
{"type":"Feature","properties":{"mag":1.28,"place":"8km NE of Aguanga, California","time":1493239522640,"updated":1493240513210,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37635015","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37635015.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":25,"net":"ci","code":"37635015","ids":",ci37635015,","sources":",ci,","types":",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":36,"dmin":0.08692,"rms":0.13,"gap":60,"magType":"ml","type":"earthquake","title":"M 1.3 - 8km NE of Aguanga, California"},"geometry":{"type":"Point","coordinates":[-116.7901667,33.4903333,5.04]},"id":"ci37635015"},
{"type":"Feature","properties":{"mag":2,"place":"94km SSE of Old Iliamna, Alaska","time":1493239342722,"updated":1493240295128,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820810","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820810.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":62,"net":"ak","code":"15820810","ids":",ak15820810,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.67,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 94km SSE of Old Iliamna, Alaska"},"geometry":{"type":"Point","coordinates":[-154.2447,58.9709,119.1]},"id":"ak15820810"},
{"type":"Feature","properties":{"mag":0.68,"place":"9km WNW of The Geysers, California","time":1493238205190,"updated":1493239144593,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794201","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794201.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":7,"net":"nc","code":"72794201","ids":",nc72794201,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.008083,"rms":0.02,"gap":134,"magType":"md","type":"earthquake","title":"M 0.7 - 9km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8451691,38.8214989,1.52]},"id":"nc72794201"},
{"type":"Feature","properties":{"mag":0.91,"place":"4km ESE of The Geysers, California","time":1493238072580,"updated":1493238962589,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794196","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794196.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":13,"net":"nc","code":"72794196","ids":",nc72794196,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.01443,"rms":0.05,"gap":173,"magType":"md","type":"earthquake","title":"M 0.9 - 4km ESE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7121658,38.7578316,1.18]},"id":"nc72794196"},
{"type":"Feature","properties":{"mag":0.68,"place":"4km S of Idyllwild-Pine Cove, California","time":1493237995310,"updated":1493239436420,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37634991","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37634991.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":7,"net":"ci","code":"37634991","ids":",ci37634991,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":18,"dmin":0.01429,"rms":0.11,"gap":99,"magType":"ml","type":"earthquake","title":"M 0.7 - 4km S of Idyllwild-Pine Cove, California"},"geometry":{"type":"Point","coordinates":[-116.727,33.7016667,17.71]},"id":"ci37634991"},
{"type":"Feature","properties":{"mag":0.6,"place":"15km NNE of West Yellowstone, Montana","time":1493237198400,"updated":1493239023830,"tz":-420,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/uu60195172","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60195172.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":6,"net":"uu","code":"60195172","ids":",uu60195172,","sources":",uu,","types":",geoserve,origin,phase-data,","nst":10,"dmin":0.02627,"rms":0.12,"gap":149,"magType":"ml","type":"earthquake","title":"M 0.6 - 15km NNE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-111.0128333,44.7851667,5.04]},"id":"uu60195172"},
{"type":"Feature","properties":{"mag":2.27,"place":"5km S of Volcano, Hawaii","time":1493236377330,"updated":1493241868260,"tz":-600,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/hv61715831","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv61715831.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":79,"net":"hv","code":"61715831","ids":",hv61715831,","sources":",hv,","types":",geoserve,origin,phase-data,","nst":26,"dmin":0.00794,"rms":0.07,"gap":89,"magType":"ml","type":"earthquake","title":"M 2.3 - 5km S of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.2396667,19.3815,3.019]},"id":"hv61715831"},
{"type":"Feature","properties":{"mag":1.82,"place":"27km SE of Peaceful Valley, Washington","time":1493236360730,"updated":1493239989180,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/uw61275336","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61275336.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":51,"net":"uw","code":"61275336","ids":",uw61275336,","sources":",uw,","types":",geoserve,origin,phase-data,","nst":8,"dmin":0.05559,"rms":0.16,"gap":161,"magType":"ml","type":"earthquake","title":"M 1.8 - 27km SE of Peaceful Valley, Washington"},"geometry":{"type":"Point","coordinates":[-121.9341667,48.7328333,0.2]},"id":"uw61275336"},
{"type":"Feature","properties":{"mag":0.69,"place":"0km SE of The Geysers, California","time":1493235782110,"updated":1493236141468,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794186","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794186.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":7,"net":"nc","code":"72794186","ids":",nc72794186,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.01023,"rms":0,"gap":91,"magType":"md","type":"earthquake","title":"M 0.7 - 0km SE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7535019,38.774334,0.27]},"id":"nc72794186"},
{"type":"Feature","properties":{"mag":1.25,"place":"2km ESE of Loma Linda, California","time":1493235519070,"updated":1493237683542,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37634951","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37634951.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":24,"net":"ci","code":"37634951","ids":",ci37634951,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":51,"dmin":0.09843,"rms":0.14,"gap":62,"magType":"ml","type":"earthquake","title":"M 1.3 - 2km ESE of Loma Linda, California"},"geometry":{"type":"Point","coordinates":[-117.239,34.039,17.54]},"id":"ci37634951"},
{"type":"Feature","properties":{"mag":0.88,"place":"3km W of Cobb, California","time":1493234941890,"updated":1493235362451,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794181","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794181.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":12,"net":"nc","code":"72794181","ids":",nc72794181,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.008449,"rms":0.01,"gap":121,"magType":"md","type":"earthquake","title":"M 0.9 - 3km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7648315,38.8230019,1.76]},"id":"nc72794181"},
{"type":"Feature","properties":{"mag":0.26,"place":"43km N of China Lake Acres, California","time":1493234657450,"updated":1493237227487,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37634935","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37634935.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":1,"net":"ci","code":"37634935","ids":",ci37634935,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.01052,"rms":0.06,"gap":133,"magType":"ml","type":"earthquake","title":"M 0.3 - 43km N of China Lake Acres, California"},"geometry":{"type":"Point","coordinates":[-117.773,36.0336667,1.78]},"id":"ci37634935"},
{"type":"Feature","properties":{"mag":1.12,"place":"18km N of Borrego Springs, California","time":1493233859680,"updated":1493237274628,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37634919","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37634919.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":19,"net":"ci","code":"37634919","ids":",ci37634919,","sources":",ci,","types":",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":46,"dmin":0.09948,"rms":0.17,"gap":78,"magType":"ml","type":"earthquake","title":"M 1.1 - 18km N of Borrego Springs, California"},"geometry":{"type":"Point","coordinates":[-116.3896667,33.4246667,11.7]},"id":"ci37634919"},
{"type":"Feature","properties":{"mag":0.3,"place":"22km ESE of Hawthorne, Nevada","time":1493233518177,"updated":1493242260013,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587249","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587249.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":1,"net":"nn","code":"00587249","ids":",nn00587249,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":5,"dmin":0.039,"rms":0.0911,"gap":174.27,"magType":"ml","type":"earthquake","title":"M 0.3 - 22km ESE of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.3783,38.4576,4.9]},"id":"nn00587249"},
{"type":"Feature","properties":{"mag":1.51,"place":"5km E of Butte, Montana","time":1493233464990,"updated":1493234458370,"tz":-420,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/mb80206929","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80206929.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":35,"net":"mb","code":"80206929","ids":",mb80206929,","sources":",mb,","types":",geoserve,origin,phase-data,","nst":9,"dmin":0.063,"rms":0.12,"gap":80,"magType":"ml","type":"quarry blast","title":"M 1.5 Quarry Blast - 5km E of Butte, Montana"},"geometry":{"type":"Point","coordinates":[-112.4685,45.9998333,-2]},"id":"mb80206929"},
{"type":"Feature","properties":{"mag":2,"place":"44km WNW of Anchor Point, Alaska","time":1493233325227,"updated":1493234332802,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820717","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820717.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":62,"net":"ak","code":"15820717","ids":",ak15820717,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.67,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.0 - 44km WNW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5909,59.8818,83]},"id":"ak15820717"},
{"type":"Feature","properties":{"mag":1.6,"place":"41km WNW of Cantwell, Alaska","time":1493232326951,"updated":1493232628433,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820712","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820712.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":39,"net":"ak","code":"15820712","ids":",ak15820712,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 41km WNW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-149.7551,63.492,97.9]},"id":"ak15820712"},
{"type":"Feature","properties":{"mag":1.36,"place":"1km SSE of Campbell, California","time":1493232239990,"updated":1493232723373,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794156","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794156.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":28,"net":"nc","code":"72794156","ids":",nc72794156,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":6,"dmin":0.1347,"rms":0.25,"gap":214,"magType":"md","type":"earthquake","title":"M 1.4 - 1km SSE of Campbell, California"},"geometry":{"type":"Point","coordinates":[-121.9418335,37.2724991,3.14]},"id":"nc72794156"},
{"type":"Feature","properties":{"mag":1.1,"place":"81km E of Cantwell, Alaska","time":1493232038912,"updated":1493232317608,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820710","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820710.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":19,"net":"ak","code":"15820710","ids":",ak15820710,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.65,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 81km E of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3244,63.3999,7.1]},"id":"ak15820710"},
{"type":"Feature","properties":{"mag":2.08,"place":"21km N of Pahala, Hawaii","time":1493231948820,"updated":1493232286790,"tz":-600,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/hv61715561","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv61715561.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":67,"net":"hv","code":"61715561","ids":",hv61715561,","sources":",hv,","types":",geoserve,origin,phase-data,","nst":48,"dmin":0.04099,"rms":0.16,"gap":34,"magType":"ml","type":"earthquake","title":"M 2.1 - 21km N of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.4886627,19.4004993,6.49]},"id":"hv61715561"},
{"type":"Feature","properties":{"mag":1.56,"place":"12km WNW of Calipatria, California","time":1493231562600,"updated":1493234592230,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37634903","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37634903.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":37,"net":"ci","code":"37634903","ids":",ci37634903,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":35,"dmin":0.02026,"rms":0.2,"gap":48,"magType":"ml","type":"earthquake","title":"M 1.6 - 12km WNW of Calipatria, California"},"geometry":{"type":"Point","coordinates":[-115.6361667,33.1663333,4.59]},"id":"ci37634903"},
{"type":"Feature","properties":{"mag":1.88,"place":"3km W of Cobb, California","time":1493231373970,"updated":1493242141702,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794151","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794151.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":54,"net":"nc","code":"72794151","ids":",nc72794151,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":31,"dmin":0.009083,"rms":0.03,"gap":54,"magType":"md","type":"earthquake","title":"M 1.9 - 3km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7651672,38.8221664,1.73]},"id":"nc72794151"},
{"type":"Feature","properties":{"mag":4.2,"place":"64km NW of Dobo, Indonesia","time":1493231184860,"updated":1493238327040,"tz":540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008l3v","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008l3v.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":271,"net":"us","code":"10008l3v","ids":",us10008l3v,","sources":",us,","types":",geoserve,origin,phase-data,","nst":null,"dmin":2.865,"rms":1.36,"gap":110,"magType":"mb","type":"earthquake","title":"M 4.2 - 64km NW of Dobo, Indonesia"},"geometry":{"type":"Point","coordinates":[133.8349,-5.3242,34.68]},"id":"us10008l3v"},
{"type":"Feature","properties":{"mag":5.2,"place":"103km ENE of Iquique, Chile","time":1493230352190,"updated":1493232516822,"tz":-240,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008l3j","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008l3j.geojson","felt":6,"cdi":2.9,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":418,"net":"us","code":"10008l3j","ids":",us10008l3j,","sources":",us,","types":",dyfi,geoserve,origin,phase-data,","nst":null,"dmin":0.124,"rms":0.83,"gap":85,"magType":"mww","type":"earthquake","title":"M 5.2 - 103km ENE of Iquique, Chile"},"geometry":{"type":"Point","coordinates":[-69.3213,-19.7038,109.03]},"id":"us10008l3j"},
{"type":"Feature","properties":{"mag":1.5,"place":"69km NNW of Redoubt Volcano, Alaska","time":1493229848783,"updated":1493230703758,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820700","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820700.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":35,"net":"ak","code":"15820700","ids":",ak15820700,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.96,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 69km NNW of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-153.0898,61.0815,197]},"id":"ak15820700"},
{"type":"Feature","properties":{"mag":4.2,"place":"140km E of Manokwari, Indonesia","time":1493229620940,"updated":1493237543040,"tz":540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008l3g","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008l3g.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":271,"net":"us","code":"10008l3g","ids":",us10008l3g,","sources":",us,","types":",geoserve,origin,phase-data,","nst":null,"dmin":3.715,"rms":0.95,"gap":143,"magType":"mb","type":"earthquake","title":"M 4.2 - 140km E of Manokwari, Indonesia"},"geometry":{"type":"Point","coordinates":[135.3432,-0.8459,68.3]},"id":"us10008l3g"},
{"type":"Feature","properties":{"mag":1.21,"place":"45km NNW of Los Algodones, Mexico","time":1493229609980,"updated":1493239799646,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867416","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867416.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":23,"net":"ci","code":"37867416","ids":",ci37867416,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":7,"dmin":0.08126,"rms":0.23,"gap":88,"magType":"ml","type":"quarry blast","title":"M 1.2 Quarry Blast - 45km NNW of Los Algodones, Mexico"},"geometry":{"type":"Point","coordinates":[-114.981,33.0536667,-0.4]},"id":"ci37867416"},
{"type":"Feature","properties":{"mag":1.91,"place":"25km SSW of Coalinga, California","time":1493229601440,"updated":1493239082593,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794141","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794141.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":56,"net":"nc","code":"72794141","ids":",nc72794141,","sources":",nc,","types":",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":27,"dmin":0.02074,"rms":0.06,"gap":48,"magType":"md","type":"earthquake","title":"M 1.9 - 25km SSW of Coalinga, California"},"geometry":{"type":"Point","coordinates":[-120.4785004,35.9266663,4.19]},"id":"nc72794141"},
{"type":"Feature","properties":{"mag":1.2,"place":"104km NW of Talkeetna, Alaska","time":1493229580602,"updated":1493229865544,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820698","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820698.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":22,"net":"ak","code":"15820698","ids":",ak15820698,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.54,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 104km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.5415,62.9873,0]},"id":"ak15820698"},
{"type":"Feature","properties":{"mag":0.65,"place":"9km N of Anza, California","time":1493229295870,"updated":1493236896337,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867408","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867408.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":6,"net":"ci","code":"37867408","ids":",ci37867408,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":22,"dmin":0.03096,"rms":0.09,"gap":104,"magType":"ml","type":"earthquake","title":"M 0.7 - 9km N of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.6613333,33.6396667,14.07]},"id":"ci37867408"},
{"type":"Feature","properties":{"mag":1.31,"place":"4km S of Rancho Palos Verdes, California","time":1493228700730,"updated":1493239480887,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867400","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867400.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":26,"net":"ci","code":"37867400","ids":",ci37867400,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":11,"dmin":0.04533,"rms":0.15,"gap":242,"magType":"ml","type":"earthquake","title":"M 1.3 - 4km S of Rancho Palos Verdes, California"},"geometry":{"type":"Point","coordinates":[-118.3903333,33.6995,3.4]},"id":"ci37867400"},
{"type":"Feature","properties":{"mag":1.8,"place":"6km S of Houston, Alaska","time":1493228595851,"updated":1493229042453,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820581","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820581.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":50,"net":"ak","code":"15820581","ids":",ak15820581,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 6km S of Houston, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8174,61.5701,47.1]},"id":"ak15820581"},
{"type":"Feature","properties":{"mag":0.95,"place":"5km WNW of The Geysers, California","time":1493228452650,"updated":1493237581538,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794126","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794126.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":14,"net":"nc","code":"72794126","ids":",nc72794126,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":17,"dmin":0.0127,"rms":0.03,"gap":115,"magType":"md","type":"earthquake","title":"M 1.0 - 5km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8089981,38.8001671,1.84]},"id":"nc72794126"},
{"type":"Feature","properties":{"mag":5,"place":"284km SE of Lambasa, Fiji","time":1493227873810,"updated":1493241174040,"tz":-720,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008l2y","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008l2y.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":385,"net":"us","code":"10008l2y","ids":",us10008l2y,","sources":",us,","types":",geoserve,origin,phase-data,","nst":null,"dmin":3.319,"rms":0.93,"gap":74,"magType":"mb","type":"earthquake","title":"M 5.0 - 284km SE of Lambasa, Fiji"},"geometry":{"type":"Point","coordinates":[-178.4681,-17.9432,568.32]},"id":"us10008l2y"},
{"type":"Feature","properties":{"mag":0.57,"place":"8km NW of The Geysers, California","time":1493227767860,"updated":1493228163045,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794116","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794116.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":5,"net":"nc","code":"72794116","ids":",nc72794116,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.004994,"rms":0.16,"gap":117,"magType":"md","type":"earthquake","title":"M 0.6 - 8km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8410034,38.8213348,8.77]},"id":"nc72794116"},
{"type":"Feature","properties":{"mag":1.1,"place":"9km NNW of Big Bear Lake, California","time":1493226968400,"updated":1493238708669,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867344","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867344.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":19,"net":"ci","code":"37867344","ids":",ci37867344,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.0652,"rms":0.18,"gap":43,"magType":"ml","type":"quarry blast","title":"M 1.1 Quarry Blast - 9km NNW of Big Bear Lake, California"},"geometry":{"type":"Point","coordinates":[-116.9408333,34.3255,-1.74]},"id":"ci37867344"},
{"type":"Feature","properties":{"mag":0.3,"place":"31km SSW of Hawthorne, Nevada","time":1493226666457,"updated":1493229136431,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587242","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587242.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":1,"net":"nn","code":"00587242","ids":",nn00587242,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":3,"dmin":0.199,"rms":0.025,"gap":328.77,"magType":"ml","type":"earthquake","title":"M 0.3 - 31km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7576,38.2644,12.7]},"id":"nn00587242"},
{"type":"Feature","properties":{"mag":1.28,"place":"26km W of Westmorland, California","time":1493225843890,"updated":1493234586065,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867328","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867328.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":25,"net":"ci","code":"37867328","ids":",ci37867328,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":33,"dmin":0.1008,"rms":0.21,"gap":95,"magType":"ml","type":"earthquake","title":"M 1.3 - 26km W of Westmorland, California"},"geometry":{"type":"Point","coordinates":[-115.9045,33.0425,6.84]},"id":"ci37867328"},
{"type":"Feature","properties":{"mag":1.4,"place":"6km ESE of East Quincy, California","time":1493223489762,"updated":1493228950037,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587208","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587208.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":30,"net":"nn","code":"00587208","ids":",nn00587208,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":10,"dmin":0.331,"rms":0.1738,"gap":164.98,"magType":"ml","type":"earthquake","title":"M 1.4 - 6km ESE of East Quincy, California"},"geometry":{"type":"Point","coordinates":[-120.8255,39.9114,8.4]},"id":"nn00587208"},
{"type":"Feature","properties":{"mag":1.07,"place":"33km N of Challis, Idaho","time":1493222892750,"updated":1493227818250,"tz":-420,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/mb80206914","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80206914.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":18,"net":"mb","code":"80206914","ids":",mb80206914,","sources":",mb,","types":",geoserve,origin,phase-data,","nst":8,"dmin":0.452,"rms":0.12,"gap":125,"magType":"ml","type":"earthquake","title":"M 1.1 - 33km N of Challis, Idaho"},"geometry":{"type":"Point","coordinates":[-114.2565,44.8076667,11.08]},"id":"mb80206914"},
{"type":"Feature","properties":{"mag":1.6,"place":"11km S of Big Lake, Alaska","time":1493222482182,"updated":1493222767003,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820535","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820535.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":39,"net":"ak","code":"15820535","ids":",ak15820535,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.58,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 11km S of Big Lake, Alaska"},"geometry":{"type":"Point","coordinates":[-149.9227,61.4154,31.6]},"id":"ak15820535"},
{"type":"Feature","properties":{"mag":1.2,"place":"4km SE of Big Lake, Alaska","time":1493221284416,"updated":1493221602007,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820462","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820462.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":22,"net":"ak","code":"15820462","ids":",ak15820462,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.3,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 4km SE of Big Lake, Alaska"},"geometry":{"type":"Point","coordinates":[-149.8793,61.4967,41.9]},"id":"ak15820462"},
{"type":"Feature","properties":{"mag":0.9,"place":"39km NE of Healy, Alaska","time":1493221068358,"updated":1493221257445,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820458","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820458.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":12,"net":"ak","code":"15820458","ids":",ak15820458,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.25,"gap":null,"magType":"ml","type":"earthquake","title":"M 0.9 - 39km NE of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-148.4704,64.1351,16.3]},"id":"ak15820458"},
{"type":"Feature","properties":{"mag":0,"place":"23km ESE of Hawthorne, Nevada","time":1493220772579,"updated":1493223125362,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587205","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587205.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"nn","code":"00587205","ids":",nn00587205,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":4,"dmin":0.027,"rms":0.0487,"gap":244.13,"magType":"ml","type":"earthquake","title":"M 0.0 - 23km ESE of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.3704,38.4421,7.3]},"id":"nn00587205"},
{"type":"Feature","properties":{"mag":1.4,"place":"39km W of Seward, Alaska","time":1493220644972,"updated":1493221003942,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820452","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820452.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":30,"net":"ak","code":"15820452","ids":",ak15820452,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.95,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 39km W of Seward, Alaska"},"geometry":{"type":"Point","coordinates":[-150.1451,60.1583,54.6]},"id":"ak15820452"},
{"type":"Feature","properties":{"mag":0.57,"place":"1km NE of The Geysers, California","time":1493220362840,"updated":1493220722540,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794091","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794091.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":5,"net":"nc","code":"72794091","ids":",nc72794091,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":7,"dmin":0.009361,"rms":0.04,"gap":123,"magType":"md","type":"earthquake","title":"M 0.6 - 1km NE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7474976,38.7873344,0.12]},"id":"nc72794091"},
{"type":"Feature","properties":{"mag":1.48,"place":"29km SE of Lone Pine, California","time":1493219362230,"updated":1493222328666,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867296","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867296.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":34,"net":"ci","code":"37867296","ids":",ci37867296,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.1455,"rms":0.14,"gap":91,"magType":"ml","type":"earthquake","title":"M 1.5 - 29km SE of Lone Pine, California"},"geometry":{"type":"Point","coordinates":[-117.8388333,36.4075,1.37]},"id":"ci37867296"},
{"type":"Feature","properties":{"mag":1.26,"place":"14km ESE of Alum Rock, California","time":1493218141770,"updated":1493234522422,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794081","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794081.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":24,"net":"nc","code":"72794081","ids":",nc72794081,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":16,"dmin":0.04294,"rms":0.05,"gap":72,"magType":"md","type":"earthquake","title":"M 1.3 - 14km ESE of Alum Rock, California"},"geometry":{"type":"Point","coordinates":[-121.6753333,37.3075,6.17]},"id":"nc72794081"},
{"type":"Feature","properties":{"mag":2.6,"place":"90km NW of Haines Junction, Canada","time":1493217601949,"updated":1493218116544,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820366","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820366.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":104,"net":"ak","code":"15820366","ids":",ak15820366,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.77,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 90km NW of Haines Junction, Canada"},"geometry":{"type":"Point","coordinates":[-138.8899,61.2159,5.6]},"id":"ak15820366"},
{"type":"Feature","properties":{"mag":1.5,"place":"66km SSE of Cantwell, Alaska","time":1493216738562,"updated":1493217082651,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820362","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820362.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":35,"net":"ak","code":"15820362","ids":",ak15820362,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.95,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.5 - 66km SSE of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-148.2295,62.8904,53.6]},"id":"ak15820362"},
{"type":"Feature","properties":{"mag":0.45,"place":"4km NW of The Geysers, California","time":1493216602550,"updated":1493227081715,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794071","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794071.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":3,"net":"nc","code":"72794071","ids":",nc72794071,","sources":",nc,","types":",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":29,"dmin":0.005953,"rms":0.05,"gap":106,"magType":"md","type":"earthquake","title":"M 0.5 - 4km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8015,38.8045,1.48]},"id":"nc72794071"},
{"type":"Feature","properties":{"mag":1.4,"place":"81km NNW of Valdez, Alaska","time":1493216519012,"updated":1493216849224,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820360","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820360.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":30,"net":"ak","code":"15820360","ids":",ak15820360,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.82,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 81km NNW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-147.2012,61.7365,32.7]},"id":"ak15820360"},
{"type":"Feature","properties":{"mag":1.1,"place":"56km NE of Lone Pine, California","time":1493215246724,"updated":1493222005317,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587198","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587198.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":19,"net":"nn","code":"00587198","ids":",nn00587198,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":21,"dmin":0.229,"rms":0.1969,"gap":151.86,"magType":"ml","type":"earthquake","title":"M 1.1 - 56km NE of Lone Pine, California"},"geometry":{"type":"Point","coordinates":[-117.6606,37.0043,0.4]},"id":"nn00587198"},
{"type":"Feature","properties":{"mag":1.14,"place":"9km NNW of Big Bear City, California","time":1493214723660,"updated":1493216786625,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867208","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867208.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":20,"net":"ci","code":"37867208","ids":",ci37867208,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":47,"dmin":0.04582,"rms":0.19,"gap":46,"magType":"ml","type":"quarry blast","title":"M 1.1 Quarry Blast - 9km NNW of Big Bear City, California"},"geometry":{"type":"Point","coordinates":[-116.8823333,34.3418333,-1.6]},"id":"ci37867208"},
{"type":"Feature","properties":{"mag":1.83,"place":"4km SSW of Ames Lake, Washington","time":1493214676360,"updated":1493232815160,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/uw61275166","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61275166.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":52,"net":"uw","code":"61275166","ids":",uw61275166,","sources":",uw,","types":",geoserve,origin,phase-data,","nst":30,"dmin":0.05996,"rms":0.19,"gap":74,"magType":"ml","type":"earthquake","title":"M 1.8 - 4km SSW of Ames Lake, Washington"},"geometry":{"type":"Point","coordinates":[-121.9871667,47.5976667,13]},"id":"uw61275166"},
{"type":"Feature","properties":{"mag":1,"place":"99km WSW of Fort Yukon, Alaska","time":1493214478223,"updated":1493214884746,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820358","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820358.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":15,"net":"ak","code":"15820358","ids":",ak15820358,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.95,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 99km WSW of Fort Yukon, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3245,66.2132,6.4]},"id":"ak15820358"},
{"type":"Feature","properties":{"mag":0.2,"place":"56km NE of Lone Pine, California","time":1493214407061,"updated":1493223696396,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587207","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587207.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":1,"net":"nn","code":"00587207","ids":",nn00587207,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":8,"dmin":0.236,"rms":0.14,"gap":207.58,"magType":"ml","type":"earthquake","title":"M 0.2 - 56km NE of Lone Pine, California"},"geometry":{"type":"Point","coordinates":[-117.6619,36.9967,1.7]},"id":"nn00587207"},
{"type":"Feature","properties":{"mag":0.51,"place":"9km NE of Aguanga, California","time":1493213704240,"updated":1493216452986,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867192","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867192.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":4,"net":"ci","code":"37867192","ids":",ci37867192,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":25,"dmin":0.08151,"rms":0.1,"gap":95,"magType":"ml","type":"earthquake","title":"M 0.5 - 9km NE of Aguanga, California"},"geometry":{"type":"Point","coordinates":[-116.7885,33.4958333,5.5]},"id":"ci37867192"},
{"type":"Feature","properties":{"mag":4.8,"place":"134km ESE of Pangai, Tonga","time":1493213152940,"updated":1493214487040,"tz":-720,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008l0n","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008l0n.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":354,"net":"us","code":"10008l0n","ids":",us10008l0n,","sources":",us,","types":",geoserve,origin,phase-data,","nst":null,"dmin":3.431,"rms":1.28,"gap":89,"magType":"mb","type":"earthquake","title":"M 4.8 - 134km ESE of Pangai, Tonga"},"geometry":{"type":"Point","coordinates":[-173.2687,-20.4516,10]},"id":"us10008l0n"},
{"type":"Feature","properties":{"mag":1.1,"place":"164km NNE of Cape Yakataga, Alaska","time":1493213078134,"updated":1493213507104,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820289","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820289.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":19,"net":"ak","code":"15820289","ids":",ak15820289,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.17,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 164km NNE of Cape Yakataga, Alaska"},"geometry":{"type":"Point","coordinates":[-141.0944,61.3874,6.3]},"id":"ak15820289"},
{"type":"Feature","properties":{"mag":0,"place":"30km SSW of Hawthorne, Nevada","time":1493213038464,"updated":1493224068891,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587210","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587210.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"nn","code":"00587210","ids":",nn00587210,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":5,"dmin":0.207,"rms":0.0751,"gap":149.88,"magType":"ml","type":"earthquake","title":"M 0.0 - 30km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7673,38.2745,8.9]},"id":"nn00587210"},
{"type":"Feature","properties":{"mag":-0.51,"place":"13km NW of Helena Valley Northwest, Montana","time":1493212966180,"updated":1493219504080,"tz":-420,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/mb80206904","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80206904.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"mb","code":"80206904","ids":",mb80206904,","sources":",mb,","types":",geoserve,origin,phase-data,","nst":7,"dmin":0.117,"rms":0.04,"gap":135,"magType":"md","type":"earthquake","title":"M -0.5 - 13km NW of Helena Valley Northwest, Montana"},"geometry":{"type":"Point","coordinates":[-112.189,46.8145,10.32]},"id":"mb80206904"},
{"type":"Feature","properties":{"mag":1.8,"place":"135km NW of Talkeetna, Alaska","time":1493212933716,"updated":1493213223067,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820285","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820285.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":50,"net":"ak","code":"15820285","ids":",ak15820285,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.65,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 135km NW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.7898,63.2644,0]},"id":"ak15820285"},
{"type":"Feature","properties":{"mag":1,"place":"37km E of Hawthorne, Nevada","time":1493212907656,"updated":1493224635210,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587211","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587211.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":15,"net":"nn","code":"00587211","ids":",nn00587211,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":13,"dmin":0.071,"rms":0.1555,"gap":110.32,"magType":"ml","type":"earthquake","title":"M 1.0 - 37km E of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.2013,38.4939,2.9]},"id":"nn00587211"},
{"type":"Feature","properties":{"mag":1.32,"place":"14km NNE of West Yellowstone, Montana","time":1493211664050,"updated":1493226407400,"tz":-420,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/uu60195142","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60195142.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":27,"net":"uu","code":"60195142","ids":",uu60195142,","sources":",uu,","types":",geoserve,origin,phase-data,","nst":14,"dmin":0.02344,"rms":0.15,"gap":145,"magType":"ml","type":"earthquake","title":"M 1.3 - 14km NNE of West Yellowstone, Montana"},"geometry":{"type":"Point","coordinates":[-111.0161667,44.7816667,5.87]},"id":"uu60195142"},
{"type":"Feature","properties":{"mag":1.3,"place":"31km SSW of Smith Valley, Nevada","time":1493210947520,"updated":1493220656313,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587196","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587196.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":26,"net":"nn","code":"00587196","ids":",nn00587196,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":22,"dmin":0.05,"rms":0.1729,"gap":75.3,"magType":"ml","type":"earthquake","title":"M 1.3 - 31km SSW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.4938,38.5276,8.4]},"id":"nn00587196"},
{"type":"Feature","properties":{"mag":0.05,"place":"38km NNE of Amboy, Washington","time":1493210760440,"updated":1493226979040,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/uw61275161","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61275161.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"uw","code":"61275161","ids":",uw61275161,","sources":",uw,","types":",geoserve,origin,phase-data,","nst":4,"dmin":0.005956,"rms":0.05,"gap":213,"magType":"md","type":"earthquake","title":"M 0.1 - 38km NNE of Amboy, Washington"},"geometry":{"type":"Point","coordinates":[-122.1871667,46.2056667,2.85]},"id":"uw61275161"},
{"type":"Feature","properties":{"mag":0.18,"place":"9km WNW of Cobb, California","time":1493210542540,"updated":1493210941860,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794041","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794041.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":0,"net":"nc","code":"72794041","ids":",nc72794041,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.008185,"rms":0.01,"gap":73,"magType":"md","type":"earthquake","title":"M 0.2 - 9km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8261642,38.8423347,1.53]},"id":"nc72794041"},
{"type":"Feature","properties":{"mag":2,"place":"29km SSW of Hawthorne, Nevada","time":1493210408554,"updated":1493218380266,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587195","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587195.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":62,"net":"nn","code":"00587195","ids":",nn00587195,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":26,"dmin":0.204,"rms":0.2048,"gap":44.15,"magType":"ml","type":"earthquake","title":"M 2.0 - 29km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7621,38.2771,7.4]},"id":"nn00587195"},
{"type":"Feature","properties":{"mag":1.7,"place":"50km NNE of Cordova, Alaska","time":1493210212615,"updated":1493211106032,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820276","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820276.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":44,"net":"ak","code":"15820276","ids":",ak15820276,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.99,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 50km NNE of Cordova, Alaska"},"geometry":{"type":"Point","coordinates":[-145.4207,60.9649,20]},"id":"ak15820276"},
{"type":"Feature","properties":{"mag":0.69,"place":"8km S of East Hemet, California","time":1493210090100,"updated":1493217225660,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867176","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867176.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":7,"net":"ci","code":"37867176","ids":",ci37867176,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,","nst":20,"dmin":0.01924,"rms":0.1,"gap":112,"magType":"ml","type":"earthquake","title":"M 0.7 - 8km S of East Hemet, California"},"geometry":{"type":"Point","coordinates":[-116.9253333,33.6678333,14.87]},"id":"ci37867176"},
{"type":"Feature","properties":{"mag":2.6,"place":"65km NW of Gustavus, Alaska","time":1493209605107,"updated":1493210345730,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820271","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820271.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":104,"net":"ak","code":"15820271","ids":",ak15820271,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.94,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 65km NW of Gustavus, Alaska"},"geometry":{"type":"Point","coordinates":[-136.5503,58.8201,0]},"id":"ak15820271"},
{"type":"Feature","properties":{"mag":1.13,"place":"5km WNW of Cobb, California","time":1493208995130,"updated":1493218322425,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794031","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794031.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":20,"net":"nc","code":"72794031","ids":",nc72794031,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.005751,"rms":0.03,"gap":62,"magType":"md","type":"earthquake","title":"M 1.1 - 5km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7861633,38.8336678,1.8]},"id":"nc72794031"},
{"type":"Feature","properties":{"mag":1,"place":"30km SSW of Smith Valley, Nevada","time":1493208778031,"updated":1493225016493,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587214","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587214.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":15,"net":"nn","code":"00587214","ids":",nn00587214,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":11,"dmin":0.039,"rms":0.1976,"gap":151.84,"magType":"ml","type":"earthquake","title":"M 1.0 - 30km SSW of Smith Valley, Nevada"},"geometry":{"type":"Point","coordinates":[-119.4765,38.5296,8.6]},"id":"nn00587214"},
{"type":"Feature","properties":{"mag":1,"place":"27km WSW of Hawthorne, Nevada","time":1493208435353,"updated":1493220082929,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587194","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587194.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":15,"net":"nn","code":"00587194","ids":",nn00587194,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":12,"dmin":0.339,"rms":0.1768,"gap":76.99,"magType":"ml","type":"earthquake","title":"M 1.0 - 27km WSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.897,38.3943,12.4]},"id":"nn00587194"},
{"type":"Feature","properties":{"mag":0.5,"place":"23km NNE of Hawthorne, Nevada","time":1493208215202,"updated":1493225572332,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587216","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587216.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":4,"net":"nn","code":"00587216","ids":",nn00587216,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":6,"dmin":0.314,"rms":0.0686,"gap":116.53,"magType":"ml","type":"earthquake","title":"M 0.5 - 23km NNE of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.5142,38.7165,6]},"id":"nn00587216"},
{"type":"Feature","properties":{"mag":0.64,"place":"6km NW of The Geysers, California","time":1493207778760,"updated":1493215262289,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794011","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794011.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":6,"net":"nc","code":"72794011","ids":",nc72794011,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.007934,"rms":0.01,"gap":105,"magType":"md","type":"earthquake","title":"M 0.6 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8205032,38.8129997,2.46]},"id":"nc72794011"},
{"type":"Feature","properties":{"mag":0.8,"place":"44km NNE of Mammoth Lakes, California","time":1493207614442,"updated":1493219705202,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587193","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587193.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":10,"net":"nn","code":"00587193","ids":",nn00587193,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":12,"dmin":0.068,"rms":0.1916,"gap":96.75,"magType":"ml","type":"earthquake","title":"M 0.8 - 44km NNE of Mammoth Lakes, California"},"geometry":{"type":"Point","coordinates":[-118.7407,38.0028,5.3]},"id":"nn00587193"},
{"type":"Feature","properties":{"mag":1.83,"place":"3km NNE of East Renton Highlands, Washington","time":1493207417360,"updated":1493237622310,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/uw61275101","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61275101.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":52,"net":"uw","code":"61275101","ids":",uw61275101,","sources":",uw,","types":",geoserve,origin,phase-data,","nst":30,"dmin":0.1166,"rms":0.17,"gap":60,"magType":"ml","type":"earthquake","title":"M 1.8 - 3km NNE of East Renton Highlands, Washington"},"geometry":{"type":"Point","coordinates":[-122.0888333,47.5141667,24.28]},"id":"uw61275101"},
{"type":"Feature","properties":{"mag":0.88,"place":"5km W of Cobb, California","time":1493206255340,"updated":1493212203907,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72794001","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72794001.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":12,"net":"nc","code":"72794001","ids":",nc72794001,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":12,"dmin":0.007976,"rms":0.02,"gap":98,"magType":"md","type":"earthquake","title":"M 0.9 - 5km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7861633,38.8199997,1.41]},"id":"nc72794001"},
{"type":"Feature","properties":{"mag":0.67,"place":"15km ESE of Anza, California","time":1493206207700,"updated":1493216255711,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867144","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867144.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":7,"net":"ci","code":"37867144","ids":",ci37867144,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":31,"dmin":0.05253,"rms":0.12,"gap":83,"magType":"ml","type":"earthquake","title":"M 0.7 - 15km ESE of Anza, California"},"geometry":{"type":"Point","coordinates":[-116.5178333,33.506,11.17]},"id":"ci37867144"},
{"type":"Feature","properties":{"mag":1.4,"place":"59km WSW of Valdez, Alaska","time":1493205814286,"updated":1493206153849,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820270","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820270.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":30,"net":"ak","code":"15820270","ids":",ak15820270,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":1.1,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 59km WSW of Valdez, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3197,60.8736,18.8]},"id":"ak15820270"},
{"type":"Feature","properties":{"mag":2.17,"place":"3km S of Volcano, Hawaii","time":1493205582270,"updated":1493205926880,"tz":-600,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/hv61715146","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv61715146.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":72,"net":"hv","code":"61715146","ids":",hv61715146,","sources":",hv,","types":",geoserve,origin,phase-data,","nst":26,"dmin":0.01578,"rms":0.21,"gap":71,"magType":"ml","type":"earthquake","title":"M 2.2 - 3km S of Volcano, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.241333,19.3994999,3.42]},"id":"hv61715146"},
{"type":"Feature","properties":{"mag":0.9,"place":"27km SSW of Hawthorne, Nevada","time":1493205530530,"updated":1493219328319,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587192","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587192.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":12,"net":"nn","code":"00587192","ids":",nn00587192,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":9,"dmin":0.224,"rms":0.0908,"gap":91.68,"magType":"ml","type":"earthquake","title":"M 0.9 - 27km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7804,38.3087,12.7]},"id":"nn00587192"},
{"type":"Feature","properties":{"mag":-0.3,"place":"49km SE of Beatty, Nevada","time":1493205495677,"updated":1493225954072,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587218","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587218.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"nn","code":"00587218","ids":",nn00587218,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":9,"dmin":0.157,"rms":0.1127,"gap":138.67,"magType":"ml","type":"earthquake","title":"M -0.3 - 49km SE of Beatty, Nevada"},"geometry":{"type":"Point","coordinates":[-116.3554,36.5977,2.4]},"id":"nn00587218"},
{"type":"Feature","properties":{"mag":0.07,"place":"27km NW of Big Sky, Montana","time":1493205205550,"updated":1493219288510,"tz":-420,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/mb80206899","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80206899.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"mb","code":"80206899","ids":",mb80206899,","sources":",mb,","types":",geoserve,origin,phase-data,","nst":4,"dmin":0.146,"rms":0.09,"gap":232,"magType":"ml","type":"earthquake","title":"M 0.1 - 27km NW of Big Sky, Montana"},"geometry":{"type":"Point","coordinates":[-111.634,45.4511667,1.14]},"id":"mb80206899"},
{"type":"Feature","properties":{"mag":0.1,"place":"56km N of Pahrump, Nevada","time":1493204914684,"updated":1493218768611,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587191","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587191.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"nn","code":"00587191","ids":",nn00587191,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":12,"dmin":0.068,"rms":0.1209,"gap":148.67,"magType":"ml","type":"earthquake","title":"M 0.1 - 56km N of Pahrump, Nevada"},"geometry":{"type":"Point","coordinates":[-116.0163,36.714,3.5]},"id":"nn00587191"},
{"type":"Feature","properties":{"mag":1.8,"place":"51km SSW of Cordova, Alaska","time":1493204817685,"updated":1493205262833,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820267","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820267.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":50,"net":"ak","code":"15820267","ids":",ak15820267,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 51km SSW of Cordova, Alaska"},"geometry":{"type":"Point","coordinates":[-146.1731,60.1312,3.9]},"id":"ak15820267"},
{"type":"Feature","properties":{"mag":0.76,"place":"6km WNW of The Geysers, California","time":1493204457810,"updated":1493209203806,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793996","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793996.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":9,"net":"nc","code":"72793996","ids":",nc72793996,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":14,"dmin":0.01057,"rms":0.03,"gap":132,"magType":"md","type":"earthquake","title":"M 0.8 - 6km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8164978,38.8051682,2.5]},"id":"nc72793996"},
{"type":"Feature","properties":{"mag":-0.1,"place":"12km NNW of Incline Village, Nevada","time":1493204404295,"updated":1493227077052,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587219","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587219.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"nn","code":"00587219","ids":",nn00587219,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":9,"dmin":0.071,"rms":0.1156,"gap":67.77,"magType":"ml","type":"earthquake","title":"M -0.1 - 12km NNW of Incline Village, Nevada"},"geometry":{"type":"Point","coordinates":[-120.019,39.3625,1.7]},"id":"nn00587219"},
{"type":"Feature","properties":{"mag":0.1,"place":"30km SSW of Hawthorne, Nevada","time":1493203891513,"updated":1493217604855,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587190","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587190.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"nn","code":"00587190","ids":",nn00587190,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":5,"dmin":0.206,"rms":0.0758,"gap":149.31,"magType":"ml","type":"earthquake","title":"M 0.1 - 30km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7651,38.2731,8.4]},"id":"nn00587190"},
{"type":"Feature","properties":{"mag":0.64,"place":"9km NE of Aguanga, California","time":1493203598090,"updated":1493215952393,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867136","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867136.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":6,"net":"ci","code":"37867136","ids":",ci37867136,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":37,"dmin":0.08301,"rms":0.12,"gap":39,"magType":"ml","type":"earthquake","title":"M 0.6 - 9km NE of Aguanga, California"},"geometry":{"type":"Point","coordinates":[-116.7896667,33.4946667,5.22]},"id":"ci37867136"},
{"type":"Feature","properties":{"mag":0.67,"place":"6km NW of The Geysers, California","time":1493203217120,"updated":1493207642755,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793991","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793991.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":7,"net":"nc","code":"72793991","ids":",nc72793991,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":10,"dmin":0.01054,"rms":0.02,"gap":102,"magType":"md","type":"earthquake","title":"M 0.7 - 6km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.817337,38.8144989,1.96]},"id":"nc72793991"},
{"type":"Feature","properties":{"mag":2.45,"place":"0km NNW of Pahala, Hawaii","time":1493201176670,"updated":1493222461079,"tz":-600,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/hv61715021","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv61715021.geojson","felt":1,"cdi":2.2,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":93,"net":"hv","code":"61715021","ids":",hv61715021,","sources":",hv,","types":",dyfi,geoserve,origin,phase-data,","nst":58,"dmin":0.04038,"rms":0.18,"gap":141,"magType":"ml","type":"earthquake","title":"M 2.5 - 0km NNW of Pahala, Hawaii"},"geometry":{"type":"Point","coordinates":[-155.4831696,19.2106667,35.6]},"id":"hv61715021"},
{"type":"Feature","properties":{"mag":4.3,"place":"54km WSW of Valparaiso, Chile","time":1493201134560,"updated":1493220668470,"tz":-300,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008kz9","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008kz9.geojson","felt":5,"cdi":3.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":286,"net":"us","code":"10008kz9","ids":",us10008kz9,","sources":",us,","types":",dyfi,geoserve,moment-tensor,origin,phase-data,","nst":null,"dmin":0.49,"rms":0.81,"gap":186,"magType":"mwr","type":"earthquake","title":"M 4.3 - 54km WSW of Valparaiso, Chile"},"geometry":{"type":"Point","coordinates":[-72.1983,-33.16,15.98]},"id":"us10008kz9"},
{"type":"Feature","properties":{"mag":0.51,"place":"38km NNE of Amboy, Washington","time":1493200813020,"updated":1493227259340,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/uw61275096","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61275096.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":4,"net":"uw","code":"61275096","ids":",uw61275096,","sources":",uw,","types":",geoserve,origin,phase-data,","nst":5,"dmin":0.006023,"rms":0.03,"gap":196,"magType":"ml","type":"earthquake","title":"M 0.5 - 38km NNE of Amboy, Washington"},"geometry":{"type":"Point","coordinates":[-122.1835,46.2036667,2.88]},"id":"uw61275096"},
{"type":"Feature","properties":{"mag":0.4,"place":"27km SSW of Hawthorne, Nevada","time":1493200316541,"updated":1493227452583,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587225","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587225.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":2,"net":"nn","code":"00587225","ids":",nn00587225,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":5,"dmin":0.227,"rms":0.0729,"gap":152.72,"magType":"ml","type":"earthquake","title":"M 0.4 - 27km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7834,38.3125,9.3]},"id":"nn00587225"},
{"type":"Feature","properties":{"mag":0.4,"place":"27km SSW of Hawthorne, Nevada","time":1493199220115,"updated":1493217414168,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587189","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587189.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":2,"net":"nn","code":"00587189","ids":",nn00587189,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":5,"dmin":0.229,"rms":0.0801,"gap":153.45,"magType":"ml","type":"earthquake","title":"M 0.4 - 27km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7863,38.3111,8.1]},"id":"nn00587189"},
{"type":"Feature","properties":{"mag":0.3,"place":"27km SSW of Hawthorne, Nevada","time":1493198302768,"updated":1493227829039,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587227","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587227.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":1,"net":"nn","code":"00587227","ids":",nn00587227,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":5,"dmin":0.227,"rms":0.1131,"gap":152.88,"magType":"ml","type":"earthquake","title":"M 0.3 - 27km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7838,38.3109,9.5]},"id":"nn00587227"},
{"type":"Feature","properties":{"mag":0.2,"place":"28km SSW of Hawthorne, Nevada","time":1493198213672,"updated":1493228204604,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587230","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587230.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":1,"net":"nn","code":"00587230","ids":",nn00587230,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":4,"dmin":0.208,"rms":0.1039,"gap":244.07,"magType":"ml","type":"earthquake","title":"M 0.2 - 28km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7641,38.2957,13.2]},"id":"nn00587230"},
{"type":"Feature","properties":{"mag":2.9,"place":"104km NNW of Kodiak Station, Alaska","time":1493198063697,"updated":1493198652339,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820185","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820185.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":129,"net":"ak","code":"15820185","ids":",ak15820185,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.9 - 104km NNW of Kodiak Station, Alaska"},"geometry":{"type":"Point","coordinates":[-153.5667,58.5483,66.8]},"id":"ak15820185"},
{"type":"Feature","properties":{"mag":1.13,"place":"6km W of Cobb, California","time":1493197606720,"updated":1493240642651,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793976","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793976.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":20,"net":"nc","code":"72793976","ids":",nc72793976,","sources":",nc,","types":",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":38,"dmin":0.005543,"rms":0.04,"gap":71,"magType":"md","type":"earthquake","title":"M 1.1 - 6km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8031667,38.8246667,2.41]},"id":"nc72793976"},
{"type":"Feature","properties":{"mag":0.4,"place":"27km SSW of Hawthorne, Nevada","time":1493197540584,"updated":1493228207021,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587231","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587231.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":2,"net":"nn","code":"00587231","ids":",nn00587231,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":6,"dmin":0.229,"rms":0.1337,"gap":153.72,"magType":"ml","type":"earthquake","title":"M 0.4 - 27km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7869,38.308,10.6]},"id":"nn00587231"},
{"type":"Feature","properties":{"mag":2.4,"place":"90km WSW of Healy, Alaska","time":1493196803733,"updated":1493197061897,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820176","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820176.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":89,"net":"ak","code":"15820176","ids":",ak15820176,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":1.05,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.4 - 90km WSW of Healy, Alaska"},"geometry":{"type":"Point","coordinates":[-150.7506,63.6586,12.4]},"id":"ak15820176"},
{"type":"Feature","properties":{"mag":0.1,"place":"7km N of Incline Village, Nevada","time":1493194864839,"updated":1493227834704,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587228","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587228.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"nn","code":"00587228","ids":",nn00587228,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":3,"dmin":0.058,"rms":0.0124,"gap":225.02,"magType":"ml","type":"earthquake","title":"M 0.1 - 7km N of Incline Village, Nevada"},"geometry":{"type":"Point","coordinates":[-119.9712,39.3214,5.9]},"id":"nn00587228"},
{"type":"Feature","properties":{"mag":1.64,"place":"2km NW of Redwood Valley, California","time":1493194252640,"updated":1493236082467,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793961","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793961.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":41,"net":"nc","code":"72793961","ids":",nc72793961,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.2372,"rms":0.04,"gap":76,"magType":"md","type":"earthquake","title":"M 1.6 - 2km NW of Redwood Valley, California"},"geometry":{"type":"Point","coordinates":[-123.2298333,39.2818333,3.98]},"id":"nc72793961"},
{"type":"Feature","properties":{"mag":0.64,"place":"2km ENE of The Geysers, California","time":1493193217180,"updated":1493201582192,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793956","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793956.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":6,"net":"nc","code":"72793956","ids":",nc72793956,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.009726,"rms":0.01,"gap":104,"magType":"md","type":"earthquake","title":"M 0.6 - 2km ENE of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7243347,38.7823334,1.83]},"id":"nc72793956"},
{"type":"Feature","properties":{"mag":1.63,"place":"7km W of Calipatria, California","time":1493192966600,"updated":1493215664927,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867112","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867112.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":41,"net":"ci","code":"37867112","ids":",ci37867112,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":34,"dmin":0.01232,"rms":0.23,"gap":84,"magType":"ml","type":"earthquake","title":"M 1.6 - 7km W of Calipatria, California"},"geometry":{"type":"Point","coordinates":[-115.5946667,33.123,8.26]},"id":"ci37867112"},
{"type":"Feature","properties":{"mag":2.3,"place":"8km ENE of Edmond, Oklahoma","time":1493192644900,"updated":1493242040480,"tz":-360,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008ky9","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008ky9.geojson","felt":5,"cdi":3.8,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":83,"net":"us","code":"10008ky9","ids":",us10008ky9,","sources":",us,","types":",dyfi,geoserve,origin,phase-data,","nst":null,"dmin":0.096,"rms":0.24,"gap":53,"magType":"mb_lg","type":"earthquake","title":"M 2.3 - 8km ENE of Edmond, Oklahoma"},"geometry":{"type":"Point","coordinates":[-97.3919,35.6749,6.49]},"id":"us10008ky9"},
{"type":"Feature","properties":{"mag":0.65,"place":"3km WSW of Idyllwild-Pine Cove, California","time":1493192395230,"updated":1493214139815,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37867104","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37867104.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":6,"net":"ci","code":"37867104","ids":",ci37867104,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":28,"dmin":0.03839,"rms":0.13,"gap":70,"magType":"ml","type":"earthquake","title":"M 0.7 - 3km WSW of Idyllwild-Pine Cove, California"},"geometry":{"type":"Point","coordinates":[-116.7563333,33.7288333,17.57]},"id":"ci37867104"},
{"type":"Feature","properties":{"mag":0.43,"place":"7km W of Cobb, California","time":1493191303660,"updated":1493200022137,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793936","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793936.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":3,"net":"nc","code":"72793936","ids":",nc72793936,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":5,"dmin":0.01005,"rms":0,"gap":126,"magType":"md","type":"earthquake","title":"M 0.4 - 7km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.8041687,38.8323326,1.31]},"id":"nc72793936"},
{"type":"Feature","properties":{"mag":0.1,"place":"56km SSE of Hawthorne, Nevada","time":1493191118111,"updated":1493227454050,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587226","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587226.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":0,"net":"nn","code":"00587226","ids":",nn00587226,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":3,"dmin":0.22,"rms":0.08,"gap":328.96,"magType":"ml","type":"earthquake","title":"M 0.1 - 56km SSE of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.4108,38.0439,10.7]},"id":"nn00587226"},
{"type":"Feature","properties":{"mag":1,"place":"27km SSW of Hawthorne, Nevada","time":1493190921227,"updated":1493217039848,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587188","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587188.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":15,"net":"nn","code":"00587188","ids":",nn00587188,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":12,"dmin":0.226,"rms":0.1522,"gap":74.09,"magType":"ml","type":"earthquake","title":"M 1.0 - 27km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.7837,38.3062,9.6]},"id":"nn00587188"},
{"type":"Feature","properties":{"mag":1.2,"place":"46km ENE of Y, Alaska","time":1493190749089,"updated":1493191119589,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820110","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820110.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":22,"net":"ak","code":"15820110","ids":",ak15820110,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.4,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.2 - 46km ENE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0941,62.3837,28.3]},"id":"ak15820110"},
{"type":"Feature","properties":{"mag":4.9,"place":"158km NE of Petropavlovsk-Kamchatskiy, Russia","time":1493190148950,"updated":1493204988040,"tz":660,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008ky0","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008ky0.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":369,"net":"us","code":"10008ky0","ids":",us10008ky0,","sources":",us,","types":",geoserve,origin,phase-data,","nst":null,"dmin":1.441,"rms":1.19,"gap":80,"magType":"mb","type":"earthquake","title":"M 4.9 - 158km NE of Petropavlovsk-Kamchatskiy, Russia"},"geometry":{"type":"Point","coordinates":[160.6455,53.8285,39.75]},"id":"us10008ky0"},
{"type":"Feature","properties":{"mag":1.3,"place":"110km NNW of Talkeetna, Alaska","time":1493189697130,"updated":1493190167736,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820102","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820102.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":26,"net":"ak","code":"15820102","ids":",ak15820102,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.83,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.3 - 110km NNW of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.3297,63.1452,0]},"id":"ak15820102"},
{"type":"Feature","properties":{"mag":1.1,"place":"14km E of Manley Hot Springs, Alaska","time":1493188907934,"updated":1493189357537,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820055","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820055.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":19,"net":"ak","code":"15820055","ids":",ak15820055,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.6,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.1 - 14km E of Manley Hot Springs, Alaska"},"geometry":{"type":"Point","coordinates":[-150.3332,64.9995,1.4]},"id":"ak15820055"},
{"type":"Feature","properties":{"mag":1.6,"place":"85km SW of Homer, Alaska","time":1493188263350,"updated":1493188699087,"tz":-600,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820053","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820053.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":39,"net":"ak","code":"15820053","ids":",ak15820053,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.18,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 85km SW of Homer, Alaska"},"geometry":{"type":"Point","coordinates":[-152.6027,59.0983,91.8]},"id":"ak15820053"},
{"type":"Feature","properties":{"mag":0.6,"place":"28km WSW of Hawthorne, Nevada","time":1493188207059,"updated":1493227081362,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587223","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587223.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":6,"net":"nn","code":"00587223","ids":",nn00587223,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":6,"dmin":0.338,"rms":0.1464,"gap":172.09,"magType":"ml","type":"earthquake","title":"M 0.6 - 28km WSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.8992,38.3884,14]},"id":"nn00587223"},
{"type":"Feature","properties":{"mag":3.4,"place":"96km SE of Old Iliamna, Alaska","time":1493187493193,"updated":1493241348656,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820028","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820028.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":178,"net":"ak","code":"15820028","ids":",ak15820028,","sources":",ak,","types":",geoserve,origin,phase-data,","nst":null,"dmin":null,"rms":0.61,"gap":null,"magType":"ml","type":"earthquake","title":"M 3.4 - 96km SE of Old Iliamna, Alaska"},"geometry":{"type":"Point","coordinates":[-153.54,59.2391,88.6]},"id":"ak15820028"},
{"type":"Feature","properties":{"mag":0.4,"place":"24km SW of Hawthorne, Nevada","time":1493187354290,"updated":1493226508721,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587217","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587217.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":2,"net":"nn","code":"00587217","ids":",nn00587217,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":5,"dmin":0.279,"rms":0.0591,"gap":266.94,"magType":"ml","type":"earthquake","title":"M 0.4 - 24km SW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.8258,38.3711,5.6]},"id":"nn00587217"},
{"type":"Feature","properties":{"mag":0.7,"place":"21km NNW of North Nenana, Alaska","time":1493186591022,"updated":1493187026094,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820025","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820025.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":8,"net":"ak","code":"15820025","ids":",ak15820025,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.28,"gap":null,"magType":"ml","type":"earthquake","title":"M 0.7 - 21km NNW of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.2893,64.7603,23.2]},"id":"ak15820025"},
{"type":"Feature","properties":{"mag":0.8,"place":"30km W of Ester, Alaska","time":1493186459134,"updated":1493186742491,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15820021","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15820021.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":10,"net":"ak","code":"15820021","ids":",ak15820021,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.8,"gap":null,"magType":"ml","type":"earthquake","title":"M 0.8 - 30km W of Ester, Alaska"},"geometry":{"type":"Point","coordinates":[-148.6561,64.8956,21.1]},"id":"ak15820021"},
{"type":"Feature","properties":{"mag":2.22,"place":"10km SSW of Primo Tapia, Mexico","time":1493183647700,"updated":1493213911112,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37866944","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37866944.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":76,"net":"ci","code":"37866944","ids":",ci37866944,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.308,"rms":0.24,"gap":205,"magType":"ml","type":"earthquake","title":"M 2.2 - 10km SSW of Primo Tapia, Mexico"},"geometry":{"type":"Point","coordinates":[-116.9536667,32.127,16.07]},"id":"ci37866944"},
{"type":"Feature","properties":{"mag":5,"place":"39km SSE of Tobelo, Indonesia","time":1493182322670,"updated":1493183735040,"tz":540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008kxh","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008kxh.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":1,"sig":385,"net":"us","code":"10008kxh","ids":",us10008kxh,","sources":",us,","types":",geoserve,origin,phase-data,","nst":null,"dmin":0.956,"rms":0.71,"gap":82,"magType":"mb","type":"earthquake","title":"M 5.0 - 39km SSE of Tobelo, Indonesia"},"geometry":{"type":"Point","coordinates":[128.108,1.3806,96.51]},"id":"us10008kxh"},
{"type":"Feature","properties":{"mag":1.8,"place":"88km WSW of Cantwell, Alaska","time":1493181553866,"updated":1493182056453,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819942","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819942.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":50,"net":"ak","code":"15819942","ids":",ak15819942,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.72,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 88km WSW of Cantwell, Alaska"},"geometry":{"type":"Point","coordinates":[-150.623,63.1446,120.5]},"id":"ak15819942"},
{"type":"Feature","properties":{"mag":1.7,"place":"84km W of Talkeetna, Alaska","time":1493179918268,"updated":1493180396053,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819901","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819901.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":44,"net":"ak","code":"15819901","ids":",ak15819901,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.57,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.7 - 84km W of Talkeetna, Alaska"},"geometry":{"type":"Point","coordinates":[-151.7199,62.4186,8]},"id":"ak15819901"},
{"type":"Feature","properties":{"mag":0.75,"place":"3km W of Cobb, California","time":1493179908990,"updated":1493180403474,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793926","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793926.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":9,"net":"nc","code":"72793926","ids":",nc72793926,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.01322,"rms":0.01,"gap":122,"magType":"md","type":"earthquake","title":"M 0.8 - 3km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7618332,38.8188324,1.61]},"id":"nc72793926"},
{"type":"Feature","properties":{"mag":0.45,"place":"4km NW of The Geysers, California","time":1493179494570,"updated":1493187723679,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793921","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793921.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":3,"net":"nc","code":"72793921","ids":",nc72793921,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":7,"dmin":0.001189,"rms":0.03,"gap":127,"magType":"md","type":"earthquake","title":"M 0.5 - 4km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7938309,38.8076668,3.95]},"id":"nc72793921"},
{"type":"Feature","properties":{"mag":0.2,"place":"58km ESE of Big Pine, California","time":1493178536046,"updated":1493224638764,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587212","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587212.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":1,"net":"nn","code":"00587212","ids":",nn00587212,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":4,"dmin":0.191,"rms":0.1034,"gap":220.92,"magType":"ml","type":"earthquake","title":"M 0.2 - 58km ESE of Big Pine, California"},"geometry":{"type":"Point","coordinates":[-117.6537,37.0422,11.2]},"id":"nn00587212"},
{"type":"Feature","properties":{"mag":1,"place":"28km N of North Nenana, Alaska","time":1493178303155,"updated":1493178675103,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819888","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819888.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":15,"net":"ak","code":"15819888","ids":",ak15819888,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.59,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 28km N of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.0521,64.8369,20.7]},"id":"ak15819888"},
{"type":"Feature","properties":{"mag":2.6,"place":"14km SSE of Redoubt Volcano, Alaska","time":1493177382251,"updated":1493206328594,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819841","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819841.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":104,"net":"ak","code":"15819841","ids":",ak15819841,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.69,"gap":null,"magType":"ml","type":"earthquake","title":"M 2.6 - 14km SSE of Redoubt Volcano, Alaska"},"geometry":{"type":"Point","coordinates":[-152.6471,60.3647,7.1]},"id":"ak15819841"},
{"type":"Feature","properties":{"mag":4.1,"place":"25km ENE of Y, Alaska","time":1493177349980,"updated":1493240976802,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819827","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819827.geojson","felt":165,"cdi":4.8,"mmi":3.61,"alert":null,"status":"reviewed","tsunami":1,"sig":338,"net":"ak","code":"15819827","ids":",at00oozz0l,ak15819827,","sources":",at,ak,","types":",dyfi,geoserve,impact-link,moment-tensor,origin,phase-data,shakemap,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 4.1 - 25km ENE of Y, Alaska"},"geometry":{"type":"Point","coordinates":[-149.3723,62.2101,41.4]},"id":"ak15819827"},
{"type":"Feature","properties":{"mag":0.56,"place":"3km W of Cobb, California","time":1493177101110,"updated":1493177462297,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793911","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793911.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":5,"net":"nc","code":"72793911","ids":",nc72793911,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":6,"dmin":0.009833,"rms":0.01,"gap":121,"magType":"md","type":"earthquake","title":"M 0.6 - 3km W of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7634964,38.8219986,1.87]},"id":"nc72793911"},
{"type":"Feature","properties":{"mag":1.2,"place":"55km NE of Lone Pine, California","time":1493176687135,"updated":1493221246969,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587185","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587185.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":22,"net":"nn","code":"00587185","ids":",nn00587185,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":20,"dmin":0.241,"rms":0.1401,"gap":153.14,"magType":"ml","type":"earthquake","title":"M 1.2 - 55km NE of Lone Pine, California"},"geometry":{"type":"Point","coordinates":[-117.6717,36.9931,0.3]},"id":"nn00587185"},
{"type":"Feature","properties":{"mag":0.8,"place":"61km S of Deltana, Alaska","time":1493175991845,"updated":1493176240767,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819826","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819826.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":10,"net":"ak","code":"15819826","ids":",ak15819826,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 0.8 - 61km S of Deltana, Alaska"},"geometry":{"type":"Point","coordinates":[-145.2239,63.3222,4.6]},"id":"ak15819826"},
{"type":"Feature","properties":{"mag":0.51,"place":"2km NW of The Geysers, California","time":1493175676640,"updated":1493176082256,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793906","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793906.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":4,"net":"nc","code":"72793906","ids":",nc72793906,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":9,"dmin":0.01112,"rms":0.02,"gap":126,"magType":"md","type":"earthquake","title":"M 0.5 - 2km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7750015,38.7885017,1.15]},"id":"nc72793906"},
{"type":"Feature","properties":{"mag":1.31,"place":"4km ENE of Julian, California","time":1493174533750,"updated":1493213714288,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37866784","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37866784.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":26,"net":"ci","code":"37866784","ids":",ci37866784,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":47,"dmin":0.03693,"rms":0.17,"gap":59,"magType":"ml","type":"earthquake","title":"M 1.3 - 4km ENE of Julian, California"},"geometry":{"type":"Point","coordinates":[-116.5601667,33.1005,15.12]},"id":"ci37866784"},
{"type":"Feature","properties":{"mag":0.3,"place":"62km SSE of Hawthorne, Nevada","time":1493174398680,"updated":1493224255231,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587209","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587209.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":1,"net":"nn","code":"00587209","ids":",nn00587209,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":4,"dmin":0.275,"rms":0.1722,"gap":276.16,"magType":"ml","type":"earthquake","title":"M 0.3 - 62km SSE of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.3582,38.0015,0]},"id":"nn00587209"},
{"type":"Feature","properties":{"mag":0.7,"place":"66km ESE of Lakeview, Oregon","time":1493174039674,"updated":1493216840083,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587183","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587183.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":8,"net":"nn","code":"00587183","ids":",nn00587183,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":5,"dmin":0.134,"rms":0.1428,"gap":223.18,"magType":"ml","type":"earthquake","title":"M 0.7 - 66km ESE of Lakeview, Oregon"},"geometry":{"type":"Point","coordinates":[-119.6749,41.8557,6.3]},"id":"nn00587183"},
{"type":"Feature","properties":{"mag":2.34,"place":"18km NW of Lima, Montana","time":1493173857100,"updated":1493215779430,"tz":-420,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/mb80206869","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80206869.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":84,"net":"mb","code":"80206869","ids":",mb80206869,","sources":",mb,","types":",geoserve,origin,phase-data,","nst":40,"dmin":0.102,"rms":0.2,"gap":60,"magType":"ml","type":"earthquake","title":"M 2.3 - 18km NW of Lima, Montana"},"geometry":{"type":"Point","coordinates":[-112.7551667,44.751,2.72]},"id":"mb80206869"},
{"type":"Feature","properties":{"mag":0.9,"place":"56km SW of North Nenana, Alaska","time":1493171920148,"updated":1493172284771,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819823","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819823.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":12,"net":"ak","code":"15819823","ids":",ak15819823,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.43,"gap":null,"magType":"ml","type":"earthquake","title":"M 0.9 - 56km SW of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.9601,64.2344,17.3]},"id":"ak15819823"},
{"type":"Feature","properties":{"mag":1.2,"place":"30km SW of Hawthorne, Nevada","time":1493171666588,"updated":1493222204032,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587179","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587179.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":22,"net":"nn","code":"00587179","ids":",nn00587179,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":18,"dmin":0.143,"rms":0.1656,"gap":55.47,"magType":"ml","type":"earthquake","title":"M 1.2 - 30km SW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.9051,38.365,9.6]},"id":"nn00587179"},
{"type":"Feature","properties":{"mag":1,"place":"43km SW of North Nenana, Alaska","time":1493171244355,"updated":1493171596197,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819821","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819821.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":15,"net":"ak","code":"15819821","ids":",ak15819821,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.31,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.0 - 43km SW of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.792,64.3251,21]},"id":"ak15819821"},
{"type":"Feature","properties":{"mag":0.75,"place":"38km NNE of Amboy, Washington","time":1493170696280,"updated":1493229331480,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/uw61274981","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61274981.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":9,"net":"uw","code":"61274981","ids":",uw61274981,","sources":",uw,","types":",geoserve,origin,phase-data,","nst":5,"dmin":0.00972,"rms":0.06,"gap":184,"magType":"md","type":"earthquake","title":"M 0.8 - 38km NNE of Amboy, Washington"},"geometry":{"type":"Point","coordinates":[-122.1776667,46.1965,1.07]},"id":"uw61274981"},
{"type":"Feature","properties":{"mag":0.56,"place":"7km WNW of The Geysers, California","time":1493169343060,"updated":1493169724041,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793896","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793896.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":5,"net":"nc","code":"72793896","ids":",nc72793896,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":6,"dmin":0.004074,"rms":0,"gap":140,"magType":"md","type":"earthquake","title":"M 0.6 - 7km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8258362,38.8120003,2.1]},"id":"nc72793896"},
{"type":"Feature","properties":{"mag":0.46,"place":"9km NW of The Geysers, California","time":1493169062390,"updated":1493169482033,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793891","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793891.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":3,"net":"nc","code":"72793891","ids":",nc72793891,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.006757,"rms":0.02,"gap":100,"magType":"md","type":"earthquake","title":"M 0.5 - 9km NW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8436661,38.8235016,2.03]},"id":"nc72793891"},
{"type":"Feature","properties":{"mag":2.6,"place":"31km NW of Fairview, Oklahoma","time":1493167591420,"updated":1493220387766,"tz":-360,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008kw8","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008kw8.geojson","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":104,"net":"us","code":"10008kw8","ids":",us10008kw8,","sources":",us,","types":",dyfi,geoserve,origin,phase-data,","nst":null,"dmin":0.012,"rms":0.33,"gap":29,"magType":"mb_lg","type":"earthquake","title":"M 2.6 - 31km NW of Fairview, Oklahoma"},"geometry":{"type":"Point","coordinates":[-98.7278,36.4751,6.66]},"id":"us10008kw8"},
{"type":"Feature","properties":{"mag":1.8,"place":"75km SSE of Homer, Alaska","time":1493167385053,"updated":1493232758946,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819811","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819811.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":50,"net":"ak","code":"15819811","ids":",ak15819811,","sources":",ak,","types":",geoserve,origin,phase-data,","nst":null,"dmin":null,"rms":0.37,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.8 - 75km SSE of Homer, Alaska"},"geometry":{"type":"Point","coordinates":[-151.0439,59.0153,31.6]},"id":"ak15819811"},
{"type":"Feature","properties":{"mag":3.7,"place":"32km WNW of Valparaiso, Chile","time":1493167380620,"updated":1493170574413,"tz":-300,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008kw7","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008kw7.geojson","felt":1,"cdi":3.1,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":211,"net":"us","code":"10008kw7","ids":",us10008kw7,","sources":",us,","types":",dyfi,geoserve,moment-tensor,origin,phase-data,","nst":null,"dmin":0.283,"rms":0.73,"gap":173,"magType":"mwr","type":"earthquake","title":"M 3.7 - 32km WNW of Valparaiso, Chile"},"geometry":{"type":"Point","coordinates":[-71.9643,-32.9548,23.24]},"id":"us10008kw7"},
{"type":"Feature","properties":{"mag":1.3,"place":"48km S of Lone Pine, California","time":1493167363180,"updated":1493217574371,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37866768","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37866768.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":26,"net":"ci","code":"37866768","ids":",ci37866768,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,","nst":21,"dmin":0.1873,"rms":0.15,"gap":86,"magType":"ml","type":"earthquake","title":"M 1.3 - 48km S of Lone Pine, California"},"geometry":{"type":"Point","coordinates":[-118.0761667,36.1723333,1.25]},"id":"ci37866768"},
{"type":"Feature","properties":{"mag":0.33,"place":"2km WNW of Cobb, California","time":1493167349230,"updated":1493169122023,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793886","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793886.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":2,"net":"nc","code":"72793886","ids":",nc72793886,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":5,"dmin":0.008436,"rms":0.03,"gap":293,"magType":"md","type":"earthquake","title":"M 0.3 - 2km WNW of Cobb, California"},"geometry":{"type":"Point","coordinates":[-122.7511667,38.8321667,0.98]},"id":"nc72793886"},
{"type":"Feature","properties":{"mag":0.67,"place":"29km SE of Virginia City, Montana","time":1493166316540,"updated":1493218613170,"tz":-420,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/mb80206894","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80206894.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":7,"net":"mb","code":"80206894","ids":",mb80206894,","sources":",mb,","types":",geoserve,origin,phase-data,","nst":7,"dmin":0.269,"rms":0.03,"gap":154,"magType":"md","type":"quarry blast","title":"M 0.7 Quarry Blast - 29km SE of Virginia City, Montana"},"geometry":{"type":"Point","coordinates":[-111.7261667,45.0813333,3.5]},"id":"mb80206894"},
{"type":"Feature","properties":{"mag":0.75,"place":"2km WNW of The Geysers, California","time":1493166196690,"updated":1493166843273,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793871","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793871.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":9,"net":"nc","code":"72793871","ids":",nc72793871,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":8,"dmin":0.01131,"rms":0.02,"gap":196,"magType":"md","type":"earthquake","title":"M 0.8 - 2km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.7811661,38.783165,1.55]},"id":"nc72793871"},
{"type":"Feature","properties":{"mag":0.74,"place":"24km WSW of Coalinga, California","time":1493165785610,"updated":1493233023381,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793866","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793866.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":8,"net":"nc","code":"72793866","ids":",nc72793866,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.03639,"rms":0.06,"gap":106,"magType":"md","type":"earthquake","title":"M 0.7 - 24km WSW of Coalinga, California"},"geometry":{"type":"Point","coordinates":[-120.6021667,36.0326667,-0.17]},"id":"nc72793866"},
{"type":"Feature","properties":{"mag":0.85,"place":"9km NE of Aguanga, California","time":1493165638380,"updated":1493166798020,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37866760","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37866760.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":11,"net":"ci","code":"37866760","ids":",ci37866760,","sources":",ci,","types":",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.08364,"rms":0.09,"gap":60,"magType":"ml","type":"earthquake","title":"M 0.9 - 9km NE of Aguanga, California"},"geometry":{"type":"Point","coordinates":[-116.7895,33.4938333,4.95]},"id":"ci37866760"},
{"type":"Feature","properties":{"mag":1.6,"place":"46km WNW of Anchor Point, Alaska","time":1493165557010,"updated":1493166385232,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819805","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819805.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":39,"net":"ak","code":"15819805","ids":",ak15819805,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":1.1,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 46km WNW of Anchor Point, Alaska"},"geometry":{"type":"Point","coordinates":[-152.5991,59.9356,9.8]},"id":"ak15819805"},
{"type":"Feature","properties":{"mag":0.78,"place":"10km S of Idyllwild, California","time":1493165396850,"updated":1493166926640,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37866752","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37866752.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":9,"net":"ci","code":"37866752","ids":",ci37866752,","sources":",ci,","types":",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":21,"dmin":0.04006,"rms":0.08,"gap":72,"magType":"ml","type":"earthquake","title":"M 0.8 - 10km S of Idyllwild, California"},"geometry":{"type":"Point","coordinates":[-116.71,33.6425,14.71]},"id":"ci37866752"},
{"type":"Feature","properties":{"mag":0.8,"place":"27km SSW of Hawthorne, Nevada","time":1493165041931,"updated":1493223314991,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587206","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587206.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":10,"net":"nn","code":"00587206","ids":",nn00587206,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":9,"dmin":0.225,"rms":0.1189,"gap":97.22,"magType":"ml","type":"earthquake","title":"M 0.8 - 27km SSW of Hawthorne, Nevada"},"geometry":{"type":"Point","coordinates":[-118.782,38.3066,12.3]},"id":"nn00587206"},
{"type":"Feature","properties":{"mag":1.6,"place":"21km WNW of Fishhook, Alaska","time":1493164974604,"updated":1493232006514,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819744","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819744.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":39,"net":"ak","code":"15819744","ids":",ak15819744,","sources":",ak,","types":",geoserve,origin,phase-data,","nst":null,"dmin":null,"rms":0.52,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 21km WNW of Fishhook, Alaska"},"geometry":{"type":"Point","coordinates":[-149.609,61.8233,37.8]},"id":"ak15819744"},
{"type":"Feature","properties":{"mag":4,"place":"30km WNW of Valparaiso, Chile","time":1493164691280,"updated":1493167699592,"tz":-300,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/us10008kvy","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us10008kvy.geojson","felt":3,"cdi":4.3,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":247,"net":"us","code":"10008kvy","ids":",us10008kvy,","sources":",us,","types":",dyfi,geoserve,moment-tensor,origin,phase-data,","nst":null,"dmin":0.264,"rms":0.61,"gap":153,"magType":"mwr","type":"earthquake","title":"M 4.0 - 30km WNW of Valparaiso, Chile"},"geometry":{"type":"Point","coordinates":[-71.9427,-32.9575,22.68]},"id":"us10008kvy"},
{"type":"Feature","properties":{"mag":0.7,"place":"17km NNW of North Nenana, Alaska","time":1493164201742,"updated":1493164555475,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819742","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819742.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":8,"net":"ak","code":"15819742","ids":",ak15819742,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.38,"gap":null,"magType":"ml","type":"earthquake","title":"M 0.7 - 17km NNW of North Nenana, Alaska"},"geometry":{"type":"Point","coordinates":[-149.2679,64.7194,5.1]},"id":"ak15819742"},
{"type":"Feature","properties":{"mag":1.63,"place":"5km NW of Boron, California","time":1493163925660,"updated":1493166581453,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37866744","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37866744.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":41,"net":"ci","code":"37866744","ids":",ci37866744,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":16,"dmin":0.1014,"rms":0.12,"gap":107,"magType":"ml","type":"quarry blast","title":"M 1.6 Quarry Blast - 5km NW of Boron, California"},"geometry":{"type":"Point","coordinates":[-117.6841667,35.0355,-0.82]},"id":"ci37866744"},
{"type":"Feature","properties":{"mag":0.76,"place":"31km NNW of Deer Lodge, Montana","time":1493163662460,"updated":1493217758760,"tz":-420,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/mb80206889","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80206889.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":9,"net":"mb","code":"80206889","ids":",mb80206889,","sources":",mb,","types":",geoserve,origin,phase-data,","nst":15,"dmin":0.277,"rms":0.12,"gap":89,"magType":"ml","type":"earthquake","title":"M 0.8 - 31km NNW of Deer Lodge, Montana"},"geometry":{"type":"Point","coordinates":[-112.8321667,46.673,6.58]},"id":"mb80206889"},
{"type":"Feature","properties":{"mag":1.6,"place":"50km WSW of Willow, Alaska","time":1493163365186,"updated":1493164214210,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819736","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819736.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":39,"net":"ak","code":"15819736","ids":",ak15819736,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.62,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.6 - 50km WSW of Willow, Alaska"},"geometry":{"type":"Point","coordinates":[-150.9668,61.6372,76.2]},"id":"ak15819736"},
{"type":"Feature","properties":{"mag":1.5,"place":"58km ESE of Big Pine, California","time":1493162300216,"updated":1493164611855,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587169","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587169.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":35,"net":"nn","code":"00587169","ids":",nn00587169,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":19,"dmin":0.184,"rms":0.1677,"gap":148.54,"magType":"ml","type":"earthquake","title":"M 1.5 - 58km ESE of Big Pine, California"},"geometry":{"type":"Point","coordinates":[-117.6524,37.049,12.4]},"id":"nn00587169"},
{"type":"Feature","properties":{"mag":1.5,"place":"2km ENE of Cayucos, California","time":1493161988030,"updated":1493168091171,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793851","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793851.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":35,"net":"nc","code":"72793851","ids":",nc72793851,","sources":",nc,","types":",geoserve,nearby-cities,origin,phase-data,","nst":15,"dmin":0.0141,"rms":0.17,"gap":114,"magType":"md","type":"quarry blast","title":"M 1.5 Quarry Blast - 2km ENE of Cayucos, California"},"geometry":{"type":"Point","coordinates":[-120.8663333,35.4523333,-0.29]},"id":"nc72793851"},
{"type":"Feature","properties":{"mag":1.09,"place":"17km SSW of Seeley, California","time":1493161545690,"updated":1493241075455,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37866736","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37866736.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":18,"net":"ci","code":"37866736","ids":",ci37866736,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":15,"dmin":0.04516,"rms":0.15,"gap":169,"magType":"ml","type":"earthquake","title":"M 1.1 - 17km SSW of Seeley, California"},"geometry":{"type":"Point","coordinates":[-115.7793333,32.656,9.62]},"id":"ci37866736"},
{"type":"Feature","properties":{"mag":1.4,"place":"24km NNE of Badger, Alaska","time":1493161426864,"updated":1493161702130,"tz":-540,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ak15819705","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak15819705.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"automatic","tsunami":0,"sig":30,"net":"ak","code":"15819705","ids":",ak15819705,","sources":",ak,","types":",geoserve,origin,","nst":null,"dmin":null,"rms":0.56,"gap":null,"magType":"ml","type":"earthquake","title":"M 1.4 - 24km NNE of Badger, Alaska"},"geometry":{"type":"Point","coordinates":[-147.3379,65.0002,1.3]},"id":"ak15819705"},
{"type":"Feature","properties":{"mag":0.61,"place":"9km NE of Aguanga, California","time":1493161360400,"updated":1493167052295,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37866720","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37866720.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":6,"net":"ci","code":"37866720","ids":",ci37866720,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":19,"dmin":0.083,"rms":0.11,"gap":116,"magType":"ml","type":"earthquake","title":"M 0.6 - 9km NE of Aguanga, California"},"geometry":{"type":"Point","coordinates":[-116.7876667,33.4936667,5.22]},"id":"ci37866720"},
{"type":"Feature","properties":{"mag":1.86,"place":"25km SSE of Peaceful Valley, Washington","time":1493159611560,"updated":1493230943600,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/uw61274886","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61274886.geojson","felt":1,"cdi":2,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":53,"net":"uw","code":"61274886","ids":",uw61274886,","sources":",uw,","types":",dyfi,geoserve,origin,phase-data,","nst":7,"dmin":0.0758,"rms":0.11,"gap":194,"magType":"ml","type":"earthquake","title":"M 1.9 - 25km SSE of Peaceful Valley, Washington"},"geometry":{"type":"Point","coordinates":[-121.9846667,48.7321667,1.91]},"id":"uw61274886"},
{"type":"Feature","properties":{"mag":1.31,"place":"19km NNE of Bear Valley Springs, California","time":1493159353310,"updated":1493238087588,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/ci37866704","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37866704.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":26,"net":"ci","code":"37866704","ids":",ci37866704,","sources":",ci,","types":",geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":20,"dmin":0.1286,"rms":0.14,"gap":85,"magType":"ml","type":"earthquake","title":"M 1.3 - 19km NNE of Bear Valley Springs, California"},"geometry":{"type":"Point","coordinates":[-118.5696667,35.3328333,2.46]},"id":"ci37866704"},
{"type":"Feature","properties":{"mag":1.5,"place":"38km NE of Fallon, Nevada","time":1493157726126,"updated":1493160506644,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nn00587162","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00587162.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":35,"net":"nn","code":"00587162","ids":",nn00587162,","sources":",nn,","types":",geoserve,origin,phase-data,","nst":11,"dmin":0.445,"rms":0.1737,"gap":126.87,"magType":"ml","type":"earthquake","title":"M 1.5 - 38km NE of Fallon, Nevada"},"geometry":{"type":"Point","coordinates":[-118.4235,39.6884,12.8]},"id":"nn00587162"},
{"type":"Feature","properties":{"mag":1.09,"place":"10km WNW of The Geysers, California","time":1493157094690,"updated":1493230022258,"tz":-480,"url":"https://earthquake.usgs.gov/earthquakes/eventpage/nc72793836","detail":"https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72793836.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"reviewed","tsunami":0,"sig":18,"net":"nc","code":"72793836","ids":",nc72793836,","sources":",nc,","types":",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,","nst":35,"dmin":0.0008133,"rms":0.03,"gap":61,"magType":"md","type":"earthquake","title":"M 1.1 - 10km WNW of The Geysers, California"},"geometry":{"type":"Point","coordinates":[-122.8558333,38.8275,2.5]},"id":"nc72793836"}],"bbox":[-178.4681,-33.16,-2,160.6455,66.6177,568.32]}

6728
tmp/huertasquindio.geojson Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff